Skip to content

Commit

Permalink
[css-color-5] Validate color profile components case-insensitively
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored and svgeesus committed Nov 15, 2024
1 parent 4f3a3af commit 4bc75b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2029,10 +2029,9 @@ or any other color or monochrome output device which has been characterized.
<pre>components: cyan, magenta, yellow, black, orange, green, violet</pre>
</div>

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

If the name chosen for a component
clashes with a CSS numeric constant
Expand Down

0 comments on commit 4bc75b3

Please sign in to comment.