You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, actually the select function returns a ElementRef element, which is usually not an issue if we does not have a way to select a Text node, then I found this: https://stackoverflow.com/a/70757577/4652030
Hi, actually the select function returns a ElementRef element, which is usually not an issue if we does not have a way to select a Text node, then I found this: https://stackoverflow.com/a/70757577/4652030
For today docs:
https://developer.mozilla.org/en-US/docs/Web/CSS/::target-text
w3c/csswg-drafts#2208
Be able to select Nodes and not just Elements could be a break change for the selector function, or the need of a different one.
This has some issues that are WIP, so I open this just to have this clear.
The text was updated successfully, but these errors were encountered: