Re: [csswg-drafts] [css-overflow][css-scroll-snap] Introduce mechanism to extend scrollable overflow area to make snap points reachable (#7885)

Such a property could be used to control the scrollable overflow area in more ways:

```
scrollable-overflow-area: normal | include-snap-points || include-padding || include-negative
```
(Names up for bikeshedding.)

`include-padding`
Include the end-side padding

`include-negative`
Include boxes outside block-start or inline-start padding edges, that are otherwise discarded.

`include-snap-points` and `include-negative` would possibly interact with the [scroll-an-element](https://w3c.github.io/csswg-drafts/cssom-view/#scroll-an-element) algorithm, otherwise the negative scroll area would not be reachable.


-- 
GitHub Notification of comment by johannesodland
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7885#issuecomment-1340537504 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 7 December 2022 07:52:02 UTC