Function style::dom_apis::element_matches
[−]
[src]
pub fn element_matches<E>(
element: &E,
selector_list: &SelectorList<E::Impl>,
quirks_mode: QuirksMode
) -> bool where
E: Element,