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
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
+
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 <a>padding edge</a>.
311
312
312
313
The <dfn for=IntersectionObserver>root intersection rectangle</dfn>
313
314
for an {{IntersectionObserver}}
@@ -321,7 +322,7 @@ is the rectangle we'll use to check against the targets.
321
322
<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
323
323
324
<dt>Otherwise, if the <a>intersection root</a> has a <a>content clip</a>,
324
-
<dd>it's the element's <a>content area</a>.
325
+
<dd>it's the element's <a>padding area</a>.
325
326
326
327
<dt>Otherwise,
327
328
<dd>it's the result of <a>getting the bounding box</a> for the <a>intersection root</a>.
0 commit comments