summaryrefslogtreecommitdiff
path: root/css/css_enums
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-08-01 14:13:47 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-08-01 14:13:47 +0000
commit3b660a7e3355364f6426e0c4bb061057554cc1cc (patch)
tree4418605901e3fd5c86159b2dd88135f19661c972 /css/css_enums
parent9e1dbe3a36c8b33787174850874caa6c5ae94107 (diff)
downloadnetsurf-3b660a7e3355364f6426e0c4bb061057554cc1cc.tar.gz
netsurf-3b660a7e3355364f6426e0c4bb061057554cc1cc.tar.bz2
[project @ 2004-08-01 14:13:47 by jmb]
Internal representation and parsing of most CSS2 properties. svn path=/import/netsurf/; revision=1172
Diffstat (limited to 'css/css_enums')
-rw-r--r--css/css_enums20
1 files changed, 14 insertions, 6 deletions
diff --git a/css/css_enums b/css/css_enums
index fef16123c..757550b7c 100644
--- a/css/css_enums
+++ b/css/css_enums
@@ -1,21 +1,29 @@
css_unit em ex px in cm mm pt pc
css_background_attachment inherit fixed scroll
css_background_repeat inherit repeat repeat-x repeat-y no-repeat
+css_border_collapse inherit collapse separate
css_border_style inherit none hidden dotted dashed solid double groove ridge inset outset
+css_caption_side inherit top bottom
css_clear inherit none both left right
css_cursor inherit auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help
+css_direction inherit ltr rtl
css_display inherit inline block list-item run-in inline-block table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption none
+css_empty_cells inherit show hide
css_float inherit none left right
css_font_family inherit sans-serif serif monospace cursive fantasy
css_font_style inherit normal italic oblique
css_font_variant inherit normal small-caps
css_font_weight inherit normal bold bolder lighter 100 200 300 400 500 600 700 800 900
-css_letter_spacing normal length
-css_list_style_position outside inside
-css_list_style_type disc circle square decimal lower-alpha lower-roman upper-alpha upper-roman none
+css_list_style_position inherit outside inside
+css_list_style_type inherit disc circle square decimal lower-alpha lower-roman upper-alpha upper-roman none
css_overflow inherit visible hidden scroll auto
+css_page_break_after inherit auto always avoid left right
+css_page_break_before inherit auto always avoid left right
+css_page_break_inside inherit avoid auto
+css_position inherit static relative absolute fixed
+css_table_layout inherit auto fixed
css_text_align inherit left right center justify
css_text_transform inherit none capitalize lowercase uppercase
-css_vertical_align baseline bottom middle sub super text-bottom text-top top percent
-css_visibility inherit visible hidden
-css_white_space inherit normal nowrap pre
+css_unicode_bidi inherit normal embed bidi-override
+css_visibility inherit visible hidden collapse
+css_white_space inherit normal nowrap pre pre-wrap pre-line