# File lib/html5/html5parser/in_body_phase.rb, line 244
    def startTagVoidFormatting(name, attributes)
      @tree.reconstructActiveFormattingElements
      @tree.insert_element(name, attributes)
      @tree.open_elements.pop
    end