Frames | No Frames |
Methods with return type org.w3c.dom.css.CSSRule | |
CSSRule | If this style sheet comes from an @import rule, the
ownerRule attribute will contain the
CSSImportRule . |
CSSRule | If this rule is contained inside another rule (e.g. a style rule
inside an @media block), this is the containing rule. |
CSSRule | The CSS rule that contains this declaration block or null
if this CSSStyleDeclaration is not attached to a
CSSRule .
|
CSSRule | CSSRuleList.item(int index) Used to retrieve a CSS rule by ordinal index. |