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

Refactor scrolling on the window object #29680

Merged
merged 1 commit into from
Sep 15, 2023

Commits on Sep 15, 2023

  1. Refactor scrolls on the window object

    Refactor the scrolling and scrollable area calculation on the window
    object, to make it better match the specification. This has some mild
    changes to behavior, but in general things work the same as they did
    before. This is mainly preparation for properly handling viewport
    propagation of the `overflow` property but seems to fix a few issues as
    well.
    
    There is one new failure in Layout 2020 regarding `position: sticky`,
    but this isn't a big deal because there is no support for `position:
    sticky` in Layout 2020 yet.
    
    Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
    mrobinson and atbrakhi committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1192895 View commit details
    Browse the repository at this point in the history