Skip to content

Commit bb92261

Browse files
committed
Fix Fetch ID
1 parent d691979 commit bb92261

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,7 +2748,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
27482748
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#request-top-level-navigation-initiator-origin">top-level navigation initiator origin</dfn></li>
27492749
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#concept-request-add-range-header">add a range header</dfn></li>
27502750
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#destination-type">destination type</dfn></li>
2751-
<li><dfn data-x="concept-request-text-directive-user-activation" data-x-href="https://fetch.spec.whatwg.org/#concept-request-text-directive-user-activation">text directive user activation</dfn></li>
2751+
<li><dfn data-x="request-text-directive-user-activation" data-x-href="https://fetch.spec.whatwg.org/#request-text-directive-user-activation">text directive user activation</dfn></li>
27522752
</ul>
27532753
</li>
27542754
<li>
@@ -108548,7 +108548,7 @@ location.href = '#foo';</code></pre>
108548108548
<dt><span data-x="concept-request-traversable-for-user-prompts">traversable for user prompts</span></dt>
108549108549
<dd><var>navigable</var>'s <span data-x="nav-top">top-level traversable</span></dd>
108550108550

108551-
<dt><span data-x="concept-request-text-directive-user-activation">text direction user activation</span></dt>
108551+
<dt><span data-x="request-text-directive-user-activation">text direction user activation</span></dt>
108552108552
<dd><var>navigable</var>'s <span data-x="nav-document">active document</span>'s <span>text directive user activation</span></dd>
108553108553
</dl>
108554108554
</li>
@@ -111661,7 +111661,7 @@ location.href = '#foo';</code></pre>
111661111661
involvement</span> is "<code data-x="uni-browser-ui">browser-ui</code>"; or</p></li>
111662111662

111663111663
<li><p><var>navigationParams</var>'s <span data-x="navigation-params-request">request</span>'s
111664-
<span data-x="concept-request-text-directive-user-activation">text directive user
111664+
<span data-x="request-text-directive-user-activation">text directive user
111665111665
activation</span> is true</p></li>
111666111666
</ul>
111667111667

@@ -115265,14 +115265,14 @@ console.log(document.url.hash); // '#foo:~:bar'
115265115265
<p>If a <code>Document</code>'s <span>text directive user activation</span> isn't used to
115266115266
activate a <span>text directive</span>, rather it is used to set a <span
115267115267
data-x="navigation-request">navigation request</span>'s <span
115268-
data-x="concept-request-text-directive-user-activation">text directive user activation</span> to
115268+
data-x="request-text-directive-user-activation">text directive user activation</span> to
115269115269
true, so than an "unused" <span>text directive user activation</span> can be propagated from one
115270115270
<code>Document</code> to another across a navigation.</p>
115271115271

115272115272
<!-- TODO(bokan): What does it mean for a request's boolean to be set to false when it is "used"? How does that work? -->
115273115273
<p>Both <code>Document</code>'s <span>text directive user activation</span> and <span
115274115274
data-x="concept-request">request</span>'s <span
115275-
data-x="concept-request-text-directive-user-activation">text directive user activation</span>
115275+
data-x="request-text-directive-user-activation">text directive user activation</span>
115276115276
are always set to false when used, such that a single user activation cannot be reused to
115277115277
activate more than one text fragment.</p>
115278115278
</div>

0 commit comments

Comments
 (0)