oneroux

Topic: tripoli.simple through css validation script from W3C

Sorry for my english but i try to pass my page with tripoli.simple through the css validation script from the W3C and i get this 2 errors and this 5 warnings anyway congrats for this beta release.

http://jigsaw.w3.org/css-validator/validator.html.en

Errors (2)
15 marquee  Property -moz-binding doesn't exist : none 
21  Parse Error min-width 0px{.content legend{margin-bottom:1.6em}.content fieldset{margin-top:0}.content[class^='content'] fieldset{margin-top:1.6em}} 

Warnings (5)
21 .content hr  Same colors for background-color and color
24  Same colors for color and background-color in two contexts .content hr and blockquote > *:first-child:before
24  Same colors for color and background-color in two contexts .content hr and .a:focus
24 .content hr  Same colors for background-color and color
24  Same colors for color and background-color in two contexts .content hr and .a:focus

insub2

Re: tripoli.simple through css validation script from W3C

to fix the parse error on line 21:
/* for Opera 8 */@media all and min-width 0px {.con......
to
/* for Opera 8 */@media all and (min-width: 0px) {.con......

but that will get this error:
Value Error : min-width  Property min-width doesn't exist in all but exists in all :  0

Also, why hasn't this gotten more discussion?

Last edited by insub2 (2008-07-19 17:47:04)