# File lib/html5/html5parser/after_body_phase.rb, line 20
    def processStartTag(name, attributes)
      parse_error("unexpected-start-tag-after-body", {"name" => name})
      @parser.phase = @parser.phases[:inBody]
      @parser.phase.processStartTag(name, attributes)
    end