我如何知道何时可以安全地删除CSS3属性的供应商前缀? [英] How do I find out when I can safely drop vendor prefixes for a CSS3 property?

查看:130
本文介绍了我如何知道何时可以安全地删除CSS3属性的供应商前缀?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我测试了一些CSS3的东西,我发现一些属性,如 border-radius 不再需要供应商前缀(至少在最近的最新的浏览器) 。



我的下一个网站只会定位最近的浏览器,例如IE9 / Chrome 15 + / FF8 +,所以我想知道:



有没有当前CSS3属性的列表,我可以看到其中哪些我可以安全地删除供应商前缀?



注意:我不感兴趣


解决方案

何时可以使用... 包含浏览器支持表,方便指示哪些浏览器的版本需要各种CSS3功能的供应商加前缀版本,以及其他标准(如HTML5,其新的JavaScript API,SVG等。这应该是你停下来的第一个地方。



随着新版本的浏览器的发布,网站会定期更新(至少现在)并更新相关CSS3模块的草稿。


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 browsers).

My next website will only target recent browsers like IE9/Chrome 15+/FF8+, so I was wondering:

Is there a list of the current CSS3 properties where I can see which of them I can safely drop vendor prefixes for?

Note: I'm not interested in JS hacks that automatically insert prefixed properties.

解决方案

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.

这篇关于我如何知道何时可以安全地删除CSS3属性的供应商前缀?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆