Skip to content

Commit

Permalink
Assert element's popover invoker is null in the "show popover" algorithm
Browse files Browse the repository at this point in the history
Fixes #9383.
  • Loading branch information
mbrodesser-Igalia authored Jun 7, 2023
1 parent d5dba01 commit b086414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82440,6 +82440,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<ol>
<li><p>Let <var>document</var> be <var>element</var>'s <span>node document</span>.</p></li>

<li><p><span>Assert</span>: <var>element</var>'s <span>popover invoker</span> is null.</p></li>

<li><p>Set <var>element</var>'s <span>popover invoker</span> to <var>invoker</var>.</p></li>

<li><p>If the result of running <span>check popover validity</span> given <var>element</var>,
Expand Down Expand Up @@ -134971,6 +134973,7 @@ INSERT INTERFACES HERE
Mike Shaver,
Mikko Rantalainen,
Mingye Wang,
Mirko Brodesser,
Mohamed Zergaoui<!-- Innovimax SARL -->,
Mohammad Al Houssami,
Mohammad Reza Zakerinasab,
Expand Down

0 comments on commit b086414

Please sign in to comment.