package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLContentElement
interface represents acontent
HTML Element, which is used in Shadow DOM.Documentation HTMLContentElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
select:String
Is a DOMString
that reflects the select
HTML attribute. The value is a comma-separated list of CSS selectors that select the content to insert in place of the content
element.
getDistributedNodes ():NodeList
Returns a static NodeList
of the distributed nodes
associated with this content
element.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/ContentElement.html