web-api-manager/data/standards/HTML.json

205 lines
5.3 KiB
JSON

{
"info": {
"name": "HTML",
"subsection_number": null,
"subsection_name": null,
"url": "https://html.spec.whatwg.org"
},
"features": [
"DataTransfer.prototype.addElement",
"DataTransfer.prototype.clearData",
"DataTransfer.prototype.getData",
"DataTransfer.prototype.mozClearDataAt",
"DataTransfer.prototype.mozGetDataAt",
"DataTransfer.prototype.mozSetDataAt",
"DataTransfer.prototype.mozTypesAt",
"DataTransfer.prototype.setData",
"DataTransfer.prototype.setDragImage",
"document.activeElement",
"document.body",
"document.currentScript",
"document.designMode",
"document.dir",
"document.getItems",
"document.head",
"document.images",
"document.lastModified",
"document.lastStyleSheetSet",
"document.links",
"document.onabort",
"document.onblur",
"document.oncanplay",
"document.oncanplaythrough",
"document.onchange",
"document.onclick",
"document.oncontextmenu",
"document.oncopy",
"document.oncut",
"document.ondblclick",
"document.ondrag",
"document.ondragend",
"document.ondragenter",
"document.ondragleave",
"document.ondragover",
"document.ondragstart",
"document.ondrop",
"document.ondurationchange",
"document.onemptied",
"document.onended",
"document.onerror",
"document.onfocus",
"document.oninput",
"document.oninvalid",
"document.onkeydown",
"document.onkeypress",
"document.onkeyup",
"document.onload",
"document.onloadeddata",
"document.onloadedmetadata",
"document.onloadstart",
"document.onmousedown",
"document.onmouseenter",
"document.onmouseleave",
"document.onmousemove",
"document.onmouseout",
"document.onmouseover",
"document.onmouseup",
"document.onpaste",
"document.onpause",
"document.onplay",
"document.onplaying",
"document.onprogress",
"document.onratechange",
"document.onreadystatechange",
"document.onreset",
"document.onresize",
"document.onscroll",
"document.onseeked",
"document.onseeking",
"document.onselect",
"document.onshow",
"document.onstalled",
"document.onsubmit",
"document.onsuspend",
"document.ontimeupdate",
"document.onvolumechange",
"document.onwaiting",
"document.onwheel",
"Document.prototype.enableStyleSheetsForSet",
"Document.prototype.hasFocus",
"document.selectedStyleSheetSet",
"document.styleSheetSets",
"EventSource.prototype.close",
"HashChangeEvent.prototype.initHashChangeEvent",
"HTMLAllCollection.prototype.item",
"HTMLAllCollection.prototype.namedItem",
"HTMLDocument.prototype.clear",
"HTMLDocument.prototype.getItems",
"navigator.appCodeName",
"navigator.appName",
"navigator.appVersion",
"navigator.cookieEnabled",
"navigator.onLine",
"navigator.platform",
"navigator.product",
"navigator.productSub",
"Navigator.prototype.registerContentHandler",
"Navigator.prototype.registerProtocolHandler",
"navigator.userAgent",
"navigator.vendor",
"navigator.vendorSub",
"PropertyNodeList.prototype.getValues",
"TimeRanges.prototype.end",
"TimeRanges.prototype.start",
"window.blur",
"window.close",
"window.closed",
"window.console",
"window.createImageBitmap",
"window.document",
"window.focus",
"window.frameElement",
"window.frames",
"window.length",
"window.location",
"window.name",
"window.navigator",
"window.onabort",
"window.onafterprint",
"window.onbeforeprint",
"window.onbeforeunload",
"window.onblur",
"window.oncanplay",
"window.oncanplaythrough",
"window.onchange",
"window.onclick",
"window.oncontextmenu",
"window.ondblclick",
"window.ondrag",
"window.ondragend",
"window.ondragenter",
"window.ondragleave",
"window.ondragover",
"window.ondragstart",
"window.ondurationchange",
"window.onemptied",
"window.onended",
"window.onerror",
"window.onfocus",
"window.onhashchange",
"window.oninput",
"window.oninvalid",
"window.onkeydown",
"window.onkeypress",
"window.onkeyup",
"window.onlanguagechange",
"window.onloadeddata",
"window.onloadedmetadata",
"window.onloadstart",
"window.onmessage",
"window.onmousedown",
"window.onmouseenter",
"window.onmouseleave",
"window.onmousemove",
"window.onmouseout",
"window.onmouseover",
"window.onmouseup",
"window.onoffline",
"window.ononline",
"window.onpagehide",
"window.onpageshow",
"window.onpause",
"window.onplay",
"window.onplaying",
"window.onpopstate",
"window.onprogress",
"window.onratechange",
"window.onreset",
"window.onresize",
"window.onscroll",
"window.onseeked",
"window.onseeking",
"window.onselect",
"window.onshow",
"window.onstalled",
"window.onsubmit",
"window.onsuspend",
"window.ontimeupdate",
"window.onunload",
"window.onvolumechange",
"window.onwaiting",
"window.onwheel",
"window.open",
"window.opener",
"window.parent",
"window.self",
"window.setInterval",
"window.setResizable",
"window.setTimeout",
"window.showModalDialog",
"window.stop",
"window.top",
"window.window",
"XMLDocument.prototype.load"
]
}