w3c
CSS
Validator

CSS Validator version 1.0 : bugs list

  1.  H1 { 
      elevation: 50rad; 
     }
    	

    Here I have an error and a bug.

    In first, angle are always convert in degree, and in this case, it should be not. In second, the validator said 50rad == 50deg, so this is a big bug.

  2. I have problems with multipart/form-data so I integrated an auto-debug in the code ...

CSS Validator version 2.0 : bugs list

  1.  a {
       text-align: "$";
     }

    The validator doesn't say "only for block-level elements". The bug comes from me. I know where it is but don't have time to find a solution.

  2. Media are not supported at the moment. be careful !


made with CSS
Philippe Le Hégaret