1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +00:00

LibWeb: Propagate layout mode of table formatting context to table cells

This commit is contained in:
Aliaksandr Kalenik 2023-01-14 15:11:58 +01:00 committed by Andreas Kling
parent 80578ead45
commit b44d977bf8
2 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@ private:
void compute_table_width();
void distribute_width_to_columns();
void determine_intrisic_size_of_table_container(AvailableSpace const& available_space);
void calculate_row_heights();
void calculate_row_heights(LayoutMode layout_mode);
void position_row_boxes();
void position_cell_boxes();