[selectors4] Do we really need `:any-link`?

Why do we need an additional pseudo-class `:any-link`, if we could simply write `[href]`? There are no issues with specificity, because they are equally specific [(0, 1, 0) vs. (0, 1, 0)]. You could also write `:matches(:link, :visited)`. That’s clearer than a pseudo-class named “any-link”.

Yannick

Received on Thursday, 11 February 2016 14:44:55 UTC