Closed dholbert closed 9 years ago
STR:
background: -webkit-radial-gradient(center, white, teal); background: -webkit-radial-gradient(center, white 0%, teal 25%); background: -webkit-radial-gradient(center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 25%);
...and click the button.
EXPECTED RESULTS: Should get unprefixed equivalent.
ACTUAL RESULTS: No unprefixed equivalent.
Live jsfiddle with these gradients, to show that they're accepted by Chrome & hence are something we should be able to unprefix: https://jsfiddle.net/2b7L7xrz/
STR:
...and click the button.
EXPECTED RESULTS: Should get unprefixed equivalent.
ACTUAL RESULTS: No unprefixed equivalent.