servo/components/layout_2020/fragment_tree
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
..
base_fragment.rs layout: Allow transforming inline replaced elements (#31833) 2024-03-27 11:57:27 +00:00
box_fragment.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
containing_block.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
fragment.rs layout: Allow transforming inline replaced elements (#31833) 2024-03-27 11:57:27 +00:00
fragment_tree.rs layout: Add basic support for getClientRects() queries (#31696) 2024-03-15 17:20:47 +00:00
hoisted_shared_fragment.rs clippy: Fix warnings in components/layout_2020 (#31611) 2024-03-11 14:24:33 +00:00
mod.rs clippy: Fix warnings in components/layout_2020 (#31611) 2024-03-11 14:24:33 +00:00
positioning_fragment.rs rustdoc: Fix errors in components and ports (#31654) 2024-03-15 16:24:11 +00:00