type github.com/andybalholm/cascadia.compoundSelector

4 uses

	github.com/andybalholm/cascadia (current package)
		parser.go#L736: 	return compoundSelector{selectors: selectors}, nil
		selector.go#L714: type compoundSelector struct {
		selector.go#L719: func (t compoundSelector) Match(n *html.Node) bool {
		selector.go#L732: func (s compoundSelector) Specificity() Specificity {