servo/components/layout_2020/display_list
Martin Robinson f6b81a97f3
layout: Use BoxFragment border widths for display list generation (#31292)
Instead of using the border widths from the style, use the ones recorded
by the `BoxFragment`. This is necessary because inline layout can
override these border widths during fragmentation. For instance, when a
box is split across two lines only one fragment should have an inline
start border.
2024-02-08 23:21:24 +00:00
..
background.rs Use app units in replaced elements (#30825) 2023-12-11 11:30:37 +00:00
conversions.rs Further changes required by Servo 2023-11-24 08:57:14 +01:00
gradient.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
mod.rs layout: Use BoxFragment border widths for display list generation (#31292) 2024-02-08 23:21:24 +00:00
stacking_context.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00