From ef8a15f3dd5dc483376ac4a9fe5acc5acc1e9122 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 4 Dec 2008 17:47:20 +0000 Subject: Clarify font-family svn path=/trunk/libcss/; revision=5881 --- docs/Bytecode | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/Bytecode') diff --git a/docs/Bytecode b/docs/Bytecode index 1cbcf55..4f4dcf9 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -497,8 +497,10 @@ Opcodes (14bits) : bits 8-13: MBZ bits 0-7 : - bit 7 set => string follows - bits 0-6: MBZ + bit 7 set => data follows + bits 1-6: MBZ + bit 0 : clear => string, + set => ident list (as string) bit 7 clear => keywords: bits 0-6: 0000000 => Reserved. 0000001 => serif, @@ -508,10 +510,9 @@ Opcodes 0000101 => monospace, other => rffe. - If the value indicates that a string is present, then there is a - parameter list. Each item is preceded by a word which declares - the type of the next item. The list is terminated by a word with - all bits clear. + If the value indicates that data follows, then there is a parameter + list. Each item is preceded by a word which declares the type + of the next item. The list is terminated by a word with all bits clear. 1c - font-size (14bits) : -- cgit v1.2.3