Skip to content

Commit

Permalink
Attempt to fix build break. Also fix logic error.
Browse files Browse the repository at this point in the history
  • Loading branch information
siliu1 committed Oct 9, 2024
1 parent 35661cf commit 4eab723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80537,9 +80537,9 @@ 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> or 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">
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 @@ -80562,7 +80562,7 @@ 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> or is not triggered by script execution from element's <span>ancestor
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>
Expand Down

0 comments on commit 4eab723

Please sign in to comment.