/[suikacvs]/messaging/manakai/lib/Message/DOM/CSSRule.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/CSSRule.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wakaba, Sun Dec 23 15:45:49 2007 UTC revision 1.6 by wakaba, Mon Jan 14 03:55:23 2008 UTC
# Line 77  sub selector_text ($;$) { Line 77  sub selector_text ($;$) {
77    ## has no namespace prefix declared.    ## has no namespace prefix declared.
78    my $self = $_[0];    my $self = $_[0];
79    require Whatpm::CSS::SelectorsSerializer;    require Whatpm::CSS::SelectorsSerializer;
80    return Whatpm::CSS::SelectorsSerializer->serialize_test    return Whatpm::CSS::SelectorsSerializer->serialize_selector_text
81        ($$self->{_selectors}, sub {        ($$self->{_selectors}, sub {
82          ## TODO: We should have some caching mechanism, otherwise          ## TODO: We should have some caching mechanism, otherwise
83          ## too many computation for complex selectors in long style sheet.          ## too many computation for complex selectors in long style sheet.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24