- From: David Dorward <david@dorward.me.uk>
- Date: Sat, 24 Sep 2005 15:32:04 +0100
- To: Luiz Angelo Daros de Luca <luizd@inf.ufsc.br>
- Cc: www-validator-css@w3.org
On Fri, 2005-09-23 at 21:34 -0300, Luiz Angelo Daros de Luca wrote:
> It warns
>
> Line : 250 (Level : 1) You have no color with your background-color :
> #ivgrafico
> <div id="divGrafico" style="height: 388px; width: 988px; z-index: 100;
> overflow: auto; background-color: black;">
That refers to the color property, not the color keywords.
i.e. { background-color: black; } would trigger the warning
{ background-color: black; color: white; } would not.
--
David Dorward <http://dorward.me.uk/>
"Anybody remotely interesting is mad, in some way or another."
-- The Greatest Show in the Galaxy
Received on Saturday, 24 September 2005 14:30:01 UTC