pub fn have_same_referenced_attrs<E>(
target: &StyleSharingTarget<E>,
candidate: &StyleSharingCandidate<E>,
) -> boolwhere
E: TElement,Expand description
Whether the given element and a candidate have the same values for the the
attributes used in an attr() function.