与移动浏览器兼容的css3功能概述?
我正在寻找一个比较表来查看哪些 CSS3 功能/选择器与移动浏览器兼容。
我已经在 google 上搜索并找到了这个链接。但在此链接中仅比较了 4 个浏览器。
这也应该是 quirksmode.org 上 ppk 的典型概述。但在他的网站上我只找到这篇文章关于移动浏览器上处理CSS 2.1的CSS。
你们中有人有这样的概述(或链接)吗?
I was looking for a comparison table to see which CSS3 features/selectors are compatible with mobile browsers.
I already searched at google and found this link. But in this link are only 4 browsers compared.
This also should be an typical overview for ppk on quirksmode.org. But on his site I only found this article about css on mobile browsers which handles CSS 2.1.
Does anyone of you have such an overview (or link to it)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 jquery mobile,支持表如下:
http://jquerymobile.com/original-graded-browser-matrix/
用于 css3 : http://www.normansblog.de/demos/browser-support-checklist-css3/
I recommend using jquery mobile and a table of support is here:
http://jquerymobile.com/original-graded-browser-matrix/
for css3: http://www.normansblog.de/demos/browser-support-checklist-css3/
您可以在每个浏览器上运行它并创建自己的表 http://tools.css3.info /selectors-test/test.html
用于 CSS 选择器
You can run this on each browser and make your own table http://tools.css3.info/selectors-test/test.html
It's for CSS selectors