# File lib/html5/html5parser/initial_phase.rb, line 121
    def processStartTag(name, attributes)
      parse_error("expected-doctype-but-got-start-tag", {"name" => name})
      @parser.phase = @parser.phases[:rootElement]
      @parser.phase.processStartTag(name, attributes)
    end