- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Mon, 30 May 2022 11:49:48 +0000
- To: public-css-archive@w3.org
I'm sorry because I do not remember why I thought that, and I even wrote the opposite in my personal notes. I may have been confused by the serialization of `style.cssText` in Chrome/Firefox after declaring a shorthand then one of its reset-only sub-property to a non-initial value. For example, after declaring `border` to `1px solid black` then `border-image-width` to `1px`, `style.cssText` does not include `border`, even though all its sub-properties are declared, which is better than serializing to `border: ;`. I'm closing this issue because no clarification is actually required if a shorthand also maps to its reset-only sub-properties. Sorry again. -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7323#issuecomment-1141060726 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 30 May 2022 11:49:49 UTC