pub fn have_same_style_attribute<E>(
    target: &mut StyleSharingTarget<E>,
    candidate: &mut StyleSharingCandidate<E>
) -> boolwhere
    E: TElement,
Expand description

Whether two elements have the same same style attribute (by pointer identity).