browser specific css attributes

2019-05-06 21:56发布

Where can I find a complete "browser specific css attributes" reference?

I mean some attributes such as -moz-border-radius that is just for Firefox or -webkit-min-device-pixel-ratio. These examples work just in a specified web browser. I want a complete reference for these attributes.

4条回答
唯我独甜
2楼-- · 2019-05-06 22:37

Peter Baverloo's table is the best reference I have been able to find for all browsers in one single page.

查看更多
可以哭但决不认输i
3楼-- · 2019-05-06 22:42

Each vendor should maintain a list of custom CSS extensions. The ones I've found are linked below.

Ones I can't find ...

  • Chrome (same engine as Safari, some slight differences in vendor extensions supported)
查看更多
三岁会撩人
4楼-- · 2019-05-06 22:53

You can take a look at this page: http://caniuse.com/

It also shows most, if not all, HTML5 and CSS3 features and their support.

查看更多
欢心
5楼-- · 2019-05-06 22:54

Check out css3files. It's a site that talks about all popular css3 functions, in what browsers they work and what code you need to use.

查看更多
登录 后发表回答