Skip to content

Commit 8187838

Browse files
committed
Update content model for select
This needs refinement after accessibility semantics/constraints are figured out: whatwg#10317
1 parent 33cebbe commit 8187838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

+1-1
Original file line numberDiff line numberDiff line change
@@ -53203,7 +53203,7 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5320353203
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
5320453204
<dd>Where <span>phrasing content</span> is expected.</dd>
5320553205
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
53206-
<dd>Zero or more <code>option</code>, <code>optgroup</code>, <code>hr</code>, and <span data-x="script-supporting elements">script-supporting</span> elements.</dd>
53206+
<dd>Zero or more <code>option</code>, <code>optgroup</code>, <code>hr</code>, <span data-x="script-supporting elements">script-supporting</span> elements, and <span>phrasing content</span> except <span>interactive content</span>.</dd>
5320753207
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
5320853208
<dd><span>Global attributes</span></dd>
5320953209
<dd><code data-x="attr-fe-autocomplete">autocomplete</code></dd>

0 commit comments

Comments
 (0)