@@ -1795,7 +1795,7 @@ so that CSS can be used to restyle them.
1795
1795
1796
1796
<pre class="propdef">
1797
1797
Name : appearance
1798
- Value : ''appearance/none'' | ''auto'' | ''button'' | <<compat>>
1798
+ Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | <<compat>>
1799
1799
Initial : none
1800
1800
Applies To : all elements
1801
1801
Inherited : no
@@ -1851,13 +1851,21 @@ Animation type: discrete
1851
1851
on which this value <em> must</em> be treated as auto for web compat requirements?
1852
1852
The phrasing above alows it, and that's probably enough.
1853
1853
1854
+ <dt> <dfn>textfield</dfn>
1855
+ <dd>
1856
+ For <{input}> elements where the <{input/type}> attribute is in the Search state,
1857
+ the element is rendered as a "normal" text entry widget,
1858
+ similar to an <{input}> element where the <{input/type}> attribute is in the Text state.
1859
+
1860
+ For all other elements, this value has the same effect as ''appearance/auto'' .
1861
+
1854
1862
<dt> <dfn type=""><compat></dfn>
1855
1863
<dd>
1856
1864
These values exist for compatibility of content developed
1857
1865
for earlier non standard versions of this property.
1858
1866
They all have the same effect as ''appearance/auto'' .
1859
1867
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>menu-list</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1868
+ <pre class=prod style="white-space: normal"><<compat>> = <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>menu-list</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1861
1869
1862
1870
Issue: If any of these value is not needed for web compat,
1863
1871
they should be dropped from this list;
0 commit comments