[csswg-drafts] Pull Request: [css-color-5] Add missing groups in <light-dark-image> syntax

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

== [css-color-5] Add missing groups in <light-dark-image> syntax ==
Follow-up on 100146f. 

https://drafts.csswg.org/css-color-5/#typedef-light-dark-image

@yisibl, `<image> | none` must be grouped because `<image> | none , <image> | none` is equivalent to `<image> | [ none , <image> ] | none`.

  > Juxtaposition is stronger than the double ampersand, the double ampersand is stronger than the double bar, and the double bar is stronger than the bar.

https://drafts.csswg.org/css-values-4/#component-combinators

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


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

Received on Wednesday, 25 March 2026 04:42:54 UTC