webcompat / css-fixme

A script that adds standardised equivalents to CSS declarations that uses only prefixed code
https://www.webcompat.com/tools/cssfixme
Mozilla Public License 2.0
9 stars 3 forks source link

cssfixme doesn't produce working gradient from "background: -webkit-radial-gradient(center, white, teal); #12

Closed dholbert closed 9 years ago

dholbert commented 9 years ago

STR:

  1. Visit cssfixme demo page.
  2. Enter any of these styles:
    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.

dholbert commented 9 years ago

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/