开发者

Border Radius in Google Chrome 8

开发者 https://www.devze.com 2023-01-29 08:54 出处:网络
I\'ve noticed that Google Chrome 8 Accepts: border-radius:5px; compared to the previous -webkit-border-radius:5px;

I've noticed that Google Chrome 8 Accepts:

border-radius:5px;

compared to the previous

-webkit-border-radius:5px;

Since Google Chrome updates automatically, is it time to convert all my -webkit-border-radius rules to just border-radius? Or should i just add border-radius to my rules?

Also please take Safari, iPhone into consideration.

Thank you开发者_开发问答 in advanced.


Just add. Safari still needs the -webkit version afaik. Plus, there are always those few with autoupdates turned off.


You should probably keep both for the time being, if you intend to support older versions of Safari (the current version also accepts border-radius without the prefix).

0

精彩评论

暂无评论...
验证码 换一张
取 消