Skip to content

[css-overflow] handling of negative scrollable overflow region is incorrect #9457

Open
@dbaron

Description

@dbaron

This testcase shows that the handling of the "negative scrollable overflow region" in the rules for computing scrollable overflow is interoperably a different behavior from the one the spec describes.

The spec describes that the union used to compute the scrollable area ignores boxes whose border box is entirely within the negative scrollable overflow region. However, the area that matters should be the scrollable overflow of the box (when applied), not the border box.

According to the spec the above testcase should not be scrollable, but it is interoperably scrollable across Chrome, Firefox, and Safari.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions