Skip to content

Commit 0af4a49

Browse files
authored
Merge branch 'master' into zcorpan/appearance-menulist
2 parents 524a250 + 95354cf commit 0af4a49

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,21 +1843,18 @@ Animation type: discrete
18431843
The element is rendered with the look and feel of a push button,
18441844
similar to the ''appearance: auto'' rendering of the [[HTML]] <{button}> element.
18451845

1846-
UAs may treat this value as ''appearance/auto'' on form controls
1847-
or replaced elements
1848-
for which it is impractical or nonsensical.
1846+
UAs must treat this value as ''appearance/auto'' on <{input}> elements,
1847+
<{textarea}> elements, <a spec="html">list box</a> <{select}> elements, <{meter}> elements, and <{progress}> elements.
18491848

1850-
Issue: Are there some elements
1851-
on which this value <em>must</em> be treated as auto for web compat requirements?
1852-
The phrasing above alows it, and that's probably enough.
1849+
Note: Using ''appearance/button'' on a <a spec="html">drop-down box</a> <{select}> element works.
18531850

18541851
<dt><dfn type="">&lt;compat></dfn>
18551852
<dd>
18561853
These values exist for compatibility of content developed
18571854
for earlier non standard versions of this property.
18581855
They all have the same effect as ''appearance/auto''.
18591856

1860-
<pre class=prod style="white-space: normal"><<compat>> = <dfn>textfield</dfn> | <dfn>searchfield</dfn> | <dfn>textarea</dfn> | <dfn>push-button</dfn> | <dfn>slider-horizontal</dfn> | <dfn>checkbox</dfn> | <dfn>radio</dfn> | <dfn>square-button</dfn> | <dfn>menulist</dfn> | <dfn>menulist-button</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1857+
<pre class=prod style="white-space: normal"><<compat>> = <dfn>textfield</dfn> | <dfn>searchfield</dfn> | <dfn>textarea</dfn> | <dfn>push-button</dfn> | <dfn>button-bevel</dfn> | <dfn>slider-horizontal</dfn> | <dfn>checkbox</dfn> | <dfn>radio</dfn> | <dfn>square-button</dfn> | <dfn>menulist</dfn> | <dfn>menulist-button</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
18611858
18621859
Issue: If any of these value is not needed for web compat,
18631860
they should be dropped from this list;

0 commit comments

Comments
 (0)