Skip to content

Commit

Permalink
Clarified scrollable container
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaptan-cr committed Sep 11, 2023
1 parent 5dd5adc commit 64a05d8
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 @@ -673,7 +673,7 @@ run these steps:
of the {{document}}, and update |container| to be
the <a>browsing context container</a> of |container|.
2. Map |intersectionRect| to the coordinate space of |container|.
3. If |container| is scrollable, apply the {{IntersectionObserver}}’s
3. If |container| is a <a href="https://www.w3.org/TR/css-overflow/#scroll-container">scroll-container</a>, apply the {{IntersectionObserver}}’s
{{[[scrollMargin]]}} to the |container|'s clip rect.
4. If |container| has a <a>content clip</a> or a css <a>clip-path</a> property,
update |intersectionRect| by applying |container|'s clip.
Expand Down

0 comments on commit 64a05d8

Please sign in to comment.