- From: Guillaume via GitHub <noreply@w3.org>
- Date: Fri, 16 Jan 2026 06:18:55 +0000
- To: public-css-archive@w3.org
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