From 05bfe1676c1a33e1404be7863b85d123e916dd0b Mon Sep 17 00:00:00 2001 From: Traian Captan Date: Tue, 29 Aug 2023 17:07:29 -0700 Subject: [PATCH] Changed 'boxes' to 'clip rects' in scroll margin def --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 05a4029..06fba4b 100644 --- a/index.bs +++ b/index.bs @@ -287,7 +287,7 @@ interface IntersectionObserver { : scrollMargin :: Offsets are applied to scrollports on the path from intersection root to target, - effectively growing or shrinking the boxes that are used to calculate intersections. + effectively growing or shrinking the clip rects used to calculate intersections. These offsets are only applied when handling same-origin-domain targets; for cross-origin-domain targets they are ignored.