All Implemented Interfaces:
StyleSheet
CSSStyleSheet interface is a concrete interface used to
represent a CSS style sheet i.e., a style sheet whose content type is
"text/css".
See also the Document Object Model (DOM) Level 2 Style Specification.
DOM - Level 2| Method from org.w3c.dom.css.CSSStyleSheet Summary: |
|---|
| deleteRule, getCssRules, getOwnerRule, insertRule |
| Method from org.w3c.dom.css.CSSStyleSheet Detail: |
|---|
|
|
@import rule, the
ownerRule attribute will contain the
CSSImportRule. In that case, the ownerNode
attribute in the StyleSheet interface will be
null. If the style sheet comes from an element or a
processing instruction, the ownerRule attribute will be
null and the ownerNode attribute will
contain the Node. |
|