const golang.org/x/net/html/atom.Colgroup
19 uses
golang.org/x/net/html/atom (current package)
table.go#L55: Colgroup Atom = 0x1ab08
golang.org/x/net/html
parse.go#L476: case a.Colgroup:
parse.go#L1099: case a.Caption, a.Col, a.Colgroup, a.Frame, a.Head, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1417: case a.Colgroup:
parse.go#L1423: p.parseImpliedToken(StartTagToken, a.Colgroup, a.Colgroup.String())
parse.go#L1479: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1509: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Td, a.Tfoot, a.Thead, a.Tr:
parse.go#L1540: case a.Body, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1584: case a.Colgroup:
parse.go#L1585: if p.oe.top().DataAtom == a.Colgroup {
parse.go#L1599: if p.oe.top().DataAtom != a.Colgroup {
parse.go#L1620: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Tfoot, a.Thead:
parse.go#L1644: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th, a.Tr:
parse.go#L1670: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Tfoot, a.Thead, a.Tr:
parse.go#L1701: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th:
parse.go#L1715: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1741: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html:
parse.go#L1881: case a.Caption, a.Colgroup, a.Tbody, a.Tfoot, a.Thead:
 |
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. |