首页 > Web开发 > 详细

#css3# : vs ::

时间:2018-05-23 14:02:32      阅读:217      评论:0      收藏:0      [点我收藏+]

Every browser that supports the double colon (::) CSS3 syntax also supports just the (:) syntax, but IE 8 only supports the single-colon, so for now, it‘s recommended to just use the single-colon for best browser support.

:: is the newer format indented to distinguish pseudo content from pseudo selectors. If you don‘t need IE 8 support, feel free to use the double-colon.

:: 是新的形式,目的是区分伪类内容从伪类选择器中。如果你不需要IE8的支持,可以随意使用双冒号。

#css3# : vs ::

原文:https://www.cnblogs.com/tianmuxi/p/9076527.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!