:is() và :where() đều match danh sách selectors, nhưng :is() giữ specificity cao nhất trong danh sách, :where() luôn specificity = 0. :not() loại trừ selector.
Cả ba giúp viết CSS ngắn gọn hơn.
:is() and :where() both match a list of selectors, but :is() keeps the highest specificity of any selector in the list, while :where() always has specificity of 0. :not() excludes matching elements.
All three help write more concise CSS.