aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table
Commit message (Expand)AuthorAgeFilesLines
* layout: Ensure that `<caption>`'s support `position: relative` (#33426)Martin Robinson2024-09-191-3/+13
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+2
* Small improvements for table border collapse (#33452)Oriol Brufau2024-09-161-14/+107
* Do not remove extra columns at the end of the table (#33451)Oriol Brufau2024-09-162-23/+15
* Allow table-layout:fixed to shrink cells to less than the border+padding (#33...Oriol Brufau2024-09-131-6/+14
* uses app units in display_list (#33420)atbrakhi2024-09-131-2/+1
* Cleanup after #33396 (#33429)Oriol Brufau2024-09-121-4/+4
* Add support for `table-layout: fixed` (#33384)Oriol Brufau2024-09-121-35/+55
* Avoid crash with large table column widths (#33424)Oriol Brufau2024-09-121-12/+15
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-111-108/+195
* layout: Use `Au` in `ComputedValuesExt` (#33396)atbrakhi2024-09-101-32/+25
* Fix reordering of table-header-group and table-footer-group (#33383)Oriol Brufau2024-09-091-63/+66
* layout: Implement proper absolute child position for flexbox (#33346)Martin Robinson2024-09-091-5/+4
* layout: Add an indefinite containing block for intrinsic sizing (#33204)Oriol Brufau2024-08-291-45/+36
* Allow creating a `ContentSizes` from `Au` (#33208)Oriol Brufau2024-08-271-13/+3
* Fix floating point errors in table layout (#33098)Simon Wülker2024-08-211-2/+30
* layout: Prepare for bidi by guarding all access to `writing-mode` (#33082)Martin Robinson2024-08-161-16/+23
* layout: Convert the FragmentTree to physical geometry (#33030)Martin Robinson2024-08-141-46/+87
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-082-3/+8
* layout: Improve layout of table captions (#32695)Martin Robinson2024-07-083-103/+88
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-4/+1
* layout: Add support for table captions (#32657)Martin Robinson2024-07-033-40/+414
* layout: Make `geom.rs` logical geoemetry types more ergonomic (#32633)Martin Robinson2024-06-281-16/+15
* layout: Enable parallel layout for tables (#32477)Martin Robinson2024-06-261-74/+87
* use app unit in box_fragement (#32349)atbrakhi2024-06-211-36/+28
* Fix table track offsets when there is `visibility: collapse` (#32469)Oriol Brufau2024-06-111-16/+20
* Fix and unify 'span' attribute for table columns (#32467)Oriol Brufau2024-06-101-34/+41
* Don't shrink table columns when handling cells with greater spanning (#32458)Oriol Brufau2024-06-071-2/+2
* Implement 'visibility: collapse' on table parts (#32333)Oriol Brufau2024-05-211-19/+64
* Implement 'empty-cells' for layout 2020 (#32331)Oriol Brufau2024-05-211-1/+21
* tables: Add a naive implementation of `border-collapse` (#32309)Martin Robinson2024-05-181-11/+103
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* layout: Allow transforming inline replaced elements (#31833)Martin Robinson2024-03-271-3/+7
* Fix table with rows but no column (#31862)Oriol Brufau2024-03-261-7/+21
* Don't update row baseline if cell is empty (#31831)Oriol Brufau2024-03-251-1/+7
* layout: use `Au` in `BoxFragment` (#31794)atbrakhi2024-03-221-2/+2
* Don't trim leading whitespace of anonymous table cells (#31803)Oriol Brufau2024-03-211-8/+19
* rustdoc: fix warnings in `components/layout_2020/table` (#31738)Azhar Ismagulova2024-03-191-0/+1
* rustdoc: Correct unresolved link to `handle_cell. (#31708)Aarya Khandelwal2024-03-191-1/+1
* rustdoc: Fix some typos in `components/layout_2020/table/mod.rs` (#31644)Ekta Siwach2024-03-191-3/+3
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
* Don't null out the baselines of anonymous tables (#31704)Oriol Brufau2024-03-151-5/+0
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-142-112/+338
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-112-8/+9
* Align table cell measures in the block axis to Gecko/Blink/WebKit (#31596)Oriol Brufau2024-03-091-19/+5
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-092-22/+23
* layout: Add documentation about table layout (#31535)Martin Robinson2024-03-082-6/+61
* Obey table cell's box-sizing (#31536)Oriol Brufau2024-03-081-45/+39
* layout: Fix the pseudo for anonymous tables (#31578)Martin Robinson2024-03-081-3/+1
* Fix the measures of a table cell (#31513)Oriol Brufau2024-03-061-22/+24