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. --- docs/Bytecode | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/Bytecode') diff --git a/docs/Bytecode b/docs/Bytecode index 900b1f9..b4154b5 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -1232,6 +1232,15 @@ Opcodes bits 0-6: 0000000 => auto, other => rffe. +6f - writing-mode + (14bits) : + bits 8-13: MBZ + bits 0-7 : + 00000000 => horizontal-tb, + 00000001 => vertical-rl, + 00000010 => vertical-lr, + other => Reserved for future expansion. + -6f-3ff - Reserved for future expansion. +70-3ff - Reserved for future expansion. -- cgit v1.2.3