Parent Directory | Revision Log | Patch
revision 1.11 by wakaba, Mon Jan 14 11:21:22 2008 UTC | revision 1.12 by wakaba, Mon Jan 14 13:53:50 2008 UTC | |
---|---|---|
# | Line 62 sub ___associate_rules ($) { | Line 62 sub ___associate_rules ($) { |
62 | my $elements_to_specificity = {}; | my $elements_to_specificity = {}; |
63 | ||
64 | for my $selector (@{$$rule->{_selectors}}) { | for my $selector (@{$$rule->{_selectors}}) { |
65 | ## TODO: Data::Dumper is faster? | |
66 | my $selector_str = Whatpm::CSS::SelectorsSerializer->serialize_test | my $selector_str = Whatpm::CSS::SelectorsSerializer->serialize_test |
67 | ([$selector]); | ([$selector]); |
68 | unless ($selectors_to_elements->{$selector_str}) { | unless ($selectors_to_elements->{$selector_str}) { |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |