Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 authored and domenic committed Nov 15, 2024
1 parent 68bd6c3 commit 5602678
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85544,8 +85544,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {

<ol>
<li><p>Set <var>invoker</var> to <var>options</var>["<code
data-x="dom-ShowPopoverOptions-source">source</code>"] if it
<span data-x="map exists">exists</span>; otherwise, null.</p></li>
data-x="dom-ShowPopoverOptions-source">source</code>"] if it <span data-x="map exists">exists</span>;
otherwise, null.</p></li>

<li><p>Run <span>show popover</span> given <span>this</span>, true, and <var>invoker</var>.</p></li>
</ol>
Expand Down Expand Up @@ -85876,13 +85876,16 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<span data-x="map exists">exists</span>, set <var>force</var> to
<var>options</var>["<code data-x="dom-TogglePopoverOptions-force">force</code>"].</p></li>

<li><p>Set <var>invoker</var> to <var>options</var>["<code
data-x="dom-ShowPopoverOptions-source">source</code>"] if it <span data-x="map exists">exists</span>;
otherwise, null.</p></li>

<li><p>If <span>this</span>'s <span>popover visibility state</span> is <span
data-x="popover-showing-state">showing</span>, and <var>force</var> is null or false, then run
the <span>hide popover algorithm</span> given <span>this</span>, true, true, and true.</p></li>

<li><p>Otherwise, if <var>force</var> is null or true, then run <span>show popover</span> given
<span>this</span>, true, and
<var>options</var>["<code data-x="dom-ShowPopoverOptions-source">source</code>"].</p></li>
<span>this</span>, true, and <var>invoker</var>.</p></li>

<li>
<p>Otherwise:</p>
Expand Down

0 comments on commit 5602678

Please sign in to comment.