# File lib/html5/html5parser/in_table_phase.rb, line 30
    def startTagColgroup(name, attributes)
      clearStackToTableContext
      @tree.insert_element(name, attributes)
      @parser.phase = @parser.phases[:inColumnGroup]
    end