type github.com/andybalholm/cascadia.combinedSelector

4 uses

	github.com/andybalholm/cascadia (current package)
		parser.go#L777: 		result = combinedSelector{first: result, combinator: combinator, second: c}
		selector.go#L740: type combinedSelector struct {
		selector.go#L746: func (t combinedSelector) Match(n *html.Node) bool {
		selector.go#L813: func (s combinedSelector) Specificity() Specificity {