Skip to content

Commit f42ad80

Browse files
committed
Make 'button' act like 'auto' for list box <select>s
This uses terms defined in whatwg/html#4312
1 parent 1e75669 commit f42ad80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-ui-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,9 +1844,9 @@ Animation type: discrete
18441844
similar to the ''appearance: auto'' rendering of the [[HTML]] <{button}> element.
18451845

18461846
UAs must treat this value as ''appearance/auto'' on <{input}> elements,
1847-
<{textarea}> elements, <{meter}> elements, and <{progress}> elements.
1847+
<{textarea}> elements, <a spec="html">list box</a> <{select}> elements, <{meter}> elements, and <{progress}> elements.
18481848

1849-
Note: Using ''appearance/button'' on a <{select}> element works.
1849+
Note: Using ''appearance/button'' on a <a spec="html">drop-down box</a> <{select}> element works.
18501850

18511851
<dt><dfn type="">&lt;compat></dfn>
18521852
<dd>

0 commit comments

Comments
 (0)