Skip to content

Commit 06463de

Browse files
committed
[css-ui] appearance: Remove 'button-bevel'
The 'button-bevel' value is removed in Chromium 75: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/ldH_uIfk_QE/Ua0bGyLIAwAJ Tests: web-platform-tests/wpt#14980
1 parent 72f715a commit 06463de

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-ui-4/Overview.bs

+6-3
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ so that CSS can be used to restyle them.
17961796

17971797
<pre class="propdef">
17981798
Name: appearance
1799-
Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat>>
1799+
Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat-auto>>
18001800
Initial: none
18011801
Applies To: all elements
18021802
Inherited: 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="">&lt;compat></dfn>
1870+
<dt><dfn type="">&lt;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;

0 commit comments

Comments
 (0)