Re: [w3c/editing] queryCommandSupported('paste') clarification for Chrome (#167)

This is just a bug in Chrome's implementation. Since Chrome doesn't allow `execCommand('paste')`, it should just return `false` in `queryCommandSupported('paste')`. Maybe it supports when the webpage is "installed" or something? But if that's the case, it should continue to return `false` until the web app is installed.

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

Received on Tuesday, 22 August 2017 00:17:36 UTC