Re: [csswg-drafts] Are `system-font` atomic or not? (#9407)

  > I think other browsers are similar.

FF seems to reset reset-only subproperties instead of setting them to a magical internal value.

```js
el.style.font = 'caption'
el.style.fontVariantPosition; // 'normal' in FF / empty string in Chrome
```

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


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

Received on Tuesday, 26 September 2023 05:10:25 UTC