[csswg-drafts] Pull Request: [css-color-5] Validate color profile components case-insensitively

cdoublev has just labeled a pull request from cdoublev for https://github.com/w3c/csswg-drafts as "css-color-5":

== [css-color-5] Validate color profile components case-insensitively ==
The current text is not very explicit about whether the [`components`](https://drafts.csswg.org/css-color-5/#descdef-color-profile-components) descriptor should be invalid when it includes a component called `NONE`:

  > A component must not be named ‘none’, [...]. If this descriptor contains a component called ‘none’, the descriptor is invalid.

I propose the same wording than for [custom counter style names](https://drafts.csswg.org/css-counter-styles-3/#typedef-counter-style-name):

  > `<counter-style-name>` is a `<custom-ident>` that is not an ASCII case-insensitive match for none.

I *presume* that case-insensitive component names are not wanted.

See https://github.com/w3c/csswg-drafts/pull/11220


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 15 November 2024 14:02:13 UTC