-
Notifications
You must be signed in to change notification settings - Fork 707
[css-flexbox][css-grid] Floor outer sizes at zero where needed #2655
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
Labels
Milestone
Comments
fantasai
added a commit
that referenced
this issue
Jun 12, 2018
@fantasai and I independently reviewed Flexbox, and think all the outer references are either clamped appropriately or don't need to be clamped (and added a note about it not being clamped in one spot), so I'm removing the flexbox tag. |
fantasai
added a commit
that referenced
this issue
Oct 10, 2018
fantasai
added a commit
that referenced
this issue
Oct 10, 2018
Ran an audit over grid wrt inner vs outer sizes also. |
fantasai
added a commit
to web-platform-tests/wpt
that referenced
this issue
Jul 6, 2020
fantasai
added a commit
to web-platform-tests/wpt
that referenced
this issue
Jul 7, 2020
fantasai
added a commit
to web-platform-tests/wpt
that referenced
this issue
Jul 7, 2020
stephenmcgruer
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
Jul 7, 2020
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Jul 10, 2020
…e, a=testonly Automatic update from web-platform-tests [css-grid] Check inner vs. outer size for percentage computation. w3c/csswg-drafts#2655 (#24476) -- wpt-commits: 4b5101fabe653a57921f6e7add9ff768027206fa wpt-pr: 24476
xeonchen
pushed a commit
to xeonchen/gecko
that referenced
this issue
Jul 10, 2020
…e, a=testonly Automatic update from web-platform-tests [css-grid] Check inner vs. outer size for percentage computation. w3c/csswg-drafts#2655 (#24476) -- wpt-commits: 4b5101fabe653a57921f6e7add9ff768027206fa wpt-pr: 24476
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
There are a number of places where we use the outer size (margin-box size) of a box in layout calculations, e.g. in Flexbox and Grid Layout. We should make sure that we're flooring it at zero in the places where it needs to be floored (and not in the places where it needs to be not floored).
The text was updated successfully, but these errors were encountered: