Can someone tell me why the following css doesn't check? I try to explore it myself, no luck. All the documentation I read says that this is correct, why do gradients in css3.
W3C CSS Validation Results for TextArea (CSS Level 3)
Excuse me! We found the following errors (6)
URI: TextArea
6 # Header error: background color -moz-linear-gradient (top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%) is not a background value: - brain linear gradient (upper, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%)
7 #header Meaning Error: background-color -webkit-gradient (linear, top left, bottom left, color stop (0%, rgba (0,0,0,0,65)), color-stop (100%, rgba (0,0,0,0))) is not a background color: -webkit-gradient (linear, upper left, lower left, stop color (0%, rgba (0,0,0,0,65)) color stop (100%, rgba (0,0,0,0))))
8 #header Meaning Error: background color -webkit-linear-gradient (top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%) is not a background color value : -webkit-linear-gradient (top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%)
9 #header Meaning Error: background color - linear gradient (top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%) is not a background color value: -o-linear gradient (top, RGBA (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%)
10 # Header error: background color -ms-linear-gradient (top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%) is not a background color value: -ms-linear-gradient (top, RGBA (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%)
11 #header Meaning Error: background color linear gradient (top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%) is not the value of the background color: linear gradient ( top, rgba (0,0,0,0,65) 0%, rgba (0,0,0,0,0) 100%)