Skip to content

Commit

Permalink
Changed 'boxes' to 'clip rects' in scroll margin def
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaptan-cr committed Sep 12, 2023
1 parent f4d956e commit 05bfe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ interface IntersectionObserver {
: <dfn>scrollMargin</dfn>
::
Offsets are applied to <a>scrollports</a> on the path from <a>intersection root</a> to <a for="IntersectionObserver">target</a>,
effectively growing or shrinking the boxes that are used to calculate intersections.
effectively growing or shrinking the clip rects used to calculate intersections.
<b>These offsets are only applied when handling <a>same-origin-domain targets</a>;
for <a>cross-origin-domain targets</a> they are ignored.</b>

Expand Down

0 comments on commit 05bfe16

Please sign in to comment.