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
These elements weren't matching the :empty selector as they have non-empty textnode children. But that's not very useful, so I updated the Evaluator to match if the textnode children are blank (i.e. just whitespace).
jhy
added a commit
that referenced
this issue
Jul 4, 2024
I am trying to use the :empty psuedo-class to remove empty lists. Instead, it does not select empty <li> tags or any other tags I try:
The text was updated successfully, but these errors were encountered: