NAME

CSS::DOM::Rule::Style - CSS style rule class for CSS::DOM

VERSION

Version 0.02

SYNOPSIS

use CSS::DOM;

# ...

DESCRIPTION

This module implements CSS style rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSStyleRule DOM interface.

METHODS

selectorText

(not yet implemented)

style

Returns the CSS::DOM::StyleDecl object representing the declaration block of this rule.

SEE ALSO

DOM::CSS