Re: [w3c/editing] Edit text outside of <body> (Issue #405)

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