Skip to content

Commit c1f2f42

Browse files
committed
[css-ui-4] Bikeshed fixes
1 parent 0c82068 commit c1f2f42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-ui-4/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1862,10 +1862,10 @@ so that CSS can be used to restyle them.
18621862
for earlier non standard versions of this property.
18631863
They all have the same effect as ''appearance/auto''.
18641864

1865-
<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>
1865+
<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></pre>
18661866

1867-
Issue: When 'auto' is widely supported,
1868-
recommend using 'auto' instead.
1867+
Issue: When ''appearance/auto'' is widely supported,
1868+
recommend using it instead.
18691869

18701870
Issue: If any of these value is not needed for web compat,
18711871
they should be dropped from this list;
@@ -1906,7 +1906,7 @@ so that CSS can be used to restyle them.
19061906
and activating (for example by clicking) the element would toggle the state as usual.
19071907
</div>
19081908

1909-
On controls where the computed value is ''appearance/auto'' or one of the <<compat>> values,
1909+
On controls where the computed value is ''appearance/auto'' or one of the <<compat-auto>> values,
19101910
and on any element where the computed value is ''appearance/button'',
19111911
UAs may disregard some CSS properties
19121912
to ensure that the intended appearance is preserved,

0 commit comments

Comments
 (0)