summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-25 02:04:52 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-25 02:04:52 +0000
commitb1146a417a2f0b5d57436c7e4f9345eff122b8e1 (patch)
tree95edb76deb1a59006b80ba18715afe559750d332 /src/bytecode/opcodes.h
parente8a6576c49abe7386a595201cf9d613de950cccb (diff)
downloadlibcss-b1146a417a2f0b5d57436c7e4f9345eff122b8e1.tar.gz
libcss-b1146a417a2f0b5d57436c7e4f9345eff122b8e1.tar.bz2
list-style-type.
Apparently, upper-greek doesn't exist, so remove it from the bytecode. svn path=/trunk/libcss/; revision=5769
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index a6a477b..b97b738 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -327,14 +327,13 @@ enum op_list_style_type {
LIST_STYLE_TYPE_LOWER_ROMAN = 0x0005,
LIST_STYLE_TYPE_UPPER_ROMAN = 0x0006,
LIST_STYLE_TYPE_LOWER_GREEK = 0x0007,
- LIST_STYLE_TYPE_UPPER_GREEK = 0x0008,
- LIST_STYLE_TYPE_LOWER_LATIN = 0x0009,
- LIST_STYLE_TYPE_UPPER_LATIN = 0x000a,
- LIST_STYLE_TYPE_ARMENIAN = 0x000b,
- LIST_STYLE_TYPE_GEORGIAN = 0x000c,
- LIST_STYLE_TYPE_LOWER_ALPHA = 0x000d,
- LIST_STYLE_TYPE_UPPER_ALPHA = 0x000e,
- LIST_STYLE_TYPE_NONE = 0x000f,
+ LIST_STYLE_TYPE_LOWER_LATIN = 0x0008,
+ LIST_STYLE_TYPE_UPPER_LATIN = 0x0009,
+ LIST_STYLE_TYPE_ARMENIAN = 0x000a,
+ LIST_STYLE_TYPE_GEORGIAN = 0x000b,
+ LIST_STYLE_TYPE_LOWER_ALPHA = 0x000c,
+ LIST_STYLE_TYPE_UPPER_ALPHA = 0x000d,
+ LIST_STYLE_TYPE_NONE = 0x000e,
};
enum op_margin {