cssauron
cssauron copied to clipboard
Match `[attr]` if key `attr` is present but empty (just like css does)
trafficstars
[attr]: Attribute exists and is not false-y.
CSS does not behave this way. It matches if the attr is present, no matter what value it has. Is there a way to changes this behaviour by configuration?
If not, would you merge a PR that allows this behaviour?
any opinion on that?