Re: [w3c/editing] Behavior of insert* commands for contenteditable=plaintext-only (Issue #419)

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