How do I find out when I can safely drop vendor prefixes for a CSS3 property?

后端 未结 2 1116
臣服心动
臣服心动 2020-12-04 01:47

I was testing some CSS3 stuff and I discovered that some properties like border-radius don\'t need the vendor prefix anymore (at least on recent up to date brow

相关标签:
2条回答
  • 2020-12-04 02:36

    http://html5please.us/ Offers a similar service but they also provide advice on fallbacks for CSS3 properties where appropriate. I find both sites useful.

    0 讨论(0)
  • 2020-12-04 02:50

    When can I use... contains browser support tables with convenient indicators of which versions of which browsers require the vendor-prefixed versions of various CSS3 features, as well as features in other standards like HTML5, its new JavaScript APIs, SVG, etc. That should be the first place you stop at.

    The site is updated regularly (for now, at least) as new versions of browsers are released and the drafts of the relevant CSS3 modules are updated.

    0 讨论(0)
提交回复
热议问题