为什么
CSS3同时具有:first-child和:nth-child()伪类选择器?
我很好奇有什么意义:第一个孩子,不应该:nth-child(1)选择完全相同的东西?
让两个伪类选择器做同样的事情对我来说似乎很奇怪,我可以看到的唯一原因是:first-child是一个字符少于类型,但这是以牺牲另外一个伪类选择器为代价的要记住.
解决方法
我认为这仅仅是因为CSS标准的演变.
>第一个孩子是CSS Level 2 selector
> nth-child是CSS Level 3 selector
CSS2不会因为CSS3的存在而突然变得过时.从CSS3规范:
This document describes the selectors that already exist in CSS1 and CSS2,and further introduces new selectors for CSS3 and other languages that may need them.