servo/components/layout_2020/display_list
Oriol Brufau 27c40fcd29
layout: Don't let table grid boxes inherit display: inline-table (#35264)
The outer display type of a table element applies to the table wrapper
box. The table grid box needs to be block-level as defined in
https://drafts.csswg.org/css-tables/#table-grid-box

Therefore this sets `display: table` on table grid boxes, and then when
painting collapsed table borders we can use the usual logic to compute
the StackingContextSection.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-02-03 17:11:49 +00:00
..
background.rs layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
clip_path.rs Set all tracing spans to trace level for now (#34256) 2024-11-19 02:53:43 +00:00
conversions.rs layout: Add support for mix-blend-mode: plus-lighter (#34057) 2024-10-29 17:50:33 +00:00
gradient.rs Let resolve_color() take its parameter by reference (#35247) 2025-01-31 23:34:40 +00:00
mod.rs layout: Fix painting order of collapsed table borders (#35219) 2025-02-03 14:46:40 +00:00
stacking_context.rs layout: Don't let table grid boxes inherit display: inline-table (#35264) 2025-02-03 17:11:49 +00:00