[css3-namespace] duplicate declarations

Should we make duplicate @namespace declarations a conformance error? E.g:

  @namespace "test";
  @namespace "test2";

... or:

  @namespace x "test";
  @namespace x "test2";

...?


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Tuesday, 3 February 2009 14:34:42 UTC