type github.com/andybalholm/cascadia.idSelector
8 uses
github.com/andybalholm/cascadia (current package)
parser.go#L310: func (p *parser) parseIDSelector() (idSelector, error) {
parser.go#L312: return idSelector{}, fmt.Errorf("expected id selector (#id), found EOF instead")
parser.go#L315: return idSelector{}, fmt.Errorf("expected id selector (#id), found '%c' instead", p.s[p.i])
parser.go#L321: return idSelector{}, err
parser.go#L324: return idSelector{id: id}, nil
selector.go#L200: type idSelector struct {
selector.go#L205: func (t idSelector) Match(n *html.Node) bool {
selector.go#L211: func (c idSelector) Specificity() Specificity {
![]() |
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. |