@@ -62294,11 +62294,6 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
62294
62294
</li>
62295
62295
</ol>
62296
62296
62297
- <p>The <dfn attribute for="HTMLDialogElement"><code
62298
- data-x="dom-dialog-returnValue">returnValue</code></dfn> IDL attribute, on getting, must return
62299
- the last value to which it was set. On setting, it must be set to the new value. When the element
62300
- is created, it must be set to the empty string.</p>
62301
-
62302
62297
</div>
62303
62298
62304
62299
<div class="note" id="note-dialog-method-names">
@@ -62338,6 +62333,20 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
62338
62333
62339
62334
<div w-nodev>
62340
62335
62336
+ <p>The <dfn attribute for="HTMLDialogElement"><code
62337
+ data-x="dom-dialog-returnValue">returnValue</code></dfn> IDL attribute, on getting, must return
62338
+ the last value to which it was set. On setting, it must be set to the new value. When the element
62339
+ is created, it must be set to the empty string.</p>
62340
+
62341
+ <p>The <dfn attribute for="HTMLDialogElement"><code
62342
+ data-x="dom-dialog-closedBy">closedBy</code></dfn> IDL attribute must <span>reflect</span> the
62343
+ <code data-x="attr-dialog-closedby">closedby</code> content attribute, <span>limited to only
62344
+ known values</span>.</p>
62345
+
62346
+ <p>The <dfn attribute for="HTMLDialogElement"><code data-x="dom-dialog-open">open</code></dfn> IDL
62347
+ attribute must <span>reflect</span> the <code data-x="attr-dialog-open">open</code> content
62348
+ attribute.</p>
62349
+
62341
62350
<hr>
62342
62351
62343
62352
<p>The <code>Document</code> has a <dfn>dialog pointerdown target</dfn>, which is an <span
@@ -62364,15 +62373,6 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
62364
62373
62365
62374
<hr>
62366
62375
62367
- <p>The <dfn attribute for="HTMLDialogElement"><code
62368
- data-x="dom-dialog-closedBy">closedBy</code></dfn> IDL attribute must <span>reflect</span> the
62369
- <code data-x="attr-dialog-closedby">closedby</code> content attribute, <span>limited to only
62370
- known values</span>.</p>
62371
-
62372
- <p>The <dfn attribute for="HTMLDialogElement"><code data-x="dom-dialog-open">open</code></dfn> IDL
62373
- attribute must <span>reflect</span> the <code data-x="attr-dialog-open">open</code> content
62374
- attribute.</p>
62375
-
62376
62376
</div>
62377
62377
62378
62378
<h4><dfn>Dialog light dismiss</dfn></h4>
0 commit comments