mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibWeb: Use column and row size for cell outer sizes
Better aligns our implementation with the specification, which requires that we check columns and column groups too.
This commit is contained in:
parent
28509e3edd
commit
eb20eeb54c
4 changed files with 77 additions and 3 deletions
|
@ -40,6 +40,7 @@ private:
|
|||
void calculate_row_column_grid(Box const&);
|
||||
void compute_constrainedness();
|
||||
void compute_cell_measures(AvailableSpace const& available_space);
|
||||
void compute_outer_content_sizes();
|
||||
template<class RowOrColumn>
|
||||
void initialize_table_measures();
|
||||
template<class RowOrColumn>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue