Skip to content

Commit

Permalink
add assert
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed May 8, 2024
1 parent b13df14 commit 9a5ab06
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86213,9 +86213,16 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
</li>

<li><p>Otherwise, if this standard defines <span>invocation action steps</span> for
<var>invokee</var>'s <span data-x="concept-element-local-name">local name</span>, then run the
corresponding <span>invocation action steps</span> given <var>invokee</var>, <var>element</var>
and <var>action</var>.</p></li>
<var>invokee</var>'s <span data-x="concept-element-local-name">local name</span>, then:</p>

<ol>
<li><p><span>Assert</span>: <var>shouldShowPopover</var> is false and
<var>shouldHidePopover</var> is false.</p></li>

<li><p>Run the corresponding <span>invocation action steps</span> given <var>invokee</var>,
<var>element</var> and <var>action</var>.</p></li>
</ol>
</li>

</ol>

Expand Down

0 comments on commit 9a5ab06

Please sign in to comment.