@@ -114006,28 +114006,32 @@ details[open] > summary {
114006
114006
114007
114007
<h4>The <code>select</code> element</h4>
114008
114008
114009
+ <p>A <code>select</code> element is either a <dfn data-export="" data-dfn-for="select">list
114010
+ box</dfn> or a <dfn data-export="" data-dfn-for="select">drop-down box</dfn>, depending on its
114011
+ attributes.</p>
114012
+
114009
114013
<p>A <code>select</code> element whose <code data-x="attr-select-multiple">multiple</code>
114010
- attribute is present is expected to render as a multi-select list box.</p>
114014
+ attribute is present is expected to render as a multi-select <span> list box</span> .</p>
114011
114015
114012
114016
<p>A <code>select</code> element whose <code data-x="attr-select-multiple">multiple</code>
114013
114017
attribute is absent, and whose <span data-x="concept-select-size">display size</span> is greater
114014
- than 1, is expected to render as a single-select list box.</p>
114018
+ than 1, is expected to render as a single-select <span> list box</span> .</p>
114015
114019
114016
- <p>When the element renders as a list box, it is expected to render as an
114020
+ <p>When the element renders as a <span> list box</span> , it is expected to render as an
114017
114021
<span>'inline-block'</span> box whose <span>'height'</span> is the height necessary to contain as
114018
114022
many rows for items as given by the element's <span data-x="concept-select-size">display
114019
114023
size</span>, or four rows if the attribute is absent, and whose <span>'width'</span> is the
114020
114024
<span>width of the <code>select</code>'s labels</span> plus the width of a scrollbar.</p>
114021
114025
114022
114026
<p>A <code>select</code> element whose <code data-x="attr-select-multiple">multiple</code>
114023
114027
attribute is absent, and whose <span data-x="concept-select-size">display size</span> is 1, is
114024
- expected to render as a one-line drop down box whose width is the <span>width of the
114028
+ expected to render as a one-line <span> drop- down box</span> whose width is the <span>width of the
114025
114029
<code>select</code>'s labels</span>.</p>
114026
114030
114027
- <p>In either case (list box or drop-down box), the element's items are expected to be the
114028
- element's <span data-x="concept-select-option-list">list of options</span>, with the element's
114029
- <code>optgroup</code> element <span data-x="concept-tree-child">children</span> providing headers
114030
- for groups of options where applicable.</p>
114031
+ <p>In either case (<span> list box</span> or <span> drop-down box</span> ), the element's items are
114032
+ expected to be the element's <span data-x="concept-select-option-list">list of options</span>,
114033
+ with the element's <code>optgroup</code> element <span data-x="concept-tree-child">children</span>
114034
+ providing headers for groups of options where applicable.</p>
114031
114035
114032
114036
<p>An <code>optgroup</code> element is expected to be rendered by displaying the element's <code
114033
114037
data-x="attr-optgroup-label">label</code> attribute.</p>
0 commit comments