[bug] #ffffff not recognized as color value

Hi,

  hex color values like #fff or #ffffff are not recognized by the
current CVS version of the CSS Validator,
org.w3c.css.properties.CssColorCSS1 and
org.w3c.css.properties.CssColorCSS2 test for

  val instanceof org.w3c.css.values.CssColorCSS1 /* or the respective */
  val instanceof org.w3c.css.values.CssColorCSS2

while 'val' is only an instanceof org.w3c.css.values.CssColor.

regards.

Received on Friday, 27 June 2003 12:46:08 UTC