Document.queryCommandState()
Syntax
JavaScript
Copy Code
queryCommandState(String command)
Example
TBD
Specifications
Specification | Status | Comment |
---|---|---|
HTML Editing APIs The definition of 'execCommand' in that specification. |
Editor's Draft | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? | ? |
See also
document.contentEditable
document.designMode
- Rich-Text Editing in Mozilla
- Browser bugs related to
queryCommandState()
: Scribe's "Browser Inconsistencies" documentation
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/document/querycommandstate