Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-overflow-3] Clarify that scripts can also scroll a scroll container #10048

Merged
merged 2 commits into from Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions css-overflow-3/Overview.bs
Expand Up @@ -321,9 +321,8 @@ Scrollable Overflow</h3>
Scrolling Overflow</h3>

A box’s [=overflow=] can be visible or clipped.
CSS also allows a box to be <dfn export>scroll container</dfn>
that allows the user to scroll clipped parts of its <a>scrollable overflow area</a>
into view.
CSS also allows a box to be a <dfn export>scroll container</dfn>
that allows clipped parts of its scrollable overflow area to be scrolled into view.
The visual viewport of a <a>scroll container</a>
(through which the <a>scrollable overflow area</a> can be viewed)
coincides with its padding box,
Expand Down