# File lib/html5/html5parser/in_table_phase.rb, line 52
    def startTagTable(name, attributes)
      parse_error("unexpected-start-tag-implies-end-tag",
            {"startName" => "table", "endName" => "table"})
      @parser.phase.processEndTag('table')
      @parser.phase.processStartTag(name, attributes) unless @parser.inner_html
    end