summaryrefslogtreecommitdiff
path: root/src/select/properties
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/select/properties
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/select/properties')
-rw-r--r--src/select/properties/properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select/properties/properties.h b/src/select/properties/properties.h
index d0bb648..63cdb17 100644
--- a/src/select/properties/properties.h
+++ b/src/select/properties/properties.h
@@ -131,6 +131,7 @@ PROPERTY_FUNCS(white_space);
PROPERTY_FUNCS(widows);
PROPERTY_FUNCS(width);
PROPERTY_FUNCS(word_spacing);
+PROPERTY_FUNCS(writing_mode);
PROPERTY_FUNCS(z_index);
#undef PROPERTY_FUNCS