# File lib/html5/html5parser/in_body_phase.rb, line 290 def startTagTextarea(name, attributes) # XXX Form element pointer checking here as well... @tree.insert_element(name, attributes) @parser.tokenizer.content_model_flag = :RCDATA @processSpaceCharactersDropNewline = true alias processSpaceCharacters processSpaceCharactersDropNewline end