Skip to content

Commit 0936b4f

Browse files
authored
Editorial: add missing assertion to dialog.show()
Fixes whatwg#10921.
1 parent 13e6c1b commit 0936b4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61924,6 +61924,10 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6192461924
<li><p>Add an <code data-x="attr-dialog-open">open</code> attribute to <span>this</span>, whose
6192561925
value is the empty string.</p></li>
6192661926

61927+
<li><p><span>Assert</span>: <span>this</span>'s <span>node document</span>'s <span>open
61928+
dialogs list</span> does not <span data-x="list contains">contain</span>
61929+
<span>this</span>.</p></li>
61930+
6192761931
<li><p>Add <span>this</span> to <span>this</span>'s <span>node document</span>'s <span>open
6192861932
dialogs list</span>.</p></li>
6192961933

0 commit comments

Comments
 (0)