Skip to content

Commit

Permalink
Update content model for select
Browse files Browse the repository at this point in the history
This needs refinement after accessibility semantics/constraints are
figured out: whatwg#10317
  • Loading branch information
josepharhar committed Jul 16, 2024
1 parent 94a5778 commit 849ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -53202,7 +53202,7 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
<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>
<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>
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
<dd><code data-x="attr-fe-autocomplete">autocomplete</code></dd>
Expand Down

0 comments on commit 849ecd2

Please sign in to comment.