You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
53272
+
<dd>Either: Zero or more <span>select element inner content elements</span>.</dd>
<dd>Either: <span>phrasing content</span>.</dd> <!-- we don't require a <select> element descendant, since there might be zero suggestions -->
53904
-
<dd>Or: Zero or more <code>option</code> and <span data-x="script-supporting elements">script-supporting</span> elements.</dd>
53948
+
<dd>Either: <span>Phrasing content</span> if not the child of a <code>select</code> element.</dd> <!-- we don't require a <select> element descendant, since there might be zero suggestions -->
53949
+
<dd>Or: Zero or more <span>select element inner content elements</span>.</dd>
<dd>If the element has a <code data-x="attr-option-label">label</code> attribute and a <code data-x="attr-option-value">value</code> attribute: <span data-x="concept-content-nothing">Nothing</span>.</dd>
54107
54152
<dd>If the element has a <code data-x="attr-option-label">label</code> attribute but no <code data-x="attr-option-value">value</code> attribute: <span data-x="text content">Text</span>.</dd>
54108
-
<dd>If the element has no <code data-x="attr-option-label">label</code> attribute and is not a
54109
-
child of a <code>datalist</code> element: <span data-x="text content">Text</span> that is not
54110
-
<span>inter-element whitespace</span>.</dd>
54111
-
<dd>If the element has no <code data-x="attr-option-label">label</code> attribute and is a child
54112
-
of a <code>datalist</code> element: <span data-x="text content">Text</span>.</dd>
54153
+
<dd>If the element has no <code data-x="attr-option-label">label</code> attribute: <span>Text content</span> and zero or more <code>div</code>, <code>span</code>, <code>noscript</code>, <span data-x="decorative image elements">decorative image</span>, and <span data-x="script-supporting elements">script-supporting</span> elements.</dd>
0 commit comments