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

4 uses

	golang.org/x/net/html/atom (current package)
		table.go#L352: 	Textarea                  Atom = 0x35208

	golang.org/x/net/html
		parse.go#L1038: 		case a.Textarea:
		parse.go#L1375: 		if n := p.oe.top(); n.DataAtom == a.Textarea && n.FirstChild == nil {
		parse.go#L1788: 		case a.Input, a.Keygen, a.Textarea: