-
Notifications
You must be signed in to change notification settings - Fork 27
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
Propogation of overscroll-behaviour from body to root #29
Comments
I'm unsure any of these tests actually cover this, looking at where there are differences? |
@jgraham you've mentioned Also, are there examples of site compat issues caused by this? |
Yes, sorry this should have been |
@emilio might be able to confirm whether this issue is now correct :) |
Yeah, this should probably just be about |
@smfr believes this is probably be very risky to change. |
@jgraham Could you rewrite the title & description of this item, so we can all make sure we are talking about the same thing? |
Oh, if this is about |
Done. Apologies for the muddle on this one. |
Description
Blink propogates the
overflow-behavior
from the<body>
element to the viewport, instead of from the root element to the viewport. See https://docs.google.com/document/d/1-pqljDgzzgRVve2oWUq237JPgtT12wcoctxbtBaHZdU/edit# for more.Bug reports
CHR-954423
Specification
https://drafts.csswg.org/css-overscroll/Overview.html
w3c/csswg-drafts#6406
Tests
https://wpt.fyi/results/css/css-overflow?label=master&label=experimental&aligned&q=propagation (need to check exactly which tests cover this issue).
This is a bug to include in #9
The text was updated successfully, but these errors were encountered: