From dc937fe9baf0c883a907ff1872510e383c8f76ef Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 18 Apr 2004 15:19:53 +0000 Subject: [project @ 2004-04-18 15:19:53 by bursa] Implement
properly by adding BOX_BR; fix box tree normalisation bugs. svn path=/import/netsurf/; revision=791 --- render/box.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 488b27ac8..d807e430c 100644 --- a/render/box.h +++ b/render/box.h @@ -61,7 +61,7 @@ * \code * parent permitted child nodes * BLOCK, INLINE_BLOCK BLOCK, INLINE_CONTAINER, TABLE - * INLINE_CONTAINER INLINE, INLINE_BLOCK, FLOAT_LEFT, FLOAT_RIGHT + * INLINE_CONTAINER INLINE, INLINE_BLOCK, FLOAT_LEFT, FLOAT_RIGHT, BR * INLINE none * TABLE at least 1 TABLE_ROW_GROUP * TABLE_ROW_GROUP at least 1 TABLE_ROW @@ -87,7 +87,7 @@ typedef enum { BOX_TABLE, BOX_TABLE_ROW, BOX_TABLE_CELL, BOX_TABLE_ROW_GROUP, BOX_FLOAT_LEFT, BOX_FLOAT_RIGHT, - BOX_INLINE_BLOCK + BOX_INLINE_BLOCK, BOX_BR } box_type; struct column { -- cgit v1.2.3