Skip to content

Commit edb6305

Browse files
committed
Change listbox back to an auto alias per feedback
1 parent 0c0428a commit edb6305

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

css-ui-4/Overview.bs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ so that CSS can be used to restyle them.
17951795

17961796
<pre class="propdef">
17971797
Name: appearance
1798-
Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | <<compat-none>> | <<compat-auto>>
1798+
Value: ''appearance/none'' | ''auto'' | ''button'' | ''textfield'' | <<compat-auto>>
17991799
Initial: none
18001800
Applies To: all elements
18011801
Inherited: no
@@ -1856,15 +1856,6 @@ Animation type: discrete
18561856

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

1859-
<dt><dfn type="">&lt;compat-none></dfn>
1860-
<dd>
1861-
These values exist for compatibility of content developed
1862-
for earlier non standard versions of this property.
1863-
They all have the same effect as ''appearance/none''.
1864-
Authors should use the ''appearance/none'' value instead.
1865-
1866-
<pre class=prod style="white-space: normal"><<compat-none>> = <dfn>listbox</dfn></pre>
1867-
18681859

18691860
<dt><dfn type="">&lt;compat-auto></dfn>
18701861
<dd>
@@ -1875,7 +1866,7 @@ Animation type: discrete
18751866
Issue: When 'auto' is widely supported,
18761867
recommend using 'auto' instead.
18771868

1878-
<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>menulist-button</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
1869+
<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>menulist-button</dfn> | <dfn>listbox</dfn> | <dfn>meter</dfn> | <dfn>progress-bar</pre></dfn>
18791870
18801871
Issue: If any of these value is not needed for web compat,
18811872
they should be dropped from this list;

0 commit comments

Comments
 (0)