[w3c/editing] `Document.execCommand`, `Document.queryCommandValue`, `Document.queryCommandState`, `Document.queryCommandEnabled`, `Document.queryCommandSupported`, `Document.queryCommandIndeterm` behavior when an EditContext editing host has focus (Issue #447)

I think `Document.execCommand` should return `false` and does nothing. `Document.queryCommandEnabled` and `Document.queryCommandSupported` should return `false`. `Document.queryCommandState` should return `false`. `Document.queryCommandValue` should return empty string. And `Document.queryCommandIndeterm` should return `false` even though may be opposite from the name, but I think browsers returns `false` if the command is not available.

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

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

Received on Friday, 13 October 2023 05:25:02 UTC