const golang.org/x/net/html/atom.Optgroup
9 uses
golang.org/x/net/html/atom (current package)
table.go#L279: Optgroup Atom = 0x5f08
golang.org/x/net/html
parse.go#L135: if tagAtom != a.Optgroup && tagAtom != a.Option {
parse.go#L210: case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc:
parse.go#L1068: case a.Optgroup, a.Option:
parse.go#L1181: case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc, a.Tbody, a.Td, a.Tfoot, a.Th,
parse.go#L1774: case a.Optgroup:
parse.go#L1778: if p.top().DataAtom == a.Optgroup {
parse.go#L1813: case a.Optgroup:
parse.go#L1818: if p.oe[i].DataAtom == a.Optgroup {
 |
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. |