Skip to content

Commit 5d83291

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.6.1.
1 parent 9220835 commit 5d83291

File tree

10 files changed

+200
-164
lines changed

10 files changed

+200
-164
lines changed

ed/algorithms/html.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19343,10 +19343,7 @@
1934319343
"html": "<p>If the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#allow-focus-steps\" id=\"the-autofocus-attribute:allow-focus-steps\">allow focus steps</a> given <var>target</var> return false, then\n return.</p>"
1934419344
},
1934519345
{
19346-
"html": "<p><a href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"the-autofocus-attribute:list-iterate\" data-x-internal=\"list-iterate\">For each</a> <var>ancestorNavigable</var> of\n <var>target</var>'s <a id=\"the-autofocus-attribute:ancestor-navigables\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#ancestor-navigables\">ancestor navigables</a>: if <var>ancestorNavigable</var>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"the-autofocus-attribute:nav-document\">active document</a>'s <a href=\"https://dom.spec.whatwg.org/#concept-document-origin\" id=\"the-autofocus-attribute:concept-document-origin\" data-x-internal=\"concept-document-origin\">origin</a> is not <a id=\"the-autofocus-attribute:same-origin\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\">same origin</a> with\n <var>target</var>'s <a href=\"https://dom.spec.whatwg.org/#concept-document-origin\" id=\"the-autofocus-attribute:concept-document-origin-2\" data-x-internal=\"concept-document-origin\">origin</a>, then return.</p>"
19347-
},
19348-
{
19349-
"html": "<p>Let <var>topDocument</var> be <var>target</var>'s <a id=\"the-autofocus-attribute:node-navigable\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\">node navigable</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-top\" id=\"the-autofocus-attribute:nav-top\">top-level traversable</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"the-autofocus-attribute:nav-document-2\">active\n document</a>.</p>"
19346+
"html": "<p>Let <var>topDocument</var> be <var>target</var>'s <a id=\"the-autofocus-attribute:node-navigable\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\">node navigable</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-top\" id=\"the-autofocus-attribute:nav-top\">top-level traversable</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"the-autofocus-attribute:nav-document\">active\n document</a>.</p>"
1935019347
},
1935119348
{
1935219349
"html": "<p>If <var>topDocument</var>'s <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#autofocus-processed-flag\" id=\"the-autofocus-attribute:autofocus-processed-flag\">autofocus processed flag</a> is false, then\n <a href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"the-autofocus-attribute:list-remove\" data-x-internal=\"list-remove\">remove</a> the element from <var>topDocument</var>'s\n <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#autofocus-candidates\" id=\"the-autofocus-attribute:autofocus-candidates\">autofocus candidates</a>, and <a href=\"https://infra.spec.whatwg.org/#list-append\" id=\"the-autofocus-attribute:list-append\" data-x-internal=\"list-append\">append</a> the element to\n <var>topDocument</var>'s <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#autofocus-candidates\" id=\"the-autofocus-attribute:autofocus-candidates-2\">autofocus candidates</a>.</p>"
@@ -19406,7 +19403,7 @@
1940619403
"html": "<p><a href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"the-autofocus-attribute:list-remove-4\" data-x-internal=\"list-remove\">Remove</a> <var>element</var> from\n <var>candidates</var>.</p>"
1940719404
},
1940819405
{
19409-
"html": "<p>Let <var>inclusiveAncestorDocuments</var> be a <a id=\"the-autofocus-attribute:list-2\" href=\"https://infra.spec.whatwg.org/#list\" data-x-internal=\"list\">list</a> consisting of the\n <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"the-autofocus-attribute:nav-document-3\">active document</a> of <var>doc</var>'s <a id=\"the-autofocus-attribute:inclusive-ancestor-navigables\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-ancestor-navigables\">inclusive\n ancestor navigables</a>.</p>"
19406+
"html": "<p>Let <var>inclusiveAncestorDocuments</var> be a <a id=\"the-autofocus-attribute:list-2\" href=\"https://infra.spec.whatwg.org/#list\" data-x-internal=\"list\">list</a> consisting of the\n <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"the-autofocus-attribute:nav-document-2\">active document</a> of <var>doc</var>'s <a id=\"the-autofocus-attribute:inclusive-ancestor-navigables\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-ancestor-navigables\">inclusive\n ancestor navigables</a>.</p>"
1941019407
},
1941119408
{
1941219409
"html": "<p>If any <code id=\"the-autofocus-attribute:document-3\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> in <var>inclusiveAncestorDocuments</var> has non-null\n <a id=\"the-autofocus-attribute:target-element-2\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-element\">target element</a>, then <a id=\"the-autofocus-attribute:continue-3\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" data-x-internal=\"continue\">continue</a>.</p>"

ed/algorithms/network-error-logging.json

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

ed/headings/rdf12-concepts.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@
9292
"title": "RDF Documents and Syntaxes",
9393
"number": "1.9"
9494
},
95+
{
96+
"id": "section-version-announcement",
97+
"href": "https://w3c.github.io/rdf-concepts/spec/#section-version-announcement",
98+
"level": 3,
99+
"title": "RDF Version Announcement",
100+
"number": "1.10"
101+
},
95102
{
96103
"id": "conformance",
97104
"href": "https://w3c.github.io/rdf-concepts/spec/#conformance",

ed/ids/appmanifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"https://w3c.github.io/manifest/#ref-for-index-term-json-mime-type-1",
6262
"https://w3c.github.io/manifest/#declaring-multiple-icons",
6363
"https://w3c.github.io/manifest/#x1-1-3-declaring-multiple-icons",
64+
"https://w3c.github.io/manifest/#ref-for-dfn-icons-2",
6465
"https://w3c.github.io/manifest/#ref-for-index-term-mime-type-2",
6566
"https://w3c.github.io/manifest/#ref-for-index-term-computed-mime-type-1",
6667
"https://w3c.github.io/manifest/#example-multiple-icons",
@@ -182,13 +183,13 @@
182183
"https://w3c.github.io/manifest/#x1-7-icons-member",
183184
"https://w3c.github.io/manifest/#ref-for-dfn-manifest-10",
184185
"https://w3c.github.io/manifest/#dfn-icons",
185-
"https://w3c.github.io/manifest/#ref-for-dfn-icons-2",
186+
"https://w3c.github.io/manifest/#ref-for-dfn-icons-3",
186187
"https://w3c.github.io/manifest/#ref-for-dfn-localizable-member-6",
187188
"https://w3c.github.io/manifest/#issue-container-generatedID-7",
188189
"https://w3c.github.io/manifest/#h-note-6",
189190
"https://w3c.github.io/manifest/#ref-for-dfn-processing-a-manifest-3",
190191
"https://w3c.github.io/manifest/#ref-for-dfn-process-image-resources-1",
191-
"https://w3c.github.io/manifest/#ref-for-dfn-icons-3",
192+
"https://w3c.github.io/manifest/#ref-for-dfn-icons-4",
192193
"https://w3c.github.io/manifest/#display-member",
193194
"https://w3c.github.io/manifest/#x1-8-display-member",
194195
"https://w3c.github.io/manifest/#ref-for-dfn-manifest-11",
@@ -663,7 +664,7 @@
663664
"https://w3c.github.io/manifest/#ref-for-dfn-application-context-5",
664665
"https://w3c.github.io/manifest/#dfn-security-sensitive-members",
665666
"https://w3c.github.io/manifest/#ref-for-dfn-short_name-4",
666-
"https://w3c.github.io/manifest/#ref-for-dfn-icons-4",
667+
"https://w3c.github.io/manifest/#ref-for-dfn-icons-5",
667668
"https://w3c.github.io/manifest/#ref-for-dfn-name-6",
668669
"https://w3c.github.io/manifest/#ref-for-dfn-security-sensitive-members-1",
669670
"https://w3c.github.io/manifest/#ref-for-dfn-security-sensitive-members-2",

ed/ids/html.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34765,15 +34765,9 @@
3476534765
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aactive-sandboxing-flag-set",
3476634766
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Asandboxed-automatic-features-browsing-context-flag",
3476734767
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aallow-focus-steps",
34768-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Alist-iterate",
34769-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aancestor-navigables",
34770-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anav-document",
34771-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aconcept-document-origin",
34772-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Asame-origin",
34773-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aconcept-document-origin-2",
3477434768
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anode-navigable",
3477534769
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anav-top",
34776-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anav-document-2",
34770+
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anav-document",
3477734771
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aautofocus-processed-flag",
3477834772
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Alist-remove",
3477934773
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aautofocus-candidates",
@@ -34805,7 +34799,7 @@
3480534799
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Aflush-autofocus-candidates-2",
3480634800
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Alist-remove-4",
3480734801
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Alist-2",
34808-
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anav-document-3",
34802+
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Anav-document-2",
3480934803
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Ainclusive-ancestor-navigables",
3481034804
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Adocument-3",
3481134805
"https://html.spec.whatwg.org/multipage/interaction.html#the-autofocus-attribute%3Atarget-element-2",

0 commit comments

Comments
 (0)