Age | Commit message (Expand) | Author |
---|---|---|
2023-05-02 | LibWeb: Set zero underflow when calculating intrinsic width of block | Aliaksandr Kalenik |
2023-04-29 | LibWeb: Exclude borders from width available for table columns | Aliaksandr Kalenik |
2023-04-29 | LibWeb: Implement "distribute height to rows" step in TFC | Aliaksandr Kalenik |
2023-04-29 | LibWeb: Fix division by zero in table columns width distribution | Aliaksandr Kalenik |
2023-04-28 | LibWeb: Consider cell computed height in total row min height of table | Aliaksandr Kalenik |
2023-04-28 | LibWeb: Consider row computed height in total row min height of table | Aliaksandr Kalenik |
2023-04-07 | LibWeb: Use max-width property in table formatting | martinfalisse |
2023-04-07 | LibWeb: Add table formatting tests | martinfalisse |
2023-04-07 | LibWeb: Move table tests to their own folder | martinfalisse |