Selectors Level 3

部分文字列マッチング属性セレクタ [att^=val], [att$=val], [att*=val]

:root 擬似クラス

:nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type() 擬似クラス

:last-child, :only-child, :first-of-type, :last-of-type, :only-of-type 擬似クラス

:empty 擬似クラス

:not 擬似クラス

::first-line, ::first-letter, ::before, ::after 擬似要素

後続兄弟結合子 E ~ F