# File lib/html5/html5parser/before_head_phase.rb, line 26
    def startTagOther(name, attributes)
      startTagHead('head', {})
      @parser.phase.processStartTag(name, attributes)
    end