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. |