- From: Keith Cirkel via GitHub <noreply@w3.org>
- Date: Thu, 03 Jul 2025 20:44:59 +0000
- To: public-css-archive@w3.org
keithamus has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-regions-1] Tidy up values & fix build errors. == I noticed this is one of the only grammars using `<ident>`, and when I looked up `<ident>` it said: > Note: The [`<ident>`](https://drafts.csswg.org/css-values-4/#typedef-ident) production is not meant for property value definitions—​[`<custom-ident>`](https://drafts.csswg.org/css-values-4/#identifier-value) should be used instead. It is provided as a convenience for defining other syntactic constructs. So I went to try and change them to `<custom-ident>` but unfortunately trying to run `bikeshed`, I was confronted with some minor build errors - so I've tidied those up too. While I was at it, I figured I'd also add some definition data for the keywords of the style values, which makes it a little more convenient to link to. See https://github.com/w3c/csswg-drafts/pull/12445 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 3 July 2025 20:44:59 UTC