summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLucas Neves <lcneves@gmail.com>2017-11-13 21:19:03 +0000
committerLucas Neves <lcneves@gmail.com>2017-11-13 21:19:03 +0000
commitdfbf50683125344885c26d5d7407356d97f54651 (patch)
tree031e2d8b8f13cc7ff06a5f3ba94d8c1f21f6d38f /docs
parent3f00f3b7c6f2492600feb7bce70e1ae6ca8f4475 (diff)
downloadlibcss-dfbf50683125344885c26d5d7407356d97f54651.tar.gz
libcss-dfbf50683125344885c26d5d7407356d97f54651.tar.bz2
Add support for new length units.
Diffstat (limited to 'docs')
-rw-r--r--docs/Bytecode13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Bytecode b/docs/Bytecode
index e857193..f64656a 100644
--- a/docs/Bytecode
+++ b/docs/Bytecode
@@ -44,6 +44,19 @@ Length is a 32bit numeric value (as described above) and unit is as follows:
00000101 => mm
00000110 => pt
00000111 => pc
+ 00001000 => cap
+ 00001001 => ch
+ 00001010 => ic
+ 00001011 => rem
+ 00001100 => lh
+ 00001101 => rlh
+ 00001110 => vh
+ 00001111 => vw
+ 00010000 => vi
+ 00010001 => vb
+ 00010010 => vmin
+ 00010011 => vmax
+ 00010100 => q
bit 8 set => percentage unit
bits 9-31: MBZ