Skip to main content

Module css_selectors

Module css_selectors 

Source
Expand description

CSS Selectors Level 4 parser and matching engine.

Re-exports§

pub use element::Element;
pub use error::SelectorParseError;
pub use matching::matches_any;
pub use matching::matches_selector;
pub use matching::query_selector;
pub use matching::query_selector_all;
pub use parser::parse_selector_list;
pub use parser::parse_selector_list_forgiving;
pub use specificity::compute_specificity;
pub use ast::*;

Modules§

ast
element
error
matching
nth
parser
specificity