servo/components/layout_2020/display_list
Martin Robinson db194e74ad Rename ComputedValuesExt::establishes_containing_block
This renames the helper method to be a bit more accurate. For elements
with static, relative, and sticky positioning, their containing block is
always formed by their nearest block container ancestor. This method is
really dealing with style that means an element will establish a
containing block for absolutely positioned descendants.
2023-04-20 11:49:28 +02:00
..
background.rs layout_2020: Implement support for backface-visibility 2020-05-16 09:42:45 +02:00
conversions.rs Add support for text-decoration-style 2020-03-23 11:10:44 +01:00
gradient.rs Some servo build fixes. 2020-04-16 18:29:30 +02:00
mod.rs Add support for <iframe> elements for Layout 2020 2023-04-04 17:49:24 +02:00
stacking_context.rs Rename ComputedValuesExt::establishes_containing_block 2023-04-20 11:49:28 +02:00