[csswg-drafts] [css-overscroll] the target of overscroll-behavior should be scrolling box instead of scroll container? (#6523)

hiikezoe has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-overscroll] the target of overscroll-behavior should be scrolling box instead of scroll container? ==
An example;
```
<div style="height: 20vh; overflow: hidden; overscroll-behavior: none;">
  <div>overflow: hidden; overscroll-behavior: none;</div>
  <div style="height: 100vh; width: 100%;"></div>
</div>
<div style="height: 200vh; width: 100%;"></div>
```

In my understandings with the current spec text (i.e. "applied to scroll container"), scrolling on the overflow: hidden element shouldn't be handed off to the outer one, but in fact both Chrome and Firefox hand off it to the outer.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6523 using your GitHub account


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

Received on Tuesday, 17 August 2021 04:35:58 UTC