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.

But you cannot set those as an author, and you cannot access UA stylesheets via CSSOM, right? At least the way I plan to go about non-standard values in Gecko is "removing as much as possible, leave the rest only exposed to UA stylesheets".

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3985#issuecomment-498294723 using your GitHub account

Received on Monday, 3 June 2019 15:02:35 UTC