# File lib/html5/html5parser/in_cell_phase.rb, line 18
    def startTagTableOther(name, attributes)
      if in_scope?('td', true) or in_scope?('th', true)
        closeCell
        @parser.phase.processStartTag(name, attributes)
      else
        # inner_html case
        parse_error
      end
    end