[w3c/editing] Safari Desktop: `insertReplacementText` not fired (Issue #494)

michael created an issue (w3c/editing#494)

In the following scenarios and environments, 'insertReplacementText' is expected, when handing onbeforeinput:

- Safari 26 Desktop, when using the native auto-complete replace feature
  - instead 'insertText' is fired with event.data = "null"
- ... (likely in other situations too)

Repro: https://michael.github.io/web-editing/repros/008.html

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

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

Received on Monday, 17 November 2025 13:30:07 UTC