@@ -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=""><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