Skip to content

Commit 2693eb2

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.0.
1 parent 065e416 commit 2693eb2

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

tr/algorithms/accname-1.2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"rationale": "if",
5454
"steps": [
5555
{
56-
"html": "<em>Textbox:</em> If the embedded control has role <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#textbox\">textbox</a>, return its value."
56+
"html": "<em>Textbox:</em> If the embedded control has role <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#textbox\">textbox</a>, return its value."
5757
},
5858
{
59-
"html": "<em>Combobox/Listbox:</em> If the embedded control has role <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#combobox\">combobox</a> or <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#listbox\">listbox</a>,\n return the text alternative of the chosen <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#option\">option</a>."
59+
"html": "<em>Combobox/Listbox:</em> If the embedded control has role <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#combobox\">combobox</a> or <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#listbox\">listbox</a>,\n return the text alternative of the chosen <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#option\">option</a>."
6060
},
6161
{
62-
"html": "<em>Range:</em> If the embedded control has role <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#range\">range</a> (e.g., a <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#spinbutton\">spinbutton</a> or\n <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.2/#slider\">slider</a>):",
62+
"html": "<em>Range:</em> If the embedded control has role <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#range\">range</a> (e.g., a <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#spinbutton\">spinbutton</a> or\n <a class=\"role-reference\" href=\"https://www.w3.org/TR/wai-aria-1.3/#slider\">slider</a>):",
6363
"rationale": "if",
6464
"steps": [
6565
{
@@ -91,7 +91,7 @@
9191
"html": "<span id=\"step2E\"></span><em>Host Language Label:</em> Otherwise, if the <code>current node</code>'s native markup provides an\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> (e.g. <code>alt</code>) or <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <abbr title=\"Hypertext Markup Language\">HTML</abbr> <code>label</code> or <abbr title=\"Scalable Vector Graphics\">SVG</abbr> <code>title</code>) that defines a text alternative, return that alternative in the form of\n a <code>flat string</code> as defined by the host language, unless the element is marked as presentational (<code>role=\"presentation\"</code> or <code>role=\"none\"</code>)."
9292
},
9393
{
94-
"html": "<span id=\"step2F\"></span><em>Name From Content:</em> Otherwise, if the <code>current node's</code> allows\n <a class=\"specref\" href=\"https://www.w3.org/TR/wai-aria-1.2/#namefromcontent\">name from content</a>, or if the <code>current node</code> is referenced by <code>aria-labelledby</code>, <code>aria-describedby</code>, or\n is a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <code>label</code> in <abbr title=\"Hypertext Markup Language\">HTML</abbr>), or is a descendant of a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a>:",
94+
"html": "<span id=\"step2F\"></span><em>Name From Content:</em> Otherwise, if the <code>current node's</code> allows\n <a class=\"specref\" href=\"https://www.w3.org/TR/wai-aria-1.3/#namefromcontent\">name from content</a>, or if the <code>current node</code> is referenced by <code>aria-labelledby</code>, <code>aria-describedby</code>, or\n is a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <code>label</code> in <abbr title=\"Hypertext Markup Language\">HTML</abbr>), or is a descendant of a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a>:",
9595
"rationale": "for",
9696
"steps": [
9797
{

tr/headings/html-aam-1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
"id": "img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup",
483483
"href": "https://www.w3.org/TR/html-aam-1.0/#img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup",
484484
"level": 4,
485-
"title": "img (alt attribute value is the empty string, i.e., alt=\"\" or alt with no value in the markup))",
485+
"title": "img (alt attribute value is the empty string, i.e., alt=\"\" or alt with no value in the markup)",
486486
"number": "3.5.57"
487487
},
488488
{

tr/index.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-03-01T01:35:00.049Z",
4+
"date": "2025-03-02T01:34:58.377Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -729,7 +729,7 @@
729729
"https://aomediacodec.github.io/av1-spec/"
730730
],
731731
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
732-
"date": "1 March 2025",
732+
"date": "2 March 2025",
733733
"links": "links/av1-spec.json",
734734
"cddl": []
735735
},
@@ -850,11 +850,11 @@
850850
],
851851
"crawled": "https://www.w3.org/TR/accname-1.2/",
852852
"crawlCacheInfo": {
853-
"lastModified": "Thu, 06 Feb 2025 18:22:55 GMT"
853+
"lastModified": "Sat, 01 Mar 2025 11:54:40 GMT"
854854
},
855855
"generator": "respec",
856-
"date": "06 February 2025",
857-
"revision": "92b4e8d31b97850d16bf7abf9961a41c4afb1c3c",
856+
"date": "01 March 2025",
857+
"revision": "1ab090427c3f24ef008276567456ee2d69a178f3",
858858
"algorithms": "algorithms/accname-1.2.json",
859859
"links": "links/accname-1.2.json",
860860
"refs": "refs/accname-1.2.json",
@@ -1912,11 +1912,11 @@
19121912
],
19131913
"crawled": "https://www.w3.org/TR/core-aam-1.2/",
19141914
"crawlCacheInfo": {
1915-
"lastModified": "Fri, 21 Feb 2025 08:44:35 GMT"
1915+
"lastModified": "Sat, 01 Mar 2025 11:54:50 GMT"
19161916
},
19171917
"generator": "respec",
1918-
"date": "21 February 2025",
1919-
"revision": "6d8336e47169da8e69e81e494a42b457788c5c0b",
1918+
"date": "01 March 2025",
1919+
"revision": "1ab090427c3f24ef008276567456ee2d69a178f3",
19201920
"links": "links/core-aam-1.2.json",
19211921
"refs": "refs/core-aam-1.2.json",
19221922
"dfns": "dfns/core-aam-1.2.json",
@@ -9695,11 +9695,11 @@
96959695
],
96969696
"crawled": "https://www.w3.org/TR/dpub-aam-1.1/",
96979697
"crawlCacheInfo": {
9698-
"lastModified": "Fri, 28 Feb 2025 08:22:27 GMT"
9698+
"lastModified": "Sat, 01 Mar 2025 11:54:31 GMT"
96999699
},
97009700
"generator": "respec",
9701-
"date": "28 February 2025",
9702-
"revision": "786f112419772d1aee2909e22a3d00b2858fe0a4",
9701+
"date": "01 March 2025",
9702+
"revision": "1ab090427c3f24ef008276567456ee2d69a178f3",
97039703
"links": "links/dpub-aam-1.1.json",
97049704
"refs": "refs/dpub-aam-1.1.json",
97059705
"headings": "headings/dpub-aam-1.1.json",
@@ -9756,11 +9756,11 @@
97569756
],
97579757
"crawled": "https://www.w3.org/TR/dpub-aria-1.1/",
97589758
"crawlCacheInfo": {
9759-
"lastModified": "Wed, 26 Feb 2025 17:45:07 GMT"
9759+
"lastModified": "Sat, 01 Mar 2025 11:54:44 GMT"
97609760
},
97619761
"generator": "respec",
9762-
"date": "26 February 2025",
9763-
"revision": "786f112419772d1aee2909e22a3d00b2858fe0a4",
9762+
"date": "01 March 2025",
9763+
"revision": "1ab090427c3f24ef008276567456ee2d69a178f3",
97649764
"links": "links/dpub-aria-1.1.json",
97659765
"refs": "refs/dpub-aria-1.1.json",
97669766
"headings": "headings/dpub-aria-1.1.json",
@@ -11597,11 +11597,11 @@
1159711597
],
1159811598
"crawled": "https://www.w3.org/TR/html-aam-1.0/",
1159911599
"crawlCacheInfo": {
11600-
"lastModified": "Wed, 26 Feb 2025 15:44:26 GMT"
11600+
"lastModified": "Sat, 01 Mar 2025 11:55:00 GMT"
1160111601
},
1160211602
"generator": "respec",
11603-
"date": "26 February 2025",
11604-
"revision": "e4977b171a55019c9864d1d5a37d69a2583dd528",
11603+
"date": "01 March 2025",
11604+
"revision": "1ab090427c3f24ef008276567456ee2d69a178f3",
1160511605
"algorithms": "algorithms/html-aam-1.0.json",
1160611606
"links": "links/html-aam-1.0.json",
1160711607
"refs": "refs/html-aam-1.0.json",

tr/links/accname-1.2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
]
8383
},
8484
"https://www.w3.org/TR/wai-aria-1.1/": {},
85-
"https://www.w3.org/TR/wai-aria-1.2/": {
85+
"https://www.w3.org/TR/wai-aria-1.2/": {},
86+
"https://www.w3.org/TR/wai-aria-1.3/": {
8687
"anchors": [
8788
"aria-label",
8889
"aria-labelledby",

0 commit comments

Comments
 (0)