script::dom::intersectionobserver

Function compute_the_intersection

Source
fn compute_the_intersection(
    _document: &Document,
    _target: &Element,
    _root: &Option<ElementOrDocument<DomTypeHolder>>,
    root_bounds: Rect<Au>,
    intersection_rect: Rect<Au>,
) -> Rect<Au>
Expand description