Skip to content

Commit 4bc75b3

Browse files
cdoublevsvgeesus
authored andcommitted
[css-color-5] Validate color profile components case-insensitively
1 parent 4f3a3af commit 4bc75b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-color-5/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,10 +2029,9 @@ or any other color or monochrome output device which has been characterized.
20292029
<pre>components: cyan, magenta, yellow, black, orange, green, violet</pre>
20302030
</div>
20312031

2032-
A component must not be named ‘none’,
2032+
If a component is an [=ASCII case-insensitive=] match for ''none'',
2033+
the descriptor is invalid,
20332034
because that would clash with the token for missing values.
2034-
If this descriptor contains a component called ‘none’,
2035-
the descriptor is invalid.
20362035

20372036
If the name chosen for a component
20382037
clashes with a CSS numeric constant

0 commit comments

Comments
 (0)