- From: Daniel Glazman <daniel.glazman@disruptive-innovations.com>
- Date: Wed, 19 Mar 2014 10:28:33 +0100
- To: www-style@w3.org
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