const golang.org/x/net/html/atom.Th
18 uses
golang.org/x/net/html/atom (current package)
table.go#L354: Th Atom = 0x15602
golang.org/x/net/html
parse.go#L64: "": {a.Applet, a.Caption, a.Html, a.Table, a.Td, a.Th, a.Marquee, a.Object, a.Template},
parse.go#L465: case a.Td, a.Th:
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#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#L1430: case a.Td, a.Th, a.Tr:
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#L1540: case a.Body, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1617: case a.Td, a.Th:
parse.go#L1644: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th, a.Tr:
parse.go#L1664: case a.Td, a.Th:
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#L1716: if p.popUntil(tableScope, a.Td, a.Th) {
parse.go#L1733: case a.Td, a.Th:
parse.go#L1750: if p.popUntil(tableScope, a.Td, a.Th) {
parse.go#L1850: case a.Caption, a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr, a.Td, a.Th:
parse.go#L1896: case a.Td, a.Th:
 |
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. |