Re-exports§
pub use crate::context::*;
Structs§
- Set of flags that are set on either the element or its parent (depending on the flag) if the element could potentially match a selector.
Enums§
- Whether a compound selector matched, and whether it was the rightmost selector inside the complex selector.
Statics§
Functions§
- Matches a complex selector.
- Matches a compound selector belonging to
selector
, starting at offsetfrom_offset
, matching left to right. - Matches a selector, fast-rejecting against a bloom filter.