Skip to content

[css-sizing-4] Should the contain-intrinsic-* properties allow negative lengths? #11945

Description

@weinig

The current grammar for the contain-intrinsic-* properties is auto? [ none | <length> ], but WPT has tests that indicate a negative length is invalid, https://github.com/web-platform-tests/wpt/blob/7a9307ef9e1e88229ced4a29991270d20911669c/css/css-sizing/contain-intrinsic-size/parsing/contain-intrinsic-size-invalid.html#L22, which all browsers currently pass.

Should the grammar be updated to auto? [ none | <length [0,∞]> ]?

cc (@tabatkins, @fantasai, @jensimmons)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions