split always splits elements, independent of the whitespace policy

The split operation always splits the current element, independent of
the whitespace policy. The differenciation between preformatted elements
(newline characters are keept) and other elements (newline characters
will split the element) is only done in insertText.

Signed-off-by: Florian Thienel <florian@thienel.org>
3 files changed