- From: Tomasz Jakut <notifications@github.com>
- Date: Wed, 10 Aug 2022 03:48:58 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 August 2022 10:49:11 UTC
The only case I found for editables outside the `body` is the pastebin in CKE4 (ckeditor/ckeditor4#5307). However, it seems like something we need to check and fix on our side. Yet, it does not use `execCommand()` outside of the `body`, it uses only the cE element and selection. Additionally, it's a mechanism used mainly in older browsers to correctly handle the pasted content, used mostly in old Internet Explorers. I understand the need for supporting old versions of CKEditor 4 but I think that the current level of support for editing outside the `body` is enough and the support for `execCommand()` could be omitted. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/405#issuecomment-1210501340 You are receiving this because you are subscribed to this thread. Message ID: <w3c/editing/issues/405/1210501340@github.com>
Received on Wednesday, 10 August 2022 10:49:11 UTC