Selectors
This section describes Cascading Style Sheets (CSS) features related to selectors.
Selectors
| Topic | Description |
|---|---|
|
Matches the class attribute of the specified element. | |
|
Matches the id attribute of the specified element. | |
|
Matches the elements within the namespace specified by the given namespace prefix. | |
|
Matches any element of the specified type. | |
|
Matches any element type. | |
|
This section contains reference topics for all supported CSS attribute selectors. | |
|
This section contains reference topics for all supported CSS combinators. | |
|
This section contains reference topics for all supported CSS pseudo-classes. | |
|
This section contains reference topics for all supported CSS pseudo-elements. |