From bc9c80c2dbf21d805f5372aea3df14d310a1512c Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Tue, 10 Sep 2013 17:44:53 +0100 Subject: Add support for parsing the writing-mode property. Thanks to Caitlin Potter. --- src/parse/propstrings.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/parse/propstrings.c') diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c index 35466eb..913241c 100644 --- a/src/parse/propstrings.c +++ b/src/parse/propstrings.c @@ -210,6 +210,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "widows", SLEN("widows") }, { "width", SLEN("width") }, { "word-spacing", SLEN("word-spacing") }, + { "writing-mode", SLEN("writing-mode") }, { "z-index", SLEN("z-index") }, { "inherit", SLEN("inherit") }, @@ -406,6 +407,9 @@ const stringmap_entry stringmap[LAST_KNOWN] = { { "avoid-page", SLEN("avoid_page") }, { "avoid-column", SLEN("avoid-column") }, { "balance", SLEN("balance") }, + { "horizontal-tb", SLEN("horizontal-tb") }, + { "vertical-rl", SLEN("vertical-rl") }, + { "vertical-lr", SLEN("vertical-lr") }, { "aliceblue", SLEN("aliceblue") }, { "antiquewhite", SLEN("antiquewhite") }, -- cgit v1.2.3