summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-10 17:49:30 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-10 17:49:30 +0100
commitbae45a3a08fb41d86725c51512c761a40ba305a2 (patch)
tree438d7eebe305fec141ba8f7bf57dbfe9b1cd17dd /src/parse/properties/properties.c
parentbc9c80c2dbf21d805f5372aea3df14d310a1512c (diff)
downloadlibcss-bae45a3a08fb41d86725c51512c761a40ba305a2.tar.gz
libcss-bae45a3a08fb41d86725c51512c761a40ba305a2.tar.bz2
Add computed style accessor for writing-mode and and writing-mode to the property handler table.
Diffstat (limited to 'src/parse/properties/properties.c')
-rw-r--r--src/parse/properties/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/properties/properties.c b/src/parse/properties/properties.c
index e8ca3ce..c4e939a 100644
--- a/src/parse/properties/properties.c
+++ b/src/parse/properties/properties.c
@@ -140,6 +140,7 @@ const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP] =
css__parse_widows,
css__parse_width,
css__parse_word_spacing,
+ css__parse_writing_mode,
css__parse_z_index
};