Re: CSS Namespaces Module Test Suite

On Fri, 06 Feb 2009 02:34:45 +0100, fantasai  
<fantasai.lists@inkedblade.net> wrote:
> +   @namespace x url('test' x);
> +   @namespace y url(test);
> +   y|t5 { background:lime }
> +   x|t5 { background:red }
>
>
> should be redone as
>
> +   @namespace url(test);
> +   @namespace url('test' x);
> +   t5 { background: lime }
>
> because with the way it's currently written, you can't tell if the rule
> has been thrown out or if it's matching against the namespace string
> 'test x' or something like that.

Fair enough, done.


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

Received on Friday, 6 February 2009 10:00:35 UTC