From f89516c49589528b2b2cf0185bbbdb89a8d1f2a6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Apr 2014 21:54:05 +0100 Subject: Flag TODO for rowspan in different row group. --- render/box_normalise.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/box_normalise.c') diff --git a/render/box_normalise.c b/render/box_normalise.c index ecea6eab0..c679c9b2d 100644 --- a/render/box_normalise.c +++ b/render/box_normalise.c @@ -867,6 +867,8 @@ bool calculate_table_row(struct columns *col_info, struct span_info *spans; /* 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) cell_start_col++; -- cgit v1.2.3