Re: [csswg-drafts] [css-ui] Hide proprietary appearance values #3968 (#3985)

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