Skip to content

Commit f28390b

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.2.
1 parent 9746cf3 commit f28390b

File tree

11 files changed

+80
-58
lines changed

11 files changed

+80
-58
lines changed

ed/algorithms/prefetch.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"html": "<p>If <var>candidate</var> is a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#prefetch-candidate\" id=\"ref-for-prefetch-candidate\">prefetch candidate</a> and <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy\" id=\"ref-for-prefetch-record-anonymization-policy\">anonymization policy</a> does not equal <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-anonymization-policy\" id=\"ref-for-sl-candidate-anonymization-policy\">anonymization policy</a>, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-iteration-continue②\">continue</a>.</p>"
308308
},
309309
{
310-
"html": "<p>If <var>candidate</var> is a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#prerender-candidate\" id=\"ref-for-prerender-candidate\">prerender candidate</a> and <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-prerendering-traversable\" id=\"ref-for-prefetch-record-prerendering-traversable①\">prerendering traversable</a> is null, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-iteration-continue③\">continue</a>.</p>"
310+
"html": "<p>If <var>candidate</var> is a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerender-candidate\" id=\"ref-for-prerender-candidate\">prerender candidate</a> and <var>prefetchRecord</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-prerendering-traversable\" id=\"ref-for-prefetch-record-prerendering-traversable①\">prerendering traversable</a> is null, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-iteration-continue③\">continue</a>.</p>"
311311
},
312312
{
313313
"html": "<p>Return true.</p>"
@@ -419,7 +419,7 @@
419419
"html": "<p>Set <var>responseCOOP</var> to the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#obtain-coop\" id=\"ref-for-obtain-coop\">obtaining a cross-origin opener policy</a> given <var>redirectChainResponse</var> and <var>redirectChainRequest</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>"
420420
},
421421
{
422-
"html": "<p>Set <var>coopEnforcementResult</var> to the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#coop-enforce\" id=\"ref-for-coop-enforce\">enforcing a response’s cross-origin opener policy</a> given <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-bc\" id=\"ref-for-nav-bc\">active browsing context</a>, <var>redirectChainResponse</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>responseOrigin</var>, <var>responseCOOP</var>, <var>coopEnforcementResult</var>, and <var>redirectChainRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer①\">referrer</a>.</p>"
422+
"html": "<p><span id=\"step-activation-time-coop-check\"></span>Set <var>coopEnforcementResult</var> to the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#coop-enforce\" id=\"ref-for-coop-enforce\">enforcing a response’s cross-origin opener policy</a> given <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-bc\" id=\"ref-for-nav-bc\">active browsing context</a>, <var>redirectChainResponse</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>responseOrigin</var>, <var>responseCOOP</var>, <var>coopEnforcementResult</var>, and <var>redirectChainRequest</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-referrer\" id=\"ref-for-concept-request-referrer①\">referrer</a>.</p>"
423423
},
424424
{
425425
"html": "<p>If <var>finalSandboxFlags</var> is not empty and <var>responseCOOP</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#coop-struct-value\" id=\"ref-for-coop-struct-value\">value</a> is \"<code>unsafe-none</code>\", then set <var>response</var> to an appropriate <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-network-error\" id=\"ref-for-concept-network-error①\">network error</a> and <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break①\">break</a>.</p>"
@@ -1036,7 +1036,7 @@
10361036
"rationale": "if",
10371037
"steps": [
10381038
{
1039-
"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>"
1039+
"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>"
10401040
},
10411041
{
10421042
"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>"
@@ -1093,7 +1093,7 @@
10931093
"html": "<p>Let <var>topLevelSite</var> be null.</p>"
10941094
},
10951095
{
1096-
"html": "If <var>environment</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context\" id=\"ref-for-concept-environment-target-browsing-context\">target browsing context</a> is a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context\" id=\"ref-for-top-level-browsing-context\">top-level browsing context</a>:",
1096+
"html": "If <var>environment</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context\" id=\"ref-for-concept-environment-target-browsing-context\">target browsing context</a> is a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-browsing-context\" id=\"ref-for-top-level-browsing-context\">top-level browsing context</a>:",
10971097
"rationale": "set",
10981098
"steps": [
10991099
{
@@ -1156,7 +1156,7 @@
11561156
{
11571157
"name": "remote end event trigger for speculation.prefetchStatusUpdated",
11581158
"href": "https://wicg.github.io/nav-speculation/prefetch.html#trigger-a-prefetch-status-updated-event",
1159-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"trigger-a-prefetch-status-updated-event\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">trigger a prefetch status updated event</dfn> given a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#navigable\" id=\"ref-for-navigable\">navigable</a> <var>navigable</var>, a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record\" id=\"ref-for-prefetch-record①⑦\">prefetch record</a> <var>prefetchRecord</var>, and a <code class=\"cddl\"><a data-link-type=\"cddl\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#cddl-type-speculationpreloadingstatus\" id=\"ref-for-cddl-type-speculationpreloadingstatus①\">speculation.PreloadingStatus</a></code> <var>preloadingStatus</var>:",
1159+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"trigger-a-prefetch-status-updated-event\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">trigger a prefetch status updated event</dfn> given a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#navigable\" id=\"ref-for-navigable\">navigable</a> <var>navigable</var>, a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record\" id=\"ref-for-prefetch-record①⑦\">prefetch record</a> <var>prefetchRecord</var>, and a <code class=\"cddl\"><a data-link-type=\"cddl\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#cddl-type-speculationpreloadingstatus\" id=\"ref-for-cddl-type-speculationpreloadingstatus①\">speculation.PreloadingStatus</a></code> <var>preloadingStatus</var>:",
11601160
"rationale": ".algorithm",
11611161
"steps": [
11621162
{

ed/algorithms/prerendering-revamped.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rationale": "let",
5757
"steps": [
5858
{
59-
"html": "<p>Let <var>referrerPolicy</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#compute-speculative-load-referrer-policy\" id=\"ref-for-compute-speculative-load-referrer-policy\">computing a speculative load referrer policy</a> given <var>rule</var> and null.</p>"
59+
"html": "<p>Let <var>referrerPolicy</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#compute-a-speculative-load-referrer-policy\" id=\"ref-for-compute-a-speculative-load-referrer-policy\">computing a speculative load referrer policy</a> given <var>rule</var> and null.</p>"
6060
},
6161
{
6262
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append\">Append</a> a new <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerender-candidate\" id=\"ref-for-prerender-candidate\">prerender candidate</a> with</p>\n <dl class=\"props\">\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-url\" id=\"ref-for-sl-candidate-url\">URL</a>\n </dt><dd data-md=\"\">\n <p><var>url</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-nvs-hint\" id=\"ref-for-sl-candidate-nvs-hint\">No-Vary-Search hint</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-nvs-hint\" id=\"ref-for-sr-nvs-hint\">No-Vary-Search hint</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-eagerness\" id=\"ref-for-sl-candidate-eagerness\">eagerness</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-eagerness\" id=\"ref-for-sr-eagerness\">eagerness</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-referrer-policy\" id=\"ref-for-sl-candidate-referrer-policy\">referrer policy</a>\n </dt><dd data-md=\"\">\n <p><var>referrerPolicy</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-tags\" id=\"ref-for-sl-candidate-tags\">tags</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-tags\" id=\"ref-for-sr-tags\">tags</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerender-candidate-target-navigable-name-hint\" id=\"ref-for-prerender-candidate-target-navigable-name-hint\">target navigable name hint</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#speculation-rule-target-navigable-name-hint\" id=\"ref-for-speculation-rule-target-navigable-name-hint②\">target navigable name hint</a></p>\n </dd></dl>\n <p>to <var>prerenderCandidates</var>.</p>"
@@ -68,7 +68,7 @@
6868
"rationale": "let",
6969
"steps": [
7070
{
71-
"html": "<p>Let <var>links</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#finding-matching-links\" id=\"ref-for-finding-matching-links\">finding matching links</a> given <var>document</var> and <var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-predicate\" id=\"ref-for-sr-predicate①\">predicate</a>.</p>"
71+
"html": "<p>Let <var>links</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#find-matching-links\" id=\"ref-for-find-matching-links\">finding matching links</a> given <var>document</var> and <var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-predicate\" id=\"ref-for-sr-predicate①\">predicate</a>.</p>"
7272
},
7373
{
7474
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate③\">For each</a> <var>link</var> of <var>links</var>:",
@@ -81,7 +81,7 @@
8181
"html": "<p>If <var>target</var> is null, set it to the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/semantics.html#get-an-element's-target\" id=\"ref-for-get-an-element's-target\">getting an element’s target</a> given <var>link</var>.</p>"
8282
},
8383
{
84-
"html": "<p>Let <var>referrerPolicy</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#compute-speculative-load-referrer-policy\" id=\"ref-for-compute-speculative-load-referrer-policy①\">computing a speculative load referrer policy</a> given <var>rule</var> and <var>link</var>.</p>"
84+
"html": "<p>Let <var>referrerPolicy</var> be the result of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#compute-a-speculative-load-referrer-policy\" id=\"ref-for-compute-a-speculative-load-referrer-policy①\">computing a speculative load referrer policy</a> given <var>rule</var> and <var>link</var>.</p>"
8585
},
8686
{
8787
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append①\">Append</a> a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerender-candidate\" id=\"ref-for-prerender-candidate①\">prerender candidate</a> with</p>\n <dl class=\"props\">\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-url\" id=\"ref-for-sl-candidate-url①\">URL</a>\n </dt><dd data-md=\"\">\n <p><var>link</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/links.html#concept-hyperlink-url\" id=\"ref-for-concept-hyperlink-url\">url</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-nvs-hint\" id=\"ref-for-sl-candidate-nvs-hint①\">No-Vary-Search hint</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-nvs-hint\" id=\"ref-for-sr-nvs-hint①\">No-Vary-Search hint</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-eagerness\" id=\"ref-for-sl-candidate-eagerness①\">eagerness</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-eagerness\" id=\"ref-for-sr-eagerness①\">eagerness</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-referrer-policy\" id=\"ref-for-sl-candidate-referrer-policy①\">referrer policy</a>\n </dt><dd data-md=\"\">\n <p><var>referrerPolicy</var></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sl-candidate-tags\" id=\"ref-for-sl-candidate-tags①\">tags</a>\n </dt><dd data-md=\"\">\n <p><var>rule</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/speculative-loading.html#sr-tags\" id=\"ref-for-sr-tags①\">tags</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerender-candidate-target-navigable-name-hint\" id=\"ref-for-prerender-candidate-target-navigable-name-hint①\">target navigable name hint</a>\n </dt><dd data-md=\"\">\n <p><var>target</var></p>\n </dd></dl>\n <p>to <var>prerenderCandidates</var>.</p>"

ed/algorithms/streams.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7502,7 +7502,7 @@
75027502
]
75037503
},
75047504
{
7505-
"html": "Let <var>closeAlgorithm</var> be the folowing steps:",
7505+
"html": "Let <var>closeAlgorithm</var> be the following steps:",
75067506
"rationale": "perform",
75077507
"steps": [
75087508
{

0 commit comments

Comments
 (0)