- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Mon, 03 Jun 2019 14:56:29 +0000
- To: public-css-archive@w3.org
You can serialize CSS values without going through `getComputedStyle()`, in particular `element.style` and `document.styleSheets[n].cssRules[m]`. Changing the computed style doesn't affect these I believe. Another approach, if we want expose `auto` instead of non-standard keywords, is to require the `auto` keyword to be used directly for any non-standard use cases. -- GitHub Notification of comment by zcorpan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3985#issuecomment-498292108 using your GitHub account
Received on Monday, 3 June 2019 14:56:30 UTC