### Issue [#49](https://github.com/ckeditor/ckeditor5-typing/issues/49) manual test Non-breakable spaces created by browser after using space should be changed to normal space characters when inserted to model and view. Still, ` ` have to be correctly rendered in DOM. Multiple consecutive spaces should be allowed, as well as spaces at the beginning or end of element. Open console and start using space. After each change, console is refreshed with output: * There should be no ` ` inserted in view and model after using space. * There should be ` ` in DOM and `getData` output, where needed. Use `editor.setData()` to test whether whitespaces in input HTML are correctly removed and ` ` are correctly saved in model and view. ` ` inserted through `editor.setData()` should be kept, not changed to normal spaces. Use the button to test whether ` `s are correctly preserved in model, view and DOM.