bgrins / spectrum

The No Hassle JavaScript Colorpicker
https://bgrins.github.io/spectrum/
MIT License
2.32k stars 588 forks source link

Safari console warnings #472

Open Saranraj-Sekar opened 7 years ago

Saranraj-Sekar commented 7 years ago

I see the console warnings on safari browser.

screen shot 2017-03-14 at 11 22 31 am

Its came from filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');.

If I put strings around it. filter : "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')";. It won't show any warnings.

But my question is it will break IE8 support?