Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSNamespaceRule
Represents an @namespace rule within a CSS style sheet.
The @namespace at-rule declares a namespace prefix and associates it with a given namespace (a string). This namespace prefix can then be used in namespace-qualified names such as those described in the Selectors Module [SELECT] or the Values and Units module [CSS3VAL].
Inherits properties from CSSRule
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
type = 7 The type of this rule, as defined by a CSSRule type constant. |
|||
Inherited from Inherited from Inherited from |
|
|||
namespaceURI URI (string!) of the defined namespace. |
|||
uri DEPRECATED: Use property namespaceURI instead. |
|||
prefix Prefix used for the defined namespace. |
|||
cssText (DOM attribute) The parsable textual representation. |
|||
Inherited from Inherited from |
|
if readonly allows setting of properties in constructor only Do not use as positional but as keyword attributes only!
format namespace: : NAMESPACE_SYM S* [namespace_prefix S*]? [STRING|URI] S* ';' S* ;
|
DOMException on setting
|
|
|
DOMException on setting
|
|
DOMException on setting
|
|
|
|
namespaceURIURI (string!) of the defined namespace.
|
uriDEPRECATED: Use property namespaceURI instead.
|
prefixPrefix used for the defined namespace.
|
cssText(DOM attribute) The parsable textual representation.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Jan 13 18:12:40 2008 | http://epydoc.sourceforge.net |