chrsan / css-selectors

An implementation of the W3C Selectors Level 3 specification.
Other
114 stars 25 forks source link

What is the purpose of PseudoElementSpecifier? #4

Closed lukaseder closed 12 years ago

lukaseder commented 12 years ago

I don't find any references to this class: se.fishtank.css.selectors.specifier.PseudoElementSpecifier

Is it still used?

chrsan commented 12 years ago

It's only used by the parser and included to be complete. There's no purpose for it when selecting nodes. I.e. the lib has no :hover link tags etc ;)

lukaseder commented 12 years ago

I see, thanks!