[Bug 13978] New: background shorthand rgba gets not validated

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

           Summary: background shorthand rgba gets not validated
           Product: CSSValidator
           Version: CSS Validator
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 3
        AssignedTo: dave.null@w3.org
        ReportedBy: thomas.lohbeck@vum.ch
         QAContact: www-validator-cvs@w3.org


/*Does not validate*/
#region1 {
  background: rgba(0, 0, 0, 0.8);
}


/*Does validate */
#region2 {
  background-color: rgba(0, 0, 0, 0.8);
}

-- 
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 Wednesday, 31 August 2011 09:36:54 UTC