Pseudo-class selectors (for example, :hover) and attribute selectors (for example, [type="input"]) each have the same specificity as a class selec- tor. The universal selector (*) and combinators (>, +, ~) have no effect on specificity.
Pseudo 클래스 선택자(예: :hover
)와 attribute 선택자(예: [type="input"]
)는 각각 클래스 선택자와 동일한 명시도(specificity)를 갖습니다.
Universal 선택자(*
)와 Combinators(>
, +
, ~
)는 명시도(specificity)에 영향을 미치지 않습니다.