Re: [csswg-drafts] [cssom] Serialization of CSS declaration block returned from getComputedStyle

> but I do not know whether it serializes all the properties or only the cascaded-or-inherited, as I mentioned

Every element has value for every property, so it has to be listing all of them.

> My serializations do not (generally) contain hundreds of properties. I do not include properties that take their initial values due to defaulting (and the count of properties that are cascaded or inherited is what I return in `getLength()`, and not the total amount of properties known to my library).

That is very different from what computed value means to be.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1033#issuecomment-386224235 using your GitHub account

Received on Thursday, 3 May 2018 08:27:03 UTC