From cc92092fe8053f77d0c63e57c3990272b36be4ef Mon Sep 17 00:00:00 2001 From: bptato Date: Mon, 25 Jul 2022 19:20:10 +0200 Subject: Fix & simplify blockgroup + start implementing table --- src/css/values.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/css') diff --git a/src/css/values.nim b/src/css/values.nim index fc7e035f..be8f5305 100644 --- a/src/css/values.nim +++ b/src/css/values.nim @@ -589,7 +589,7 @@ func cssDisplay(d: CSSDeclaration): CSSDisplay = of "inline": return DISPLAY_INLINE of "list-item": return DISPLAY_LIST_ITEM of "inline-block": return DISPLAY_INLINE_BLOCK - # of "table": return DISPLAY_TABLE + of "table": return DISPLAY_TABLE # of "table-row": return DISPLAY_TABLE_ROW # of "table-cell": return DISPLAY_TABLE_CELL # of "table-column": return DISPLAY_TABLE_COLUMN -- cgit 1.4.1-2-gfad0