class CSSRule


Module khtml
Namespace DOM
Class CSSRule
Inherits
The CSSRule interface is the abstract base interface for any type of CSS statement . This includes both rule sets and at-rules . An implementation is expected to preserve all rules specified in a CSS style sheet, even if it is not recognized. Unrecognized rules are represented using the CSSUnknownRule interface.


enums

enum details

methods