Re: [csswg-drafts] [css-fonts] Should `font-style: oblique 14deg` serialize as `font-style: oblique`? (#11633)

Agree with @nt1m... another way to think about this is if `oblique` yields a _computed_ value of 14deg, in which case `oblique` is the correct serialization (since they are equal), or if it yields a _used_value of 14deg and the _computed_ value is `oblique` without an angle.

> The lack of an [<angle>](https://www.w3.org/TR/css-values-4/#angle-value) represents 14deg.

This wording is ambiguous on this point, but the Computed Value line seems to imply that the computed value distinguishes whether an angle is specified or not:

> Computed Value: the keyword specified, plus angle in degrees if specified

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11633#issuecomment-3014929606 using your GitHub account


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

Received on Saturday, 28 June 2025 04:14:30 UTC