Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 18.3.1.
  • Loading branch information
reffy-bot committed Feb 11, 2025
1 parent d4f754e commit 9978e1d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
15 changes: 9 additions & 6 deletions ed/algorithms/fullscreen.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,10 @@
"rationale": "append",
"steps": [
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append④\">Append</a> (<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fullscreen.spec.whatwg.org/#eventdef-document-fullscreenchange\" id=\"ref-for-eventdef-document-fullscreenchange①\">fullscreenchange</a></code>, <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①⑥\">fullscreen element</a>) to <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#list-of-pending-fullscreen-events\" id=\"ref-for-list-of-pending-fullscreen-events④\">list of pending fullscreen events</a>. </p>"
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append④\">Append</a> (<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fullscreen.spec.whatwg.org/#eventdef-document-fullscreenchange\" id=\"ref-for-eventdef-document-fullscreenchange①\">fullscreenchange</a></code>, <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①⑥\">fullscreen element</a>)\n to <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#list-of-pending-fullscreen-events\" id=\"ref-for-list-of-pending-fullscreen-events④\">list of pending fullscreen events</a>. </p>"
},
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#unfullscreen-an-element\" id=\"ref-for-unfullscreen-an-element④\">Unfullscreen</a> <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①⑦\">fullscreen\n element</a>. </p>"
}
]
},
Expand All @@ -297,26 +300,26 @@
"html": "<p>If <var>resize</var> is true, resize <var>doc</var>’s viewport to its \"normal\" dimensions. </p>"
},
{
"html": "<p>If <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①\">fullscreen element</a> is null, then resolve <var>promise</var> with\n undefined and terminate these steps. </p>"
"html": "<p>If <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①\">fullscreen element</a> is null, then resolve <var>promise</var> with\n undefined and terminate these steps. </p>"
},
{
"html": "<p>Let <var>exitDocs</var> be the result of <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#collect-documents-to-unfullscreen\" id=\"ref-for-collect-documents-to-unfullscreen①\">collecting documents to unfullscreen</a> given <var>doc</var>. </p>"
},
{
"html": "<p>Let <var>descendantDocs</var> be an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set③\">ordered set</a> consisting of <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#descendant-navigables\" id=\"ref-for-descendant-navigables\">descendant navigables</a>' <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document②\">active documents</a> whose <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①\">fullscreen element</a> is non-null, if any, in <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-order\" id=\"ref-for-concept-tree-order①\">tree order</a>. </p>"
"html": "<p>Let <var>descendantDocs</var> be an <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set③\">ordered set</a> consisting of <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#descendant-navigables\" id=\"ref-for-descendant-navigables\">descendant navigables</a>' <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document②\">active documents</a> whose <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①\">fullscreen element</a> is non-null, if any, in <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-order\" id=\"ref-for-concept-tree-order①\">tree order</a>. </p>"
},
{
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate③\">For each</a> <var>exitDoc</var> in <var>exitDocs</var>:",
"rationale": "append",
"steps": [
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append⑤\">Append</a> (<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fullscreen.spec.whatwg.org/#eventdef-document-fullscreenchange\" id=\"ref-for-eventdef-document-fullscreenchange②\">fullscreenchange</a></code>, <var>exitDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element①⑨\">fullscreen element</a>) to <var>exitDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#list-of-pending-fullscreen-events\" id=\"ref-for-list-of-pending-fullscreen-events⑤\">list of pending fullscreen events</a>. </p>"
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append⑤\">Append</a> (<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fullscreen.spec.whatwg.org/#eventdef-document-fullscreenchange\" id=\"ref-for-eventdef-document-fullscreenchange②\">fullscreenchange</a></code>, <var>exitDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element②⓪\">fullscreen element</a>) to <var>exitDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#list-of-pending-fullscreen-events\" id=\"ref-for-list-of-pending-fullscreen-events⑤\">list of pending fullscreen events</a>. </p>"
},
{
"html": "<p>If <var>resize</var> is true, <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#unfullscreen-a-document\" id=\"ref-for-unfullscreen-a-document\">unfullscreen <var>exitDoc</var></a>. </p>"
},
{
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#unfullscreen-an-element\" id=\"ref-for-unfullscreen-an-element\">unfullscreen</a> <var>exitDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element②\">fullscreen element</a>. </p>"
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#unfullscreen-an-element\" id=\"ref-for-unfullscreen-an-element\">unfullscreen</a> <var>exitDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element②\">fullscreen element</a>. </p>"
}
]
},
Expand All @@ -325,7 +328,7 @@
"rationale": "append",
"steps": [
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append⑥\">Append</a> (<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fullscreen.spec.whatwg.org/#eventdef-document-fullscreenchange\" id=\"ref-for-eventdef-document-fullscreenchange③\">fullscreenchange</a></code>, <var>descendantDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element②\">fullscreen element</a>) to <var>descendantDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#list-of-pending-fullscreen-events\" id=\"ref-for-list-of-pending-fullscreen-events⑥\">list of pending fullscreen events</a>. </p>"
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append⑥\">Append</a> (<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://fullscreen.spec.whatwg.org/#eventdef-document-fullscreenchange\" id=\"ref-for-eventdef-document-fullscreenchange③\">fullscreenchange</a></code>, <var>descendantDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#fullscreen-element\" id=\"ref-for-fullscreen-element②\">fullscreen element</a>) to <var>descendantDoc</var>’s <a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#list-of-pending-fullscreen-events\" id=\"ref-for-list-of-pending-fullscreen-events⑥\">list of pending fullscreen events</a>. </p>"
},
{
"html": "<p><a data-link-type=\"dfn\" href=\"https://fullscreen.spec.whatwg.org/#unfullscreen-a-document\" id=\"ref-for-unfullscreen-a-document①\">Unfullscreen <var>descendantDoc</var></a>. </p>"
Expand Down
18 changes: 10 additions & 8 deletions ed/ids/fullscreen.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,27 +271,29 @@
"https://fullscreen.spec.whatwg.org/#ref-for-eventdef-document-fullscreenchange%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A5",
"https://fullscreen.spec.whatwg.org/#ref-for-list-of-pending-fullscreen-events%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-an-element%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A6",
"https://fullscreen.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-dfn-fully-unlock-the-screen-orientation-steps",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A6",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A7",
"https://fullscreen.spec.whatwg.org/#ref-for-collect-documents-to-unfullscreen%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-ordered-set%E2%91%A2",
"https://fullscreen.spec.whatwg.org/#ref-for-descendant-navigables",
"https://fullscreen.spec.whatwg.org/#ref-for-nav-document%E2%91%A1",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A7",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A8",
"https://fullscreen.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-list-iterate%E2%91%A2",
"https://fullscreen.spec.whatwg.org/#ref-for-set-append%E2%91%A4",
"https://fullscreen.spec.whatwg.org/#ref-for-eventdef-document-fullscreenchange%E2%91%A1",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A8",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%93%AA",
"https://fullscreen.spec.whatwg.org/#ref-for-list-of-pending-fullscreen-events%E2%91%A4",
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-a-document",
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-an-element%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%93%AA",
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-an-element%E2%91%A4",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-list-iterate%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#ref-for-set-append%E2%91%A5",
"https://fullscreen.spec.whatwg.org/#ref-for-eventdef-document-fullscreenchange%E2%91%A2",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A1",
"https://fullscreen.spec.whatwg.org/#ref-for-list-of-pending-fullscreen-events%E2%91%A5",
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-a-document%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-a-document%E2%91%A1",
Expand Down Expand Up @@ -331,9 +333,9 @@
"https://fullscreen.spec.whatwg.org/#ref-for-element-shadow-host",
"https://fullscreen.spec.whatwg.org/#ref-for-retarget%E2%91%A0",
"https://fullscreen.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A6",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A1",
"https://fullscreen.spec.whatwg.org/#ref-for-dom-document-fullscreenelement%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A2",
"https://fullscreen.spec.whatwg.org/#ref-for-dom-document-fullscreenelement%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A3",
"https://fullscreen.spec.whatwg.org/#user-agent-level-style-sheet-defaults",
"https://fullscreen.spec.whatwg.org/#permissions-policy-integration",
"https://fullscreen.spec.whatwg.org/#feature-policy-integration",
Expand Down
16 changes: 8 additions & 8 deletions ed/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2025-02-11T06:46:35.509Z",
"date": "2025-02-11T12:48:20.384Z",
"options": {
"fallback": "ed/index.json",
"output": "report",
Expand Down Expand Up @@ -1347,7 +1347,7 @@
],
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
"crawlCacheInfo": {
"lastModified": "Tue, 11 Feb 2025 02:42:56 GMT"
"lastModified": "Tue, 11 Feb 2025 07:33:10 GMT"
},
"date": "11 February 2025",
"algorithms": "algorithms/no-vary-search.json",
Expand Down Expand Up @@ -1396,7 +1396,7 @@
],
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
"crawlCacheInfo": {
"lastModified": "Tue, 11 Feb 2025 02:42:56 GMT"
"lastModified": "Tue, 11 Feb 2025 07:33:10 GMT"
},
"date": "11 February 2025",
"algorithms": "algorithms/rfc6265bis.json",
Expand Down Expand Up @@ -3051,11 +3051,11 @@
],
"crawled": "https://fullscreen.spec.whatwg.org/",
"crawlCacheInfo": {
"lastModified": "Mon, 10 Feb 2025 12:18:59 GMT"
"lastModified": "Tue, 11 Feb 2025 12:22:57 GMT"
},
"generator": "bikeshed",
"date": "10 February 2025",
"revision": "3cd33da1c64777979263fdb63a34bc30df33312a",
"date": "11 February 2025",
"revision": "1c324eeafe81ace8fc3e3b1c9c04776787a01f90",
"algorithms": "algorithms/fullscreen.json",
"links": "links/fullscreen.json",
"refs": "refs/fullscreen.json",
Expand Down Expand Up @@ -16546,9 +16546,9 @@
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9649",
"crawlCacheInfo": {
"lastModified": "Sat, 08 Feb 2025 00:46:30 GMT"
"lastModified": "Tue, 11 Feb 2025 12:43:09 GMT"
},
"date": "8 February 2025",
"date": "11 February 2025",
"algorithms": "algorithms/rfc9649.json",
"links": "links/rfc9649.json",
"refs": "refs/rfc9649.json",
Expand Down

0 comments on commit 9978e1d

Please sign in to comment.