Skip to content

Commit

Permalink
Add popover open check in attribute change steps
Browse files Browse the repository at this point in the history
Fixes #9459.
  • Loading branch information
josepharhar authored Oct 24, 2023
1 parent 1a08871 commit 0d0ac9f
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 @@ -83843,9 +83843,10 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<li><p>If <var>localName</var> is not <code data-x="attr-popover">popover</code>, then
return.</p></li>

<li><p>If <var>oldValue</var> and <var>value</var> are in different <span
data-x="attr-popover">states</span>, then run the <span>hide popover algorithm</span> given
<var>element</var>, true, true, and false.</p></li>
<li><p>If <var>element</var>'s <span>popover visibility state</span> is in the <span
data-x="popover-showing-state">showing state</span> and <var>oldValue</var> and <var>value</var>
are in different <span data-x="attr-popover">states</span>, then run the <span>hide popover
algorithm</span> given <var>element</var>, true, true, and false.</p></li>
</ol>

<dl class="domintro">
Expand Down

0 comments on commit 0d0ac9f

Please sign in to comment.