The CSSNamespaceRule interface describes an object representing
single CSS web.@namespace
at-rule. It implements the css.CSSRule
with a type value of 10 (CSSRule.NAMESPACE_RULE).
The CSSNamespaceRule interface describes an object representing single CSS `web.@namespace` at-rule. It implements the `css.CSSRule` with a type value of 10 (CSSRule.NAMESPACE_RULE).
(namespace-uri this)
Property.
The CSSNamespaceRule.namespaceURI read-only property returns
dom.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. The CSSNamespaceRule.namespaceURI read-only property returns `dom.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.
The CSSNamespaceRule.prefix read-only property returns a 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. The CSSNamespaceRule.prefix read-only property returns a `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`
(set-namespace-uri! this val)
Property.
The CSSNamespaceRule.namespaceURI read-only property returns
dom.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. The CSSNamespaceRule.namespaceURI read-only property returns `dom.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`
(set-prefix! this val)
Property.
The CSSNamespaceRule.prefix read-only property returns a 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. The CSSNamespaceRule.prefix read-only property returns a `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