[w3c/editing] Recursively executing `execCommand()` should be prevented (Issue #477)

All major browsers refuse to execute `execCommand()` recursively and return `false`, e.g. when calling it inside an `input` event handler as a result of another `execCommand()`. This is missing from the current spec.

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

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

Received on Thursday, 23 January 2025 10:19:41 UTC