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 13978 - background shorthand rgba gets not validated
Summary: background shorthand rgba gets not validated
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: Macintosh MacOS X
: 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: 2011-08-31 09:36 UTC by tlz
Modified: 2011-10-31 13:26 UTC (History)
0 users

See Also:


Attachments

Description tlz 2011-08-31 09:36:52 UTC
/*Does not validate*/
#region1 {
  background: rgba(0, 0, 0, 0.8);
}


/*Does validate */
#region2 {
  background-color: rgba(0, 0, 0, 0.8);
}
Comment 1 Yves Lafon 2011-10-31 13:26:49 UTC
Fixed (functions were not checked)
See http://qa-dev.w3.org:8001/css-validator/