File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1796,7 +1796,7 @@ so that CSS can be used to restyle them.
1796
1796
1797
1797
<pre class="propdef">
1798
1798
Name : appearance
1799
- Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat>>
1799
+ Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat-auto >>
1800
1800
Initial : none
1801
1801
Applies To : all elements
1802
1802
Inherited : no
@@ -1867,13 +1867,16 @@ Animation type: discrete
1867
1867
1868
1868
For all other elements, this value has the same effect as ''appearance/auto'' .
1869
1869
1870
- <dt> <dfn type=""><compat></dfn>
1870
+ <dt> <dfn type=""><compat-auto ></dfn>
1871
1871
<dd>
1872
1872
These values exist for compatibility of content developed
1873
1873
for earlier non standard versions of this property.
1874
1874
They all have the same effect as ''appearance/auto'' .
1875
1875
1876
- <pre class=prod style="white-space: normal"><<compat>> = <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>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1876
+ <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>menulist</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</dfn> </pre>
1877
+
1878
+ Issue: When 'auto' is widely supported,
1879
+ recommend using 'auto' instead.
1877
1880
1878
1881
Issue: If any of these value is not needed for web compat,
1879
1882
they should be dropped from this list;
You can’t perform that action at this time.
0 commit comments