読み込み中...
読み込み中...
:is()、:where()、:has()、:nth-child(An+B of S)など近年使うCSSセレクタ8種を一覧できます。
最終更新日 ・ by yuzlrin
| 項目 | 内容 |
|---|---|
| :is() | OR |
| :where() | OR (詳細度0) |
| :has() | 親セレクタ |
| :not() | 否定 |
| :nth-child(An+B of S) | 制限付きnth |
| :scope | スコープ |
| :focus-visible | キーボードフォーカス |
| :focus-within | 子要素フォーカス |