summaryrefslogtreecommitdiff
path: root/docs/Bytecode
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-22 09:33:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-22 09:33:04 +0000
commit758b01f92c0d8e1cdd966a5127e267efd0fe6391 (patch)
treeadcb0d6e0a09c2745630ac2520416da513d1eb03 /docs/Bytecode
parent64ffb54faffc493ff1cd35943a89d62d08183317 (diff)
downloadlibcss-758b01f92c0d8e1cdd966a5127e267efd0fe6391.tar.gz
libcss-758b01f92c0d8e1cdd966a5127e267efd0fe6391.tar.bz2
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
Diffstat (limited to 'docs/Bytecode')
-rw-r--r--docs/Bytecode13
1 files changed, 4 insertions, 9 deletions
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
- <value> (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.