Re: [csswg-drafts] [css-sizing-4] How to parse "contain-intrinsic-size: 10px auto 20px;" (#6391)

Following up: we just fixed the ordering as `auto <length>`, since that reflects the importance of the values and solves the parsing issue - `10px auto 20px` is thus `c-i-width: 10px; c-i-height: auto 20px;`.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6391#issuecomment-915445428 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 8 September 2021 17:50:22 UTC