Bug: colors

Hi,

  When validating

  * { color: lightgreen }
  * { background-color: lightgreen }

in the current validator, it complains `lightgreen` is not a valid color
for `color` while it accepts it for background-color. Using the CSS
Level 2 profile both should be invalid, using the CSS Level 3 profile
both should be valid.

Received on Monday, 20 January 2003 20:25:37 UTC