Function selectors::matching::matches_rare_attribute_selector
source ยท fn matches_rare_attribute_selector<E>(
element: &E,
attr_sel: &AttrSelectorWithOptionalNamespace<E::Impl>,
) -> boolwhere
E: Element,