Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Apr 25, 2024
1 parent ed9e6c5 commit a8508b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85987,9 +85987,10 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<li><p>Let <var>invokerPopover</var> be the result of running <span>nearest inclusive target
popover for invoker</span> given <var>node</var>.</p></li>

<li><p>If the result of <span>get the popover stack position</span> given
<var>clickedPopover</var> is greater than the result of <span>get the popover stack
position</span> given <var>invokerPopover</var>, then return <var>clickedPopover</var>.</p></li>
<li><p>If the result of <span data-x="get the popover stack position">getting the popover stack
position</span> given <var>clickedPopover</var> is greater than the result of <span data-x="get
the popover stack position">getting the popover stack position</span> given
<var>invokerPopover</var>, then return <var>clickedPopover</var>.</p></li>

<li><p>Return <var>invokerPopover</var>.</p></li>
</ol>
Expand Down

0 comments on commit a8508b9

Please sign in to comment.