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 576 - Validator raises error on 'transparent' <color>
Summary: Validator raises error on 'transparent' <color>
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 10:59 UTC by Benjamin Streeck
Modified: 2010-06-03 02:20 UTC (History)
5 users (show)

See Also:


Attachments

Description Benjamin Streeck 2004-02-26 10:59:15 UTC
In CSS3 "transparent" is not an explicid keyword, but according to the
specification is a valid color. In verifying using the CSS3 profile it is
reported as an error:

Invalid number : backgroundToo many values or values are not recognized :
transparent

Specs see:
http://www.w3.org/TR/css3-background/#properties
Comment 2 Yves Lafon 2005-08-26 14:43:35 UTC
Fixed, see http://qa-dev.w3.org:8001/css-validator/
Comment 3 Olivier Thereaux 2008-03-31 15:12:36 UTC
I think we have a regression here. The bug is indeed fixed in the production instance of the validator, but the dev version complains about transparent is not a color value again.
Comment 4 Yves Lafon 2008-03-31 17:00:00 UTC
Fixed by updating the CSS3 background properties to match the CSS21 ones, before implementing extra properties/values from css3-background, once it becomes stable.
Comment 6 Guillaume Ayoub 2009-10-21 16:44:44 UTC
The situation is now the contrary of the situation in the last comment (comment #5).

The bug appears with the production server: http://jigsaw.w3.org/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&profile=css3

The bug has been fixed with the dev sevrer: http://qa-dev.w3.org:8001/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&profile=css3
Comment 7 Karl Dubost 2010-06-03 02:20:21 UTC
(In reply to comment #6)
> The situation is now the contrary of the situation in the last comment (comment
> #5).
> 
> The bug appears with the production server:
> http://jigsaw.w3.org/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&profile=css3
> 
> The bug has been fixed with the dev sevrer:
> http://qa-dev.w3.org:8001/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&profile=css3


It seems the bug is closed. At least there's no error anymore in Production.