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:
parent
80578ead45
commit
b44d977bf8
2 changed files with 8 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue