# File lib/html5/html5parser/trailing_end_phase.rb, line 23
    def processStartTag(name, attributes)
      parse_error("expected-eof-but-got-start-tag", {"name" => name})
      @parser.phase = @parser.last_phase
      @parser.phase.processStartTag(name, attributes)
    end