-
Notifications
You must be signed in to change notification settings - Fork 714
[cssom-view] "Elements and viewports have an associated scrol..." #1526
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
Comments
Ah, now I see. |
|
Actually I think it's not wrong. https://drafts.csswg.org/css-overflow-3/#overflow-propagation only checks 'visible', and potentially scrollable should match up with that. |
Scrolling box I think should be defined as there being a scroll container and scrollable overflow. |
I think this causes a problem when this definition is combined with step 10 of
|
https://drafts.csswg.org/cssom-view/#terminology
The definition of scrolling box looks wrong. Certainly
scroll
andauto
should also cause a scrolling box.The definition of potentially scrollable also looks wrong w.r.t.
overflow: clip
.The text was updated successfully, but these errors were encountered: