# File lib/html5/html5parser/in_frameset_phase.rb, line 20
    def startTagFrame(name, attributes)
      @tree.insert_element(name, attributes)
      @tree.open_elements.pop
    end