CSSNamespaceRule
The CSSNamespaceRule interface describes an object representing a single CSS @@namespace
at-rule. It implements
the CSSRule interface, with a type value of 10 (CSSRule.NAMESPACE_RULE).
Value members
Inherited methods
Concrete fields
Returns a DOMString containing the text of the URI of the given namespace.
Returns a DOMString containing the text of the URI of the given namespace.
Inherited fields
cssText returns the actual text of the style rule. To be able to set a stylesheet rule dynamically, see Using dynamic styling information.
cssText returns the actual text of the style rule. To be able to set a stylesheet rule dynamically, see Using dynamic styling information.
- Inherited from:
- CSSRule
Returns the containing rule, otherwise null. E.g. if this rule is a style rule inside an @media
block, the
parent rule would be that CSSMediaRule.
Returns the containing rule, otherwise null. E.g. if this rule is a style rule inside an @media
block, the
parent rule would be that CSSMediaRule.
- Inherited from:
- CSSRule
parentStyleSheet returns the stylesheet object in which the current rule is defined.
parentStyleSheet returns the stylesheet object in which the current rule is defined.
- Inherited from:
- CSSRule