[css-sizing] Make flex % row-gap resolve to 0 when height is indefinite (only flex, not grid)
Categories
(Core :: Layout: Flexbox, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: dholbert)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
A resolution was made for csswg-drafts/#5081.
[css-sizing] Make flex % row-gap resolve to 0 when height is indefinite (only flex, not grid)
- RESOLVED: % based gaps for flex in the case of resolving against an indefinite constraint resolve to 0
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
This basically means we should directly revert bug 1473047 (which is where we implemented the spec behavior that's being removed/simplified here).
| Assignee | ||
Comment 2•5 years ago
|
||
This implements a CSSWG resolution in this issue:
https://github.com/w3c/csswg-drafts/issues/5081
This also effectively backs out our changes from
https://bugzilla.mozilla.org/show_bug.cgi?id=1473047
which is where we implemented our current behavior.
I'm fixing the reftest that we have on this behavior to expect that all of its
gaps (which are all in the affected category) resolve to 0; and I'm adjusting
our expectations for its WPT reimport to expect failure until the test changes
have made the roundtrip back into our WPT reimport.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•