diff --git a/source b/source index de407dd6dc0..7b6180cf6be 100644 --- a/source +++ b/source @@ -12785,6 +12785,34 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E% +
Select element inner content elements are option
elements and other
+ elements which are used to group and decorate them with a select
element.
The following are select element inner content elements:
+ +option
elements.optgroup
elements.hr
elements.noscript
elements.div
elements.span
elements.img
elements.svg
elements.option
, optgroup
, hr
, and script-supporting elements.button
.autocomplete
select
element.select
element.option
and script-supporting elements.disabled
select
element.select
element.datalist
element.optgroup
element.optgroup
element.label
attribute and a value
attribute: Nothing.label
attribute but no value
attribute: Text.label
attribute and is not a
- child of a datalist
element: Text that is not
- inter-element whitespace.label
attribute and is a child
- of a datalist
element: Text.label
attribute: Text content and zero or more div
, span
, noscript
, img
, SVG svg
, and script-supporting elements.img
is used within an option
and there is no other text within the option
, then the option
won't have an accessible name unless the img
also has a non-empty alt
attribute.disabled