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

21 uses

	golang.org/x/net/html/atom (current package)
		table.go#L347: 	Table                     Atom = 0x59505

	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#L131: 				if tagAtom == a.Html || tagAtom == a.Table || tagAtom == a.Template {
		parse.go#L167: 			if tagAtom == a.Html || tagAtom == a.Table || tagAtom == a.Template {
		parse.go#L243: 		case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
		parse.go#L256: 		if p.oe[i].DataAtom == a.Table {
		parse.go#L458: 					case a.Table:
		parse.go#L478: 		case a.Table:
		parse.go#L1000: 		case a.Table:
		parse.go#L1319: 		case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
		parse.go#L1403: 		case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
		parse.go#L1433: 		case a.Table:
		parse.go#L1434: 			if p.popUntil(tableScope, a.Table) {
		parse.go#L1461: 			case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
		parse.go#L1472: 		case a.Table:
		parse.go#L1473: 			if p.popUntil(tableScope, a.Table) {
		parse.go#L1532: 		case a.Table:
		parse.go#L1637: 		case a.Table:
		parse.go#L1687: 		case a.Table:
		parse.go#L1744: 		case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
		parse.go#L1850: 		case a.Caption, a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr, a.Td, a.Th: