pub fn invalidate_position_try<E>(
element: E,
changed_names: &PrecomputedHashSet<Atom>,
invalidate_self: &mut impl FnMut(E, &mut ElementData),
invalidated_descendants: &mut impl FnMut(E),
) -> boolwhere
E: TElement,Expand description
Invalidates for any absolutely positioned element that references the given @position-try fallback names.