Skip to content

Commit

Permalink
Add asserting element's popover invoker is null in the "show popover"…
Browse files Browse the repository at this point in the history
… algorithm

Fixes whatwg#9383.
  • Loading branch information
mbrodesser-Igalia committed Jun 6, 2023
1 parent f55cf4f commit a3630f0
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 @@ -82437,6 +82437,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 @@ -134968,6 +134970,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 a3630f0

Please sign in to comment.