From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
— |
$VERSION = '0.08' ;
@ISA = 'CSS::DOM::Array' ;
!()__END__()!
=head1 NAME
CSS::DOM::StyleSheetList - Style sheet list class for CSS::DOM
=head1 VERSION
Version 0.08
=head1 DESCRIPTION
This module implements style sheet lists for L<CSS::DOM>. It implements the
StyleSheetList DOM interface.
This simply inherits from L<CSS::DOM::Array> without adding anything
extra.
=head1 SEE ALSO
L<CSS::DOM>
L<CSS::DOM::Array>
|