Re: [cssom] CSSNamespaceRule

On 19/03/2014 09:35, Simon Pieters wrote:

> To clarify, this is about the following
>
> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2894
>
> <!DOCTYPE html>
> <style>html{background:red}</style>
> <script>
> document.styleSheets[0].insertRule('@namespace "x"', 0);
> w(document.styleSheets[0].cssRules[0])
> </script>
> There should be no red
>
> and similarly setting .namespaceURI or .prefix or .cssText on an
> existing CSSNamespaceRule.

Sorry, I hit the Send button too quickly on previous msg.
Yes, this is exactly that, the test above should show no red
and the attributes should be settable. Thanks.

</Daniel>

Received on Wednesday, 19 March 2014 09:29:00 UTC