mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Account for rowspan in inline layout of table columns/cells
This commit is contained in:
parent
e982d6003f
commit
9700b0e8b3
6 changed files with 180 additions and 11 deletions
|
@ -420,7 +420,8 @@ impl Flow for TableWrapperFlow {
|
|||
child_flow,
|
||||
writing_mode,
|
||||
assigned_column_inline_sizes,
|
||||
&border_spacing);
|
||||
&border_spacing,
|
||||
&mut vec![]);
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue