The CSSNamespaceRule interface describes an object representing
single CSS @namespace at-rule. It implements the web.cssdom.CSSRule
with a type value of 10 (CSSRule.NAMESPACE_RULE).
The CSSNamespaceRule interface describes an object representing single CSS `@namespace` at-rule. It implements the `web.cssdom.CSSRule` with a type value of 10 (CSSRule.NAMESPACE_RULE).
(namespace-uri this)Property.
[Read Only]
The CSSNamespaceRule.namespaceURI read-only property returns
web.DOMString containing the text of the URI of the given namespace.
var namespaceURI = CSSNamespaceRule.namespaceURI
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSNamespaceRule/namespaceURI
Property. [Read Only] The CSSNamespaceRule.namespaceURI read-only property returns `web.DOMString` containing the text of the URI of the given namespace. `var namespaceURI = CSSNamespaceRule.namespaceURI` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSNamespaceRule/namespaceURI`
(prefix this)Property.
[Read Only]
The CSSNamespaceRule.prefix read-only property returns a web.DOMString
the name of the prefix associated to this namespace. If there
no such prefix, returns null.
var prefix = CSSNamespaceRule.prefix
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSNamespaceRule/prefix
Property. [Read Only] The CSSNamespaceRule.prefix read-only property returns a `web.DOMString` the name of the prefix associated to this namespace. If there no such prefix, returns null. `var prefix = CSSNamespaceRule.prefix` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSNamespaceRule/prefix`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |