You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Gecko and WebKit today, <div contenteditable=plaintext-only> without author CSS gets white-space: normal which makes Enter insert <br> elements instead of LF.
In Chromium, some values of white-space in a plaintext-only element are forced to pre-wrap.
OK, though forcing computed style is "magic". Maybe it's enough to have a normal UA style rule?
Activity
Add UA style for contenteditable=plaintext-only
Add UA style for contenteditable=plaintext-only