Function selectors::builder::selector_list_specificity_and_flags
source ยท pub(crate) fn selector_list_specificity_and_flags<'a, Impl: SelectorImpl>(
itr: impl Iterator<Item = &'a Selector<Impl>>,
) -> SpecificityAndFlags
Expand description
Finds the maximum specificity of elements in the list and returns it.