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 16, 2024
1 parent ea474af commit db56191
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 @@ -62311,8 +62311,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 db56191

Please sign in to comment.