web-api-manager/sources/standards/EC.json

22 lines
685 B
JSON

{
"info": {
"name": "execCommand",
"subsection_number": null,
"subsection_name": null,
"url": "https://w3c.github.io/editing/execCommand.html"
},
"features": [
"document.execCommand",
"document.queryCommandEnabled",
"document.queryCommandIndeterm",
"document.queryCommandState",
"document.queryCommandSupported",
"document.queryCommandValue",
"HTMLDocument.prototype.execCommand",
"HTMLDocument.prototype.queryCommandEnabled",
"HTMLDocument.prototype.queryCommandIndeterm",
"HTMLDocument.prototype.queryCommandState",
"HTMLDocument.prototype.queryCommandSupported",
"HTMLDocument.prototype.queryCommandValue"
]
}