Skip to content

Commit

Permalink
Set dialog is modal to false when removed from the document
Browse files Browse the repository at this point in the history
Fixes whatwg#10452.

This accidentally regressed in 8430871.
  • Loading branch information
lukewarlow committed Jul 8, 2024
1 parent 3894e43 commit baeea82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -61556,6 +61556,8 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
<li><p>If <var>removedNode</var>'s <span>node document</span>'s <span>top layer</span> <span
data-x="list contains">contains</span> <var>removedNode</var>, then <span>remove an element from
the top layer immediately</span> given <var>removedNode</var>.</p></li>

<li><p>Set the <span>is modal</span> flag of <var>removedNode</var> to false.</p></li>
</ol>

<p>The <dfn method for="HTMLDialogElement"><code
Expand Down

0 comments on commit baeea82

Please sign in to comment.