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 16923 - Vendor prefixes like -moz-linear-gradient not accepted in values
Summary: Vendor prefixes like -moz-linear-gradient not accepted in values
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC All
: 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: 2012-05-03 20:40 UTC by Mikko Ohtamaa
Modified: 2012-11-09 13:40 UTC (History)
0 users

See Also:


Attachments

Description Mikko Ohtamaa 2012-05-03 20:40:32 UTC
For example, this bit of CSS fails and I could not find a way for the validator to accept it:

.sami-button:hover,
#reservation-link:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#9f9f9f)); 
background: -moz-linear-gradient(top,  #292929,  #9f9f9f); 
}

Unfortunately for some elements like background vendor prefixes in values are still being needed.
Comment 1 Yves Lafon 2012-11-09 13:40:54 UTC
They are now generating warning, as values can't be validated.