The simpleselector matches if all of its components match.
如果它的所有内容都匹配,则简单选择符匹配。
2
A selector consisting of a single simpleselector matches any element satisfying its requirements.
包含一个简单选择符的选择符,匹配任意符合它要求的元素。
3
A simpleselector is either a type selector or universal selector followed immediately by zero or more attribute selectors, ID selectors, or pseudo-classes, in any order.