- From: François Daoust via GitHub <noreply@w3.org>
- Date: Tue, 17 Jun 2025 06:18:01 +0000
- To: public-css-archive@w3.org
tidoust has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-values-5] Fix dfn of `<input-position>` and `<output-value>` == A `<dfn>` of type `type` should only enclose a basic data type (something between `<` and `>`). At least, that's been the case across specs until now. The spec was using the dfn to describe a more complex `value`. More likely, the spec was trying to combine the definition of the two types with the definition of the value pattern that uses them in one single dfn. This update changes the value pattern definition type to `value` and creates additional `type` dfns for the individual types so that they can be referenced from other constructs. See https://github.com/w3c/csswg-drafts/pull/12349 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 17 June 2025 06:18:02 UTC