by 2016和before 2016的区别
答案:2 悬赏:50 手机版
解决时间 2021-02-05 03:42
- 提问者网友:欺烟
- 2021-02-04 08:40
by 2016和before 2016的区别
最佳答案
- 五星知识达人网友:骨子里都是戏
- 2021-02-04 09:30
by 2016 意思是截止到2016年;
before 2016 意思是 在2016年之前。
before 2016 意思是 在2016年之前。
全部回答
- 1楼网友:纵马山川剑自提
- 2021-02-04 10:22
这好像真的是个问题,或许很多前端同学对此都有疑惑,查了些资料,证实了下两个符号的区别,简而言之:单冒号(:)用于css3伪类,双冒号(::)用于css3伪元素。
w3c关于css3选择器的规范中有一段描述:
a pseudo-element is made of two colons (::) followed by the name of the pseudo-element.
this :: notation is introduced by the current document in order to establish a discrimination between pseudo-classes and pseudo-elements. for compatibility with existing style sheets, user agents must also accept the previous one-colon notation for pseudo-elements introduced in css levels 1 and 2 (namely, :first-line, :first-letter, :before and :after). this compatibility is not allowed for the new pseudo-elements introduced in css level 3.
简单翻译一下,大意就是,伪元素由双冒号和伪元素名称组成。双冒号是在当前规范中引入的,用于区分伪类和伪元素。不过浏览器需要同时支持旧的已经存在的伪元素写法,比如:first-line、:first-letter、:before、:after等,而新的在css3中引入的伪元素则不允许再支持旧的单冒号的写法。
那么现在就可以完整的回答标题中的问题了,对于css2之前已有的伪元素,比如:before,单冒号和双冒号的写法::before作用是一样的。
所以,如果你的网站只需要兼容webkit、firefox、opera等浏览器,建议对于伪元素采用双冒号的写法,如果不得不兼容ie浏览器,还是用css2的单冒号写法比较安全。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯