From 758b01f92c0d8e1cdd966a5127e267efd0fe6391 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 22 Aug 2009 09:33:04 +0000 Subject: It turns out that using magic values for text-align is simpler than having an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387 --- docs/Bytecode | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'docs/Bytecode') diff --git a/docs/Bytecode b/docs/Bytecode index 8542744..23d97f6 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -940,6 +940,9 @@ Opcodes 1 => right, 2 => center, 3 => justify, + 4 => -libcss-left, + 5 => -libcss-center, + 6 => -libcss-right, other => Reserved for future expansion. 55 - text-decoration @@ -1097,13 +1100,5 @@ Opcodes bits 0-6: 0000000 => auto, other => rffe. -63 - -libcss-align - (14bits) : - 0 => left, - 1 => right, - 2 => center, - 3 => justify, - other => Reserved for future expansion. - -64-3ff - Reserved for future expansion. +63-3ff - Reserved for future expansion. -- cgit v1.2.3