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

5 uses

	golang.org/x/net/html/atom (current package)
		table.go#L130: 	Input                     Atom = 0x44b05

	golang.org/x/net/html
		parse.go#L1008: 		case a.Area, a.Br, a.Embed, a.Img, a.Input, a.Keygen, a.Wbr:
		parse.go#L1013: 			if p.tok.DataAtom == a.Input {
		parse.go#L1442: 		case a.Input:
		parse.go#L1788: 		case a.Input, a.Keygen, a.Textarea: