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
Copy file name to clipboardExpand all lines: index.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ or else the <a>top-level browsing context</a>'s {{document}} node
307
307
(referred to as the <dfn for="IntersectionObserver">implicit root</dfn>) if
308
308
the {{IntersectionObserver/root}} attribute is <code>null</code>.
309
309
310
-
An {{Element}} is defined as having an<dfn for="IntersectionObserver">overflow clip</dfn> if its computed style has <a>overflow properties</a> that cause its content to be clipped to the element's padding edge.
310
+
An {{Element}} is defined as having a<dfn for="IntersectionObserver">content clip</dfn> if its computed style has <a>overflow properties</a> that cause its content to be clipped to the element's padding edge.
311
311
312
312
The <dfn for=IntersectionObserver>root intersection rectangle</dfn>
313
313
for an {{IntersectionObserver}}
@@ -320,7 +320,7 @@ is the rectangle we'll use to check against the targets.
320
320
<dt>If the <a>intersection root</a> is a {{document}},
321
321
<dd>it's the size of the {{document}}'s <a>viewport</a> (note that this processing step can only be reached if the {{document}} is <a>fully active</a>).
322
322
323
-
<dt>Otherwise, if the <a>intersection root</a> has an<a>overflow clip</a>,
323
+
<dt>Otherwise, if the <a>intersection root</a> has a<a>content clip</a>,
324
324
<dd>it's the element's <a>content area</a>.
325
325
326
326
<dt>Otherwise,
@@ -596,7 +596,7 @@ run these steps:
596
596
of the {{document}}, and update |container| to be
597
597
the <a>browsing context container</a> of |container|.
598
598
2. Map |intersectionRect| to the coordinate space of |container|.
599
-
3. If |container| has an<a>overflow clip</a> or a css <a>clip-path</a> property,
599
+
3. If |container| has a<a>content clip</a> or a css <a>clip-path</a> property,
600
600
update |intersectionRect| by applying |container|'s clip.
601
601
4. If |container| is the root element of a <a>browsing context</a>,
602
602
update |container| to be the <a>browsing context</a>'s {{document}};
0 commit comments