# File lib/html5/html5parser/in_head_phase.rb, line 87
    def startTagOther(name, attributes)
      anything_else
      @parser.phase.processStartTag(name, attributes)
    end