# File lib/html5/html5parser/in_body_phase.rb, line 238 def startTagTable(name, attributes) processEndTag('p') if in_scope?('p') @tree.insert_element(name, attributes) @parser.phase = @parser.phases[:inTable] end