Skip to content

Commit c1c43d5

Browse files
committed
deploy: 3e15e09
1 parent 3a06a7b commit c1c43d5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

prefetch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
<div class="head">
614614
<h1 class="p-name no-ref" id="title">Prefetch</h1>
615615
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>,
616-
<time class="dt-updated" datetime="2025-07-22">22 July 2025</time></p>
616+
<time class="dt-updated" datetime="2025-07-23">23 July 2025</time></p>
617617
<div data-fill-with="spec-metadata">
618618
<dl>
619619
<dt>This version:

prerendering.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@
773773
<div class="head">
774774
<h1 class="p-name no-ref" id="title">Prerendering Revamped</h1>
775775
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>,
776-
<time class="dt-updated" datetime="2025-07-22">22 July 2025</time></p>
776+
<time class="dt-updated" datetime="2025-07-23">23 July 2025</time></p>
777777
<div data-fill-with="spec-metadata">
778778
<dl>
779779
<dt>This version:
@@ -984,7 +984,7 @@ <h3 class="heading settled" data-level="1.3" id="prerendering-algorithms"><span
984984
<li data-md>
985985
<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="prefetch.html#source" id="ref-for-source">source</a> is "<code>browser UI</code>", and <a data-link-type="dfn" href="prefetch.html#prerendering-traversable" id="ref-for-prerendering-traversable①">prerendering traversable</a> is <var>prerenderingTraversable</var>.</p>
986986
<li data-md>
987-
<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>
987+
<p><a data-link-type="dfn" href="https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch" id="ref-for-start-a-referrer-initiated-navigational-prefetch">Start a referrer-initiated navigational 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>
988988
<li data-md>
989989
<p><a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate" id="ref-for-navigate">Navigate</a> <var>prerenderingTraversable</var> to <var>startingURL</var> using <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>.</p>
990990
<p class="note" role="note">We treat this initial navigation as <var>prerenderingTraversable</var> navigating itself, which will ensure all relevant security checks pass.
@@ -1057,7 +1057,7 @@ <h3 class="heading settled" data-level="1.3" id="prerendering-algorithms"><span
10571057

10581058
</p>
10591059
<li data-md>
1060-
<p><a data-link-type="dfn" href="https://wicg.github.io/nav-speculation/prefetch.html#prefetch" id="ref-for-prefetch①">Prefetch</a> given <var>referrerDoc</var> and <var>prefetchRecord</var>.</p>
1060+
<p><a data-link-type="dfn" href="https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch" id="ref-for-start-a-referrer-initiated-navigational-prefetch①">Start a referrer-initiated navigational prefetch</a> given <var>referrerDoc</var> and <var>prefetchRecord</var>.</p>
10611061
<li data-md>
10621062
<p><a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate" id="ref-for-navigate①">Navigate</a> <var>prerenderingTraversable</var> to <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> using <var>referrerDoc</var>, with <i><a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigation-referrer-policy" id="ref-for-navigation-referrer-policy">referrerPolicy</a></i> set to <var>prefetchRecord</var>’s <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>.</p>
10631063
</ol>
@@ -2376,10 +2376,10 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
23762376
<li><span class="dfn-paneled" id="a253f84c">is expected to match a URL</span>
23772377
<li><span class="dfn-paneled" id="79729ee9">matches a URL</span>
23782378
<li><span class="dfn-paneled" id="4ce800e8">No-Vary-Search hint</span>
2379-
<li><span class="dfn-paneled" id="c647f477">prefetch</span>
23802379
<li><span class="dfn-paneled" id="99c55261">prefetch record</span>
23812380
<li><span class="dfn-paneled" id="9aaa83de">prefetch records</span>
23822381
<li><span class="dfn-paneled" id="4d80a6e7">referrer policy</span>
2382+
<li><span class="dfn-paneled" id="05390e01">start a referrer-initiated navigational prefetch</span>
23832383
<li><span class="dfn-paneled" id="7f3b9a3d">start time</span>
23842384
<li><span class="dfn-paneled" id="5bc14177">URL</span>
23852385
</ul>
@@ -2901,6 +2901,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
29012901
"03675365": {"dfnID":"03675365","dfnText":"event handler IDL attribute","external":true,"refSections":[{"refs":[{"id":"ref-for-event-handler-idl-attributes"}],"title":"1.1. Extensions to the Document interface"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#event-handler-idl-attributes"},
29022902
"03afaf9c": {"dfnID":"03afaf9c","dfnText":"empty","external":true,"refSections":[{"refs":[{"id":"ref-for-list-empty"}],"title":"2.5. Cleanup upon discarding a Document"}],"url":"https://infra.spec.whatwg.org/#list-empty"},
29032903
"046bad9c": {"dfnID":"046bad9c","dfnText":"create a new child navigable","external":true,"refSections":[{"refs":[{"id":"ref-for-create-a-new-child-navigable"}],"title":"1.4. Modifications to creating navigables"}],"url":"https://html.spec.whatwg.org/multipage/document-sequences.html#create-a-new-child-navigable"},
2904+
"05390e01": {"dfnID":"05390e01","dfnText":"start a referrer-initiated navigational prefetch","external":true,"refSections":[{"refs":[{"id":"ref-for-start-a-referrer-initiated-navigational-prefetch"},{"id":"ref-for-start-a-referrer-initiated-navigational-prefetch\u2460"}],"title":"1.3. Prerender algorithms"}],"url":"https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch"},
29042905
"06258d31": {"dfnID":"06258d31","dfnText":"normalize protocol handler parameters","external":true,"refSections":[{"refs":[{"id":"ref-for-normalize-protocol-handler-parameters"},{"id":"ref-for-normalize-protocol-handler-parameters\u2460"}],"title":"5.3.30. Custom Scheme Handlers"}],"url":"https://html.spec.whatwg.org/multipage/system-state.html#normalize-protocol-handler-parameters"},
29052906
"07991385": {"dfnID":"07991385","dfnText":"append session history traversal steps","external":true,"refSections":[{"refs":[{"id":"ref-for-tn-append-session-history-traversal-steps"}],"title":"1.3. Prerender algorithms"}],"url":"https://html.spec.whatwg.org/multipage/browsing-the-web.html#tn-append-session-history-traversal-steps"},
29062907
"07ad3048": {"dfnID":"07ad3048","dfnText":"create navigation params by fetching","external":true,"refSections":[{"refs":[{"id":"ref-for-create-navigation-params-by-fetching"}],"title":"2.2. Navigation fetch changes"}],"url":"https://html.spec.whatwg.org/multipage/browsing-the-web.html#create-navigation-params-by-fetching"},
@@ -3123,7 +3124,6 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
31233124
"c53cc156": {"dfnID":"c53cc156","dfnText":"update the client hints set from cache","external":true,"refSections":[{"refs":[{"id":"ref-for-update-the-client-hints-set-from-cache"}],"title":"3.4. Interaction with Client Hint Cache"}],"url":"https://wicg.github.io/client-hints-infrastructure#update-the-client-hints-set-from-cache"},
31243125
"c5d508d9": {"dfnID":"c5d508d9","dfnText":"subscribe()","external":true,"refSections":[{"refs":[{"id":"ref-for-dom-pushmanager-subscribe"}],"title":"5.3.19. Push API"}],"url":"https://w3c.github.io/push-api/#dom-pushmanager-subscribe"},
31253126
"c62cd7cf": {"dfnID":"c62cd7cf","dfnText":"origin","external":true,"refSections":[{"refs":[{"id":"ref-for-concept-document-origin"},{"id":"ref-for-concept-document-origin\u2460"},{"id":"ref-for-concept-document-origin\u2461"}],"title":"1.3. Prerender algorithms"},{"refs":[{"id":"ref-for-concept-document-origin\u2462"}],"title":"3.5. Interaction with Clear Site Data"}],"url":"https://dom.spec.whatwg.org/#concept-document-origin"},
3126-
"c647f477": {"dfnID":"c647f477","dfnText":"prefetch","external":true,"refSections":[{"refs":[{"id":"ref-for-prefetch"},{"id":"ref-for-prefetch\u2460"}],"title":"1.3. Prerender algorithms"}],"url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch"},
31273127
"c6d19e56": {"dfnID":"c6d19e56","dfnText":"event loop","external":true,"refSections":[{"refs":[{"id":"ref-for-event-loop"}],"title":"1.3. Prerender algorithms"}],"url":"https://html.spec.whatwg.org/multipage/webappapis.html#event-loop"},
31283128
"c8ad28f5": {"dfnID":"c8ad28f5","dfnText":"checkPrerender","external":true,"refSections":[{"refs":[{"id":"ref-for-checkprerender"}],"title":"1.3. Prerender algorithms"}],"url":"prefetch.html#checkprerender"},
31293129
"c8ecf1d3": {"dfnID":"c8ecf1d3","dfnText":"get the notifications permission state","external":true,"refSections":[{"refs":[{"id":"ref-for-get-the-notifications-permission-state"}],"title":"5.3.6. Notifications API"}],"url":"https://notifications.spec.whatwg.org/#get-the-notifications-permission-state"},
@@ -3880,7 +3880,6 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
38803880
"https://wicg.github.io/idle-detection/#dom-idledetector-start": {"displayText":"start()","export":true,"for_":["IdleDetector"],"level":"1","normative":true,"shortname":"idle-detection","spec":"idle-detection","status":"current","text":"start()","type":"method","url":"https://wicg.github.io/idle-detection/#dom-idledetector-start"},
38813881
"https://wicg.github.io/keyboard-lock/#dom-keyboard-lock": {"displayText":"lock()","export":true,"for_":["Keyboard"],"level":"1","normative":true,"shortname":"keyboard-lock","spec":"keyboard-lock","status":"current","text":"lock()","type":"method","url":"https://wicg.github.io/keyboard-lock/#dom-keyboard-lock"},
38823882
"https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records": {"displayText":"prefetch records","export":true,"for_":["Document"],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"prefetch records","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#document-prefetch-records"},
3883-
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch": {"displayText":"prefetch","export":true,"for_":[],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"prefetch","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch"},
38843883
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record": {"displayText":"prefetch record","export":true,"for_":[],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"prefetch record","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record"},
38853884
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy": {"displayText":"anonymization policy","export":true,"for_":["prefetch record"],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"anonymization policy","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-anonymization-policy"},
38863885
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard": {"displayText":"cancel and discard","export":true,"for_":["prefetch record"],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"cancel and discard","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-cancel-and-discard"},
@@ -3890,6 +3889,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
38903889
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy": {"displayText":"referrer policy","export":true,"for_":["prefetch record"],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"referrer policy","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-referrer-policy"},
38913890
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-start-time": {"displayText":"start time","export":true,"for_":["prefetch record"],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"start time","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-start-time"},
38923891
"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-url": {"displayText":"URL","export":true,"for_":["prefetch record"],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"url","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#prefetch-record-url"},
3892+
"https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch": {"displayText":"start a referrer-initiated navigational prefetch","export":true,"for_":[],"level":"1","normative":true,"shortname":"prefetch","spec":"prefetch","status":"current","text":"start a referrer-initiated navigational prefetch","type":"dfn","url":"https://wicg.github.io/nav-speculation/prefetch.html#start-a-referrer-initiated-navigational-prefetch"},
38933893
"https://wicg.github.io/serial/#dom-serial-getports": {"displayText":"getPorts()","export":true,"for_":["Serial"],"level":"1","normative":true,"shortname":"serial","spec":"serial","status":"current","text":"getPorts()","type":"method","url":"https://wicg.github.io/serial/#dom-serial-getports"},
38943894
"https://wicg.github.io/serial/#dom-serial-requestport": {"displayText":"requestPort()","export":true,"for_":["Serial"],"level":"1","normative":true,"shortname":"serial","spec":"serial","status":"current","text":"requestPort()","type":"method","url":"https://wicg.github.io/serial/#dom-serial-requestport"},
38953895
"https://wicg.github.io/webhid/#dom-hid-getdevices": {"displayText":"getDevices()","export":true,"for_":["HID"],"level":"1","normative":true,"shortname":"webhid","spec":"webhid","status":"current","text":"getDevices()","type":"method","url":"https://wicg.github.io/webhid/#dom-hid-getdevices"},

speculation-rules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647
<div class="head">
648648
<h1 class="p-name no-ref" id="title">Speculation Rules</h1>
649649
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>,
650-
<time class="dt-updated" datetime="2025-07-22">22 July 2025</time></p>
650+
<time class="dt-updated" datetime="2025-07-23">23 July 2025</time></p>
651651
<div data-fill-with="spec-metadata">
652652
<dl>
653653
<dt>This version:

0 commit comments

Comments
 (0)