Skip to content

Commit

Permalink
remove ignoreopenattribute
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Feb 9, 2024
1 parent d84add3 commit 42df787
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -61259,17 +61259,11 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
<var>subject</var> and a string or null <var>result</var>:</p>

<ol>
<li>
<p>If <var>ignoreOpenAttribute</var> is false:</p>

<ol>
<li><p>If <var>subject</var> does not have an <code data-x="attr-dialog-open">open</code>
attribute, then return.</p></li>
<li><p>If <var>subject</var> does not have an <code data-x="attr-dialog-open">open</code>
attribute, then return.</p></li>

<li><p>Remove <var>subject</var>'s <code data-x="attr-dialog-open">open</code>
attribute.</p></li>
</ol>
</li>
<li><p>Remove <var>subject</var>'s <code data-x="attr-dialog-open">open</code>
attribute.</p></li>

<li><p>Run <span>close the dialog</span> given <var>subject</var> and <var>result</var>.</p></li>
</ol>
Expand Down

0 comments on commit 42df787

Please sign in to comment.