# File lib/html5/liberalxmlparser.rb, line 117 def startTagOther(name, attributes) @tree.open_elements.push(@tree.document) element = @tree.createElement(name, attributes) @tree.open_elements[-1].appendChild(element) @tree.open_elements.push(element) @parser.phase = XmlElementPhase.new(@parser,@tree) end