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
Possibly expected behaviour, but it seemed worth mentioning: the void selector currently excludes nodes which contain only whitespace (where a CSS :empty selector would match).
Good point! SGML states that these two snippets are equivalent. Nevertheless your fix may break existing programs that coped with this "feature", so we'll consider it for a major version.
Thankies!
Possibly expected behaviour, but it seemed worth mentioning: the void selector currently excludes nodes which contain only whitespace (where a CSS :empty selector would match).
[[:div#menu void]]
matches:
but not:
The fix is very simple:
The text was updated successfully, but these errors were encountered: