# File lib/html5/html5parser/in_body_phase.rb, line 85
    def processSpaceCharacters(data)
      @tree.reconstructActiveFormattingElements()
      @tree.insertText(data)
    end