- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Nov 2022 16:44:49 +0000
- To: public-css-archive@w3.org
It's definitely the later. If it's unclear we should definitely clarify it, but if setting `font: <something>` sets the `font-palette` property, it maps to it, right? Defining it in terms of syntax would be inconsistent. There's precedent here btw, for example the border property always resets the `border-image-*` sub properties, where all browsers agree: ```js document.body.style.border = "1px solid"; document.body.style.borderImageSlice = "99%"; // Something non-initial document.body.style.border // "" ``` -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8062#issuecomment-1311935073 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 11 November 2022 16:44:51 UTC