Skip to content

Commit 56efea9

Browse files
authored
Editorial: group dialog properties
This groups all the properties (returnValue, closedBy, and open) together. Part of #10963.
1 parent ac3ac09 commit 56efea9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source

+14-14
Original file line numberDiff line numberDiff line change
@@ -62294,11 +62294,6 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6229462294
</li>
6229562295
</ol>
6229662296

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-
6230262297
</div>
6230362298

6230462299
<div class="note" id="note-dialog-method-names">
@@ -62338,6 +62333,20 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6233862333

6233962334
<div w-nodev>
6234062335

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+
6234162350
<hr>
6234262351

6234362352
<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> {
6236462373

6236562374
<hr>
6236662375

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-
6237662376
</div>
6237762377

6237862378
<h4><dfn>Dialog light dismiss</dfn></h4>

0 commit comments

Comments
 (0)