layout | tags |
---|---|
doc-api.html |
internal, shadow-dom, argument-list |
Identifies the ShadowHost
ancestry of an element
var elements = ally.get.shadowHostParents({
context: '#element-to-start-from',
});
Name | Type | Default | Description |
---|---|---|---|
context | <selector> |
required | The element to start searching from. The first element of a collection is used. |
Array of HTMLElement
that is sorted `[element, ShadowHost, …].
TypeError
if context
option is not specified.
ally.get.shadowHost
is used to find individualShadowHost
s