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

14 uses

	golang.org/x/net/html/atom (current package)
		table.go#L319: 	Select                    Atom = 0x63c06

	golang.org/x/net/html
		parse.go#L450: 		case a.Select:
		parse.go#L1062: 		case a.Select:
		parse.go#L1458: 		case a.Select:
		parse.go#L1517: 		case a.Select:
		parse.go#L1724: 		case a.Select:
		parse.go#L1782: 		case a.Select:
		parse.go#L1783: 			if !p.popUntil(selectScope, a.Select) {
		parse.go#L1789: 			if p.elementInScope(selectScope, a.Select) {
		parse.go#L1790: 				p.parseImpliedToken(EndTagToken, a.Select, a.Select.String())
		parse.go#L1821: 		case a.Select:
		parse.go#L1822: 			if !p.popUntil(selectScope, a.Select) {
		parse.go#L1860: 				if n := p.oe[i]; n.DataAtom == a.Select {