[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CSS validity(?) on http://www.debian.org



On 2005-07-14T21:05:15+0300, mrmosier@gmail.com wrote:
> When visiting
> http://jigsaw.w3.org/css-validator/validator?uri=http://www.debian.org
> I saw this:
>
> Errors URI : http://www.debian.org/./debian.css Line: 492 Context :
> #leftcol , #navbar , #navbar a , #navbar3 , #navbar3 a Parse Error -
> -moz-border-radius: 15px;
>
> Line: 493 Context : #leftcol , #navbar , #navbar a , #navbar3 ,
> #navbar3 a Parse error - Unrecognized : }

If you look at the lines where errors come from, there is a comment
explaining it as intentional. Browsers are buggy. :-(

The lines from debian.css:

#leftcol, #navbar, #navbar a, #navbar3, #navbar3 a {
	-moz-border-radius: 15px;
	/* this goes to the end as the css validator does not like it
	will be replaced by border-radius with css3 */
}

HTH, 

-- 
Tommi Vainikainen



Reply to: