- From: François Daoust via GitHub <noreply@w3.org>
- Date: Fri, 27 Mar 2026 07:52:10 +0000
- To: public-css-archive@w3.org
tidoust has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-conditional-5] Fix autolinks to `<supports-env-fn>` == The markup replaced the definition of the `<supports-env-fn>` type with a scoped `env()` function definition. This created broken links within the spec because `<<supports-env-fn>>` no longer worked as a result. It also created another exported definition for the `env()` function (less of a problem since it was scoped to `@supports`, but it does not seem needed), and confused tools that attempt to extract grammar syntaxes from CSS specs, see: https://github.com/w3c/webref/issues/1886 This update gets back to a regular `<dfn>` and adjusts the reference in the changelog. See https://github.com/w3c/csswg-drafts/pull/13735 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 27 March 2026 07:52:10 UTC