Skip to content

Commit

Permalink
drop whitespace lines
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 22, 2024
1 parent c6bca61 commit d0da230
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -61409,7 +61409,6 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
<span data-x="attr-invokeaction-close-state">close state</span>, then:</p>

<ol>

<li><p>If <span>this</span> has an <code data-x="attr-dialog-open">open</code> attribute,
then:</p>

Expand All @@ -61420,7 +61419,6 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
<li><p><span>Close the dialog</span> <span>this</span> with <var>value</var> and
return.</p></li>
</ol>

</ol>

</li>
Expand All @@ -61429,14 +61427,11 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
modal state</span>, then:</p>

<ol>

<li><p>If <span>this</span> does not have an <code data-x="attr-dialog-open">open</code>
attribute, then <span>show as modal</span> the dialog <span>this</span>.</p></li>

</ol>

</li>

</ol>

<p>The <code>dialog</code> <span>HTML element removing steps</span>, given <var>removedNode</var>
Expand Down

0 comments on commit d0da230

Please sign in to comment.