You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
In the browser API (to which these command implementations delegate) it appears this isn't supported either - while document.execCommand() does accept a command value argument, execCommand() does not:
I'm confused about this line, specifically this call:
As far as I can tell, none of the
queryState
implementations accept an argument:In the browser API (to which these command implementations delegate) it appears this isn't supported either - while
document.execCommand()
does accept a command value argument,execCommand()
does not:https://developer.mozilla.org/en-US/docs/Web/API/Document/queryCommandState
Am I correct that passing this argument has no effect and was done by mistake?
Or is there some external/third-party command implementation that I don't know about, where this may be used for something?
The text was updated successfully, but these errors were encountered: