summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c2
1 files changed, 2 insertions, 0 deletions
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++;