X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCSS%2FDeclare.pm;h=810232886e22352c6b618e6a9fc96f24e04c7500;hb=b134433d1514d89716e596c4c60a6ae580d30a80;hp=f109b8d12516d049821c8d9f8f1be040fcbf2bcb;hpb=4a610f74ec432feb55a3bb6bb1269ccbda5a3c36;p=catagits%2FWeb-Simple.git diff --git a/lib/CSS/Declare.pm b/lib/CSS/Declare.pm index f109b8d..8102328 100644 --- a/lib/CSS/Declare.pm +++ b/lib/CSS/Declare.pm @@ -3,7 +3,7 @@ package CSS::Declare; use strict; use warnings; -use Perl6::Gather; +use Syntax::Keyword::Gather; my $IN_SCOPE = 0; @@ -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 {