Liking cljdoc? Tell your friends :D

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.

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.

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

prefixcljs

(prefix this)

Property.

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.

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

set-namespace-uri!cljs

(set-namespace-uri! this val)

Property.

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.

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

set-prefix!cljs

(set-prefix! this val)

Property.

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.

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

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

× close