aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* Don't trim leading whitespace of anonymous table cells (#31803)Oriol Brufau2024-03-211-8/+19
* rustdoc: Correct unresolved link to `handle_cell. (#31708)Aarya Khandelwal2024-03-191-1/+1
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-141-11/+21
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-111-2/+2
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-091-21/+22
* layout: Fix the pseudo for anonymous tables (#31578)Martin Robinson2024-03-081-3/+1
* layout: Properly propagate text decoration values in tables (#31487)Martin Robinson2024-03-041-15/+28
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-21/+341
* layout: Start work on table row height and vertical-align (#31246)Martin Robinson2024-02-101-1/+22
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-13/+9
* layout: Convert layout internal display to inline for replaced elements (#31133)Martin Robinson2024-01-231-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-191-14/+46
* Add support for table fixups (#30868)Martin Robinson2023-12-221-39/+288
* Add initial support for table box tree construction (#30799)Martin Robinson2023-12-051-0/+439