I didnt find anything how to select just Text for the Insertion Point of the Shadow DOM.
something like:
<content select="text"></content>
Is there a selector for this?
I didnt find anything how to select just Text for the Insertion Point of the Shadow DOM.
something like:
<content select="text"></content>
Is there a selector for this?
According to spec:
http://www.w3.org/TR/shadow-dom/#satisfying-matching-criteria
There is no text selector.