Flag TODO for rowspan in different row group.

This commit is contained in:
Michael Drake 2014-04-09 21:54:05 +01:00
parent e41900bddc
commit f89516c495

View File

@ -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++;