# File lib/html5/html5parser/in_body_phase.rb, line 127 def startTagForm(name, attributes) if @tree.formPointer parse_error("unexpected-start-tag", {"name" => name}) else endTagP('p') if in_scope?('p') @tree.insert_element(name, attributes) @tree.formPointer = @tree.open_elements.last end end