W3C home > Mailing lists > Public > www-validator-css@w3.org > October 2009

Bug Report: "No Color Set"

From: Alex Ross <aross.nathan@gmail.com>
Date: Wed, 14 Oct 2009 21:23:47 -0600
Message-ID: <7e31d750910142023k22ee67aewac704332f6f4871d@mail.gmail.com>
To: www-validator-css@w3.org
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fomghabbo.ath.cx%2Fcss%2Fglobals.css&profile=css3&usermedium=all&warning=2&lang=en

I am receiving the WARNING message "You have no color set (or color is set
to transparent) but you have set a background-color. Make sure that
cascading of colors keeps the text reasonably legible." when I have set a
color.

CSS body content:
body
 {   background-color : #c0c0c0;
  text-align : center;
  color : #000000;
  font-family : "Times New Roman", Serif;
  font-size : 16px;
  font-style : normal;
 }

As the provided CSS content shows, I do have the property "color" present
and is set to "#000000".

Please fix this validator bug as I would like to have my documents report as
perfect when they are in fact perfect.

Thank you for your time and contribution to the world.
Received on Thursday, 15 October 2009 09:33:05 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:01:05 UTC