Skip to content

Commit 53ba12c

Browse files
committed
Set text directive activation on creation
1 parent 5e2ec9d commit 53ba12c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108530,9 +108530,15 @@ location.href = '#foo';</code></pre>
108530108530

108531108531
<dt><span data-x="concept-request-traversable-for-user-prompts">traversable for user prompts</span></dt>
108532108532
<dd><var>navigable</var>'s <span data-x="nav-top">top-level traversable</span></dd>
108533+
108534+
<dt><span data-x="concept-request-text-directive-user-activation">text direction user activation</span></dt>
108535+
<dd><var>navigable</var>'s <span data-x="nav-document">active document</span>'s <span>text directive user activation</span></dd>
108533108536
</dl>
108534108537
</li>
108535108538

108539+
<li><p>Set <var>navigable</var>'s <span data-x="nav-document">active document</span>'s <span>text
108540+
directive user activation</span> to false.</p></li>
108541+
108536108542
<li><p>If <var>navigable</var> is a <span>top-level traversable</span>, then set
108537108543
<var>request</var>'s <span>top-level navigation initiator origin</span> to <var>entry</var>'s
108538108544
<span data-x="she-document-state">document state</span>'s <span
@@ -111602,6 +111608,24 @@ location.href = '#foo';</code></pre>
111602111608
<var>navigationParams</var>'s <span data-x="navigation-params-response">response</span>, and
111603111609
"<code data-x="">pre-media</code>".</p></li>
111604111610

111611+
<li>
111612+
<p>If any of the following are true:</p>
111613+
111614+
<ul class="brief">
111615+
<li><p><var>navigationParams</var>'s <span data-x="navigation-params-user-involvement">user
111616+
involvement</span> is "<code data-x="uni-activation">activation</code>";</p></li>
111617+
111618+
<li><p><var>navigationParams</var>'s <span data-x="navigation-params-user-involvement">user
111619+
involvement</span> is "<code data-x="uni-browser-ui">browser-ui</code>"; or</p></li>
111620+
111621+
<li><p><var>navigationParams</var>'s <span data-x="navigation-params-request">request</span>'s
111622+
<span data-x="concept-request-text-directive-user-activation">text directive user
111623+
activation</span> is true</p></li>
111624+
</ul>
111625+
111626+
<p>then set <var>document</var>'s <span>text directive user activation</span> to true.</p>
111627+
</li>
111628+
111605111629
<li>
111606111630
<p>If <var>navigationParams</var>'s <span data-x="navigation-params-navigable">navigable</span>
111607111631
is a <span>top-level traversable</span>, then <span>process the `<code>Speculation-Rules</code>`

0 commit comments

Comments
 (0)