This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 161 - X11 colors recognized for some properties in CSS 2.0 profile
Summary: X11 colors recognized for some properties in CSS 2.0 profile
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL: http://www.bjoernsworld.de/test/css/c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 22:16 UTC by Bj
Modified: 2003-04-13 19:10 UTC (History)
0 users

See Also:


Attachments

Description Bj 2003-02-27 22:16:45 UTC
Both rules, * { color: lightgreen } and * { background-color: lightgreen } are 
invalid CSS Level 2.0, but the validator complains only about the 'color' 
property.
Comment 1 Sijtsche Smeman 2003-04-13 15:10:58 UTC
Does not occur in newest CVS version. This was due to partial omission of the 
CSS3 sources for the online version. So correct in CVS now.