Skip to content

Commit 233f428

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.1.
1 parent 42a885b commit 233f428

File tree

6 files changed

+54
-10
lines changed

6 files changed

+54
-10
lines changed

ed/algorithms/prerendering-revamped.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,19 @@
607607
}
608608
]
609609
},
610+
{
611+
"name": "clear cache for origin patch",
612+
"html": "Modify <a data-link-type=\"abstract-op\" href=\"https://w3c.github.io/webappsec-clear-site-data/#abstract-opdef-clear-cache-for-origin\" id=\"ref-for-abstract-opdef-clear-cache-for-origin\">clear cache for origin</a> to add the following step at the end.",
613+
"rationale": ".algorithm",
614+
"steps": [
615+
{
616+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate④\">For each</a> <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-top\" id=\"ref-for-nav-top①\">top-level traversable</a> <var>traversable</var> in the user agent’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable-set\" id=\"ref-for-top-level-traversable-set\">top-level traversable set</a>:</p>"
617+
},
618+
{
619+
"html": "<p>If <var>traversable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"ref-for-nav-document①③\">active document</a>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document-origin\" id=\"ref-for-concept-document-origin③\">origin</a> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin③\">same origin</a> with <var>origin</var>, and <var>traversable</var> is a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable②⑤\">prerendering traversable</a>, then <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable\" id=\"ref-for-destroy-a-top-level-traversable⑥\">destroy</a> <var>traversable</var>.</p>"
620+
}
621+
]
622+
},
610623
{
611624
"name": "get the supported loading modes",
612625
"href": "https://wicg.github.io/nav-speculation/prerendering.html#get-the-supported-loading-modes",

ed/headings/prerendering-revamped.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@
140140
"title": "Interaction with Client Hint Cache",
141141
"number": "3.4"
142142
},
143+
{
144+
"id": "interaction-with-clear-site-data-clear-cache",
145+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#interaction-with-clear-site-data-clear-cache",
146+
"level": 3,
147+
"title": "Interaction with Clear-Site-Data Clear Cache",
148+
"number": "3.5"
149+
},
143150
{
144151
"id": "supports-loading-mode",
145152
"href": "https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode",

ed/ids/prerendering-revamped.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,16 @@
405405
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-navigable-prerender-scoped-accept-ch-cache%E2%91%A1",
406406
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-map-set%E2%91%A1",
407407
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-accept-ch-cache%E2%91%A3",
408+
"https://wicg.github.io/nav-speculation/prerendering.html#interaction-with-clear-site-data-clear-cache",
409+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-abstract-opdef-clear-cache-for-origin",
410+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-list-iterate%E2%91%A3",
411+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-top%E2%91%A0",
412+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-top-level-traversable-set",
413+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-document%E2%91%A0%E2%91%A2",
414+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-document-origin%E2%91%A2",
415+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-same-origin%E2%91%A2",
416+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-traversable%E2%91%A1%E2%91%A4",
417+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-destroy-a-top-level-traversable%E2%91%A5",
408418
"https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode",
409419
"https://wicg.github.io/nav-speculation/prerendering.html#http-headerdef-supports-loading-mode",
410420
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-http-headerdef-supports-loading-mode",
@@ -445,7 +455,7 @@
445455
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-navigable%E2%91%A1%E2%91%A0",
446456
"https://wicg.github.io/nav-speculation/prerendering.html#delay-async-apis",
447457
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-navigable%E2%91%A1%E2%91%A1",
448-
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-top%E2%91%A0",
458+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-top%E2%91%A1",
449459
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-traversable-activate%E2%91%A3",
450460
"https://wicg.github.io/nav-speculation/prerendering.html#delay-while-prerendering",
451461
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-extendedattrdef-delaywhileprerendering",
@@ -754,7 +764,7 @@
754764
"https://wicg.github.io/nav-speculation/prerendering.html#implicitly-restricted",
755765
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-prerendering-navigable%E2%91%A3%E2%93%AA",
756766
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-window%E2%91%A1",
757-
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-document%E2%91%A0%E2%91%A2",
767+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-nav-document%E2%91%A0%E2%91%A3",
758768
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-transient-activation%E2%91%A0",
759769
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-sticky-activation",
760770
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-system-focus%E2%91%A0",
@@ -796,6 +806,7 @@
796806
"https://wicg.github.io/nav-speculation/prerendering.html#22bab20d",
797807
"https://wicg.github.io/nav-speculation/prerendering.html#f33c99c7",
798808
"https://wicg.github.io/nav-speculation/prerendering.html#55bf4994",
809+
"https://wicg.github.io/nav-speculation/prerendering.html#7d37f8d7",
799810
"https://wicg.github.io/nav-speculation/prerendering.html#537f6db0",
800811
"https://wicg.github.io/nav-speculation/prerendering.html#e925c31b",
801812
"https://wicg.github.io/nav-speculation/prerendering.html#6a75b46b",
@@ -930,6 +941,7 @@
930941
"https://wicg.github.io/nav-speculation/prerendering.html#631491d5",
931942
"https://wicg.github.io/nav-speculation/prerendering.html#bd736ec6",
932943
"https://wicg.github.io/nav-speculation/prerendering.html#30717154",
944+
"https://wicg.github.io/nav-speculation/prerendering.html#deb80b93",
933945
"https://wicg.github.io/nav-speculation/prerendering.html#47fe679e",
934946
"https://wicg.github.io/nav-speculation/prerendering.html#3e0cb1cc",
935947
"https://wicg.github.io/nav-speculation/prerendering.html#220e841a",
@@ -1065,6 +1077,7 @@
10651077
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-audio-output",
10661078
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-background-fetch",
10671079
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-battery-status",
1080+
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-clear-site-data",
10681081
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-client-hints-infrastructure",
10691082
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-clipboard-apis",
10701083
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-credential-management-1",

ed/index.json

Lines changed: 7 additions & 7 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-10T00:51:25.872Z",
4+
"date": "2025-02-10T06:42:11.894Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -12535,10 +12535,10 @@
1253512535
],
1253612536
"crawled": "https://wicg.github.io/nav-speculation/prefetch.html",
1253712537
"crawlCacheInfo": {
12538-
"lastModified": "Tue, 04 Feb 2025 09:08:49 GMT"
12538+
"lastModified": "Mon, 10 Feb 2025 04:34:21 GMT"
1253912539
},
1254012540
"generator": "bikeshed",
12541-
"date": "4 February 2025",
12541+
"date": "9 February 2025",
1254212542
"algorithms": "algorithms/prefetch.json",
1254312543
"links": "links/prefetch.json",
1254412544
"refs": "refs/prefetch.json",
@@ -12585,10 +12585,10 @@
1258512585
],
1258612586
"crawled": "https://wicg.github.io/nav-speculation/prerendering.html",
1258712587
"crawlCacheInfo": {
12588-
"lastModified": "Tue, 04 Feb 2025 09:08:49 GMT"
12588+
"lastModified": "Mon, 10 Feb 2025 04:34:21 GMT"
1258912589
},
1259012590
"generator": "bikeshed",
12591-
"date": "4 February 2025",
12591+
"date": "9 February 2025",
1259212592
"algorithms": "algorithms/prerendering-revamped.json",
1259312593
"links": "links/prerendering-revamped.json",
1259412594
"refs": "refs/prerendering-revamped.json",
@@ -12637,10 +12637,10 @@
1263712637
],
1263812638
"crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html",
1263912639
"crawlCacheInfo": {
12640-
"lastModified": "Tue, 04 Feb 2025 09:08:49 GMT"
12640+
"lastModified": "Mon, 10 Feb 2025 04:34:21 GMT"
1264112641
},
1264212642
"generator": "bikeshed",
12643-
"date": "4 February 2025",
12643+
"date": "9 February 2025",
1264412644
"algorithms": "algorithms/speculation-rules.json",
1264512645
"links": "links/speculation-rules.json",
1264612646
"refs": "refs/speculation-rules.json",

ed/links/prerendering-revamped.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"https://w3c.github.io/web-locks/": {},
6464
"https://w3c.github.io/web-nfc/": {},
6565
"https://w3c.github.io/web-share/": {},
66+
"https://w3c.github.io/webappsec-clear-site-data/": {},
6667
"https://w3c.github.io/webappsec-credential-management/": {},
6768
"https://w3c.github.io/webcrypto/": {},
6869
"https://w3c.github.io/webdriver-bidi/": {},
@@ -171,7 +172,8 @@
171172
"nav-parent",
172173
"create-a-new-child-navigable",
173174
"nav-top",
174-
"fully-active"
175+
"fully-active",
176+
"top-level-traversable-set"
175177
]
176178
},
177179
"https://html.spec.whatwg.org/multipage/dom.html": {
@@ -470,6 +472,11 @@
470472
"dom-navigator-share"
471473
]
472474
},
475+
"https://w3c.github.io/webappsec-clear-site-data/": {
476+
"anchors": [
477+
"abstract-opdef-clear-cache-for-origin"
478+
]
479+
},
473480
"https://w3c.github.io/webappsec-credential-management/": {
474481
"anchors": [
475482
"dom-credentialscontainer-get",

ed/refs/prerendering-revamped.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"name": "BATTERY-STATUS",
1818
"url": "https://w3c.github.io/battery/"
1919
},
20+
{
21+
"name": "CLEAR-SITE-DATA",
22+
"url": "https://w3c.github.io/webappsec-clear-site-data/"
23+
},
2024
{
2125
"name": "CLIENT-HINTS-INFRASTRUCTURE",
2226
"url": "https://wicg.github.io/client-hints-infrastructure/"

0 commit comments

Comments
 (0)