Expand description
CSS selectors.
Structs§
- CssLocal
Name - Wraps
LocalName
so that it can be used withselectors
- CssString
- Wraps
String
so that it can be used withselectors
- Parser
- An implementation of
Parser
forselectors
- Selector
- Wrapper around CSS selectors.
- Simple
- A simple implementation of
SelectorImpl
with no pseudo-classes or pseudo-elements.
Enums§
- NonTS
Pseudo Class - Non Tree-Structural Pseudo-Class.
- Pseudo
Element - CSS Pseudo-Element
Traits§
- ToCss
- Trait for things the can serialize themselves in CSS syntax.