Skip to content

Commit eb33978

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.6.2.
1 parent 717985a commit eb33978

File tree

4 files changed

+37
-23
lines changed

4 files changed

+37
-23
lines changed

ed/algorithms/prefetch.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -532,22 +532,34 @@
532532
"html": "<p>Set <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-replaces-client-id\" id=\"ref-for-concept-request-replaces-client-id\">replaces client id</a> to <var>navigable</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://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\" id=\"ref-for-relevant-settings-object①\">relevant settings object</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-id\" id=\"ref-for-concept-environment-id①\">id</a>.</p>"
533533
},
534534
{
535-
"html": "<p>Let <var>prefetchRecord</var> be the result of <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#wait-for-a-matching-prefetch-record\" id=\"ref-for-wait-for-a-matching-prefetch-record①\">waiting for a matching prefetch record</a> given <var>navigable</var>, <var>sourceSnapshotParams</var>, <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-url\" id=\"ref-for-she-url②\">URL</a>, and <var>targetSnapshotParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params-sandbox\" id=\"ref-for-target-snapshot-params-sandbox①\">sandboxing flags</a>.</p>"
535+
"html": "<p>Let <var>prefetched</var> be false.</p>"
536536
},
537537
{
538-
"html": "If <var>documentResource</var> is null and <var>prefetchRecord</var> is not null:",
539-
"rationale": "set",
538+
"html": "If <var>documentResource</var> is null:",
539+
"rationale": "let",
540540
"steps": [
541541
{
542-
"html": "<p>Set <var>navigationParams</var> to the result of <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#create-navigation-params-from-a-prefetch-record\" id=\"ref-for-create-navigation-params-from-a-prefetch-record①\">creating navigation params from a prefetch record</a> given <var>navigable</var>, <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document-state\" id=\"ref-for-she-document-state⑥\">document state</a>, <var>navigationId</var>, <var>navTimingType</var>, <var>request</var>, <var>prefetchRecord</var>, <var>targetSnapshotParams</var>, and <var>sourceSnapshotParams</var>.</p>"
542+
"html": "<p>Let <var>prefetchRecord</var> be the result of <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#find-a-matching-complete-prefetch-record\" id=\"ref-for-find-a-matching-complete-prefetch-record①\">finding a matching complete prefetch record</a> given <var>navigable</var>, <var>sourceSnapshotParams</var>, <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-url\" id=\"ref-for-she-url②\">URL</a>, and <var>sourceSnapshotParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#source-snapshot-params-sandbox\" id=\"ref-for-source-snapshot-params-sandbox\">sandboxing flags</a>.</p>"
543543
},
544544
{
545-
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#copy-prefetch-cookies\" id=\"ref-for-copy-prefetch-cookies\">Copy prefetch cookies</a> given <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-isolated-partition-key\" id=\"ref-for-prefetch-record-isolated-partition-key\">isolated partition key</a> and <var>navigationParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment\" id=\"ref-for-navigation-params-reserved-environment①\">reserved environment</a>.</p>"
545+
"html": "If <var>prefetchRecord</var> is not null:",
546+
"rationale": "set",
547+
"steps": [
548+
{
549+
"html": "<p>Set <var>navigationParams</var> to the result of <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#create-navigation-params-from-a-prefetch-record\" id=\"ref-for-create-navigation-params-from-a-prefetch-record①\">creating navigation params from a prefetch record</a> given <var>navigable</var>, <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document-state\" id=\"ref-for-she-document-state⑥\">document state</a>, <var>navigationId</var>, <var>navTimingType</var>, <var>request</var>, <var>prefetchRecord</var>, <var>targetSnapshotParams</var>, and <var>sourceSnapshotParams</var>.</p>"
550+
},
551+
{
552+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#copy-prefetch-cookies\" id=\"ref-for-copy-prefetch-cookies\">Copy prefetch cookies</a> given <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-isolated-partition-key\" id=\"ref-for-prefetch-record-isolated-partition-key\">isolated partition key</a> and <var>navigationParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-reserved-environment\" id=\"ref-for-navigation-params-reserved-environment①\">reserved environment</a>.</p>"
553+
},
554+
{
555+
"html": "<p>Set <var>prefetched</var> to true.</p>"
556+
}
557+
]
546558
}
547559
]
548560
},
549561
{
550-
"html": "Otherwise:",
562+
"html": "If <var>prefetched</var> is false:",
551563
"rationale": "let",
552564
"steps": [
553565
{
@@ -743,7 +755,7 @@
743755
"html": "<p>Set <var>responsePolicyContainer</var> to the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#creating-a-policy-container-from-a-fetch-response\" id=\"ref-for-creating-a-policy-container-from-a-fetch-response①\">creating a policy container from a fetch response</a> given <var>response</var> and <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-reserved-client\" id=\"ref-for-concept-request-reserved-client①②\">reserved client</a>.</p>"
744756
},
745757
{
746-
"html": "<p>Set <var>finalSandboxFlags</var> to the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union①\">union</a> of <var>targetSnapshotParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params-sandbox\" id=\"ref-for-target-snapshot-params-sandbox\">sandboxing flags</a> and <var>responsePolicyContainer</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#policy-container-csp-list\" id=\"ref-for-policy-container-csp-list①\">CSP list</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#csp-derived-sandboxing-flags\" id=\"ref-for-csp-derived-sandboxing-flags①\">CSP-derived sandboxing flags</a>.</p>"
758+
"html": "<p>Set <var>finalSandboxFlags</var> to the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-union\" id=\"ref-for-set-union①\">union</a> of <var>targetSnapshotParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#target-snapshot-params-sandbox\" id=\"ref-for-target-snapshot-params-sandbox\">sandboxing flags</a> and <var>responsePolicyContainer</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#policy-container-csp-list\" id=\"ref-for-policy-container-csp-list①\">CSP list</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#csp-derived-sandboxing-flags\" id=\"ref-for-csp-derived-sandboxing-flags①\">CSP-derived sandboxing flags</a>.</p>"
747759
},
748760
{
749761
"html": "<p>Set <var>responseOrigin</var> to the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#determining-the-origin\" id=\"ref-for-determining-the-origin①\">determining the origin</a> given <var>response</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-url\" id=\"ref-for-concept-response-url⑥\">URL</a>, <var>finalSandboxFlags</var>, <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#she-document-state\" id=\"ref-for-she-document-state⑨\">document state</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state-initiator-origin\" id=\"ref-for-document-state-initiator-origin③\">initiator origin</a>, and null.</p>"

ed/ids/prefetch.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@
420420
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-nav-document%E2%91%A3",
421421
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-relevant-settings-object%E2%91%A0",
422422
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-environment-id%E2%91%A0",
423-
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-wait-for-a-matching-prefetch-record%E2%91%A0",
423+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-find-a-matching-complete-prefetch-record%E2%91%A0",
424424
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-she-url%E2%91%A1",
425-
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-target-snapshot-params-sandbox%E2%91%A0",
425+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-source-snapshot-params-sandbox",
426426
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-create-navigation-params-from-a-prefetch-record%E2%91%A0",
427427
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-she-document-state%E2%91%A5",
428428
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-copy-prefetch-cookies",
@@ -545,7 +545,7 @@
545545
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-creating-a-policy-container-from-a-fetch-response%E2%91%A0",
546546
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-request-reserved-client%E2%91%A0%E2%91%A1",
547547
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-set-union%E2%91%A0",
548-
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-target-snapshot-params-sandbox%E2%91%A1",
548+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-target-snapshot-params-sandbox%E2%91%A0",
549549
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-policy-container-csp-list%E2%91%A0",
550550
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-csp-derived-sandboxing-flags%E2%91%A0",
551551
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-determining-the-origin%E2%91%A0",
@@ -948,6 +948,7 @@
948948
"https://wicg.github.io/nav-speculation/prefetch.html#7393da89",
949949
"https://wicg.github.io/nav-speculation/prefetch.html#feac4ab3",
950950
"https://wicg.github.io/nav-speculation/prefetch.html#457a6f4c",
951+
"https://wicg.github.io/nav-speculation/prefetch.html#d07147f5",
951952
"https://wicg.github.io/nav-speculation/prefetch.html#9414feaa",
952953
"https://wicg.github.io/nav-speculation/prefetch.html#8684a4e2",
953954
"https://wicg.github.io/nav-speculation/prefetch.html#34ce7bcd",

ed/index.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-05-14T00:57:23.207Z",
4+
"date": "2025-05-14T06:45:37.718Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -1371,9 +1371,9 @@
13711371
],
13721372
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html",
13731373
"crawlCacheInfo": {
1374-
"lastModified": "Tue, 13 May 2025 15:21:43 GMT"
1374+
"lastModified": "Wed, 14 May 2025 06:16:06 GMT"
13751375
},
1376-
"date": "13 May 2025",
1376+
"date": "14 May 2025",
13771377
"algorithms": "algorithms/compression-dictionary.json",
13781378
"links": "links/compression-dictionary.json",
13791379
"refs": "refs/compression-dictionary.json",
@@ -1420,9 +1420,9 @@
14201420
],
14211421
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
14221422
"crawlCacheInfo": {
1423-
"lastModified": "Tue, 13 May 2025 15:21:43 GMT"
1423+
"lastModified": "Wed, 14 May 2025 06:16:06 GMT"
14241424
},
1425-
"date": "13 May 2025",
1425+
"date": "14 May 2025",
14261426
"algorithms": "algorithms/no-vary-search.json",
14271427
"links": "links/no-vary-search.json",
14281428
"refs": "refs/no-vary-search.json",
@@ -1469,9 +1469,9 @@
14691469
],
14701470
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
14711471
"crawlCacheInfo": {
1472-
"lastModified": "Tue, 13 May 2025 15:21:43 GMT"
1472+
"lastModified": "Wed, 14 May 2025 06:16:06 GMT"
14731473
},
1474-
"date": "13 May 2025",
1474+
"date": "14 May 2025",
14751475
"algorithms": "algorithms/rfc6265bis.json",
14761476
"links": "links/rfc6265bis.json",
14771477
"refs": "refs/rfc6265bis.json",
@@ -12854,10 +12854,10 @@
1285412854
],
1285512855
"crawled": "https://wicg.github.io/nav-speculation/prefetch.html",
1285612856
"crawlCacheInfo": {
12857-
"lastModified": "Fri, 02 May 2025 05:03:32 GMT"
12857+
"lastModified": "Wed, 14 May 2025 06:35:55 GMT"
1285812858
},
1285912859
"generator": "bikeshed",
12860-
"date": "1 May 2025",
12860+
"date": "13 May 2025",
1286112861
"algorithms": "algorithms/prefetch.json",
1286212862
"links": "links/prefetch.json",
1286312863
"refs": "refs/prefetch.json",
@@ -12904,10 +12904,10 @@
1290412904
],
1290512905
"crawled": "https://wicg.github.io/nav-speculation/prerendering.html",
1290612906
"crawlCacheInfo": {
12907-
"lastModified": "Fri, 02 May 2025 05:03:32 GMT"
12907+
"lastModified": "Wed, 14 May 2025 06:35:55 GMT"
1290812908
},
1290912909
"generator": "bikeshed",
12910-
"date": "1 May 2025",
12910+
"date": "13 May 2025",
1291112911
"algorithms": "algorithms/prerendering-revamped.json",
1291212912
"links": "links/prerendering-revamped.json",
1291312913
"refs": "refs/prerendering-revamped.json",
@@ -12956,10 +12956,10 @@
1295612956
],
1295712957
"crawled": "https://wicg.github.io/nav-speculation/speculation-rules.html",
1295812958
"crawlCacheInfo": {
12959-
"lastModified": "Fri, 02 May 2025 05:03:32 GMT"
12959+
"lastModified": "Wed, 14 May 2025 06:35:55 GMT"
1296012960
},
1296112961
"generator": "bikeshed",
12962-
"date": "1 May 2025",
12962+
"date": "13 May 2025",
1296312963
"algorithms": "algorithms/speculation-rules.json",
1296412964
"links": "links/speculation-rules.json",
1296512965
"refs": "refs/speculation-rules.json",

ed/links/prefetch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
"attempt-to-populate-the-history-entry's-document",
181181
"source-snapshot-params-client",
182182
"source-snapshot-params-activation",
183+
"source-snapshot-params-sandbox",
183184
"ongoing-navigation",
184185
"she-serialized-state",
185186
"document-state-origin",

0 commit comments

Comments
 (0)