Re: [csswg-drafts] [css-fonts-5] Computed value of `font-size-adjust: from-font` (#9050)

> window.getComputedStyle(document.body).fontSizeAdjust
> "from-font"

Regarding the computed style for `from-font`, do we have a source that describes that the returned value from serialization should be a resolved number? `text-underline-position` and `text-decoration-thickness` can have `from-font`, but they return the `from-font` identifier as a computed style, not a real number. If we serialize `from-font` for `font-size-adjust` with a real number, that is inconsistent with `text-underline-position: from-font` and `text-decoration-thickness: from-font`.

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


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

Received on Tuesday, 10 October 2023 19:05:10 UTC