# File lib/html5/html5parser/root_element_phase.rb, line 23
    def processStartTag(name, attributes)
      @parser.first_start_tag = true if name == 'html'
      insert_html_element
      @parser.phase.processStartTag(name, attributes)
    end