- From: Simon Pieters <notifications@github.com>
- Date: Thu, 08 May 2025 07:40:50 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 May 2025 14:40:54 UTC
zcorpan left a comment (w3c/editing#419) OK, though forcing computed style is "magic". Maybe it's enough to have a normal UA style rule? ``` [contenteditable="plaintext-only" i] { white-space: pre-wrap; } ``` If developers set it back to `normal` then they get `<br>`s. @rniwa any opinions? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/419#issuecomment-2863306712 You are receiving this because you are subscribed to this thread. Message ID: <w3c/editing/issues/419/2863306712@github.com>
Received on Thursday, 8 May 2025 14:40:54 UTC