# File lib/html5/html5parser/root_element_phase.rb, line 29
    def processEndTag(name)
      insert_html_element
      @parser.phase.processEndTag(name)
    end