# File lib/html5/html5parser/in_table_phase.rb, line 47
    def startTagImplyTbody(name, attributes)
      startTagRowGroup('tbody', {})
      @parser.phase.processStartTag(name, attributes)
    end