servo/components/layout_2020/display_list
Martin Robinson b8c82c1ab0
layout: Allow transforming inline replaced elements (#31833)
This requires passing through information about whether or not the
element in question is replaced when checking to see if it's
transformable and transitively all functions that make decisions about
containing blocks. A new FragmentFlag is added to help track this -- it
will be set on both the replaced items BoxFragment container as well as
the Fragment for the replaced item itself.

Fixes #31806.
2024-03-27 11:57:27 +00:00
..
background.rs dependencies: Upgrade to WebRender 0.64 (#31486) 2024-03-14 17:40:54 +00:00
conversions.rs remove unused code (#31826) 2024-03-23 04:25:52 +00:00
gradient.rs Update Stylo to 2023-09-01 (#31609) 2024-03-18 13:52:40 +00:00
mod.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
stacking_context.rs layout: Allow transforming inline replaced elements (#31833) 2024-03-27 11:57:27 +00:00