- From: David Dorward <david@dorward.me.uk>
- Date: Mon, 12 Jun 2006 13:25:29 +0100
- To: Ruben de Rijcke <rubix@planet.nl>
- Cc: www-validator-css@w3.org, Thomas <radiant1@gmail.com>
On Sun, Jun 11, 2006 at 12:24:00PM +0200, Ruben de Rijcke wrote:
> I checked www.banaanmetoor.nl on validity and got this warning:
> * Regel : 25 (Level : 1) U heeft geen kleur voor uw achtergrondkleur
> opgegeven : body
> * body {
> * background-color : #ff0;
> }
>
> I did check it with '#FFFF00' but that didn't matter. A bug, I think?
No, it refers to the color property, not the value of the
background-color property.
background-color: #ff0;
color: black;
for instance.
--
David Dorward http://dorward.me.uk
Received on Monday, 12 June 2006 12:25:36 UTC