func github.com/andybalholm/cascadia.siblingMatch

3 uses

	github.com/andybalholm/cascadia (current package)
		selector.go#L758: 		return siblingMatch(t.first, t.second, true, n)
		selector.go#L760: 		return siblingMatch(t.first, t.second, false, n)
		selector.go#L788: func siblingMatch(s1, s2 Matcher, adjacent bool, n *html.Node) bool {