[csswg-drafts] Pull Request: [css-values-5] Fix syntax references for functions

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

== [css-values-5] Fix syntax references for functions ==
The spec defines functional notations in prose through `<dfn>`, then details the syntax of these notations. The syntaxes were incorrectly wrapped in another `<dfn>`, making Bikeshed think that these were new type definitions instead of references to the functional notation definitions.

In other words, this update gets things back to usual spec text, e.g., as in:
https://drafts.csswg.org/css-values-4/#ref-for-funcdef-abs%E2%91%A1
(which correctly links back to the definition in prose of `abs()`).


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


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

Received on Monday, 12 May 2025 14:01:14 UTC