The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CSS::DOM::RuleList - Rule list class for CSS::DOM

VERSION

Version 0.15

DESCRIPTION

This module implements rule lists for CSS::DOM. It implements the CSSRuleList DOM interface.

This simply inherits from CSS::DOM::Array without adding anything extra.

SEE ALSO

CSS::DOM

CSS::DOM::Array