Skip to content

Commit 2f5ba59

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.2.
1 parent f820446 commit 2f5ba59

34 files changed

+3336
-6995
lines changed

ed/algorithms/dom.json

Lines changed: 225 additions & 169 deletions
Large diffs are not rendered by default.

ed/algorithms/html.json

Lines changed: 76 additions & 65 deletions
Large diffs are not rendered by default.

ed/algorithms/prefetch.json

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

ed/algorithms/prerendering-revamped.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"html": "<p>Set <var>prerenderingTraversable</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#navigable-loading-mode\" id=\"ref-for-navigable-loading-mode③\">loading mode</a> to \"<code>prerender</code>\".</p>"
5454
},
5555
{
56-
"html": "<p>Let <var>prefetchRecord</var> be a new <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record\" id=\"ref-for-prefetch-record\">prefetch record</a> whose <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> is <var>startingURL</var>, <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> is null, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy\" id=\"ref-for-prefetch-record-referrer-policy\">referrer policy</a> is the empty string, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-no-vary-search-hint\" id=\"ref-for-prefetch-record-no-vary-search-hint\">No-Vary-Search hint</a> is the <a data-link-type=\"dfn\" href=\"https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html#iref-default-url-search-variance\" id=\"ref-for-iref-default-url-search-variance\">default URL search variance</a>, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-label\" id=\"ref-for-prefetch-record-label\">label</a> is \"<code>browser UI</code>\", and <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①\">prerendering traversable</a> is <var>prerenderingTraversable</var>.</p>"
56+
"html": "<p>Let <var>prefetchRecord</var> be a new <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record\" id=\"ref-for-prefetch-record\">prefetch record</a> whose <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> is <var>startingURL</var>, <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> is null, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy\" id=\"ref-for-prefetch-record-referrer-policy\">referrer policy</a> is the empty string, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-no-vary-search-hint\" id=\"ref-for-prefetch-record-no-vary-search-hint\">No-Vary-Search hint</a> is the <a data-link-type=\"dfn\" href=\"https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html#iref-default-url-search-variance\" id=\"ref-for-iref-default-url-search-variance\">default URL search variance</a>, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#source\" id=\"ref-for-source\">source</a> is \"<code>browser UI</code>\", and <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①\">prerendering traversable</a> is <var>prerenderingTraversable</var>.</p>"
5757
},
5858
{
5959
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prefetch.html#prefetch\" id=\"ref-for-prefetch\">Prefetch</a> given <var>prerenderingTraversable</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> and <var>prefetchRecord</var>.</p>"
@@ -94,9 +94,9 @@
9494
]
9595
},
9696
{
97-
"name": "start referrer-initiated prerendering",
98-
"href": "https://wicg.github.io/nav-speculation/prerendering.html#start-referrer-initiated-prerendering",
99-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"start-referrer-initiated-prerendering\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">start referrer-initiated prerendering</dfn> given a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document⑥\">Document</a></code> <var>referrerDoc</var> and 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>:",
97+
"name": "start a referrer-initiated navigational prerender",
98+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#start-a-referrer-initiated-navigational-prerender",
99+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"start-a-referrer-initiated-navigational-prerender\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">start a referrer-initiated navigational prerender</dfn> given a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document⑥\">Document</a></code> <var>referrerDoc</var> and 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>:",
100100
"rationale": "assert",
101101
"steps": [
102102
{

0 commit comments

Comments
 (0)