Bug 179985
Summary: | [css-grid] Ignore auto-margins in the track sizing algorithm | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bfulgham, jfernandez, simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Javier Fernandez
The CSS Grid Layout specification states that we must treat any 'auto' margin as 0px during the track sizing algorithm:
https://drafts.csswg.org/css-grid/#auto-margins
"During calculations of grid track sizes, auto margins are treated as 0."
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Javier Fernandez
*** This bug has been marked as a duplicate of bug 178973 ***