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
In the browser, it's possible to do something like HTMLElement.querySelector("&>button"), but nwsapi Dom.first() throws '&>button' is not a valid selector.
& nesting selector support is technically defined in the CSS Nesting Module, not the Selector Module, but it sure would be helpful, since I use it in one of my libraries extensively.
The text was updated successfully, but these errors were encountered:
In the browser, it's possible to do something like
HTMLElement.querySelector("&>button")
, but nwsapi Dom.first() throws'&>button' is not a valid selector.
& nesting selector support is technically defined in the CSS Nesting Module, not the Selector Module, but it sure would be helpful, since I use it in one of my libraries extensively.
The text was updated successfully, but these errors were encountered: