From 4421b2e633179bbd8f5331d2bdc33246aa2f40d9 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 4 Apr 2003 15:19:32 +0000 Subject: [project @ 2003-04-04 15:19:31 by bursa] New CSS parser. svn path=/import/netsurf/; revision=112 --- css/css_enums | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 css/css_enums (limited to 'css/css_enums') diff --git a/css/css_enums b/css/css_enums new file mode 100644 index 000000000..1d12aea74 --- /dev/null +++ b/css/css_enums @@ -0,0 +1,21 @@ +css_unit em ex px in cm mm pt pc +css_background_attachment inherit fixed scroll +css_background_position inherit top center bottom left right length percent +css_background_repeat inherit repeat repeat_x repeat_y no_repeat +css_border_width inherit medium thin thick length +css_border_style inherit none dashed dotted double groove inset outset ridge solid +css_clear inherit none both left right +css_display inherit inline block list-item run-in compact marker 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_float inherit none left right +css_font_style inherit normal italic oblique +css_font_variant normal smallcaps +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_margin auto length percent +css_text_align inherit left right center justify +css_text_decoration none blink line_through overline underline +css_text_transform none capitalize lowercase uppercase +css_vertical_align baseline bottom middle sub super text_bottom text_top top percent +css_white_space normal nowrap pre -- cgit v1.2.3