[Bug 6749] New: validator fails on valid CSS

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6749

           Summary: validator fails on valid CSS
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 3
        AssignedTo: dave.null@w3.org
        ReportedBy: ernste@gmail.com
         QAContact: www-validator-cvs@w3.org
                CC: madman@keil-draco.com


+++ 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.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 31 March 2009 08:46:29 UTC