- From: Masayuki Nakano <notifications@github.com>
- Date: Thu, 12 Oct 2023 22:24:56 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 October 2023 05:25:02 UTC
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