- From: Sebastian Zartner via GitHub <noreply@w3.org>
- Date: Fri, 09 Jan 2026 19:20:37 +0000
- To: public-css-archive@w3.org
SebastianZ has just labeled a pull request from tidoust for https://github.com/w3c/csswg-drafts as "css-fonts-4": == [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 19:20:38 UTC