servo/components/layout_2020/flow
Oriol Brufau 2692426103 Fix text-decoration for block containers in layout-2020
It was only applied to the 1st inline formatting context of a block
container. Other IFCs were created with the Default trait, implying
TextDecorationLine::NONE.
2023-04-26 20:44:01 +02:00
..
construct.rs Fix text-decoration for block containers in layout-2020 2023-04-26 20:44:01 +02:00
float.rs Use the size of the containing block, not the size of the block formatting 2020-07-22 19:58:28 -07:00
inline.rs Fix text-decoration for block containers in layout-2020 2023-04-26 20:44:01 +02:00
mod.rs fmt 2021-11-30 18:13:39 -08:00
root.rs Fix scrolling from script in Layout 2020 2023-04-25 21:25:01 +02:00