Skip to content

Commit 9978e1d

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.1.
1 parent d4f754e commit 9978e1d

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

ed/algorithms/fullscreen.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@
283283
"rationale": "append",
284284
"steps": [
285285
{
286-
"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>"
286+
"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>"
287+
},
288+
{
289+
"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>"
287290
}
288291
]
289292
},
@@ -297,26 +300,26 @@
297300
"html": "<p>If <var>resize</var> is true, resize <var>doc</var>’s viewport to its \"normal\" dimensions. </p>"
298301
},
299302
{
300-
"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>"
303+
"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>"
301304
},
302305
{
303306
"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>"
304307
},
305308
{
306-
"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>"
309+
"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>"
307310
},
308311
{
309312
"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>:",
310313
"rationale": "append",
311314
"steps": [
312315
{
313-
"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>"
316+
"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>"
314317
},
315318
{
316319
"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>"
317320
},
318321
{
319-
"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>"
322+
"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>"
320323
}
321324
]
322325
},
@@ -325,7 +328,7 @@
325328
"rationale": "append",
326329
"steps": [
327330
{
328-
"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>"
331+
"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>"
329332
},
330333
{
331334
"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>"

ed/ids/fullscreen.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -271,27 +271,29 @@
271271
"https://fullscreen.spec.whatwg.org/#ref-for-eventdef-document-fullscreenchange%E2%91%A0",
272272
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A5",
273273
"https://fullscreen.spec.whatwg.org/#ref-for-list-of-pending-fullscreen-events%E2%91%A3",
274+
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-an-element%E2%91%A3",
275+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A6",
274276
"https://fullscreen.spec.whatwg.org/#ref-for-in-parallel%E2%91%A0",
275277
"https://fullscreen.spec.whatwg.org/#ref-for-dfn-fully-unlock-the-screen-orientation-steps",
276-
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A6",
278+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A7",
277279
"https://fullscreen.spec.whatwg.org/#ref-for-collect-documents-to-unfullscreen%E2%91%A0",
278280
"https://fullscreen.spec.whatwg.org/#ref-for-ordered-set%E2%91%A2",
279281
"https://fullscreen.spec.whatwg.org/#ref-for-descendant-navigables",
280282
"https://fullscreen.spec.whatwg.org/#ref-for-nav-document%E2%91%A1",
281-
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A7",
283+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A8",
282284
"https://fullscreen.spec.whatwg.org/#ref-for-concept-tree-order%E2%91%A0",
283285
"https://fullscreen.spec.whatwg.org/#ref-for-list-iterate%E2%91%A2",
284286
"https://fullscreen.spec.whatwg.org/#ref-for-set-append%E2%91%A4",
285287
"https://fullscreen.spec.whatwg.org/#ref-for-eventdef-document-fullscreenchange%E2%91%A1",
286-
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A0%E2%91%A8",
288+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%93%AA",
287289
"https://fullscreen.spec.whatwg.org/#ref-for-list-of-pending-fullscreen-events%E2%91%A4",
288290
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-a-document",
289-
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-an-element%E2%91%A3",
290-
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%93%AA",
291+
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-an-element%E2%91%A4",
292+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A0",
291293
"https://fullscreen.spec.whatwg.org/#ref-for-list-iterate%E2%91%A3",
292294
"https://fullscreen.spec.whatwg.org/#ref-for-set-append%E2%91%A5",
293295
"https://fullscreen.spec.whatwg.org/#ref-for-eventdef-document-fullscreenchange%E2%91%A2",
294-
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A0",
296+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A1",
295297
"https://fullscreen.spec.whatwg.org/#ref-for-list-of-pending-fullscreen-events%E2%91%A5",
296298
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-a-document%E2%91%A0",
297299
"https://fullscreen.spec.whatwg.org/#ref-for-unfullscreen-a-document%E2%91%A1",
@@ -331,9 +333,9 @@
331333
"https://fullscreen.spec.whatwg.org/#ref-for-element-shadow-host",
332334
"https://fullscreen.spec.whatwg.org/#ref-for-retarget%E2%91%A0",
333335
"https://fullscreen.spec.whatwg.org/#ref-for-concept-node-document%E2%91%A6",
334-
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A1",
335-
"https://fullscreen.spec.whatwg.org/#ref-for-dom-document-fullscreenelement%E2%91%A3",
336336
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A2",
337+
"https://fullscreen.spec.whatwg.org/#ref-for-dom-document-fullscreenelement%E2%91%A3",
338+
"https://fullscreen.spec.whatwg.org/#ref-for-fullscreen-element%E2%91%A1%E2%91%A3",
337339
"https://fullscreen.spec.whatwg.org/#user-agent-level-style-sheet-defaults",
338340
"https://fullscreen.spec.whatwg.org/#permissions-policy-integration",
339341
"https://fullscreen.spec.whatwg.org/#feature-policy-integration",

ed/index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-02-11T06:46:35.509Z",
4+
"date": "2025-02-11T12:48:20.384Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -1347,7 +1347,7 @@
13471347
],
13481348
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
13491349
"crawlCacheInfo": {
1350-
"lastModified": "Tue, 11 Feb 2025 02:42:56 GMT"
1350+
"lastModified": "Tue, 11 Feb 2025 07:33:10 GMT"
13511351
},
13521352
"date": "11 February 2025",
13531353
"algorithms": "algorithms/no-vary-search.json",
@@ -1396,7 +1396,7 @@
13961396
],
13971397
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
13981398
"crawlCacheInfo": {
1399-
"lastModified": "Tue, 11 Feb 2025 02:42:56 GMT"
1399+
"lastModified": "Tue, 11 Feb 2025 07:33:10 GMT"
14001400
},
14011401
"date": "11 February 2025",
14021402
"algorithms": "algorithms/rfc6265bis.json",
@@ -3051,11 +3051,11 @@
30513051
],
30523052
"crawled": "https://fullscreen.spec.whatwg.org/",
30533053
"crawlCacheInfo": {
3054-
"lastModified": "Mon, 10 Feb 2025 12:18:59 GMT"
3054+
"lastModified": "Tue, 11 Feb 2025 12:22:57 GMT"
30553055
},
30563056
"generator": "bikeshed",
3057-
"date": "10 February 2025",
3058-
"revision": "3cd33da1c64777979263fdb63a34bc30df33312a",
3057+
"date": "11 February 2025",
3058+
"revision": "1c324eeafe81ace8fc3e3b1c9c04776787a01f90",
30593059
"algorithms": "algorithms/fullscreen.json",
30603060
"links": "links/fullscreen.json",
30613061
"refs": "refs/fullscreen.json",
@@ -16546,9 +16546,9 @@
1654616546
],
1654716547
"crawled": "https://www.rfc-editor.org/rfc/rfc9649",
1654816548
"crawlCacheInfo": {
16549-
"lastModified": "Sat, 08 Feb 2025 00:46:30 GMT"
16549+
"lastModified": "Tue, 11 Feb 2025 12:43:09 GMT"
1655016550
},
16551-
"date": "8 February 2025",
16551+
"date": "11 February 2025",
1655216552
"algorithms": "algorithms/rfc9649.json",
1655316553
"links": "links/rfc9649.json",
1655416554
"refs": "refs/rfc9649.json",

0 commit comments

Comments
 (0)