[Bug 16923] New: Vendor prefixes like -moz-linear-gradient not accepted in values

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16923

           Summary: Vendor prefixes like -moz-linear-gradient not accepted
                    in values
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 3
        AssignedTo: dave.null@w3.org
        ReportedBy: mikko@redinnovation.com
         QAContact: www-validator-cvs@w3.org


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.

-- 
Configure bugmail: https://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 Thursday, 3 May 2012 20:40:36 UTC