[csswg-drafts] Pull Request: [css-gaps-1][editorial] Simplify syntax

cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-gaps-1][editorial] Simplify syntax ==
Replaces `[ ...# , ]? ...]` with `...#? , ...` and `... [ , ...#]?` with `... , ...#?` to take advantage of [comma elision rules](https://drafts.csswg.org/css-values-4/#comb-comma) and allow some CSS grammar parsing tools to produce simpler constructs.

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


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

Received on Friday, 16 January 2026 06:18:56 UTC