servo/components/layout_2020/flexbox
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
geom.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
layout.rs Fix size of tables in flow layout (#31455) 2024-03-02 01:39:41 +00:00
mod.rs remove extern crate (#30311) 2023-09-08 12:11:31 +00:00