Skip to content

Commit 482971b

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent bc3f5ef commit 482971b

File tree

9 files changed

+148
-203
lines changed

9 files changed

+148
-203
lines changed

ed/algorithms/html.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,6 +3761,9 @@
37613761
{
37623762
"html": "<p>Set <var>element</var>'s <a href=\"https://dom.spec.whatwg.org/#concept-element-local-name\" id=\"html-element-constructors:concept-element-local-name\" data-x-internal=\"concept-element-local-name\">local name</a> to\n <var>definition</var>'s <a href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#concept-custom-element-definition-local-name\" id=\"html-element-constructors:concept-custom-element-definition-local-name-4\">local\n name</a>.</p>"
37633763
},
3764+
{
3765+
"html": "<p>Set <var>element</var>'s <a href=\"https://dom.spec.whatwg.org/#element-custom-element-registry\" id=\"html-element-constructors:element-custom-element-registry\" data-x-internal=\"element-custom-element-registry\">custom element\n registry</a> to <var>registry</var>.</p>"
3766+
},
37643767
{
37653768
"html": "<p>Set <var>element</var>'s <a id=\"html-element-constructors:custom-element-state\" href=\"https://dom.spec.whatwg.org/#concept-element-custom-element-state\" data-x-internal=\"custom-element-state\">custom element state</a> to \"<code>custom</code>\".</p>"
37663769
},

ed/algorithms/prefetch.json

Lines changed: 62 additions & 74 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
@@ -226,7 +226,7 @@
226226
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable-finalize-activation\" id=\"ref-for-prerendering-traversable-finalize-activation①\">Finalize activation</a> for <var>successorTraversable</var> given <var>referrerOrigin</var>.</p>"
227227
},
228228
{
229-
"html": "<p class=\"XXX\">Perhaps we should do something with WebDriver BiDi here? See <a href=\"https://github.com/w3c/webdriver-bidi/issues/321\">w3c/webdriver-bidi#321</a>. Right now the pre-<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel①\">in parallel</a> part of the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate②\">navigate</a> algorithm will send <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-navigation-started\" id=\"ref-for-webdriver-bidi-navigation-started\">WebDriver BiDi navigation started</a> as if it were a normal navigation, but then nothing will happen to indicate the navigation finishes. </p>"
229+
"html": "<p class=\"XXX\">Perhaps we should do something with WebDriver BiDi here? See <a href=\"https://github.com/w3c/webdriver-bidi/issues/321\">w3c/webdriver-bidi#321</a>. Right now the pre-<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\" id=\"ref-for-in-parallel①\">in parallel</a> part of the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate\" id=\"ref-for-navigate②\">navigate</a> algorithm will send <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#webdriver-bidi-navigation-started\" id=\"ref-for-webdriver-bidi-navigation-started\">WebDriver BiDi navigation started</a> as if it were a normal navigation, but then nothing will happen to indicate the navigation finishes.\n</p>"
230230
}
231231
]
232232
}
@@ -257,7 +257,7 @@
257257
"html": "<p>Let <var>doc</var> be <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>"
258258
},
259259
{
260-
"html": "<p class=\"XXX\">We should really propagate the loading mode change here, in the posted task. This is where implementations would update what is returned by <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#dom-document-prerendering\" id=\"ref-for-dom-document-prerendering③\">document.prerendering</a></code>. However, right now it lives on the traversable, so it gets magically updated when we move over the session history entry. Probably we need to move it to the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document⑧\">Document</a></code>. </p>"
260+
"html": "<p class=\"XXX\">We should really propagate the loading mode change here, in the posted task. This is where implementations would update what is returned by <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#dom-document-prerendering\" id=\"ref-for-dom-document-prerendering③\">document.prerendering</a></code>. However, right now it lives on the traversable, so it gets magically updated when we move over the session history entry. Probably we need to move it to the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document⑧\">Document</a></code>.\n\n</p>"
261261
},
262262
{
263263
"html": "<p>If <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document-origin\" id=\"ref-for-concept-document-origin②\">origin</a> is the same as <var>origin</var>, then set <var>doc</var>’s <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#document-activation-start-time\" id=\"ref-for-document-activation-start-time\">activation 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 <var>doc</var>’s <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>.</p>"
@@ -284,7 +284,7 @@
284284
{
285285
"name": "prerendering traversable/remove from referrer",
286286
"href": "https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable-remove-from-referrer",
287-
"html": "A <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①⓪\">prerendering traversable</a> has an associated <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"prerendering traversable\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"prerendering-traversable-remove-from-referrer\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">remove from referrer</dfn>, which is null or an algorithm with no arguments, initially set to null. \n <p>To ensure that the references for a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①①\">prerendering traversable</a> are cleared once it is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable\" id=\"ref-for-destroy-a-top-level-traversable②\">destroyed</a>, modify <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable\" id=\"ref-for-destroy-a-top-level-traversable③\">destroy a top-level traversable</a> by appending the following step:</p>",
287+
"html": "A <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①⓪\">prerendering traversable</a> has an associated <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"prerendering traversable\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"prerendering-traversable-remove-from-referrer\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">remove from referrer</dfn>, which is null or an algorithm with no arguments, initially set to null.\n\n\n <p>To ensure that the references for a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-traversable\" id=\"ref-for-prerendering-traversable①①\">prerendering traversable</a> are cleared once it is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable\" id=\"ref-for-destroy-a-top-level-traversable②\">destroyed</a>, modify <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#destroy-a-top-level-traversable\" id=\"ref-for-destroy-a-top-level-traversable③\">destroy a top-level traversable</a> by appending the following step:</p>",
288288
"rationale": ".algorithm",
289289
"steps": [
290290
{
@@ -575,7 +575,7 @@
575575
"html": "<p>Let <var>navigable</var> be <var>settingsObject</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global\" id=\"ref-for-concept-settings-object-global\">global object</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable\" id=\"ref-for-window-navigable\">navigable</a>.</p>"
576576
},
577577
{
578-
"html": "<p>Let <var>originMatchingEntries</var> be the entries in the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/client-hints-infrastructure#accept-ch-cache\" id=\"ref-for-accept-ch-cache③\">Accept-CH cache</a> whose <a data-link-type=\"dfn\" href=\"https://wicg.github.io/client-hints-infrastructure#accept-ch-cache-origin\" id=\"ref-for-accept-ch-cache-origin\">origin</a> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin①\">same origin</a> with <var>settingsObject</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin\">origin</a>.</p>"
578+
"html": "<p>Let <var>originMatchingEntries</var> be the entries in the <a data-link-type=\"dfn\" href=\"https://wicg.github.io/client-hints-infrastructure#accept-ch-cache\" id=\"ref-for-accept-ch-cache③\">Accept-CH cache</a> whose <a data-link-type=\"dfn\" href=\"https://wicg.github.io/client-hints-infrastructure#accept-ch-cache-origin\" id=\"ref-for-accept-ch-cache-origin\">origin</a> is\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin①\">same origin</a> with <var>settingsObject</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin\" id=\"ref-for-concept-settings-object-origin\">origin</a>.</p>"
579579
},
580580
{
581581
"html": "If <var>navigable</var> is a <a data-link-type=\"dfn\" href=\"https://wicg.github.io/nav-speculation/prerendering.html#prerendering-navigable\" id=\"ref-for-prerendering-navigable①④\">prerendering navigable</a>, then:",

0 commit comments

Comments
 (0)