github.com/andybalholm/cascadia.relativePseudoClassSelector.match (field)
6 uses
github.com/andybalholm/cascadia (current package)
parser.go#L457: out = relativePseudoClassSelector{name: name, match: sel}
selector.go#L360: match SelectorGroup
selector.go#L370: return !s.match.Match(n)
selector.go#L373: return hasDescendantMatch(n, s.match)
selector.go#L376: return hasChildMatch(n, s.match)
selector.go#L409: for _, sel := range s.match {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |