8000 [css-ui] appearance: Remove 'button-bevel' by zcorpan · Pull Request #3942 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ so that CSS can be used to restyle them.

<pre class="propdef">
Name: appearance
Value: ''appearan 8B99 ce/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat>>
Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | ''menulist-button'' | <<compat-auto>>
Initial: none
Applies To: all elements
Inherited: no
Expand Down Expand Up @@ -1867,13 +1867,16 @@ Animation type: discrete

For all other elements, this value has the same effect as ''appearance/auto''.

<dt><dfn type="">&lt;compat></dfn>
<dt><dfn type="">&lt;compat-auto></dfn>
<dd>
These values exist for compatibility of content developed
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>> = <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>
<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>

Issue: When 'auto' is widely supported,
recommend using 'auto' instead.

Issue: If any of these value is not needed for web compat,
they should be dropped from this list;
Expand Down
0