Re: potential issue in css3 selector TS

Yves Lafon wrote:
> 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?
> Cheers,
> 
> [1] 
> http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-44.html 

Fixed, thanks. I believe it should not affect any test results.

~fantasai

Received on Wednesday, 6 January 2010 00:35:25 UTC