:
boundingClientRect
::
- A {{DOMRectReadOnly}} obtained by running the {{Element/getBoundingClientRect()}} algorithm
- on the {{IntersectionObserverEntry/target}}.
+ A {{DOMRectReadOnly}} obtained by
getting the bounding box
+ for {{IntersectionObserverEntry/target}}.
:
intersectionRect
::
{{IntersectionObserverEntry/boundingClientRect}}, intersected by
@@ -468,8 +468,7 @@ dictionary IntersectionObserverInit {
Threshold values must be in the range of [0, 1.0] and represent a
percentage of the area of the rectangle produced
- by running the {{Element/getBoundingClientRect()}} algorithm
- on the
target.
+ by
getting the bounding box for
target.
Note: 0.0 is effectively "any non-zero number of pixels".
@@ -623,7 +622,7 @@ Compute the Intersection of a Target Element and the Root
To