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.
(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`
(select this)
Property.
[Deprecated]
The HTMLContentElement.select property reflects the select attribute.
is a web.dom.DOMString
containing a space-separated list of
selectors that select the content to insert in place of the <content>
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.dom.DOMString` containing a space-separated list of selectors that select the content to insert in place of the <content> `object.select = \"CSSselector CSSselector ...\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/select`
(set-select! this val)
Property.
[Deprecated]
The HTMLContentElement.select property reflects the select attribute.
is a web.dom.DOMString
containing a space-separated list of
selectors that select the content to insert in place of the <content>
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.dom.DOMString` containing a space-separated list of selectors that select the content to insert in place of the <content> `object.select = \"CSSselector CSSselector ...\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLContentElement/select`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close