diff --git a/index.bs b/index.bs index c0f0cbb..38c8426 100644 --- a/index.bs +++ b/index.bs @@ -344,7 +344,7 @@ If a target {{Element}} is clipped by an ances When calculating a scrollport intersection rectangle for a same-origin-domain target, the rectangle is expanded according to the offsets in the {{IntersectionObserver}}’s {{[[scrollMargin]]}} slot -in a manner similar to CSS's margin property, +in a manner similar to CSS's 'margin' property, with the four values indicating the amount the top, right, bottom, and left edges, respectively, are offset by, with positive lengths indicating an outward offset. Percentages are resolved relative to the width of the undilated rectangle. @@ -673,7 +673,7 @@ run these steps: of the {{document}}, and update |container| to be the browsing context container of |container|. 2. Map |intersectionRect| to the coordinate space of |container|. - 3. If |container| is a scroll-container, apply the {{IntersectionObserver}}’s + 3. If |container| is a scroll container, apply the {{IntersectionObserver}}’s {{[[scrollMargin]]}} to the |container|'s clip rect. 4. If |container| has a content clip or a css clip-path property, update |intersectionRect| by applying |container|'s clip.