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 6749 - validator fails on valid CSS
Summary: validator fails on valid CSS
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 08:46 UTC by Ernst Elzas
Modified: 2010-03-16 18:41 UTC (History)
2 users (show)

See Also:


Attachments

Description Ernst Elzas 2009-03-31 08:46:12 UTC
+++ This bug was initially created as a clone of Bug #6631 +++

Scenario:
1. Go to http://jigsaw.w3.org/css-validator/#validate_by_input+with_options
2. Enter a{background-color: rgba(179,141,94,0.25);}
3. Set profile to css 3 and type to css
4. Click check

Result:
a Value Error : background-color  rgba(179,141,94,0.25) is not a background-color value :  rgba(179,141,94,0.25) 

Desired:
This document validates as CSS level 3 !

Remark:
Works correctly when using http://qa-dev.w3.org:8001/css-validator/#validate_by_input+with_options in step 1 instead.
Comment 1 Olivier Thereaux 2009-04-04 15:40:19 UTC
(In reply to comment #0)
> Remark:
> Works correctly when using
> http://qa-dev.w3.org:8001/css-validator/#validate_by_input+with_options in step
> 1 instead.

The development version has indeed a number of fixes for css3 color waiting to be pushed forward. As far as bugzilla is concerned I would put the status as "fixed" since there is no development involved. 

Yves would know when the next dev->prod release is likely to happen.