File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61753,6 +61753,8 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61753
61753
</dialog></code></pre>
61754
61754
</div>
61755
61755
61756
+ <hr>
61757
+
61756
61758
<p>The <dfn element-attr for="dialog"><code data-x="attr-dialog-open">open</code></dfn> attribute
61757
61759
is a <span>boolean attribute</span>. When specified, it indicates that the <code>dialog</code>
61758
61760
element is active and that the user can interact with it.</p>
@@ -61825,6 +61827,7 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61825
61827
<p>The <code data-x="attr-tabindex">tabindex</code> attribute must not be specified on
61826
61828
<code>dialog</code> elements.</p>
61827
61829
61830
+ <hr>
61828
61831
61829
61832
<dl class="domintro">
61830
61833
<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> {
61873
61876
</dd>
61874
61877
</dl>
61875
61878
61876
-
61877
61879
<div w-nodev>
61878
61880
61879
61881
<p>To <dfn>queue a dialog toggle event task</dfn> given a <code>dialog</code> element
You can’t perform that action at this time.
0 commit comments