Expand description
Types used to report parsing errors.
Structs§
- PerCompound
State 🔒 - Per-compound state for finding unconstrained relative selectors.
- Rust
LogReporter - An error reporter that uses the
log
crate atinfo
level. - Unconstrained
Relative 🔒Selector Visitor - Visitor to check if there’s any unconstrained relative selector.
Enums§
- Contextual
Parse Error - Errors that can be encountered while parsing CSS.
- Selector
Warning Kind - Any warning a selector may generate. TODO(dshin): Bug 1860634 - Merge with never matching host selector warning, which is part of the rule parser.
Traits§
- Parse
Error Reporter - A generic trait for an error reporter.