const golang.org/x/net/html/atom.Caption

19 uses

	golang.org/x/net/html/atom (current package)
		table.go#L46: 	Caption                   Atom = 0x23107

	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#L474: 		case a.Caption:
		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#L1411: 		case a.Caption:
		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#L1510: 			if !p.popUntil(tableScope, a.Caption) {
		parse.go#L1526: 		case a.Caption:
		parse.go#L1527: 			if p.popUntil(tableScope, a.Caption) {
		parse.go#L1533: 			if !p.popUntil(tableScope, a.Caption) {
		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#L1850: 		case a.Caption, a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr, a.Td, a.Th:
		parse.go#L1881: 		case a.Caption, a.Colgroup, a.Tbody, a.Tfoot, a.Thead: