servo/components/layout/flow/inline
JoeDow 19ceccc8eb
layout: Add incremental box tree construction for inline floats and abspos (#37868)
This changes extend the incremental box tree construction for inline
out-of-flow-box, including the
`InlineItem::OutOfFlowAbsolutelyPositionedBox` and
`InlineItem::OutOfFlowFloatBox`.

Testing: This should not change observable behavior and is thus covered
by existing WPT tests.

Signed-off-by: sharpshooter_pt <ibluegalaxy_taoj@163.com>
2025-07-04 14:30:00 +00:00
..
construct.rs layout: Add incremental box tree construction for inline floats and abspos (#37868) 2025-07-04 14:30:00 +00:00
inline_box.rs Rename script_layout_interface to layout_api (#37591) 2025-06-20 17:13:05 +00:00
line.rs layout: Move text decoration propagation to stacking context tree construction (#37069) 2025-05-21 16:38:29 +00:00
line_breaker.rs layout: Combine layout_2020 and layout_thread_2020 into a crate called layout (#36613) 2025-04-19 10:17:03 +00:00
mod.rs Rename script_layout_interface to layout_api (#37591) 2025-06-20 17:13:05 +00:00
text_run.rs layout: Share styles to inline box children via SharedInlineStyles (#36896) 2025-05-12 09:38:50 +00:00