From 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:40:08 -0400 Subject: remove wiki.developer.mozilla.org links (es) (#1443) Part of #1440 --- files/es/web/api/intersection_observer_api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/es/web/api/intersection_observer_api/index.html') diff --git a/files/es/web/api/intersection_observer_api/index.html b/files/es/web/api/intersection_observer_api/index.html index d96bb02280..832656d56f 100644 --- a/files/es/web/api/intersection_observer_api/index.html +++ b/files/es/web/api/intersection_observer_api/index.html @@ -290,7 +290,7 @@ function intersectionCallback(entries) {
  • Starting at the target's immediate parent block and moving outward, each containing block's clipping (if any) is applied to the intersection rectangle. A block's clipping is determined based on the intersection of the two blocks and the clipping mode (if any) specified by the {{cssxref("overflow")}} property. Setting overflow to anything but visible causes clipping to occur.
  • If one of the containing elements is the root of a nested browsing context (such as the document contained in an {{HTMLElement("iframe")}}, the intersection rectangle is clipped to the containing context's viewport, and recursion upward through the containers continues with the container's containing block. So if the top level of an <iframe> is reached, the intersection rectangle is clipped to the frame's viewport, then the frame's parent element is the next block recursed through toward the intersection root.
  • When recursion upward reaches the intersection root, the resulting rectangle is mapped to the intersection root's coordinate space.
  • -
  • The resulting rectangle is then updated by intersecting it with the root intersection rectangle.
  • +
  • The resulting rectangle is then updated by intersecting it with the root intersection rectangle.
  • This rectangle is, finally, mapped to the coordinate space of the target's {{domxref("document")}}.
  • -- cgit v1.2.3-54-g00ecf