andybalholm / cascadia

CSS selector library in Go
BSD 2-Clause "Simplified" License
703 stars 65 forks source link

Add specificity support #39

Closed benoitkugler closed 5 years ago

benoitkugler commented 5 years ago

As discussed previously, this PR adds support for specificity. The method MatchWithSpecificity (for SelectorGroup) is not yet implemented. (Some tests for pseudo classes are missing.)