servo/components/layout_2020/flow
Martin Robinson 1f23ec2b27
layout: Do not inherit node and fragment flags in anonymous boxes (#31586)
This doesn't really have observable behavior right now, as much as I
tried to trigger some kind of bug. On the other hand, it's just wrong
and is very obvious when you dump the Fragment tree. If you create a
`display: table-cell` that is a child of the `<body>` all parts of the
anonymous table are flagged as if they are the `<body>` element.
2024-03-09 09:13:19 +00:00
..
construct.rs layout: Do not inherit node and fragment flags in anonymous boxes (#31586) 2024-03-09 09:13:19 +00:00
float.rs Fix size of tables in flow layout (#31455) 2024-03-02 01:39:41 +00:00
inline.rs layout: Add start of documentation for inline layout (#31519) 2024-03-06 12:55:35 +00:00
line.rs layout: Place absolutes in IFCs at their hypothetical static position (#31418) 2024-02-23 17:55:18 +00:00
mod.rs Fix rustdoc warnings in components/layout_2020 (#31587) 2024-03-08 15:51:18 +00:00
root.rs make size of DefiniteContainingBlock use app units (#31369) 2024-02-17 01:10:14 +00:00
text_run.rs Fixed unresolved links by appropriately linking to parent (#31588) 2024-03-08 19:53:44 +00:00