- From: François Daoust via GitHub <noreply@w3.org>
- Date: Fri, 09 Jan 2026 18:40:48 +0000
- To: public-css-archive@w3.org
tidoust has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == [css-fonts-4] Create proper types for `<absolute-size>` and `<relative-size>` == Both `<absolute-size>` and `<relative-size>` were defined as values for `font-size`, but that made Bikeshed link the terms to the underlying type definitions in CSS2. That's confusing for readers following links because the definition of `<absolute-size>` in CSS2 does not have `xxx-large`. That also confuses other spec processing tools, see https://github.com/w3c/webref/issues/1794 This update turns the value definitions into proper type definitions, which will override those defined in CSS2, and make links to `<absolute-size>` and `<relative-size>` target the local definitions. See https://github.com/w3c/csswg-drafts/pull/13321 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 9 January 2026 18:40:48 UTC