[css-values][css-color] apparent contradiction #3270
Closed
Comments
Also:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(found by @TalbotG)
css-values-3 (and 4) say that
However, there is at least one exception: the
rgb()
function, which says:and gives examples of values below 0 or above 255.
So, since there are some cases of properties doing restriction on the range other than at parsing time, we should probably change the sentence in css-values to something like this:
This makes it clear which requirement takes precedence instead of just having a contradiction.
The text was updated successfully, but these errors were encountered: