@@ -59316,8 +59316,8 @@ fur
59316
59316
<li><p>Otherwise, if <var>submitter</var> has a <span data-x="concept-fe-value">value</span>,
59317
59317
then set <var>result</var> to that <span data-x="concept-fe-value">value</span>.</p></li>
59318
59318
59319
- <li><p><span>Close the dialog</span> given <var>subject</var>, <var>result</var>, and
59320
- false .</p></li>
59319
+ <li><p><span>Close the dialog with attribute changes </span> given <var>subject</var> and
59320
+ <var>result</var> .</p></li>
59321
59321
59322
59322
<li><p>Return.</p></li>
59323
59323
</ol>
@@ -61063,7 +61063,7 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61063
61063
return.</p></li>
61064
61064
61065
61065
<li><p>If <var>value</var> is null, then <span>close the dialog</span> given
61066
- <var>element</var>, null, and true .</p></li>
61066
+ <var>element</var> and null .</p></li>
61067
61067
</ol>
61068
61068
61069
61069
<p>The <code data-x="attr-tabindex">tabindex</code> attribute must not be specified on
@@ -61251,13 +61251,12 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61251
61251
<ol>
61252
61252
<li><p>If <var>returnValue</var> is not given, then set it to null.</p></li>
61253
61253
61254
- <li><p><span>Close the dialog</span> given <span>this</span>, <var>returnValue</var>, and
61255
- false .</p></li>
61254
+ <li><p><span>Close the dialog with attribute changes </span> given <span>this</span> and
61255
+ <var>returnValue</var> .</p></li>
61256
61256
</ol>
61257
61257
61258
- <p>To <dfn data-x="close the dialog">close a dialog</dfn> given a <code>dialog</code> element
61259
- <var>subject</var>, a string or null <var>result</var>, and a boolean
61260
- <var>ignoreOpenAttribute</var>:</p>
61258
+ <p>To <dfn>close the dialog with attribute changes</dfn> given a <code>dialog</code> element
61259
+ <var>subject</var> and a string or null <var>result</var>:</p>
61261
61260
61262
61261
<ol>
61263
61262
<li>
@@ -61272,6 +61271,13 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61272
61271
</ol>
61273
61272
</li>
61274
61273
61274
+ <li><p>Run <span>close the dialog</span> given <var>subject</var> and <var>result</var>.</p></li>
61275
+ </ol>
61276
+
61277
+ <p>To <dfn>close the dialog</dfn> given a <code>dialog</code> element <var>subject</var> and a
61278
+ string or null <var>result</var>:</p>
61279
+
61280
+ <ol>
61275
61281
<li><p>If the <span>is modal</span> flag of <var>subject</var> is true, then <span>request an
61276
61282
element to be removed from the top layer</span> given <var>subject</var>.</p></li>
61277
61283
0 commit comments