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?
Cheers,

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

-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

         ~~Yves

Received on Tuesday, 5 January 2010 20:20:23 UTC