The nsIDOMCSSRule interface is a datatype for a CSS style rule in the Document Object Model. More...
import "nsIDOMCSSRule.idl";
Inheritance diagram for nsIDOMCSSRule:
Collaboration diagram for nsIDOMCSSRule:Public Attributes | |
| const unsigned short | UNKNOWN_RULE = 0 |
| const unsigned short | STYLE_RULE = 1 |
| const unsigned short | CHARSET_RULE = 2 |
| const unsigned short | IMPORT_RULE = 3 |
| const unsigned short | MEDIA_RULE = 4 |
| const unsigned short | FONT_FACE_RULE = 5 |
| const unsigned short | PAGE_RULE = 6 |
| readonly attribute unsigned short | type |
| attribute DOMString | cssText |
| readonly attribute nsIDOMCSSStyleSheet | parentStyleSheet |
| readonly attribute nsIDOMCSSRule | parentRule |
The nsIDOMCSSRule interface is a datatype for a CSS style rule in the Document Object Model.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style
| const unsigned short nsIDOMCSSRule::CHARSET_RULE = 2 |
| attribute DOMString nsIDOMCSSRule::cssText |
| const unsigned short nsIDOMCSSRule::FONT_FACE_RULE = 5 |
| const unsigned short nsIDOMCSSRule::IMPORT_RULE = 3 |
| const unsigned short nsIDOMCSSRule::MEDIA_RULE = 4 |
| const unsigned short nsIDOMCSSRule::PAGE_RULE = 6 |
| readonly attribute nsIDOMCSSRule nsIDOMCSSRule::parentRule |
| readonly attribute nsIDOMCSSStyleSheet nsIDOMCSSRule::parentStyleSheet |
| const unsigned short nsIDOMCSSRule::STYLE_RULE = 1 |
| readonly attribute unsigned short nsIDOMCSSRule::type |
| const unsigned short nsIDOMCSSRule::UNKNOWN_RULE = 0 |
1.7.1