[w3c/editing] Safari Desktop: When aborting a composition after pressing a dead key (e.g. `^`) in oncompositionend event.data will have `""` while `"^"` is expected (Issue #505)

michael created an issue (w3c/editing#505)

With aborting I mean pressing a dead key (composition starts) and then click somewhere else (composition is implicitly ended - oncompositionend is called). 

However since the native behavior of contenteditable would leave the `"^"` in the DOM after cancelling, I'd expect the event.data in oncompositionend also have `"^"`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/505
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/editing/issues/505@github.com>

Received on Monday, 17 November 2025 13:57:49 UTC