# File lib/html5/html5parser/in_body_phase.rb, line 102
    def startTagTitle(name, attributes)
      parse_error("unexpected-start-tag-out-of-my-head", {"name" => name})
      @parser.phases[:inHead].processStartTag(name, attributes)
    end