Gitweb links:

...log 
http://git.netsurf-browser.org/libcss.git/shortlog/842ae56d81e1e90f393be44201c9b83b9d7b5f92
...commit 
http://git.netsurf-browser.org/libcss.git/commit/842ae56d81e1e90f393be44201c9b83b9d7b5f92
...tree 
http://git.netsurf-browser.org/libcss.git/tree/842ae56d81e1e90f393be44201c9b83b9d7b5f92

The branch, tlsa/jmb/mq has been updated
       via  842ae56d81e1e90f393be44201c9b83b9d7b5f92 (commit)
      from  a4d73071ae2d810107defe8c209687b12dac003a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libcss.git/commit/?id=842ae56d81e1e90f393be44201c9b83b9d7b5f92
commit 842ae56d81e1e90f393be44201c9b83b9d7b5f92
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Documentation: Add new units to bytecode docs.

diff --git a/docs/Bytecode b/docs/Bytecode
index f64656a..dd0f424 100644
--- a/docs/Bytecode
+++ b/docs/Bytecode
@@ -69,6 +69,7 @@ Length is a 32bit numeric value (as described above) and unit 
is as follows:
                        00000000 => deg
                        00000001 => grad
                        00000010 => rad
+                       00000011 => turn
 
        bit 10 set => time unit
                bits 11-31: MBZ
@@ -84,6 +85,14 @@ Length is a 32bit numeric value (as described above) and 
unit is as follows:
                        00000000 => Hz
                        00000001 => kHz
 
+       bit 12 set => resolution unit
+               bits 13-31: MBZ
+               bits 8-11 : MBZ
+               bits 0-7  :
+                       00000000 => dpi
+                       00000001 => dpcm
+                       00000010 => dppx
+
 CSS colours are stored as one 32bit value. See "Colour" for their format.
 
 Shorthand properties


-----------------------------------------------------------------------

Summary of changes:
 docs/Bytecode |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/Bytecode b/docs/Bytecode
index f64656a..dd0f424 100644
--- a/docs/Bytecode
+++ b/docs/Bytecode
@@ -69,6 +69,7 @@ Length is a 32bit numeric value (as described above) and unit 
is as follows:
                        00000000 => deg
                        00000001 => grad
                        00000010 => rad
+                       00000011 => turn
 
        bit 10 set => time unit
                bits 11-31: MBZ
@@ -84,6 +85,14 @@ Length is a 32bit numeric value (as described above) and 
unit is as follows:
                        00000000 => Hz
                        00000001 => kHz
 
+       bit 12 set => resolution unit
+               bits 13-31: MBZ
+               bits 8-11 : MBZ
+               bits 0-7  :
+                       00000000 => dpi
+                       00000001 => dpcm
+                       00000010 => dppx
+
 CSS colours are stored as one 32bit value. See "Colour" for their format.
 
 Shorthand properties


-- 
Cascading Style Sheets library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to