Re: potential issue in css3 selector TS

> In [1]
> The CSS is as follow:
>
> .white { backround-color: transparent ! important; }
> .red { background-color: red; }
> div > p.test { background-color: lime; }
>
> Note that on the first line it reads backround instead of background.
> Is it intentional?

Doesn't look like it should be.

> Cheers,
>
> [1] http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-44.html

I've copied in public-css-testsuite@w3.org as it's the more  
appropriate mailing list to contact regarding such issues.

Received on Wednesday, 6 January 2010 02:03:43 UTC