Textarea doesn't retain whitespace in children
Closed this issue · 3 comments
kamal commented
It appears that newlines inside textearea children are being stripped. I added a failing test to illustrate this issue #359
rwjblue commented
Thanks for reporting! This is directly caused by the changes over in tildeio/simple-html-tokenizer#59 which was done to match spec behavior while actually rendering.
rwjblue commented
I took another crack at fixing that issue tildeio/simple-html-tokenizer#90
rwjblue commented
The fix for this is released in 4.2.1.