# File lib/html5/html5parser/in_table_body_phase.rb, line 16
    def startTagTr(name, attributes)
      clearStackToTableBodyContext
      @tree.insert_element(name, attributes)
      @parser.phase = @parser.phases[:inRow]
    end