Remove "table-caption" special case from dynamic reflow root
Categories
(Core :: Layout, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
This sounds reasonable to me; I don't particularly remember the rationale here.
I think it's probably worth double-checking two things:
(1) that it's true for all six values of caption-side (top, bottom, left, right, top-outside, bottom-outside)
(2) that it's also true in other browser engines.
If so, I think it seems fine to remove this exception.
Assignee | ||
Comment 6•6 years ago
|
||
(In reply to David Baron from comment #5)
Thanks for the reply.
I think it's probably worth double-checking two things:
(1) that it's true for all six values of caption-side (top, bottom, left, right, top-outside, bottom-outside)
It seems to be. I opened the attached testcase (with a fixed-size caption whose contents & are larger than its fixed-size, and whose table is also larger), and I ran through the caption-side
values you listed via tweaks in devtools. And in all cases, the caption was only as large as its specified size (with its too-large-content overflowing).0
(2) that it's also true in other browser engines.
I tried Chrome and Safari, and it's true there for the two caption-side
values that they support ("top" and "bottom").
If so, I think it seems fine to remove this exception.
Great, thanks!
Assignee | ||
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
Description
•