<caption> mistakenly honors "justify-self", inside of table as grid item
Categories
(Core :: Layout, enhancement)
Tracking
()
People
(Reporter: dholbert, Assigned: TYLin)
References
Details
Attachments
(9 files, 1 obsolete file)
470 bytes,
text/html
|
Details | |
372 bytes,
text/html
|
Details | |
451 bytes,
text/html
|
Details | |
440 bytes,
text/html
|
Details | |
1.84 KB,
patch
|
Details | Diff | Splinter Review | |
665 bytes,
text/html
|
Details | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Comment hidden (obsolete) |
Reporter | ||
Comment 2•8 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
Reporter | ||
Comment 5•8 years ago
|
||
Reporter | ||
Comment 6•8 years ago
|
||
Reporter | ||
Comment 8•8 years ago
|
||
Reporter | ||
Comment 9•8 years ago
|
||
Assignee | ||
Comment 10•8 years ago
|
||
Assignee | ||
Comment 11•8 years ago
|
||
Reporter | ||
Comment 12•8 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 13•8 years ago
|
||
Reporter | ||
Comment 14•8 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 15•1 year ago
|
||
Rename to make them clearer that they stores child's axes in grid container's
writing-mode. Without the "InWM" suffix, it's a bit confusing why not just use
eLogicalAxisInline
.
Assignee | ||
Comment 16•1 year ago
|
||
The helper will be used in the next part, too.
This doesn't change behavior.
Depends on D196703
Assignee | ||
Comment 17•1 year ago
|
||
The old code used to apply ShrinkWrap flag to both the inner table and the
caption if the table wrapper is a stretched grid item. However, per analysis in
bug 1350037 comment 4, when we reflow table captions, we'd like it not to
shrink-wrap, but to stretch its inline-size to at least as wide as the inner
table frame [1].
This patch moves the logic that computes whether a table is a stretched grid
item from ReflowInput
to nsTableWrapperFrame
, and apply the ShrinkWrap
flag to inner table if needed.
Depends on D196704
Assignee | ||
Comment 18•1 year ago
|
||
I'll finish what I left 7 years ago :)
Comment 19•1 year ago
|
||
Comment 20•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3fc8eb817020
https://hg.mozilla.org/mozilla-central/rev/af239677dad3
https://hg.mozilla.org/mozilla-central/rev/6e8085865f74
Updated•1 year ago
|
Description
•