const golang.org/x/net/html/atom.Form
9 uses
golang.org/x/net/html/atom (current package)
table.go#L98: Form Atom = 0x26e04
golang.org/x/net/html
parse.go#L920: case a.Form:
parse.go#L1119: case a.Form:
parse.go#L1121: i := p.indexOfElementInScope(defaultScope, a.Form)
parse.go#L1127: if p.oe[i].DataAtom != a.Form {
parse.go#L1131: p.popUntil(defaultScope, a.Form)
parse.go#L1135: i := p.indexOfElementInScope(defaultScope, a.Form)
parse.go#L1451: case a.Form:
parse.go#L2415: if n.Type == ElementNode && n.DataAtom == a.Form {
![]() |
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. |