Skip to content

Commit e89f811

Browse files
s/overflow clip/content clip/
1 parent b46da08 commit e89f811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ or else the <a>top-level browsing context</a>'s {{document}} node
307307
(referred to as the <dfn for="IntersectionObserver">implicit root</dfn>) if
308308
the {{IntersectionObserver/root}} attribute is <code>null</code>.
309309

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.
311311

312312
The <dfn for=IntersectionObserver>root intersection rectangle</dfn>
313313
for an {{IntersectionObserver}}
@@ -320,7 +320,7 @@ is the rectangle we'll use to check against the targets.
320320
<dt>If the <a>intersection root</a> is a {{document}},
321321
<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>).
322322

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>,
324324
<dd>it's the element's <a>content area</a>.
325325

326326
<dt>Otherwise,
@@ -596,7 +596,7 @@ run these steps:
596596
of the {{document}}, and update |container| to be
597597
the <a>browsing context container</a> of |container|.
598598
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,
600600
update |intersectionRect| by applying |container|'s clip.
601601
4. If |container| is the root element of a <a>browsing context</a>,
602602
update |container| to be the <a>browsing context</a>'s {{document}};

0 commit comments

Comments
 (0)