Skip to content

Commit

Permalink
Fix "empty" xref
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Nov 15, 2024
1 parent 122319a commit 0259c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62208,8 +62208,8 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {

<li><p>Let <var>document</var> be <var>target</var>'s <span>node document</span>.</p></li>

<li><p>If <var>document</var>'s <span>light dismissible dialog list</span> is empty, then
return.</p></li>
<li><p>If <var>document</var>'s <span>light dismissible dialog list</span> is
<span data-x="list is empty">empty</span>, then return.</p></li>

<li><p>Let <var>ancestor</var> be the result of running <span>topmost clicked dialog</span>
given <var>target</var> and <var>event</var>.</p></li>
Expand Down

0 comments on commit 0259c5b

Please sign in to comment.