add lots of CSS properties (http://www.eskimo.com/~bloo/indexdot/css/propindex/all...
Arthur Axel 'fREW' Schmidt [Thu, 3 Dec 2009 05:38:18 +0000 (23:38 -0600)]
lib/CSS/Declare.pm

index f109b8d..48b14ce 100644 (file)
@@ -26,18 +26,169 @@ sub _find_target {
 }
 
 my @properties = qw{
+accelerator
+azimuth
 background
+background_attachment
 background_color
+background_image
+background_position
+background_position_x
+background_position_y
+background_repeat
+behavior
 border
+border_bottom
+border_bottom_color
+border_bottom_style
+border_bottom_width
 border_collapse
+border_color
+border_left
+border_left_color
+border_left_style
+border_left_width
+border_right
+border_right_color
+border_right_style
+border_right_width
+border_spacing
+border_style
 border_top
+border_top_color
+border_top_style
+border_top_width
+border_width
+bottom
+caption_side
+clear
+clip
 color
+content
+counter_increment
+counter_reset
+cue
+cue_after
+cue_before
+cursor
+direction
+display
+elevation
+empty_cells
+filter
 float
+font
 font_family
 font_size
+font_size_adjust
+font_stretch
+font_style
+font_variant
+font_weight
+height
+ime_mode
+include_source
+layer_background_color
+layer_background_image
+layout_flow
+layout_grid
+layout_grid_char
+layout_grid_char_spacing
+layout_grid_line
+layout_grid_mode
+layout_grid_type
+left
+letter_spacing
+line_break
+line_height
+list_style
+list_style_image
+list_style_position
 list_style_type
 margin
+margin_bottom
+margin_left
+margin_right
+margin_top
+marker_offset
+marks
+max_height
+max_width
+min_height
+min_width
+orphans
+outline
+outline_color
+outline_style
+outline_width
+overflow
+overflow_X
+overflow_Y
 padding
+padding_bottom
+padding_left
+padding_right
+padding_top
+page
+page_break_after
+page_break_before
+page_break_inside
+pause
+pause_after
+pause_before
+pitch
+pitch_range
+play_during
+position
+quotes
+_replace
+richness
+right
+ruby_align
+ruby_overhang
+ruby_position
+size
+speak
+speak_header
+speak_numeral
+speak_punctuation
+speech_rate
+stress
+scrollbar_arrow_color
+scrollbar_base_color
+scrollbar_dark_shadow_color
+scrollbar_face_color
+scrollbar_highlight_color
+scrollbar_shadow_color
+scrollbar_3d_light_color
+scrollbar_track_color
+table_layout
+text_align
+text_align_last
+text_decoration
+text_indent
+text_justify
+text_overflow
+text_shadow
+text_transform
+text_autospace
+text_kashida_space
+text_underline_position
+top
+unicode_bidi
+vertical_align
+visibility
+voice_family
+volume
+white_space
+widows
+width
+word_break
+word_spacing
+word_wrap
+writing_mode
+z_index
+zoom
 };
 
 sub _export_tags_into {