Skip to content

Commit 005b463

Browse files
authored
Editorial: add some <hr>s sectioning off dialog content attributes
Part of #10963.
1 parent 9cb654b commit 005b463

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source

+3-1
Original file line numberDiff line numberDiff line change
@@ -61753,6 +61753,8 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6175361753
&lt;/dialog></code></pre>
6175461754
</div>
6175561755

61756+
<hr>
61757+
6175661758
<p>The <dfn element-attr for="dialog"><code data-x="attr-dialog-open">open</code></dfn> attribute
6175761759
is a <span>boolean attribute</span>. When specified, it indicates that the <code>dialog</code>
6175861760
element is active and that the user can interact with it.</p>
@@ -61825,6 +61827,7 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6182561827
<p>The <code data-x="attr-tabindex">tabindex</code> attribute must not be specified on
6182661828
<code>dialog</code> elements.</p>
6182761829

61830+
<hr>
6182861831

6182961832
<dl class="domintro">
6183061833
<dt><code data-x=""><var>dialog</var>.<span subdfn data-x="dom-dialog-show">show</span>()</code></dt>
@@ -61873,7 +61876,6 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6187361876
</dd>
6187461877
</dl>
6187561878

61876-
6187761879
<div w-nodev>
6187861880

6187961881
<p>To <dfn>queue a dialog toggle event task</dfn> given a <code>dialog</code> element

0 commit comments

Comments
 (0)