LeaVerou / prefixfree

Break free from CSS prefix hell!
http://projects.verou.me/prefixfree/
MIT License
3.83k stars 712 forks source link

clip-path prefix ignored for Safari #6151

Open fogostudio opened 4 years ago

fogostudio commented 4 years ago

Hello, I've tried but seems it's not adding the '-webkit-' prefix for clip-path on desktop Safari.

Thanks

error

LeaVerou commented 4 years ago

Looks like you've typed -clip-path instead of clip-path?

fogostudio commented 4 years ago

Sorry, edited the attribute to remove the -webkit- prefix that I manually added to the .css in order to make the screenshot, missed that '-'

LeaVerou commented 4 years ago

Is it a recent version of Safari? If so, I believe it now supports clip-path without a prefix, which may explain why -prefix-free is not adding it.

fogostudio commented 4 years ago

I have to check how old it is since I'm not currently at the office, but I didn't worked without the -webkit- prefix, looked like the one on the left on both desktop and iPad.

Thanks a lot for your support and wonderful script LeaVerou.

issue