[css-flexbox] "align-self:stretch" doesn't work on table flex items
Categories
(Core :: Layout, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: dholbert, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(5 files)
Updated•9 years ago
|
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
I have idea on fixing this after fixing bug 1674302.
Assignee | ||
Comment 7•5 years ago
|
||
We also need to ignore aspect-ratio when measuring the content
block-size, because we don't want the stretched inline-size transferring
through aspect-ratio to set block-size. Otherwise,
testing/web-platform/tests/css/css-flexbox/flex-minimum-height-flex-items-023.html
is going to break.
table-as-item-stretch-cross-size-3 is adapted from the testcase in bug
799725 comment 1. Note: stretching in the cross axis that is a block
axis has been fixed by bug 1674302.
Updated•4 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
This is a preparation patch for Part 2 -- We need a way to ignore
aspect-ratio when measuring a flex item's content block-size, because we
don't want the stretched inline-size transferring through aspect-ratio
to set block-size.
This patch hasn't changed the behavior yet. Part 2 is going to utilize
mAspectRatio.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 11•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8cad4644254f
https://hg.mozilla.org/mozilla-central/rev/0036bd0a6056
Description
•