Liking cljdoc? Tell your friends :D

web.deprecated.HTMLContentElement

The HTMLContentElement interface represents a <content> HTML which is used in Shadow DOM.

The HTMLContentElement interface represents a `<content>` HTML
which is used in Shadow DOM.
raw docstring

get-distributed-nodescljs

(get-distributed-nodes this)

Method.

[Deprecated]

The HTMLContentElement.getDistributedNodes() method returns a web.NodeList of the distributed nodes associated with this element.

var nodeList = object.getDistributedNodes()

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/getDistributedNodes

Method.

[Deprecated]

The HTMLContentElement.getDistributedNodes() method returns a
`web.NodeList` of the distributed nodes associated with this
element.

`var nodeList = object.getDistributedNodes()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/getDistributedNodes`
sourceraw docstring

selectcljs

(select this)

Property.

[Deprecated]

The HTMLContentElement.select property reflects the select attribute. is a web.DOMString containing a space-separated list of CSS that select the content to insert in place of the <content> element.

object.select = \"CSSselector CSSselector ...\";

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/select

Property.

[Deprecated]

The HTMLContentElement.select property reflects the select attribute.
is a `web.DOMString` containing a space-separated list of CSS
that select the content to insert in place of the <content> element.

`object.select = \"CSSselector CSSselector ...\";`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/select`
sourceraw docstring

set-select!cljs

(set-select! this val)

Property.

[Deprecated]

The HTMLContentElement.select property reflects the select attribute. is a web.DOMString containing a space-separated list of CSS that select the content to insert in place of the <content> element.

object.select = \"CSSselector CSSselector ...\";

See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/select

Property.

[Deprecated]

The HTMLContentElement.select property reflects the select attribute.
is a `web.DOMString` containing a space-separated list of CSS
that select the content to insert in place of the <content> element.

`object.select = \"CSSselector CSSselector ...\";`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/select`
sourceraw docstring

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

× close