Skip to content

Commit 1ce96b2

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.2.
1 parent 73a093d commit 1ce96b2

14 files changed

+434
-292
lines changed

ed/algorithms/fetch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4778,7 +4778,7 @@
47784778
"rationale": "if",
47794779
"steps": [
47804780
{
4781-
"html": "<p>If <var>input</var> is <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#body-unusable\" id=\"ref-for-body-unusable①\">unusable</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①⑧\">throw</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror②③\">TypeError</a></code>.\n\n\n </p>"
4781+
"html": "<p>If <var>inputBody</var> is <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#body-unusable\" id=\"ref-for-body-unusable①\">unusable</a>, then <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①⑧\">throw</a> a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror②③\">TypeError</a></code>.\n\n\n </p>"
47824782
},
47834783
{
47844784
"html": "<p>Set <var>finalBody</var> to the result of <a data-link-type=\"dfn\" href=\"https://streams.spec.whatwg.org/#readablestream-create-a-proxy\" id=\"ref-for-readablestream-create-a-proxy\">creating a proxy</a> for\n <var>inputBody</var>.\n </p>"

ed/algorithms/prefetch.json

Lines changed: 40 additions & 28 deletions
Large diffs are not rendered by default.

ed/algorithms/prerendering-revamped.json

Lines changed: 68 additions & 47 deletions
Large diffs are not rendered by default.

ed/algorithms/privacy-preserving-attribution.json

Lines changed: 32 additions & 29 deletions
Large diffs are not rendered by default.

ed/dfns/prerendering-revamped.json

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,28 @@
2626
"definedIn": "prose",
2727
"links": []
2828
},
29+
{
30+
"id": "speculation-rule-set-prerender_until_script-rules",
31+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#speculation-rule-set-prerender_until_script-rules",
32+
"linkingText": [
33+
"prerender_until_script rules"
34+
],
35+
"localLinkingText": [],
36+
"type": "dfn",
37+
"for": [
38+
"speculation rule set"
39+
],
40+
"access": "private",
41+
"informative": false,
42+
"heading": {
43+
"id": "speculation-rules-parsing",
44+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#speculation-rules-parsing",
45+
"title": "Parsing",
46+
"number": "1.1"
47+
},
48+
"definedIn": "prose",
49+
"links": []
50+
},
2951
{
3052
"id": "speculation-rule-target-navigable-name-hint",
3153
"href": "https://wicg.github.io/nav-speculation/prerendering.html#speculation-rule-target-navigable-name-hint",
@@ -90,6 +112,28 @@
90112
"definedIn": "prose",
91113
"links": []
92114
},
115+
{
116+
"id": "prerender-candidate-should-block-scripts",
117+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#prerender-candidate-should-block-scripts",
118+
"linkingText": [
119+
"should block scripts"
120+
],
121+
"localLinkingText": [],
122+
"type": "dfn",
123+
"for": [
124+
"prerender candidate"
125+
],
126+
"access": "private",
127+
"informative": false,
128+
"heading": {
129+
"id": "speculation-rules-processing",
130+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#speculation-rules-processing",
131+
"title": "Processing model",
132+
"number": "1.2"
133+
},
134+
"definedIn": "prose",
135+
"links": []
136+
},
93137
{
94138
"id": "dom-document-onprerenderingchange",
95139
"href": "https://wicg.github.io/nav-speculation/prerendering.html#dom-document-onprerenderingchange",
@@ -196,6 +240,28 @@
196240
"definedIn": "prose",
197241
"links": []
198242
},
243+
{
244+
"id": "navigable-scripting-mode",
245+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#navigable-scripting-mode",
246+
"linkingText": [
247+
"scripting mode"
248+
],
249+
"localLinkingText": [],
250+
"type": "dfn",
251+
"for": [
252+
"navigable"
253+
],
254+
"access": "private",
255+
"informative": false,
256+
"heading": {
257+
"id": "prerendering-navigables",
258+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#prerendering-navigables",
259+
"title": "Prerendering navigables",
260+
"number": "2.2"
261+
},
262+
"definedIn": "prose",
263+
"links": []
264+
},
199265
{
200266
"id": "prerendering-traversable-prerender-initial-response-search-variance",
201267
"href": "https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable-prerender-initial-response-search-variance",
@@ -692,7 +758,7 @@
692758
"id": "delay-while-prerendering",
693759
"href": "https://wicg.github.io/nav-speculation/prerendering.html#delay-while-prerendering",
694760
"title": "The [DelayWhilePrerendering] extended attribute",
695-
"number": "6.3.1"
761+
"number": "6.4.1"
696762
},
697763
"definedIn": "prose",
698764
"links": []
@@ -712,7 +778,7 @@
712778
"id": "patch-geolocation",
713779
"href": "https://wicg.github.io/nav-speculation/prerendering.html#patch-geolocation",
714780
"title": "Geolocation API",
715-
"number": "6.3.4"
781+
"number": "6.4.4"
716782
},
717783
"definedIn": "prose",
718784
"links": []

ed/dfns/privacy-preserving-attribution.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,26 +1444,6 @@
14441444
"definedIn": "prose",
14451445
"links": []
14461446
},
1447-
{
1448-
"id": "earliest-epoch-index",
1449-
"href": "https://w3c.github.io/attribution/#earliest-epoch-index",
1450-
"linkingText": [
1451-
"earliest epoch index"
1452-
],
1453-
"localLinkingText": [],
1454-
"type": "dfn",
1455-
"for": [],
1456-
"access": "private",
1457-
"informative": false,
1458-
"heading": {
1459-
"id": "last-clear",
1460-
"href": "https://w3c.github.io/attribution/#last-clear",
1461-
"title": "Last Browsing History Clear Time",
1462-
"number": "4.2.3"
1463-
},
1464-
"definedIn": "prose",
1465-
"links": []
1466-
},
14671447
{
14681448
"id": "clear-browsing-history-for-attribution",
14691449
"href": "https://w3c.github.io/attribution/#clear-browsing-history-for-attribution",
@@ -1948,6 +1928,26 @@
19481928
"definedIn": "prose",
19491929
"links": []
19501930
},
1931+
{
1932+
"id": "maximum-lookback",
1933+
"href": "https://w3c.github.io/attribution/#maximum-lookback",
1934+
"linkingText": [
1935+
"maximum lookback"
1936+
],
1937+
"localLinkingText": [],
1938+
"type": "dfn",
1939+
"for": [],
1940+
"access": "private",
1941+
"informative": false,
1942+
"heading": {
1943+
"id": "impl-def",
1944+
"href": "https://w3c.github.io/attribution/#impl-def",
1945+
"title": "Setting Implementation-Defined Values",
1946+
"number": "4.5"
1947+
},
1948+
"definedIn": "prose",
1949+
"links": []
1950+
},
19511951
{
19521952
"id": "http-headerdef-save-impression",
19531953
"href": "https://w3c.github.io/attribution/#http-headerdef-save-impression",

0 commit comments

Comments
 (0)