Skip to content

Commit a3b502b

Browse files
authored
Reorder dialog attribute changed steps so that cleanup steps always occur
1 parent 95131ee commit a3b502b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65242,12 +65242,12 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6524265242
<li><p>If <var>localName</var> is not <code data-x="attr-dialog-open">open</code>, then
6524365243
return.</p></li>
6524465244

65245-
<li><p>If <var>element</var>'s <span>node document</span> is not <span>fully active</span>, then
65246-
return.</p></li>
65247-
6524865245
<li><p>If <var>value</var> is null and <var>oldValue</var> is not null, then run the
6524965246
<span>dialog cleanup steps</span> given <var>element</var>.</p></li>
6525065247

65248+
<li><p>If <var>element</var>'s <span>node document</span> is not <span>fully active</span>, then
65249+
return.</p></li>
65250+
6525165251
<li>
6525265252
<p>If <var>element</var> is not <span>connected</span>, then return.</p>
6525365253

0 commit comments

Comments
 (0)