servo/tests/wpt/meta/css/css-tables/width-distribution
Martin Robinson 89944bd330
layout: Improve layout of table captions (#32695)
- Instead of treating captions as a `BlockFormattingContext`, treat it as
  a `NonReplacedFormattingContext`, which allows reusing flow layout for
  captions -- fixing some issues with sizing.
- Pass in the proper size of the containing block when laying out,
  fixing margin calculation.
- Follow the unspecified rules about how various size properties on
  captions affect their size.
- Improve linebreaking around atomics, which is tested by
  caption-related tests. This fixes intrinsic size calculation regarding
  soft wrap opportunities around atomic and also makes the code making
  these actual soft wrap opportunities a bit better.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2024-07-08 12:58:38 +00:00
..
computing-column-measure-0.html.ini Fix size of tables in flow layout (#31455) 2024-03-02 01:39:41 +00:00
computing-column-measure-1.html.ini layout: Add initial support for row height distribution (#31421) 2024-02-29 12:12:54 +00:00
td-with-subpixel-padding-vertical-rl.html.ini Take spaces into account in the max-content size of an IFC (#31613) 2024-03-11 12:01:53 +00:00