- From: Aaron Gyes <floam@sh.nu>
- Date: Sat, 05 Nov 2005 13:46:37 -0800
- To: www-validator-css@w3.org
> * Line : 18 (Level : 1) You have no background-color with your
> color : #footer
> * Line : 25 (Level : 1) You have no background-color with your
> color : #footer a
> * Line : 30 (Level : 1) You have no background-color with your
> color : #footer a:hover
> * Line : 53 (Level : 1) You have no background-color with your
> color : :visited
> * Line : 53 (Level : 1) You have no background-color with your
> color : :visited
> * Line : 60 (Level : 1) You have no background-color with your
> color : :visited:hover
> * Line : 60 (Level : 1) You have no background-color with your
> color : :visited:hover
> * Line : 60 (Level : 1) You have no background-color with your
> color : :visited:hover
> * Line : 71 (Level : 1) You have no background-color with your
> color : h2
> * Line : 77 (Level : 1) You have no background-color with your
> color : h3
> * Line : 94 (Level : 1) You have no background-color with your
> color : caption
But then scroll down:
h2 {
* color : #440000;
* background-color : transparent;
* font-size : 1.25em;
}
* h3 {
* color : #440000;
* background-color : transparent;
* font-size : 1em;
* margin : 0.5em 0;
}
It appears that it has been able to parse it, so what's the issue?
Aaron Gyes
Received on Sunday, 6 November 2005 05:13:44 UTC