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-scroll-snap-2] scroll-start clamps to scroll range not scrollpor… #8908

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 2 additions & 4 deletions css-scroll-snap-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,10 @@ The 'scroll-start' property {#scroll-start}

<dt><dfn><<length-percentage [0,∞]>></dfn>
<dd>
...

Negative values are invalid.
Values corresponding to a length greater than the width/height of the scrollport
Values corresponding to a length greater than the scroll range of the scroll container
are valid,
but clamped to the width/height of the scrollport.
but clamped to the scroll range of the scroll container.

<dt><dfn>start</dfn>
<dt><dfn>center</dfn>
Expand Down