# File lib/html5/html5parser/in_body_phase.rb, line 607 def addFormattingElement(name, attributes) @tree.insert_element(name, attributes) @tree.activeFormattingElements.push(@tree.open_elements.last) end