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
I do not know if this is intended but it seems that TagQuery does not bother checking the root element of the tag whenever using a .cssSelector. From my own snooping tagQueryFindAll walks over each element, but doesn’t check the element itself, only its children/descendants.
Consider the following reprex
I do not know if this is intended but it seems that
TagQuery
does not bother checking the root element of the tag whenever using a.cssSelector
. From my own snoopingtagQueryFindAll
walks over each element, but doesn’t check the element itself, only its children/descendants.Consider the following reprex
not checkin the root level makes the following unviable.
Created on 2023-01-27 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: