mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibWeb: Check column or row size attributes for constrainedness
Better aligns our implementation with the specification, which requires that columns and groups of columns are checked too.
This commit is contained in:
parent
19a26533a9
commit
28509e3edd
4 changed files with 87 additions and 6 deletions
|
@ -38,6 +38,7 @@ private:
|
|||
CSSPixels run_caption_layout(LayoutMode, CSS::CaptionSide);
|
||||
CSSPixels compute_capmin();
|
||||
void calculate_row_column_grid(Box const&);
|
||||
void compute_constrainedness();
|
||||
void compute_cell_measures(AvailableSpace const& available_space);
|
||||
template<class RowOrColumn>
|
||||
void initialize_table_measures();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue