Created
January 1, 2015 04:18
-
-
Save achun/42c563d35ad67d2501d5 to your computer and use it in GitHub Desktop.
Everyone to improve
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // https://developer.mozilla.org/en-US/docs/Web/Events | |
| (function(global) { | |
| "use strict" | |
| global.StandardEvents = { | |
| "Animation": { | |
| "animationend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/animationend", | |
| "Specification": "CSS Animations", | |
| "Interface": "AnimationEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "animationstart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/animationstart", | |
| "Specification": "CSS Animations", | |
| "Interface": "AnimationEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "beginEvent": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/beginEvent", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "endEvent": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/endEvent", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "animationiteration": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/animationiteration", | |
| "Specification": "CSS Animations", | |
| "Interface": "AnimationEvent", | |
| "Synchronicity": "synchronous", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "repeatEvent": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/repeatEvent", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Battery": { | |
| "chargingchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/chargingchange", | |
| "Specification": "Battery", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["BatteryManager"], | |
| "DefaultAction": "None" | |
| }, | |
| "dischargingtimechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dischargingtimechange", | |
| "Specification": "Battery", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["BatteryManager"], | |
| "DefaultAction": "None" | |
| }, | |
| "chargingtimechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/chargingtimechange", | |
| "Specification": "Battery", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["BatteryManager"], | |
| "DefaultAction": "None" | |
| }, | |
| "levelchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/levelchange", | |
| "Specification": "Battery", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["BatteryManager"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "CSS": { | |
| "transitionend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/transitionend", | |
| "Interface": "TransitionEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["document", "element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Database": { | |
| "error": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/error", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "abort": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/abort_indexedDB", | |
| "Specification": "IndexedDB", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["IDBTransaction"], | |
| "DefaultAction": "None" | |
| }, | |
| "complete": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/complete_indexedDB", | |
| "Specification": "IndexedDB", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["IDBTransaction"], | |
| "DefaultAction": "None" | |
| }, | |
| "success": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/success_indexedDB", | |
| "Specification": "IndexedDB", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["IDBFactory", "IDBRequest"], | |
| "DefaultAction": "None" | |
| }, | |
| "link": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/error", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "upgradeneeded": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/upgradeneeded_indexedDB", | |
| "Specification": "IndexedDB", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["IDBRequest"], | |
| "DefaultAction": "None" | |
| }, | |
| "blocked": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/blocked_indexedDB", | |
| "Specification": "IndexedDB", | |
| "Interface": "IDBVersionChangeEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["IDBRequest"], | |
| "DefaultAction": "None" | |
| }, | |
| "versionchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/versionchange_indexedDB", | |
| "Specification": "IndexedDB", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["IDBTransaction"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Document": { | |
| "unload": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/unload", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["defaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "DOMmutation": { | |
| "DOMContentLoaded": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/DOMContentLoaded", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Drag": { | |
| "drag": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/drag", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Continue the drag & drop operation" | |
| }, | |
| "dragend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dragend", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Varies" | |
| }, | |
| "dragover": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dragover", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Reset the current drag operation to \"none\"" | |
| }, | |
| "dragstart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dragstart", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Initiate the drag-and-drop operation" | |
| }, | |
| "drop": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/drop", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Varies" | |
| }, | |
| "dragenter": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dragenter", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Reject immediate user selection as potential target element" | |
| }, | |
| "dragleave": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dragleave", | |
| "Specification": "HTML5", | |
| "Interface": "DragEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Element": { | |
| "invalid": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/invalid", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Varies (can prevent a form to be submitted)" | |
| }, | |
| }, | |
| "Focus": { | |
| "blur": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/blur", | |
| "Specification": "DOM L3", | |
| "Interface": "FocusEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "focus": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/focus", | |
| "Specification": "DOM L3", | |
| "Interface": "FocusEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "change": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/change", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "undefined" | |
| }, | |
| "focusin": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/focusin", | |
| "Specification": "DOM L3", | |
| "Interface": "FocusEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "focusout": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/focusout", | |
| "Specification": "DOM L3", | |
| "Interface": "FocusEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Form": { | |
| "reset": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/reset", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": "Yes (although specified as a simple event that doesn't bubble)", | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Reset the value of all elements of the parent form" | |
| }, | |
| "submit": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/submit", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": "Yes (although specified as a simple event that doesn't bubble)", | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Varies (send the content of the form to the server)" | |
| } | |
| }, | |
| "Inputdevice": { | |
| "contextmenu": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/contextmenu", | |
| "Specification": "HTML5", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "In Gecko this event is handled by a XUL ancestor element, even for HTML5 context menus, which are actually handled by the browser element's context menu If a XUL ancestor element has a context or contextmenu attribute referencing a popup, then display it (subject to the popupshowing event)." | |
| }, | |
| "gamepadconnected": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/gamepadconnected", | |
| "Specification": "Gamepad", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| }, | |
| "gamepaddisconnected": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/gamepaddisconnected", | |
| "Specification": "Gamepad", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| }, | |
| "click": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/click", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Varies" | |
| }, | |
| "dblclick": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dblclick", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "keypress": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/keypress", | |
| "Specification": "DOM L3", | |
| "Interface": "KeyboardEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Varies: keypress event; launch text composition system; blur and focus events; DOMActivate event; other event" | |
| }, | |
| "keydown": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/keydown", | |
| "Specification": "DOM L3", | |
| "Interface": "KeyboardEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "Varies: keypress event; launch text composition system; blur and focus events; DOMActivate event; other event" | |
| }, | |
| "keyup": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/keyup", | |
| "Specification": "DOM L3", | |
| "Interface": "KeyboardEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "mouseenter": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mouseenter", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Synchronicity": "Synchronous", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "mousedown": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mousedown", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Varies: Start a drag/drop operation; start a text selection; start a scroll/pan interaction (in combination with the middle mouse button, if supported)" | |
| }, | |
| "mousemove": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mousemove", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "mouseout": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mouseout", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "mouseover": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mouseover", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "mouseup": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mouseup", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Invoke a context menu (in combination with the right mouse button, if supported)" | |
| }, | |
| "pointerlockchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/pointerlockchange", | |
| "Specification": "Pointer Lock", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "pointerlockerror": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/pointerlockerror", | |
| "Specification": "Pointer Lock", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "wheel": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/wheel", | |
| "Specification": "DOM L3", | |
| "Interface": "WheelEvent", | |
| "Synchronicity": "asynchronous", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["defaultView", "Document", "Element"], | |
| "DefaultAction": "Scroll, moving history, or zooming in/out", | |
| "WM_MOUSEWHEEL(Vertical mouse wheel event)": "The deltaMode can be DOM_DELTA_LINE or DOM_DELTA_PAGE It depends on user settings of Windows (The defualt setting causes DOM_DELTA_LINE).", | |
| "WM_MOUSEHWHEEL(Horizontal mouse wheel event)": "The deltaMode can be DOM_DELTA_LINE or DOM_DELTA_PAGE However, neither wheel scroll speed setting dialog of Windows nor similar UI of each mouse driver's utility typically has the UI to change to page scroll. So, typically, this value is DOM_DELTA_LINE.", | |
| "WM_GESTURE(Only when caused by panning)": "The deltaMode is always DOM_DELTA_PIXEL But note that most touchpad devices of notebook emulate mouse wheel events rather than using this event. This event it typically used on tablet PC." | |
| }, | |
| "mouseleave": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mouseleave", | |
| "Specification": "DOM L3", | |
| "Interface": "MouseEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Media": { | |
| "canplay": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/canplay", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "audioprocess": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/audioprocess", | |
| "Specification": "Web Audio APIThe definition of 'AudioProcessingEvent' in that specification", | |
| "Interface": "AudioProcessingEvent", | |
| "Bubbles": "?", | |
| "Cancelable": "?", | |
| "Target": ["ScriptProcessorNode"], | |
| "DefaultAction": "None" | |
| }, | |
| "canplaythrough": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/canplaythrough", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "durationchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/durationchange", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "ended": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/ended_(Web_Audio)", | |
| "Specification": "Web Audio API", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["AudioBufferSourceNode"], | |
| "DefaultAction": "None" | |
| }, | |
| "emptied": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/emptied", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "loadeddata": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/loadeddata", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "pause": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/pause", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "play": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/play", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "playing": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/playing", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "ratechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/ratechange", | |
| "Specification": "HTML5 Media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "loadedmetadata": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/loadedmetadata", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "seeked": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/seeked", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "seeking": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/seeking", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "stalled": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/stalled", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "suspend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/suspend", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "timeupdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/timeupdate", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "waiting": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/waiting", | |
| "Specification": "HTML5 media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "volumechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/volumechange", | |
| "Specification": "HTML5 Media", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "complete": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/complete", | |
| "Specification": "Web Audio APIThe definition of 'OfflineAudioCompletionEvent' in that specification", | |
| "Interface": "OfflineAudioCompletionEvent", | |
| "Bubbles": "?", | |
| "Cancelable": "?", | |
| "Target": ["OfflineAudioContext"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Network": { | |
| "online": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/online", | |
| "Specification": "HTML5 Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| }, | |
| "offline": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/offline", | |
| "Specification": "HTML5 Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Progress": { | |
| "error": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/error", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "loadend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/loadend", | |
| "Specification": "Progress", | |
| "Interface": "ProgressEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "loadstart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/loadstart", | |
| "Specification": "Progress", | |
| "Interface": "ProgressEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "progress": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/progress_(appcache_event)", | |
| "Specification": "Offline", | |
| "Interface": "ProgressEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| }, | |
| "abort": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/abort_(ProgressEvent)", | |
| "Specification": "Progress", | |
| "Interface": "ProgressEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "load": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/load_(ProgressEvent)", | |
| "Specification": "Progress", | |
| "Interface": "ProgressEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Resource": { | |
| "error": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/error", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "abort": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/abort", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "cached": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/cached", | |
| "Specification": "Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| }, | |
| "load": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/load", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Script": { | |
| "beforescriptexecute": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/beforescriptexecute", | |
| "Specification": "HTML5 (WhatWG)", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["defaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "afterscriptexecute": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/afterscriptexecute", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["defaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Sensor": { | |
| "devicelight": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/devicelight", | |
| "Specification": "Sensor", | |
| "Interface": "SensorCallback", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (window)"], | |
| "DefaultAction": "None" | |
| }, | |
| "devicemotion": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/devicemotion", | |
| "Specification": "Orientation", | |
| "Interface": "DeviceMotionEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (window)"], | |
| "DefaultAction": "None" | |
| }, | |
| "deviceorientation": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/deviceorientation", | |
| "Specification": "Orientation", | |
| "Interface": "DeviceOrientationEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (window)"], | |
| "DefaultAction": "None" | |
| }, | |
| "deviceproximity": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/deviceproximity", | |
| "Specification": "Proximity Events", | |
| "Interface": "DeviceProximityEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (window)"], | |
| "DefaultAction": "None" | |
| }, | |
| "userproximity": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/userproximity", | |
| "Specification": "Proximity Events", | |
| "Interface": "UserProximityEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (window)"], | |
| "DefaultAction": "None" | |
| }, | |
| "orientationchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/orientationchange", | |
| "Specification": "Screen Orientation", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Screen"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Sessionhistory": { | |
| "pageshow": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/pageshow", | |
| "Specification": "HTML5", | |
| "Interface": "PageTransitionEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "popstate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/popstate", | |
| "Specification": "HTML5", | |
| "Interface": "PopStateEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["defaultView"], | |
| "DefaultAction": "None" | |
| }, | |
| "pagehide": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/pagehide", | |
| "Specification": "HTML5", | |
| "Interface": "PageTransitionEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Storage": { | |
| "change": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/change", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "undefined" | |
| }, | |
| "storage": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/storage", | |
| "Specification": "Web Storage", | |
| "Interface": "StorageEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "SVG": { | |
| "SVGAbort": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGAbort", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "SVGLoad": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGLoad", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "SVGError": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGError", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "SVGScroll": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGScroll", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "SVGUnload": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGUnload", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element (outermost SVG element)"], | |
| "DefaultAction": "None" | |
| }, | |
| "SVGZoom": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGZoom", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Outermost svg element"], | |
| "DefaultAction": "None" | |
| }, | |
| "SVGResize": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/SVGResize", | |
| "Specification": "SVG Event", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["svg (outermost SVG element)"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Tab": { | |
| "visibilitychange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/visibilitychange", | |
| "Specification": "Page Visibility API", | |
| "Interface": "event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Text": { | |
| "compositionend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/compositionend", | |
| "Specification": "DOM L3", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "compositionstart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/compositionstart", | |
| "Specification": "DOM L3", | |
| "Interface": "CompositionEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "Start a new composition session when a text composition system is enabled" | |
| }, | |
| "compositionupdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/compositionupdate", | |
| "Specification": "DOM L3", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "copy": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/copy", | |
| "Specification": "Clipboard", | |
| "Interface": "ClipboardEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["DefaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "cut": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/cut", | |
| "Specification": "Clipboard", | |
| "Interface": "ClipboardEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["DefaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "paste": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/paste", | |
| "Specification": "Clipboard", | |
| "Interface": "ClipboardEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["DefaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "select": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/select", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Touch": { | |
| "touchend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/touchend", | |
| "Specification": "Touch Events", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "undefined" | |
| }, | |
| "touchmove": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/touchmove", | |
| "Specification": "Touch Events", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "undefined" | |
| }, | |
| "touchcancel": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/touchcancel", | |
| "Specification": "Touch Events", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "touchstart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/touchstart", | |
| "Specification": "Touch Events", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "undefined" | |
| } | |
| }, | |
| "Update": { | |
| "error": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/error", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "checking": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/checking", | |
| "Specification": "Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| }, | |
| "downloading": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/downloading", | |
| "Specification": "Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| }, | |
| "noupdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/noupdate", | |
| "Specification": "Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| }, | |
| "updateready": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/updateready", | |
| "Specification": "Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| }, | |
| "obsolete": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/obsolete", | |
| "Specification": "Offline", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["applicationCache"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Valuechange": { | |
| "input": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/input", | |
| "Specification": "HTML5, DOM Level 3 Events", | |
| "Interface": "Event, InputEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "The value or the content is modified" | |
| }, | |
| "hashchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/hashchange", | |
| "Specification": "HTML5", | |
| "Interface": "HashChangeEvent", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["defaultView"], | |
| "DefaultAction": "None" | |
| }, | |
| "readystatechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/readystatechange", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "View": { | |
| "fullscreenchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/fullscreenchange", | |
| "Specification": "Fullscreen", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "fullscreenerror": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/fullscreenerror", | |
| "Specification": "Fullscreen", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "resize": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/resize", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["defaultView (window)"], | |
| "DefaultAction": "None" | |
| }, | |
| "scroll": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/scroll", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent", | |
| "Bubbles": "Not on elements, but bubbles to the default view when fired on the document", | |
| "Cancelable": false, | |
| "Target": ["defaultView", "Document", "Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Websocket": { | |
| "error": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/error", | |
| "Specification": "DOM L3", | |
| "Interface": "UIEvent if generated from a user interface, Event otherwise", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "close": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/close_websocket", | |
| "Specification": "WebSocket", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["WebSocket"], | |
| "DefaultAction": "None" | |
| }, | |
| "open": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/open_websocket", | |
| "Specification": "WebSocket", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["WebSocket"], | |
| "DefaultAction": "None" | |
| }, | |
| "message": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/message_websocket", | |
| "Specification": "WebSocket", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["WebSocket"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Uncategorized": { | |
| "beforeunload": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/beforeunload", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": true, | |
| "Target": ["defaultView"], | |
| "DefaultAction": "Varies (prompts the user for confirmation to leave the page)" | |
| }, | |
| "show": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/show", | |
| "Specification": "HTML5", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "Show a context menu built from the related menu element" | |
| }, | |
| "message": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/message_webworker", | |
| "Specification": "Web Workers", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Worker"], | |
| "DefaultAction": "None" | |
| }, | |
| "open": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/open_serversentevents", | |
| "Specification": "Server Sent Events", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["EventSource"], | |
| "DefaultAction": "None" | |
| } | |
| } | |
| } | |
| global.TroubleEvents = { | |
| "Call": { | |
| "alerting": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/alerting", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "busy": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/busy", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "callschanged": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/callschanged", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Telephony", "CallGroup"], | |
| "DefaultAction": "None" | |
| }, | |
| "connecting": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/connecting", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "connected": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/connected", | |
| "Specification": "To be specified", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call", "CallGroup"], | |
| "DefaultAction": "None" | |
| }, | |
| "dialing": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/dialing", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "disconnected": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/disconnected", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "disconnecting": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/disconnecting", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "error": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/error_(Telephony)", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "holding": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/holding", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call", "CallGroup"], | |
| "DefaultAction": "None" | |
| }, | |
| "held": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/held", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call", "CallGroup"], | |
| "DefaultAction": "None" | |
| }, | |
| "statechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/statechange", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call", "CallGroup"], | |
| "DefaultAction": "None" | |
| }, | |
| "resuming": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/resuming", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call", "CallGroup"], | |
| "DefaultAction": "None" | |
| }, | |
| "incoming": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/incoming", | |
| "Specification": "To be specified", | |
| "Interface": "CallEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Telephony", "Call"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "CSS": { | |
| "CssRuleViewChanged": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/CssRuleViewChanged", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["element (RuleView)"], | |
| "DefaultAction": "None" | |
| }, | |
| "CssRuleViewCSSLinkClicked": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/CssRuleViewCSSLinkClicked", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["element (RuleView)"], | |
| "DefaultAction": "None" | |
| }, | |
| "CssRuleViewRefreshed": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/CssRuleViewRefreshed", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["element (RuleView)"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Document": { | |
| "DOMLinkAdded": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMLinkAdded", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMLinkRemoved": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMLinkRemoved", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMMetaAdded": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMMetaAdded", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMMetaRemoved": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMMetaRemoved", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMModalDialogClosed": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMModalDialogClosed", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMWillOpenModalDialog": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMWillOpenModalDialog", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Element":{ | |
| "DOMAutoComplete": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMAutoComplete", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element", "window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "command": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/command", | |
| "Specification": "XUL", | |
| "Interface": "XULCommandEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "commandupdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/commandupdate", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "overflow": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/overflow", | |
| "Specification": "None, Mozilla specific", | |
| "Interface": "UIEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| }, | |
| "underflow": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/underflow", | |
| "Specification": "None, Mozilla specific", | |
| "Interface": "UIEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Frame": { | |
| "DOMFrameContentLoaded": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMFrameContentLoaded", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["frame", "window"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowserclose": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowserclose", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowsercontextmenu": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowsercontextmenu", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None", | |
| "systemTargets": "An array of objects This array contains some information regarding the dom tree traversed to check if there is a context menu. Each object with a src or href attribute is stored in the array as an object with two properties: nodeName, which is the name of the node traversed; and data, which value depends on the node's type: for <img>, <video>, or <audio> it's the value of the src attribute; for <a> and <area> it's the value of the href attribute.", | |
| "contextmenu": "An object representing the selected context menu items Each <menu> element is represented as an object with a type property which has the value menu and an items property which is an array of objects representing its children elements. Each <menuitem> element is represented as an object with a type property which has the value menuitem and a label property which is a string that matches the <menuitem>'s label attribute. Note that all children of the root <menu> element also have an automatically generated id property.", | |
| "msg_name": "A string representing the type of event For that event, it's always contextmenu." | |
| }, | |
| "mozbrowserlocationchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowserlocationchange", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowsererror": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowsererror", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowsericonchange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowsericonchange", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowserloadend": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowserloadend", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowseropenwindow": { | |
| "url": "A string representing the URL of the document loaded within the frameElement", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None", | |
| "name": "The name of the new browser window", | |
| "features": "A string of features represented by a list of names and values separated by commas For a complete list of possible features, see window.open().", | |
| "frameElement": "A DOM node representing the new browser <iframe> embedding the new content" | |
| }, | |
| "mozbrowsershowmodalprompt": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowsershowmodalprompt", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None", | |
| "promptType": "A string defining the type of the prompt It can be alert, confirm, or prompt.", | |
| "title": "A string representing the title of the prompt", | |
| "message": "A string representing the value passed to the windowalert(), window.confirm(), or window.prompt() methods within the browser <iframe>'s content.", | |
| "msg_name": "A string representing the type of message For that event, it's always showmodalprompt.", | |
| "initialValue": "A string representing the initial value for the windowprompt() methods.", | |
| "returnValue": "A string representing the return value for the windowprompt() methods." | |
| }, | |
| "mozbrowserloadstart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowserloadstart", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "mozbrowsersecuritychange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowsersecuritychange", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None", | |
| "state": "A string representing the current state of SSL security Possible values are broken, secure, or insecure.", | |
| "extendedValidation": "A boolean indicating if the current SSL certificate is an Extended Validation certificate (true) or not (false)", | |
| "msg_name": "A string representing the type of message For that event, it's always securitychange." | |
| }, | |
| "mozbrowsertitlechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mozbrowsertitlechange", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None" | |
| }, | |
| "link": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/mozbrowsershowmodalprompt", | |
| "Specification": "Non standard", | |
| "Interface": "CustomEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["<iframe>"], | |
| "DefaultAction": "None", | |
| "promptType": "A string defining the type of the prompt It can be alert, confirm, or prompt.", | |
| "title": "A string representing the title of the prompt", | |
| "message": "A string representing the value passed to the windowalert(), window.confirm(), or window.prompt() methods within the browser <iframe>'s content.", | |
| "msg_name": "A string representing the type of message For that event, it's always showmodalprompt.", | |
| "initialValue": "A string representing the initial value for the windowprompt() methods.", | |
| "returnValue": "A string representing the return value for the windowprompt() methods." | |
| }, | |
| }, | |
| "Inputdevice": { | |
| "DOMMouseScroll": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/DOMMouseScroll", | |
| "list": "nonStandard nonStandardHeader" | |
| }, | |
| "MozMousePixelScroll": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/MozMousePixelScroll", | |
| "list": "nonStandard nonStandardHeader" | |
| }, | |
| "mousewheel": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/mousewheel", | |
| "list": "nonStandard nonStandardHeader" | |
| } | |
| }, | |
| "Sensor": { | |
| "MozOrientation": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/MozOrientation", | |
| "list": "obsolete obsoleteHeader" | |
| } | |
| }, | |
| "Window": { | |
| "MozBeforeResize": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozBeforeResize", | |
| "Specification": "Mozilla specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "DOMmutation": { | |
| "DOMAttributeNameChanged": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMAttrModified": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMCharacterDataModified": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMElementNameChanged": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMNodeInserted": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMNodeInsertedIntoDocument": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMNodeRemoved": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMNodeRemovedFromDocument": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| }, | |
| "DOMSubtreeModified": { | |
| "url": "https://developer.mozilla.org/en-US/docs/DOM/Mutation_events", | |
| "list": "deprecated deprecatedHeader" | |
| } | |
| }, | |
| "Touch": { | |
| "MozTouchDown": { | |
| "url": "https://developer.mozilla.org/en-US/DOM/Touch_events_(Mozilla_experimental)", | |
| "list": "" | |
| }, | |
| "MozTouchMove": { | |
| "url": "https://developer.mozilla.org/en-US/DOM/Touch_events_(Mozilla_experimental)", | |
| "list": "" | |
| }, | |
| "MozTouchUp": { | |
| "url": "https://developer.mozilla.org/en-US/DOM/Touch_events_(Mozilla_experimental)", | |
| "list": "" | |
| }, | |
| "MozEdgeUIGesture": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozEdgeUIGesture", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozMagnifyGestureStart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozMagnifyGestureStart", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozMagnifyGesture": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozMagnifyGesture", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozPressTapGesture": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozPressTapGesture", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozRotateGestureUpdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozRotateGestureUpdate", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozRotateGestureStart": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozRotateGestureStart", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozTapGesture": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozTapGesture", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozSwipeGesture": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozSwipeGesture", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozMagnifyGestureUpdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozMagnifyGestureUpdate", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| }, | |
| "MozRotateGesture": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozRotateGesture", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["browser", "browsers"], | |
| "DefaultAction": "Varies (OS dependant)" | |
| } | |
| }, | |
| "Uncategorized":{ | |
| "MozAfterPaint": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozAfterPaint", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Media":{ | |
| "MozAudioAvailable": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/MozAudioAvailable", | |
| "Specification": "DOM L3", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Menu": { | |
| "DOMMenuItemActive": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/DOMMenuItemActive", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMMenuItemInactive": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/DOMMenuItemInactive", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Network": { | |
| "disabled": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/disabled", | |
| "Specification": "Firefox OS specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["navigatorwifi"], | |
| "DefaultAction": "None" | |
| }, | |
| "enabled": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/enabled", | |
| "Specification": "Firefox OS specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["navigatorwifi"], | |
| "DefaultAction": "None" | |
| }, | |
| "statuschange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/statuschange", | |
| "Specification": "Firefox OS specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["navigatorwifi"], | |
| "DefaultAction": "None" | |
| }, | |
| "connectionInfoUpdate": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/connectionInfoUpdate", | |
| "Specification": "Firefox OS specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["navigatorwifi"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Notification": { | |
| "AlertActive": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/AlertActive", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["notificationbox"], | |
| "DefaultAction": "None" | |
| }, | |
| "AlertClose": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/AlertClose", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["notificationbox"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Popup":{ | |
| "DOMPopupBlocked": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMPopupBlocked", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "popuphidden": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/popuphidden", | |
| "Specification": "XUL", | |
| "Interface": "PopupEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "popuphiding": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/popuphiding", | |
| "Specification": "XUL", | |
| "Interface": "PopupEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "popupshowing": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/popupshowing", | |
| "Specification": "XUL", | |
| "Interface": "PopupEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "A popup is displayed" | |
| }, | |
| "popupshown": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/popupshown", | |
| "Specification": "XUL", | |
| "Interface": "PopupEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Printing": { | |
| "afterprint": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/afterprint", | |
| "Specification": "IE invented", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| }, | |
| "beforeprint": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/beforeprint", | |
| "Specification": "IE invented", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["DefaultView (<window>)"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Smartcard": { | |
| "smartcard-insert": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/smartcard-insert", | |
| "Specification": "Mozilla specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["document"], | |
| "DefaultAction": "None" | |
| }, | |
| "smartcard-remove": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/smartcard-remove", | |
| "Specification": "Mozilla specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["document"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "SMSand USSD": { | |
| "received": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/received", | |
| "Specification": "To be specified", | |
| "Interface": "SMSEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "sent": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/sent", | |
| "Specification": "To be specified", | |
| "Interface": "SMSEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| }, | |
| "delivered": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/delivered", | |
| "Specification": "To be specified", | |
| "Interface": "SMSEvent", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["Call"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Tab": { | |
| "tabviewsearchdisabled": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/tabviewsearchdisabled", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "tabviewframeinitialized": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/tabviewframeinitialized", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "tabviewsearchenabled": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/tabviewsearchenabled", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "tabviewshown": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/tabviewshown", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabOpen": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabOpen", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabClose": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabClose", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabSelect": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabSelect", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabHide": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabHide", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabPinned": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabPinned", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabUnpinned": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabUnpinned", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "TabShow": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/TabShow", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "SSTabClosing": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/SSTabClosing", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "SSTabRestoring": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/SSTabRestoring", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "SSTabRestored": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/SSTabRestored", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["tab"], | |
| "DefaultAction": "None" | |
| }, | |
| "tabviewhidden": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/tabviewhidden", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Touch": { | |
| "touchleave": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/touchleave", | |
| "Specification": "Touch Events (removed)", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "undefined" | |
| }, | |
| "touchenter": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/touchenter", | |
| "Specification": "Touch Events (removed)", | |
| "Interface": "TouchEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["Document", "Element"], | |
| "DefaultAction": "undefined" | |
| } | |
| }, | |
| "Uncategorized": { | |
| "localized": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/localized", | |
| "Specification": "Firefox OS specific", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Valuechange": { | |
| "CheckboxStateChange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/CheckboxStateChange", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "broadcast": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/broadcast", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "RadioStateChange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/RadioStateChange", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| }, | |
| "ValueChange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/ValueChange", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["element"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "View":{ | |
| "MozScrolledAreaChanged": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Events/MozScrolledAreaChanged", | |
| "Specification": "None, Mozilla specific", | |
| "Interface": "UIEvent", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["DefaultView", "Document"], | |
| "DefaultAction": "None" | |
| }, | |
| "MozEnteredDomFullscreen": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/MozEnteredDomFullscreen", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "fullscreen": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/fullscreen", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "sizemodechange": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/sizemodechange", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| "Window": { | |
| "DOMTitleChanged": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMTitleChanged", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMWindowClose": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMWindowClose", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| }, | |
| "SSWindowClosing": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/SSWindowClosing", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "SSWindowStateBusy": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/SSWindowStateBusy", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "close": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/close_event", | |
| "Specification": "XUL", | |
| "Interface": "Event", | |
| "Bubbles": false, | |
| "Cancelable": false, | |
| "Target": ["window"], | |
| "DefaultAction": "The window is closed" | |
| }, | |
| "SSWindowStateReady": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/SSWindowStateReady", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window"], | |
| "DefaultAction": "None" | |
| }, | |
| "DOMWindowCreated": { | |
| "url": "https://developer.mozilla.org/en-US/docs/Web/Reference/Events/DOMWindowCreated", | |
| "Specification": "Addons specific", | |
| "Interface": "Event", | |
| "Bubbles": true, | |
| "Cancelable": true, | |
| "Target": ["window", "browser"], | |
| "DefaultAction": "None" | |
| } | |
| }, | |
| } | |
| })(this) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍