Function style::dom_apis::element_matches

source ยท
pub fn element_matches<E>(
    element: &E,
    selector_list: &SelectorList<E::Impl>,
    quirks_mode: QuirksMode,
) -> bool
where E: Element,
Expand description