mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Flag TODO for rowspan in different row group.
This commit is contained in:
parent
e41900bddc
commit
f89516c495
@ -867,6 +867,8 @@ bool calculate_table_row(struct columns *col_info,
|
|||||||
struct span_info *spans;
|
struct span_info *spans;
|
||||||
|
|
||||||
/* Skip columns with cells spanning from above */
|
/* Skip columns with cells spanning from above */
|
||||||
|
/* TODO: Need to ignore cells spanning from above that belong to
|
||||||
|
* different row group. We don't have that info here. */
|
||||||
while (col_info->spans[cell_start_col].row_span != 0)
|
while (col_info->spans[cell_start_col].row_span != 0)
|
||||||
cell_start_col++;
|
cell_start_col++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user