Skip to content

Commit

Permalink
Fix identation and quote format.
Browse files Browse the repository at this point in the history
  • Loading branch information
siliu1 committed Nov 11, 2024
1 parent bfde2ec commit f49ccf5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4879,7 +4879,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li>"<dfn data-x="focus-without-user-activation-feature"><code
data-x="">focus-without-user-activation</code></dfn>", which has a <span
data-x="concept-default-allowlist">default allowlist</span> of <code
data-x="">`self`</code>.</li>
data-x="">'self'</code>.</li>
</ul>


Expand Down Expand Up @@ -80542,10 +80542,10 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
<li><p>If <var>current</var> is null, then return.</p></li>

<li><p>If this algorithm is triggered without <span data-x="transient activation">transient user
activation</span> and is not triggered by script execution from <var>current</var>'s
<span>ancestor navigables</span>, and <var>current</var>'s <span>active document</span> is not
<span>allowed to use</span> the "<code data-x="focus-without-user-activation-feature">
focus-without-user-activation</code>" feature, then return.</p></li>
activation</span> and is not triggered by script execution from <var>current</var>'s
<span>ancestor navigables</span>, and <var>current</var>'s <span>active document</span> is not
<span>allowed to use</span> the "<code data-x="focus-without-user-activation-feature">
focus-without-user-activation</code>" feature, then return.</p></li>

<li><p>Run the <span>focusing steps</span> with <var>current</var>.</p></li>

Expand All @@ -80567,10 +80567,10 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {

<ol>
<li><p>If this algorithm is triggered without <span data-x="transient activation">transient user
activation</span> and is not triggered by script execution from element's <span>ancestor
navigables</span>, and the element's <span>node document</span> is not <span>allowed to use</span>
the "<code data-x="focus-without-user-activation-feature">focus-without-user-activation</code>"
feature, then return.</p></li>
activation</span> and is not triggered by script execution from element's <span>ancestor
navigables</span>, and the element's <span>node document</span> is not <span>allowed to use</span>
the "<code data-x="focus-without-user-activation-feature">focus-without-user-activation</code>"
feature, then return.</p></li>

<li><p>If the element is marked as <i data-x="locked for focus">locked for focus</i>, then return.</p></li>

Expand Down Expand Up @@ -80679,9 +80679,9 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
<span>sandboxed automatic features browsing context flag</span>, then return.</p></li>

<li><p>If this algorithm is triggered without <span data-x="transient activation">transient use
activation</span> and the <var>target</var> is not <span>allowed to use</span> the "<code
data-x="focus-without-user-activation-feature">focus-without-user-activation</code>" feature,
then return.</p></li>
activation</span> and the <var>target</var> is not <span>allowed to use</span> the "<code
data-x="focus-without-user-activation-feature">focus-without-user-activation</code>" feature,
then return.</p></li>

<li><p><span data-x="list iterate">For each</span> <var>ancestorNavigable</var> of
<var>target</var>'s <span>ancestor navigables</span>: if <var>ancestorNavigable</var>'s <span
Expand Down

0 comments on commit f49ccf5

Please sign in to comment.