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.dom.DOMString
containing the text of the URI of the given
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.dom.DOMString` containing the text of the URI of the given `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.dom.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.dom.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 is a website building & hosting documentation for Clojure/Script libraries
× close