[css-houdini-drafts] [css-typed-om-1] What does computedStyleMap() do on elements that are in documents with no browsing context?

bzbarsky has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om-1] What does computedStyleMap() do on elements that are in documents with no browsing context? ==
In general, computed value are not really defined for elements that are in documents that are not in a browsing context (e.g. XHR responseXML documents).  What should the behavior of computedStyleMap() be for such elements?  It would be good to have up-front interop on this, unlike the sorry situation with getComputedStyle(), where browsers disagree in all sorts of ways.

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/659 using your GitHub account

Received on Thursday, 15 February 2018 19:17:56 UTC