File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 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.
17961796
17971797<pre class="propdef">
17981798Name : appearance
1799- Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat>>
1799+ Value : ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat-auto >>
18001800Initial : none
18011801Applies To : all elements
18021802Inherited : no
@@ -1867,13 +1867,16 @@ Animation type: discrete
18671867
18681868 For all other elements, this value has the same effect as ''appearance/auto'' .
18691869
1870- <dt> <dfn type=""><compat></dfn>
1870+ <dt> <dfn type=""><compat-auto ></dfn>
18711871 <dd>
18721872 These values exist for compatibility of content developed
18731873 for earlier non standard versions of this property.
18741874 They all have the same effect as ''appearance/auto'' .
18751875
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.
18771880
18781881 Issue: If any of these value is not needed for web compat,
18791882 they should be dropped from this list;
You can’t perform that action at this time.
0 commit comments