# File lib/html5/html5parser/in_head_phase.rb, line 78 def startTagBaseLinkMeta(name, attributes) element = @tree.createElement(name, attributes) if @tree.head_pointer != nil and @parser.phase == @parser.phases[:inHead] appendToHead(element) else @tree.open_elements.last.appendChild(element) end end