Skip to content

Commit b9519aa

Browse files
committed
[css-ui-4] Fix inconsistency
Adjust the text stating that some properties can be ignored in some cases to take recent changes in the list of possible values into account.
1 parent 6506c10 commit b9519aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-ui-4/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,8 +1932,10 @@ so that CSS can be used to restyle them.
19321932
and activating (for example by clicking) the element would toggle the state as usual.
19331933
</div>
19341934

1935-
On <a>widgets</a> where the computed value is ''appearance/auto'' or one of the <<compat-auto>> values,
1936-
and on any element where the computed value is ''appearance/button'',
1935+
On <a>widgets</a> where the computed value is ''appearance/auto'',
1936+
''appearance/textfield'',
1937+
''appearance/menulist-button'',
1938+
or one of the <<compat-auto>> values,
19371939
UAs may disregard some CSS properties
19381940
to ensure that the intended appearance is preserved,
19391941
or because these properties may not be meaningful for the chosen appearance.

0 commit comments

Comments
 (0)