Liking cljdoc? Tell your friends :D
ClojureScript only.

web.cssdom.CSSNamespaceRule

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).
raw docstring

namespace-uricljs

(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`
sourceraw docstring

prefixcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close