Skip to content

Commit 913dc33

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent 38d04bf commit 913dc33

File tree

8 files changed

+149
-94
lines changed

8 files changed

+149
-94
lines changed

ed/algorithms/prefetch.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,40 @@
833833
}
834834
]
835835
},
836+
{
837+
"name": "clear prefetch cache for origin patch",
838+
"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.",
839+
"rationale": ".algorithm",
840+
"steps": [
841+
{
842+
"html": "<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> of 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>:",
843+
"rationale": "let",
844+
"steps": [
845+
{
846+
"html": "<p>Let <var>navigables</var> be the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-descendant-navigables\" id=\"ref-for-inclusive-descendant-navigables\">inclusive descendant navigables</a> of <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>.</p>"
847+
},
848+
{
849+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate⑥\">For each</a> <var>navigable</var> in <var>navigables</var>:",
850+
"rationale": "let",
851+
"steps": [
852+
{
853+
"html": "<p>Let <var>activeDocument</var> be the <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>.</p>"
854+
},
855+
{
856+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate⑦\">For each</a> <var>prefetchRecord</var> in <var>activeDocument</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records\" id=\"ref-for-document-prefetch-records⑦\">prefetch records</a>:",
857+
"rationale": "cancel",
858+
"steps": [
859+
{
860+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard\" id=\"ref-for-prefetch-record-cancel-and-discard①\">Cancel and discard</a> <var>prefetchRecord</var> given <var>activeDocument</var>.</p>"
861+
}
862+
]
863+
}
864+
]
865+
}
866+
]
867+
}
868+
]
869+
},
836870
{
837871
"name": "prefetch",
838872
"href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch",
@@ -855,7 +889,7 @@
855889
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert①⑤\">Assert</a>: <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-url\" id=\"ref-for-prefetch-record-url①①\">URL</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme④\">scheme</a> is an <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#http-scheme\" id=\"ref-for-http-scheme①\">HTTP(S) scheme</a>.</p>"
856890
},
857891
{
858-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append③\">Append</a> <var>prefetchRecord</var> to <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records\" id=\"ref-for-document-prefetch-records\">prefetch records</a>.</p>"
892+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append③\">Append</a> <var>prefetchRecord</var> to <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records\" id=\"ref-for-document-prefetch-records\">prefetch records</a>.</p>"
859893
},
860894
{
861895
"html": "<p>Set <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-start-time\" id=\"ref-for-prefetch-record-start-time①\">start time</a> to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-current-high-resolution-time\" id=\"ref-for-dfn-current-high-resolution-time④\">current high resolution time</a> for the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global①\">relevant global object</a> of <var>document</var>.</p>"
@@ -899,7 +933,7 @@
899933
"rationale": "if",
900934
"steps": [
901935
{
902-
"html": "<p>If <var>navigationParams</var> is not a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params\" id=\"ref-for-navigation-params⑥\">navigation params</a>, then <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard\" id=\"ref-for-prefetch-record-cancel-and-discard\">cancel and discard</a> <var>prefetchRecord</var> given <var>document</var> and abort these steps.</p>"
936+
"html": "<p>If <var>navigationParams</var> is not a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params\" id=\"ref-for-navigation-params⑥\">navigation params</a>, then <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard\" id=\"ref-for-prefetch-record-cancel-and-discard\">cancel and discard</a> <var>prefetchRecord</var> given <var>document</var> and abort these steps.</p>"
903937
},
904938
{
905939
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#assert\" id=\"ref-for-assert①⑥\">Assert</a>: <var>navigationParams</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-params-response\" id=\"ref-for-navigation-params-response③\">response</a> is the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#exchange-record-response\" id=\"ref-for-exchange-record-response⑥\">response</a> of <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-redirect-chain\" id=\"ref-for-prefetch-record-redirect-chain⑤\">redirect chain</a>’s last element.</p>"

ed/algorithms/prerendering-revamped.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
"rationale": ".algorithm",
617617
"steps": [
618618
{
619-
"html": "<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>:",
619+
"html": "<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> of 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>:",
620620
"rationale": "if",
621621
"steps": [
622622
{

ed/dfns/prefetch.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@
934934
"id": "prefetch-algorithms",
935935
"href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-algorithms",
936936
"title": "Prefetch algorithms",
937-
"number": "4"
937+
"number": "5"
938938
},
939939
"definedIn": "prose"
940940
},
@@ -953,7 +953,7 @@
953953
"id": "prefetch-algorithms",
954954
"href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-algorithms",
955955
"title": "Prefetch algorithms",
956-
"number": "4"
956+
"number": "5"
957957
},
958958
"definedIn": "prose"
959959
},
@@ -972,7 +972,7 @@
972972
"id": "prefetch-algorithms",
973973
"href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-algorithms",
974974
"title": "Prefetch algorithms",
975-
"number": "4"
975+
"number": "5"
976976
},
977977
"definedIn": "prose"
978978
},
@@ -991,7 +991,7 @@
991991
"id": "cookies",
992992
"href": "https://wicg.github.io/nav-speculation/prefetch.html#cookies",
993993
"title": "Cookies",
994-
"number": "5"
994+
"number": "6"
995995
},
996996
"definedIn": "prose"
997997
},
@@ -1012,7 +1012,7 @@
10121012
"id": "sec-purpose-header",
10131013
"href": "https://wicg.github.io/nav-speculation/prefetch.html#sec-purpose-header",
10141014
"title": "The `Sec-Purpose` HTTP request header",
1015-
"number": "6"
1015+
"number": "7"
10161016
},
10171017
"definedIn": "prose"
10181018
},
@@ -1033,7 +1033,7 @@
10331033
"id": "sec-purpose-header",
10341034
"href": "https://wicg.github.io/nav-speculation/prefetch.html#sec-purpose-header",
10351035
"title": "The `Sec-Purpose` HTTP request header",
1036-
"number": "6"
1036+
"number": "7"
10371037
},
10381038
"definedIn": "prose"
10391039
},
@@ -1052,7 +1052,7 @@
10521052
"id": "sec-speculation-tags-header",
10531053
"href": "https://wicg.github.io/nav-speculation/prefetch.html#sec-speculation-tags-header",
10541054
"title": "The Sec-Speculation-Tags HTTP request header",
1055-
"number": "7"
1055+
"number": "8"
10561056
},
10571057
"definedIn": "prose"
10581058
}

ed/headings/prefetch.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,47 +49,53 @@
4949
"title": "Navigation Timing Patches",
5050
"number": "3"
5151
},
52+
{
53+
"id": "interaction-with-other-specs",
54+
"href": "https://wicg.github.io/nav-speculation/prefetch.html#interaction-with-other-specs",
55+
"level": 2,
56+
"title": "Interaction with other specifications and concepts",
57+
"number": "4"
58+
},
5259
{
5360
"id": "prefetch-algorithms",
5461
"href": "https://wicg.github.io/nav-speculation/prefetch.html#prefetch-algorithms",
5562
"level": 2,
5663
"title": "Prefetch algorithms",
57-
"number": "4"
64+
"number": "5"
5865
},
5966
{
6067
"id": "cookies",
6168
"href": "https://wicg.github.io/nav-speculation/prefetch.html#cookies",
6269
"level": 2,
6370
"title": "Cookies",
64-
"number": "5"
71+
"number": "6"
6572
},
6673
{
6774
"id": "sec-purpose-header",
6875
"href": "https://wicg.github.io/nav-speculation/prefetch.html#sec-purpose-header",
6976
"level": 2,
7077
"title": "The `Sec-Purpose` HTTP request header",
71-
"number": "6"
78+
"number": "7"
7279
},
7380
{
7481
"id": "sec-speculation-tags-header",
7582
"href": "https://wicg.github.io/nav-speculation/prefetch.html#sec-speculation-tags-header",
7683
"level": 2,
7784
"title": "The Sec-Speculation-Tags HTTP request header",
78-
"number": "7"
85+
"number": "8"
7986
},
8087
{
8188
"id": "security-considerations",
8289
"href": "https://wicg.github.io/nav-speculation/prefetch.html#security-considerations",
8390
"level": 2,
8491
"title": "Security considerations",
85-
"number": "8"
92+
"number": "9"
8693
},
8794
{
8895
"id": "privacy-considerations",
8996
"href": "https://wicg.github.io/nav-speculation/prefetch.html#privacy-considerations",
9097
"level": 2,
91-
"title": "Privacy considerations",
92-
"number": "9"
98+
"title": "10. Privacy considerations"
9399
},
94100
{
95101
"id": "index",

ed/ids/prefetch.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,18 @@
647647
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dfn-create-the-navigation-timing-entry%E2%91%A0",
648648
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-string%E2%91%A2",
649649
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dfn-setup-the-resource-timing-entry",
650+
"https://wicg.github.io/nav-speculation/prefetch.html#interaction-with-other-specs",
651+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-abstract-opdef-clear-cache-for-origin",
652+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-iterate%E2%91%A4",
653+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-nav-top",
654+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-top-level-traversable-set",
655+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-inclusive-descendant-navigables",
656+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-nav-document%E2%91%A5",
657+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-iterate%E2%91%A5",
658+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-nav-document%E2%91%A6",
659+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-iterate%E2%91%A6",
660+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A6",
661+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A0",
650662
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-algorithms",
651663
"https://wicg.github.io/nav-speculation/prefetch.html#issue-1ea0021d",
652664
"https://wicg.github.io/nav-speculation/prefetch.html#list-of-sufficiently-strict-speculative-navigation-referrer-policies",
@@ -665,7 +677,7 @@
665677
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-url-scheme%E2%91%A3",
666678
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-http-scheme%E2%91%A0",
667679
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-list-append%E2%91%A2",
668-
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A6",
680+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-document-prefetch-records%E2%91%A7",
669681
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-start-time%E2%91%A0",
670682
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-dfn-current-high-resolution-time%E2%91%A3",
671683
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-concept-relevant-global%E2%91%A0",
@@ -704,7 +716,7 @@
704716
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-queue-a-global-task",
705717
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-networking-task-source",
706718
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-navigation-params%E2%91%A5",
707-
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A0",
719+
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-prefetch-record-cancel-and-discard%E2%91%A1",
708720
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-assert%E2%91%A0%E2%91%A5",
709721
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-navigation-params-response%E2%91%A2",
710722
"https://wicg.github.io/nav-speculation/prefetch.html#ref-for-exchange-record-response%E2%91%A5",
@@ -769,6 +781,7 @@
769781
"https://wicg.github.io/nav-speculation/prefetch.html#index",
770782
"https://wicg.github.io/nav-speculation/prefetch.html#index-defined-here",
771783
"https://wicg.github.io/nav-speculation/prefetch.html#index-defined-elsewhere",
784+
"https://wicg.github.io/nav-speculation/prefetch.html#7d37f8d7",
772785
"https://wicg.github.io/nav-speculation/prefetch.html#37e32f12",
773786
"https://wicg.github.io/nav-speculation/prefetch.html#cb066b75",
774787
"https://wicg.github.io/nav-speculation/prefetch.html#c4f03264",
@@ -874,6 +887,7 @@
874887
"https://wicg.github.io/nav-speculation/prefetch.html#73a186aa",
875888
"https://wicg.github.io/nav-speculation/prefetch.html#7ab8ff1f",
876889
"https://wicg.github.io/nav-speculation/prefetch.html#a72449dd",
890+
"https://wicg.github.io/nav-speculation/prefetch.html#dbdbb853",
877891
"https://wicg.github.io/nav-speculation/prefetch.html#2895d75d",
878892
"https://wicg.github.io/nav-speculation/prefetch.html#fd8e1d03",
879893
"https://wicg.github.io/nav-speculation/prefetch.html#9c19b7fc",
@@ -931,6 +945,8 @@
931945
"https://wicg.github.io/nav-speculation/prefetch.html#2c6fd92e",
932946
"https://wicg.github.io/nav-speculation/prefetch.html#c63519ed",
933947
"https://wicg.github.io/nav-speculation/prefetch.html#bd736ec6",
948+
"https://wicg.github.io/nav-speculation/prefetch.html#30717154",
949+
"https://wicg.github.io/nav-speculation/prefetch.html#deb80b93",
934950
"https://wicg.github.io/nav-speculation/prefetch.html#1d2aa117",
935951
"https://wicg.github.io/nav-speculation/prefetch.html#eed7ae2f",
936952
"https://wicg.github.io/nav-speculation/prefetch.html#1f8cac9a",
@@ -979,6 +995,7 @@
979995
"https://wicg.github.io/nav-speculation/prefetch.html#dcffbccd",
980996
"https://wicg.github.io/nav-speculation/prefetch.html#references",
981997
"https://wicg.github.io/nav-speculation/prefetch.html#normative",
998+
"https://wicg.github.io/nav-speculation/prefetch.html#biblio-clear-site-data",
982999
"https://wicg.github.io/nav-speculation/prefetch.html#biblio-cookies",
9831000
"https://wicg.github.io/nav-speculation/prefetch.html#biblio-csp",
9841001
"https://wicg.github.io/nav-speculation/prefetch.html#biblio-dom",

0 commit comments

Comments
 (0)