Skip to content

Commit

Permalink
[css-ui] Remove slider-horizontal, square-button, push-button from <c…
Browse files Browse the repository at this point in the history
…ompat-auto>

Fixes #8506
  • Loading branch information
zcorpan authored and frivoal committed May 26, 2023
1 parent 7d4d5b0 commit 92d8a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-ui-4/Overview.bs
Expand Up @@ -2094,7 +2094,7 @@ where CSS can be used to restyle them.
for earlier non-standard versions of this property.
They all have the same effect as ''appearance/auto''.

<pre class=prod style="white-space: normal"><<compat-auto>> = <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> | <dfn>button</dfn> </pre>
<pre class=prod style="white-space: normal"><<compat-auto>> = <dfn>searchfield</dfn> | <dfn>textarea</dfn> | <dfn>checkbox</dfn> | <dfn>radio</dfn> | <dfn>menulist</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</dfn> | <dfn>button</dfn> </pre>

Issue: When ''appearance/auto'' is widely supported,
recommend using it instead.
Expand Down

0 comments on commit 92d8a60

Please sign in to comment.