- From: ChangSeok Oh via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Oct 2023 19:05:08 +0000
- To: public-css-archive@w3.org
> 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