You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -651,7 +652,7 @@ To <dfn>run the update intersection observations steps</dfn> for a
651
652
2. For each |target| in |observer|'s internal {{[[ObservationTargets]]}} slot, processed in the same order that {{observe()}} was called on each |target|:
652
653
1. Let:
653
654
- |thresholdIndex| be 0.
654
-
- |isIntersecting| be |false|.
655
+
- |isIntersecting| be false.
655
656
- |targetRect| be a {{DOMRectReadOnly}} with |x|, |y|, |width|, and |height| set to 0.
656
657
- |intersectionRect| be a {{DOMRectReadOnly}} with |x|, |y|, |width|, and |height| set to 0.
657
658
2. If the <a>intersection root</a> is not the <a>implicit root</a>,
0 commit comments