aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-tables
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'7a9307ef9e1e88229ced4a29991270d209116...wpt_update_16-03-2025Servo WPT Sync2025-03-161-2/+0
* layout: Only prevent fixed table layout when `inline-size` is `auto` (#35882)Oriol Brufau2025-03-101-3/+0
* Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589...Servo WPT Sync2025-03-091-0/+3
* Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35...Servo WPT Sync2025-03-021-0/+2
* Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c...Servo WPT Sync2025-02-161-2/+0
* layout: Take percentage columns into account when sizing table grid min and m...Martin Robinson2025-01-2710-96/+1
* Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443fac...Servo WPT Sync2025-01-261-0/+2
* layout: Fix border widths of table wrapper with collapsed borders (#35097)Oriol Brufau2025-01-211-2/+0
* layout: Fix conflict resolution for collapsed borders differing in color (#35...Oriol Brufau2025-01-211-2/+0
* layout: Improve distribution colspan cell inline size (#35095)Martin Robinson2025-01-218-78/+0
* layout: Paint collapsed table borders on their own (#35075)Oriol Brufau2025-01-213-4/+2
* layout: Allow different collapsed border style/color within a row/column (#35...Oriol Brufau2025-01-161-2/+0
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-113-4/+2
* layout: Improve sizing of tables in collapsed-borders mode (#34932)Oriol Brufau2025-01-109-18/+4
* layout: Defer some table sizing logic to the parent formatting context (#34889)Oriol Brufau2025-01-091-3/+0
* layout: Fix intrinsic contributions of tables (#34696)Oriol Brufau2024-12-204-8/+0
* Partial implementation of keyword sizes for block layout (#34568)Oriol Brufau2024-12-161-3/+0
* Update web-platform-tests to revision b'8686b7a6d288d3b2c22b5ddb5a21773619b22...Servo WPT Sync2024-11-101-3/+0
* Make ComputedValuesExt expose keywords for the sizing properties (#33558)Oriol Brufau2024-09-271-3/+0
* Fix table track constrainedness (#33550)Oriol Brufau2024-09-265-25/+1
* Small improvements for table border collapse (#33452)Oriol Brufau2024-09-163-6/+2
* Do not remove extra columns at the end of the table (#33451)Oriol Brufau2024-09-164-20/+8
* Allow table-layout:fixed to shrink cells to less than the border+padding (#33...Oriol Brufau2024-09-131-3/+0
* Fix inset box-shadow to use the padding box (#33433)Oriol Brufau2024-09-131-2/+0
* layout: `<th>` should have `text-align: center` when the child of an element ...Martin Robinson2024-09-121-2/+0
* Add support for `table-layout: fixed` (#33384)Oriol Brufau2024-09-126-68/+0
* Avoid crash with large table column widths (#33424)Oriol Brufau2024-09-121-2/+0
* Add `width` and `height` presentational hints for table-related elements (#33...Oriol Brufau2024-09-122-6/+2
* Handle all `white-space` values when intrinsically sizing an IFC (#33343)Oriol Brufau2024-09-111-3/+0
* Let table-related boxes adjust their `overflow` values (#33400)Oriol Brufau2024-09-111-2/+0
* layout: Right-to-left support for other layout modes (#33375)Martin Robinson2024-09-112-0/+4
* Update web-platform-tests to revision b'ec9b870fec350e59e9db48ae2858e914a07f3...Servo WPT Sync2024-09-084-0/+8
* layout: Enable flexbox by default on non-legacy layout (#33186)Martin Robinson2024-08-262-6/+0
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-244-24/+0
* layout: Improve layout of table captions (#32695)Martin Robinson2024-07-087-72/+3
* layout: Add support for table captions (#32657)Martin Robinson2024-07-038-48/+9
* layout: Add very basic support for showing text in input boxes (#32365)Martin Robinson2024-06-201-0/+12
* Fix table track offsets when there is `visibility: collapse` (#32469)Oriol Brufau2024-06-111-0/+2
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-103-9/+0
* Fix and unify 'span' attribute for table columns (#32467)Oriol Brufau2024-06-103-8/+0
* Don't shrink table columns when handling cells with greater spanning (#32458)Oriol Brufau2024-06-078-21/+0
* layout: Properly size absolutely positioned tables (#32447)Martin Robinson2024-06-073-26/+2
* Implement 'visibility: collapse' on table parts (#32333)Oriol Brufau2024-05-2120-77/+0
* Implement 'empty-cells' for layout 2020 (#32331)Oriol Brufau2024-05-213-18/+0
* tables: Add a naive implementation of `border-collapse` (#32309)Martin Robinson2024-05-1813-97/+0
* Ignore spaces before atomic inline for the min-content size (#31896)Oriol Brufau2024-03-273-6/+0
* Fix table with rows but no column (#31862)Oriol Brufau2024-03-262-36/+0
* Don't trim leading whitespace of anonymous table cells (#31803)Oriol Brufau2024-03-213-7/+0
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-143-4/+3
* Take spaces into account in the max-content size of an IFC (#31613)Oriol Brufau2024-03-112-3/+3