CSSNamespaceRule object
Represents an @namespace rule within a Cascading Style Sheets (CSS) style sheet.
![]() ![]() |
DOM Information
Inheritance Hierarchy
CSSRule
CSSNamespaceRule
Members
The CSSNamespaceRule object has these types of members:
Properties
The CSSNamespaceRule object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Sets or retrieves the persisted representation of the style rule. | |
|
Retrieves the namespace of the @namespace rule. | ||
|
Retrieves the containing rule, if the current rule is contained inside another rule. | ||
|
Retrieves the style sheet that contains the current rule. | ||
|
Retrieves the prefix of the @namespace rule or | ||
|
Retrieves the type of the rule. |
Standards information
- CSS Namespaces Module, Section 3
See also
Show:

