# File lib/html5/html5parser/before_head_phase.rb, line 20
    def startTagHead(name, attributes)
      @tree.insert_element(name, attributes)
      @tree.head_pointer = @tree.open_elements[-1]
      @parser.phase = @parser.phases[:inHead]
    end