servo/components/layout_2020/flexbox
Martin Robinson f0b4162328
Add initial support for table box tree construction (#30799)
This is the first part of constructing the box tree for table layout. No
layout is actually done and the construction of tables is now hidden
behind a flag (in order to not regress WPT).  Notably, this does not
handle anonymous table part construction, when the DOM does not reflect
a fully-formed table. That's part two.

Progress toward #27459.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Manish Goregaokar <manishsmail@gmail.com>
2023-12-05 11:10:45 +00:00
..
construct.rs Add initial support for table box tree construction (#30799) 2023-12-05 11:10:45 +00:00
geom.rs Use Au instead of Length in flexbox code (#30704) 2023-11-08 14:23:43 +00:00
layout.rs Fix typing issues in flex layout (#30784) 2023-12-04 10:02:07 +00:00
mod.rs remove extern crate (#30311) 2023-09-08 12:11:31 +00:00