Chromium Code Reviews| Index: tools/dom/dom.json |
| diff --git a/tools/dom/dom.json b/tools/dom/dom.json |
| index 9c560e4a668c22697a6b1e425bfbea948948b3b2..083abc028adf963a24629c052c4b217afa9e7cf7 100644 |
| --- a/tools/dom/dom.json |
| +++ b/tools/dom/dom.json |
| @@ -1,4 +1,21 @@ |
| { |
| + "ANGLEInstancedArrays": { |
| + "members": { |
| + "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE": { |
| + "support_level": "untriaged" |
| + }, |
| + "drawArraysInstancedANGLE": { |
| + "support_level": "untriaged" |
| + }, |
| + "drawElementsInstancedANGLE": { |
| + "support_level": "untriaged" |
| + }, |
| + "vertexAttribDivisorANGLE": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "AbstractWorker": { |
| "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interface", |
| "members": { |
| @@ -23,14 +40,6 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| - "AnimationEvent": { |
| - "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface", |
| - "members": { |
| - "animationName": {}, |
| - "elapsedTime": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| "ArrayBuffer": { |
| "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| "members": { |
| @@ -302,34 +311,6 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| - "CSSFilterRule": { |
| - "comment": "http://www.w3.org/TR/filter-effects/", |
| - "members": { |
| - "style": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "CSSFilterValue": { |
| - "comment": "http://dev.w3.org/csswg/cssom/", |
| - "dart_action": "suppress", |
| - "members": { |
| - "CSS_FILTER_BLUR": {}, |
| - "CSS_FILTER_BRIGHTNESS": {}, |
| - "CSS_FILTER_CONTRAST": {}, |
| - "CSS_FILTER_CUSTOM": {}, |
| - "CSS_FILTER_DROP_SHADOW": {}, |
| - "CSS_FILTER_GRAYSCALE": {}, |
| - "CSS_FILTER_HUE_ROTATE": {}, |
| - "CSS_FILTER_INVERT": {}, |
| - "CSS_FILTER_OPACITY": {}, |
| - "CSS_FILTER_REFERENCE": {}, |
| - "CSS_FILTER_SATURATE": {}, |
| - "CSS_FILTER_SEPIA": {}, |
| - "__getter__": {}, |
| - "operationType": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| "CSSFontFaceLoadEvent": { |
| "comment": "http://www.w3.org/TR/css3-fonts/", |
| "members": { |
| @@ -363,66 +344,6 @@ |
| }, |
| "support_level": "stable" |
| }, |
| - "CSSKeyframeRule": { |
| - "comment": "http://www.w3.org/TR/css3-animations/#CSSKeyframeRule-interface", |
| - "members": { |
| - "keyText": {}, |
| - "style": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "CSSKeyframesRule": { |
| - "comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule", |
| - "members": { |
| - "__getter__": {}, |
| - "cssRules": {}, |
| - "deleteRule": {}, |
| - "findRule": {}, |
| - "insertRule": {}, |
| - "name": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "CSSMatrix": { |
| - "comment": "http://dev.w3.org/csswg/cssom/", |
| - "dart_action": "suppress", |
| - "members": { |
| - "CSSMatrix": {}, |
| - "a": {}, |
| - "b": {}, |
| - "c": {}, |
| - "d": {}, |
| - "e": {}, |
| - "f": {}, |
| - "inverse": {}, |
| - "m11": {}, |
| - "m12": {}, |
| - "m13": {}, |
| - "m14": {}, |
| - "m21": {}, |
| - "m22": {}, |
| - "m23": {}, |
| - "m24": {}, |
| - "m31": {}, |
| - "m32": {}, |
| - "m33": {}, |
| - "m34": {}, |
| - "m41": {}, |
| - "m42": {}, |
| - "m43": {}, |
| - "m44": {}, |
| - "multiply": {}, |
| - "rotate": {}, |
| - "rotateAxisAngle": {}, |
| - "scale": {}, |
| - "setMatrixValue": {}, |
| - "skewX": {}, |
| - "skewY": {}, |
| - "toString": {}, |
| - "translate": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| "CSSMediaRule": { |
| "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule", |
| "members": { |
| @@ -433,12 +354,6 @@ |
| }, |
| "support_level": "stable" |
| }, |
| - "CSSMixFunctionValue": { |
| - "comment": "http://dev.w3.org/csswg/cssom/", |
| - "dart_action": "suppress", |
| - "members": {}, |
| - "support_level": "deprecated" |
| - }, |
| "CSSPageRule": { |
| "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPageRule", |
| "members": { |
| @@ -492,13 +407,6 @@ |
| }, |
| "support_level": "deprecated" |
| }, |
| - "CSSRegionRule": { |
| - "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface", |
| - "members": { |
| - "cssRules": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| "CSSRule": { |
| "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule", |
| "members": { |
| @@ -518,6 +426,9 @@ |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| + "VIEWPORT_RULE": { |
| + "support_level": "untriaged" |
| + }, |
| "WEBKIT_FILTER_RULE": { |
| "comment": "http://www.w3.org/TR/filter-effects/", |
| "support_level": "experimental" |
| @@ -552,6 +463,9 @@ |
| "CSSStyleDeclaration": { |
| "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface", |
| "members": { |
| + "__getter__": { |
| + "support_level": "untriaged" |
| + }, |
| "__setter__": {}, |
| "cssText": {}, |
| "getPropertyCSSValue": { |
| @@ -606,36 +520,6 @@ |
| }, |
| "support_level": "standard" |
| }, |
| - "CSSTransformValue": { |
| - "comment": "http://dev.w3.org/csswg/cssom/", |
| - "dart_action": "suppress", |
| - "members": { |
| - "CSS_MATRIX": {}, |
| - "CSS_MATRIX3D": {}, |
| - "CSS_PERSPECTIVE": {}, |
| - "CSS_ROTATE": {}, |
| - "CSS_ROTATE3D": {}, |
| - "CSS_ROTATEX": {}, |
| - "CSS_ROTATEY": {}, |
| - "CSS_ROTATEZ": {}, |
| - "CSS_SCALE": {}, |
| - "CSS_SCALE3D": {}, |
| - "CSS_SCALEX": {}, |
| - "CSS_SCALEY": {}, |
| - "CSS_SCALEZ": {}, |
| - "CSS_SKEW": {}, |
| - "CSS_SKEWX": {}, |
| - "CSS_SKEWY": {}, |
| - "CSS_TRANSLATE": {}, |
| - "CSS_TRANSLATE3D": {}, |
| - "CSS_TRANSLATEX": {}, |
| - "CSS_TRANSLATEY": {}, |
| - "CSS_TRANSLATEZ": {}, |
| - "__getter__": {}, |
| - "operationType": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| "CSSUnknownRule": { |
| "comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", |
| "dart_action": "suppress", |
| @@ -664,6 +548,14 @@ |
| }, |
| "support_level": "deprecated" |
| }, |
| + "CSSViewportRule": { |
| + "members": { |
| + "style": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "Canvas2DContextAttributes": { |
| "comment": "http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL", |
| "members": { |
| @@ -850,6 +742,20 @@ |
| }, |
| "support_level": "stable" |
| }, |
| + "ChildNode": { |
| + "members": { |
| + "nextElementSibling": { |
| + "support_level": "untriaged" |
| + }, |
| + "previousElementSibling": { |
| + "support_level": "untriaged" |
| + }, |
| + "remove": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "ClientRect": { |
| "comment": "http://www.w3.org/TR/cssom-view/#the-clientrect-interface", |
| "members": { |
| @@ -1004,7 +910,10 @@ |
| "Crypto": { |
| "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| "members": { |
| - "getRandomValues": {} |
| + "getRandomValues": {}, |
| + "subtle": { |
| + "support_level": "untriaged" |
| + } |
| }, |
| "support_level": "experimental" |
| }, |
| @@ -1168,10 +1077,105 @@ |
| "DOMError": { |
| "comment": "http://www.w3.org/TR/dom/#interface-domerror", |
| "members": { |
| + "message": { |
| + "support_level": "untriaged" |
| + }, |
| "name": {} |
| }, |
| "support_level": "stable" |
| }, |
| + "DOMException": { |
|
Emily Fortuna
2013/07/24 22:37:25
transfer annotations from DOMCoreException to this
vsm
2013/07/25 00:06:31
Done.
|
| + "members": { |
| + "ABORT_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "DATA_CLONE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "DOMSTRING_SIZE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "HIERARCHY_REQUEST_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INDEX_SIZE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INUSE_ATTRIBUTE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INVALID_ACCESS_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INVALID_CHARACTER_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INVALID_MODIFICATION_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INVALID_NODE_TYPE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "INVALID_STATE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "NAMESPACE_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "NETWORK_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "NOT_FOUND_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "NOT_SUPPORTED_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "NO_DATA_ALLOWED_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "NO_MODIFICATION_ALLOWED_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "QUOTA_EXCEEDED_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "SECURITY_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "SYNTAX_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "TIMEOUT_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "TYPE_MISMATCH_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "URL_MISMATCH_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "VALIDATION_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "WRONG_DOCUMENT_ERR": { |
| + "support_level": "untriaged" |
| + }, |
| + "code": { |
| + "support_level": "untriaged" |
| + }, |
| + "message": { |
| + "support_level": "untriaged" |
| + }, |
| + "name": { |
| + "support_level": "untriaged" |
| + }, |
| + "toString": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "DOMFileSystem": { |
| "comment": "http://www.w3.org/TR/file-system-api/", |
| "members": { |
| @@ -1201,16 +1205,6 @@ |
| }, |
| "support_level": "stable" |
| }, |
| - "DOMNamedFlowCollection": { |
| - "comment": "http://dev.w3.org/csswg/css-regions/#dom-named-flow-collection", |
| - "members": { |
| - "__getter__": {}, |
| - "item": {}, |
| - "length": {}, |
| - "namedItem": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| "DOMParser": { |
| "members": { |
| "DOMParser": {}, |
| @@ -1218,16 +1212,6 @@ |
| }, |
| "support_level": "stable" |
| }, |
| - "DOMPoint": { |
| - "comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html", |
| - "members": { |
| - "DOMPoint": {}, |
| - "_DomPoint": {}, |
| - "x": {}, |
| - "y": {} |
| - }, |
| - "support_level": "nonstandard" |
| - }, |
| "DOMSettableTokenList": { |
| "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domsettabletokenlist-0", |
| "members": { |
| @@ -1265,114 +1249,329 @@ |
| }, |
| "support_level": "stable" |
| }, |
| - "Window": { |
| + "DataTransferItem": { |
| + "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatransferitem-interface", |
| "members": { |
| - "CSS": { |
| - "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface" |
| - }, |
| - "PERSISTENT": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| - "support_level": "experimental" |
| - }, |
| - "TEMPORARY": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| + "getAsFile": {}, |
| + "getAsString": {}, |
| + "kind": {}, |
| + "type": {}, |
| + "webkitGetAsEntry": { |
| "support_level": "experimental" |
| + } |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DataTransferItemList": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-datatransferitemlist-interface", |
| + "members": { |
| + "add": {}, |
| + "addData": {}, |
| + "addFile": {}, |
| + "clear": {}, |
| + "item": {}, |
| + "length": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DataView": { |
| + "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| + "members": { |
| + "getFloat32": {}, |
| + "getFloat64": {}, |
| + "getInt16": {}, |
| + "getInt32": {}, |
| + "getInt8": {}, |
| + "getUint16": {}, |
| + "getUint32": {}, |
| + "getUint8": {}, |
| + "setFloat32": {}, |
| + "setFloat64": {}, |
| + "setInt16": {}, |
| + "setInt32": {}, |
| + "setInt8": {}, |
| + "setUint16": {}, |
| + "setUint32": {}, |
| + "setUint8": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "Database": { |
| + "comment": "http://www.w3.org/TR/webdatabase/#asynchronous-database-api", |
| + "dart_action": "experimental", |
| + "members": { |
| + "changeVersion": {}, |
| + "readTransaction": {}, |
| + "transaction": {}, |
| + "version": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "DatabaseCallback": { |
| + "comment": "http://www.w3.org/TR/webdatabase/#databasecallback", |
| + "dart_action": "experimental", |
| + "members": { |
| + "handleEvent": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "DatabaseSync": { |
| + "comment": "http://www.w3.org/TR/webdatabase/#databasesync", |
| + "dart_action": "suppress", |
| + "members": { |
| + "changeVersion": {}, |
| + "lastErrorMessage": {}, |
| + "readTransaction": {}, |
| + "transaction": {}, |
| + "version": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "DedicatedWorkerContext": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html", |
| + "members": { |
| + "onmessage": {}, |
| + "postMessage": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DelayNode": { |
| + "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#DelayNode", |
| + "members": { |
| + "delayTime": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DeviceAcceleration": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "members": { |
| + "x": {}, |
| + "y": {}, |
| + "z": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DeviceMotionEvent": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "members": { |
| + "acceleration": {}, |
| + "accelerationIncludingGravity": {}, |
| + "interval": {}, |
| + "rotationRate": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DeviceOrientationEvent": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "members": { |
| + "absolute": {}, |
| + "alpha": {}, |
| + "beta": {}, |
| + "gamma": {}, |
| + "initDeviceOrientationEvent": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DeviceRotationRate": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "members": { |
| + "alpha": {}, |
| + "beta": {}, |
| + "gamma": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DirectoryEntry": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentry-interface", |
| + "members": { |
| + "createReader": {}, |
| + "getDirectory": {}, |
| + "getFile": {}, |
| + "removeRecursively": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DirectoryEntrySync": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentrysync-interface", |
| + "members": { |
| + "createReader": {}, |
| + "getDirectory": {}, |
| + "getFile": {}, |
| + "removeRecursively": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DirectoryReader": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-directoryreader-interface", |
| + "members": { |
| + "readEntries": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "DirectoryReaderSync": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-DirectoryReaderSync", |
| + "members": { |
| + "readEntries": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "Document": { |
| + "comment": "http://dom.spec.whatwg.org/#interface-document", |
| + "members": { |
| + "URL": {}, |
| + "adoptNode": {}, |
| + "anchors": { |
| + "dart_action": "suppress" |
| }, |
| - "__getter__": {}, |
| - "addEventListener": {}, |
| - "alert": {}, |
| - "applicationCache": {}, |
| - "atob": {}, |
| - "blur": { |
| + "applets": { |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "btoa": {}, |
| - "cancelAnimationFrame": {}, |
| - "captureEvents": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "body": {}, |
| + "caretRangeFromPoint": { |
| + "comment": "http://www.w3.org/TR/2009/WD-cssom-view-20090804/#dom-documentview-caretrangefrompoint", |
| + "support_level": "experimental" |
| }, |
| - "clearInterval": {}, |
| - "clearTimeout": {}, |
| - "clientInformation": { |
| + "characterSet": {}, |
| + "charset": { |
| + "dart_action": "suppress", |
| "support_level": "nonstandard" |
| }, |
| - "close": {}, |
| - "closed": {}, |
| - "confirm": {}, |
| - "console": {}, |
| - "crypto": { |
| - "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| - "support_level": "experimental" |
| + "childElementCount": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| }, |
| - "defaultStatus": {}, |
| - "defaultstatus": { |
| - "support_level": "nonstandard" |
| + "children": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| }, |
| - "devicePixelRatio": { |
| - "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html", |
| - "support_level": "nonstandard" |
| + "compatMode": { |
| + "dart_action": "suppress" |
| }, |
| - "dispatchEvent": {}, |
| - "document": {}, |
| - "event": { |
| + "cookie": {}, |
| + "createAttribute": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-createattribute", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "find": { |
| - "support_level": "nonstandard" |
| + "createAttributeNS": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-createattributens", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "focus": { |
| + "createCDATASection": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-createcdatasection", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "frameElement": {}, |
| - "frames": {}, |
| - "getComputedStyle": {}, |
| - "getMatchedCSSRules": { |
| + "createComment": {}, |
| + "createDocumentFragment": {}, |
| + "createElement": {}, |
| + "createElementNS": {}, |
| + "createEntityReference": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-createentityreference", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "createEvent": {}, |
| + "createExpression": { |
| + "dart_action": "suppress" |
| + }, |
| + "createNSResolver": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator-createNSResolver", |
| + "dart_action": "suppress" |
| + }, |
| + "createNodeIterator": { |
| + "dart_action": "unstable" |
| + }, |
| + "createProcessingInstruction": { |
| + "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-createprocessinginstruction", |
| + "dart_action": "unstable" |
| + }, |
| + "createRange": {}, |
| + "createTextNode": {}, |
| + "createTouch": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "createTouchList": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "createTreeWalker": {}, |
| + "currentScript": { |
| + "support_level": "untriaged" |
| + }, |
| + "defaultCharset": { |
| + "dart_action": "suppress", |
| "support_level": "nonstandard" |
| }, |
| - "getSelection": {}, |
| - "history": {}, |
| - "indexedDB": {}, |
| - "innerHeight": {}, |
| - "innerWidth": {}, |
| - "length": { |
| + "defaultView": {}, |
| + "doctype": { |
| + "dart_action": "suppress" |
| + }, |
| + "documentElement": {}, |
| + "documentURI": {}, |
| + "domain": {}, |
| + "elementFromPoint": {}, |
| + "evaluate": { |
| + "dart_action": "suppress" |
| + }, |
| + "execCommand": {}, |
| + "firstElementChild": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + }, |
| + "fontloader": { |
| + "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", |
| + "support_level": "experimental" |
| + }, |
| + "forms": {}, |
| + "getCSSCanvasContext": { |
| + "comment": "https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariCSSRef/Articles/Functions.html", |
| + "support_level": "nonstandard" |
| + }, |
| + "getElementById": {}, |
| + "getElementsByClassName": {}, |
| + "getElementsByName": {}, |
| + "getElementsByTagName": {}, |
| + "getElementsByTagNameNS": {}, |
| + "getOverrideStyle": { |
| + "dart_action": "suppress", |
| + "support_level": "nonstandard" |
| + }, |
| + "getSelection": { |
| + "dart_action": "unstable" |
| + }, |
| + "head": {}, |
| + "images": { |
| + "dart_action": "suppress" |
| + }, |
| + "implementation": {}, |
| + "importNode": {}, |
| + "inputEncoding": { |
| + "comment": "http://www.w3.org/TR/domcore/", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "localStorage": {}, |
| - "location": {}, |
| - "locationbar": {}, |
| - "matchMedia": {}, |
| - "menubar": {}, |
| - "moveBy": {}, |
| - "moveTo": {}, |
| - "name": {}, |
| - "navigator": {}, |
| - "offscreenBuffering": { |
| - "support_level": "nonstandard" |
| + "lastElementChild": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + }, |
| + "lastModified": {}, |
| + "links": { |
| + "dart_action": "suppress" |
| + }, |
| + "location": { |
| + "dart_action": "suppress" |
| }, |
| - "onDOMContentLoaded": {}, |
| "onabort": {}, |
| - "onbeforeunload": {}, |
| + "onbeforecopy": {}, |
| + "onbeforecut": {}, |
| + "onbeforepaste": {}, |
| "onblur": {}, |
| - "oncanplay": {}, |
| - "oncanplaythrough": {}, |
| "onchange": {}, |
| "onclick": {}, |
| "oncontextmenu": {}, |
| + "oncopy": {}, |
| + "oncut": {}, |
| "ondblclick": {}, |
| - "ondevicemotion": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| - "support_level": "experimental" |
| - }, |
| - "ondeviceorientation": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| - "support_level": "experimental" |
| - }, |
| "ondrag": {}, |
| "ondragend": {}, |
| "ondragenter": {}, |
| @@ -1380,12 +1579,8 @@ |
| "ondragover": {}, |
| "ondragstart": {}, |
| "ondrop": {}, |
| - "ondurationchange": {}, |
| - "onemptied": {}, |
| - "onended": {}, |
| "onerror": {}, |
| "onfocus": {}, |
| - "onhashchange": {}, |
| "oninput": {}, |
| "oninvalid": { |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/section-index.html#attributes-1" |
| @@ -1394,41 +1589,28 @@ |
| "onkeypress": {}, |
| "onkeyup": {}, |
| "onload": {}, |
| - "onloadeddata": {}, |
| - "onloadedmetadata": {}, |
| - "onloadstart": {}, |
| - "onmessage": {}, |
| "onmousedown": {}, |
| "onmousemove": {}, |
| "onmouseout": {}, |
| "onmouseover": {}, |
| "onmouseup": {}, |
| "onmousewheel": {}, |
| - "onoffline": {}, |
| - "ononline": {}, |
| - "onpagehide": {}, |
| - "onpageshow": {}, |
| - "onpause": {}, |
| - "onplay": {}, |
| - "onplaying": {}, |
| - "onpopstate": {}, |
| - "onprogress": {}, |
| - "onratechange": {}, |
| + "onpaste": {}, |
| + "onreadystatechange": {}, |
| "onreset": {}, |
| - "onresize": {}, |
| "onscroll": {}, |
| "onsearch": { |
| "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| "support_level": "experimental" |
| }, |
| - "onseeked": {}, |
| - "onseeking": {}, |
| + "onsecuritypolicyviolation": { |
| + "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#widl-Document-onsecuritypolicyviolation", |
| + "support_level": "experimental" |
| + }, |
| "onselect": {}, |
| - "onstalled": {}, |
| - "onstorage": {}, |
| + "onselectionchange": {}, |
| + "onselectstart": {}, |
| "onsubmit": {}, |
| - "onsuspend": {}, |
| - "ontimeupdate": {}, |
| "ontouchcancel": { |
| "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| "support_level": "experimental" |
| @@ -1445,454 +1627,297 @@ |
| "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| "support_level": "experimental" |
| }, |
| - "ontransitionend": {}, |
| - "onunload": {}, |
| - "onvolumechange": {}, |
| - "onwaiting": {}, |
| - "onwebkitAnimationEnd": { |
| + "onwebkitfullscreenchange": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| "support_level": "experimental" |
| }, |
| - "onwebkitAnimationIteration": { |
| + "onwebkitfullscreenerror": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| "support_level": "experimental" |
| }, |
| - "onwebkitAnimationStart": { |
| + "onwebkitpointerlockchange": { |
| + "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-onpointerlockchange", |
| "support_level": "experimental" |
| }, |
| - "onwebkitTransitionEnd": { |
| - "support_level": "deprecated" |
| - }, |
| - "onwebkitanimationend": { |
| + "onwebkitpointerlockerror": { |
| + "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-onpointerlockerror", |
| "support_level": "experimental" |
| }, |
| - "onwebkitanimationiteration": { |
| - "support_level": "experimental" |
| + "preferredStylesheetSet": { |
| + "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-preferredStyleSheetSet" |
| }, |
| - "onwebkitanimationstart": { |
| + "queryCommandEnabled": {}, |
| + "queryCommandIndeterm": {}, |
| + "queryCommandState": {}, |
| + "queryCommandSupported": {}, |
| + "queryCommandValue": {}, |
| + "querySelector": {}, |
| + "querySelectorAll": {}, |
| + "readyState": {}, |
| + "referrer": {}, |
| + "securityPolicy": { |
| + "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#idl-def-SecurityPolicy", |
| "support_level": "experimental" |
| }, |
| - "onwebkittransitionend": { |
| - "support_level": "deprecated" |
| + "selectedStylesheetSet": { |
| + "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-selectedStyleSheetSet" |
| }, |
| - "open": {}, |
| - "openDatabase": { |
| - "comment": "http://www.w3.org/TR/webdatabase/", |
| - "dart_action": "experimental", |
| + "styleSheets": {}, |
| + "title": {}, |
| + "webkitCancelFullScreen": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| + "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "opener": {}, |
| - "outerHeight": {}, |
| - "outerWidth": {}, |
| - "pagePopupController": { |
| + "webkitCurrentFullScreenElement": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| "dart_action": "suppress", |
| - "support_level": "nonstandard" |
| + "support_level": "deprecated" |
| }, |
| - "pageXOffset": {}, |
| - "pageYOffset": {}, |
| - "parent": {}, |
| - "performance": { |
| - "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performance-attribute" |
| + "webkitExitFullscreen": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-exitfullscreen", |
| + "support_level": "experimental" |
| }, |
| - "personalbar": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personalbar", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "webkitExitPointerLock": { |
| + "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-exitPointerLock-void", |
| + "support_level": "experimental" |
| }, |
| - "postMessage": {}, |
| - "print": {}, |
| - "prompt": {}, |
| - "releaseEvents": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| + "webkitFullScreenKeyboardInputAllowed": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "removeEventListener": {}, |
| - "requestAnimationFrame": {}, |
| - "resizeBy": {}, |
| - "resizeTo": {}, |
| - "screen": {}, |
| - "screenLeft": {}, |
| - "screenTop": {}, |
| - "screenX": {}, |
| - "screenY": {}, |
| - "scroll": {}, |
| - "scrollBy": {}, |
| - "scrollTo": {}, |
| - "scrollX": {}, |
| - "scrollY": {}, |
| - "scrollbars": {}, |
| - "self": {}, |
| - "sessionStorage": {}, |
| - "setInterval": {}, |
| - "setTimeout": {}, |
| - "showModalDialog": {}, |
| - "speechSynthesis": { |
| - "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section", |
| + "webkitFullscreenElement": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenelement", |
| "support_level": "experimental" |
| }, |
| - "status": {}, |
| - "statusbar": {}, |
| - "stop": {}, |
| - "styleMedia": { |
| - "comment": "http://developer.apple.com/library/safari/#documentation/SafariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| - "dart_action": "experimental", |
| - "support_level": "nonstandard" |
| + "webkitFullscreenEnabled": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenenabled", |
| + "support_level": "experimental" |
| }, |
| - "toString": {}, |
| - "toolbar": {}, |
| - "top": {}, |
| - "webkitCancelAnimationFrame": { |
| + "webkitGetNamedFlows": { |
| + "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| "support_level": "experimental" |
| }, |
| - "webkitCancelRequestAnimationFrame": { |
| + "webkitHidden": { |
| + "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#document", |
| "support_level": "experimental" |
| }, |
| - "webkitConvertPointFromNodeToPage": { |
| - "comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html", |
| + "webkitIsFullScreen": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "webkitPointerLockElement": { |
| + "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-pointerLockElement", |
| "support_level": "experimental" |
| }, |
| - "webkitConvertPointFromPageToNode": { |
| - "comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html", |
| + "webkitRegister": { |
| + "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#dfn-document-register", |
| "support_level": "experimental" |
| }, |
| - "webkitIndexedDB": { |
| - "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", |
| + "webkitVisibilityState": { |
| + "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-visibilitystate", |
| "support_level": "experimental" |
| }, |
| - "webkitNotifications": { |
| - "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/posts/8vWo8hq4pDm?e=Showroom", |
| + "window": { |
| + "support_level": "untriaged" |
| + }, |
| + "xmlEncoding": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-xmlencoding", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "webkitRequestAnimationFrame": { |
| + "xmlStandalone": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-xmlstandalone", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "webkitRequestFileSystem": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| - "support_level": "experimental" |
| - }, |
| - "webkitResolveLocalFileSystemURL": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| - "support_level": "experimental" |
| - }, |
| - "webkitStorageInfo": { |
| - "comment": "http://www.w3.org/TR/file-system-api/", |
| + "xmlVersion": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-document-xmlversion", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - }, |
| - "window": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "DataTransferItem": { |
| - "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatransferitem-interface", |
| - "members": { |
| - "getAsFile": {}, |
| - "getAsString": {}, |
| - "kind": {}, |
| - "type": {}, |
| - "webkitGetAsEntry": { |
| - "support_level": "experimental" |
| } |
| }, |
| - "support_level": "experimental" |
| - }, |
| - "DataTransferItemList": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-datatransferitemlist-interface", |
| - "members": { |
| - "add": {}, |
| - "addData": {}, |
| - "addFile": {}, |
| - "clear": {}, |
| - "item": {}, |
| - "length": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "DataView": { |
| - "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| - "members": { |
| - "getFloat32": {}, |
| - "getFloat64": {}, |
| - "getInt16": {}, |
| - "getInt32": {}, |
| - "getInt8": {}, |
| - "getUint16": {}, |
| - "getUint32": {}, |
| - "getUint8": {}, |
| - "setFloat32": {}, |
| - "setFloat64": {}, |
| - "setInt16": {}, |
| - "setInt32": {}, |
| - "setInt8": {}, |
| - "setUint16": {}, |
| - "setUint32": {}, |
| - "setUint8": {} |
| - }, |
| "support_level": "stable" |
| }, |
| - "Database": { |
| - "comment": "http://www.w3.org/TR/webdatabase/#asynchronous-database-api", |
| - "dart_action": "experimental", |
| - "members": { |
| - "changeVersion": {}, |
| - "readTransaction": {}, |
| - "transaction": {}, |
| - "version": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| - "DatabaseCallback": { |
| - "comment": "http://www.w3.org/TR/webdatabase/#databasecallback", |
| - "dart_action": "experimental", |
| + "DocumentFragment": { |
| "members": { |
| - "handleEvent": {} |
| + "DocumentFragment": {}, |
| + "childElementCount": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + }, |
| + "firstElementChild": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + }, |
| + "lastElementChild": { |
| + "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + }, |
| + "querySelector": {}, |
| + "querySelectorAll": {} |
| }, |
| - "support_level": "deprecated" |
| + "support_level": "stable" |
| }, |
| - "DatabaseSync": { |
| - "comment": "http://www.w3.org/TR/webdatabase/#databasesync", |
| + "DocumentType": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927", |
| "dart_action": "suppress", |
| "members": { |
| - "changeVersion": {}, |
| - "lastErrorMessage": {}, |
| - "readTransaction": {}, |
| - "transaction": {}, |
| - "version": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| - "DedicatedWorkerContext": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html", |
| - "members": { |
| - "onmessage": {}, |
| - "postMessage": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "DelayNode": { |
| - "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#DelayNode", |
| - "members": { |
| - "delayTime": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "DeviceAcceleration": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| - "members": { |
| - "x": {}, |
| - "y": {}, |
| - "z": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "DeviceMotionEvent": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| - "members": { |
| - "acceleration": {}, |
| - "accelerationIncludingGravity": {}, |
| - "interval": {}, |
| - "rotationRate": {} |
| + "entities": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "internalSubset": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "name": {}, |
| + "notations": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "publicId": {}, |
| + "remove": { |
| + "support_level": "nonstandard" |
| + }, |
| + "systemId": {} |
| }, |
| - "support_level": "experimental" |
| + "support_level": "stable" |
| }, |
| - "DeviceOrientationEvent": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "DynamicsCompressorNode": { |
| + "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#DynamicsCompressorNode", |
| "members": { |
| - "absolute": {}, |
| - "alpha": {}, |
| - "beta": {}, |
| - "gamma": {}, |
| - "initDeviceOrientationEvent": {} |
| + "attack": {}, |
| + "knee": {}, |
| + "ratio": {}, |
| + "reduction": {}, |
| + "release": {}, |
| + "threshold": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "DeviceRotationRate": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| - "members": { |
| - "alpha": {}, |
| - "beta": {}, |
| - "gamma": {} |
| - }, |
| + "EXTFragDepth": { |
| + "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/", |
| + "members": {}, |
| "support_level": "experimental" |
| }, |
| - "DirectoryEntry": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentry-interface", |
| + "EXTTextureFilterAnisotropic": { |
| + "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/", |
| "members": { |
| - "createReader": {}, |
| - "getDirectory": {}, |
| - "getFile": {}, |
| - "removeRecursively": {} |
| + "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, |
| + "TEXTURE_MAX_ANISOTROPY_EXT": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "DirectoryEntrySync": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentrysync-interface", |
| + "Element": { |
| + "comment": "http://dom.spec.whatwg.org/#interface-element", |
| "members": { |
| - "createReader": {}, |
| - "getDirectory": {}, |
| - "getFile": {}, |
| - "removeRecursively": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "DirectoryReader": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-directoryreader-interface", |
| - "members": { |
| - "readEntries": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "DirectoryReaderSync": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-DirectoryReaderSync", |
| - "members": { |
| - "readEntries": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "Document": { |
| - "comment": "http://dom.spec.whatwg.org/#interface-document", |
| - "members": { |
| - "URL": {}, |
| - "adoptNode": {}, |
| - "anchors": { |
| - "dart_action": "suppress" |
| - }, |
| - "applets": { |
| + "ALLOW_KEYBOARD_INPUT": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "body": {}, |
| - "caretRangeFromPoint": { |
| - "comment": "http://www.w3.org/TR/2009/WD-cssom-view-20090804/#dom-documentview-caretrangefrompoint", |
| - "support_level": "experimental" |
| - }, |
| - "characterSet": {}, |
| - "charset": { |
| - "dart_action": "suppress", |
| + "attributes": {}, |
| + "blur": {}, |
| + "childElementCount": {}, |
| + "children": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| "support_level": "nonstandard" |
| }, |
| - "childElementCount": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + "classList": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#dom-classlist" |
| }, |
| - "children": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| + "className": {}, |
| + "click": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| - "compatMode": { |
| - "dart_action": "suppress" |
| + "clientHeight": {}, |
| + "clientLeft": {}, |
| + "clientTop": {}, |
| + "clientWidth": {}, |
| + "contentEditable": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| - "cookie": {}, |
| - "createAttribute": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-createattribute", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "dataset": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#dom-dataset" |
| }, |
| - "createAttributeNS": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-createattributens", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "dir": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| - "createCDATASection": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-createcdatasection", |
| + "draggable": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| + }, |
| + "firstElementChild": {}, |
| + "focus": {}, |
| + "getAttribute": {}, |
| + "getAttributeNS": {}, |
| + "getAttributeNode": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "createComment": {}, |
| - "createDocumentFragment": {}, |
| - "createElement": {}, |
| - "createElementNS": {}, |
| - "createEntityReference": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-createentityreference", |
| + "getAttributeNodeNS": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "createEvent": {}, |
| - "createExpression": { |
| - "dart_action": "suppress" |
| - }, |
| - "createNSResolver": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator-createNSResolver", |
| + "getBoundingClientRect": {}, |
| + "getClientRects": {}, |
| + "getElementsByClassName": {}, |
| + "getElementsByTagName": {}, |
| + "getElementsByTagNameNS": { |
| "dart_action": "suppress" |
| }, |
| - "createNodeIterator": { |
| - "dart_action": "unstable" |
| - }, |
| - "createProcessingInstruction": { |
| - "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-createprocessinginstruction", |
| - "dart_action": "unstable" |
| - }, |
| - "createRange": {}, |
| - "createTextNode": {}, |
| - "createTouch": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| - "support_level": "experimental" |
| - }, |
| - "createTouchList": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "getInputContext": { |
| + "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", |
| "support_level": "experimental" |
| }, |
| - "createTreeWalker": {}, |
| - "defaultCharset": { |
| - "dart_action": "suppress", |
| + "hasAttribute": {}, |
| + "hasAttributeNS": {}, |
| + "hasAttributes": {}, |
| + "hidden": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| "support_level": "nonstandard" |
| }, |
| - "defaultView": {}, |
| - "doctype": { |
| - "dart_action": "suppress" |
| - }, |
| - "documentElement": {}, |
| - "documentURI": {}, |
| - "domain": {}, |
| - "elementFromPoint": {}, |
| - "evaluate": { |
| - "dart_action": "suppress" |
| - }, |
| - "execCommand": {}, |
| - "firstElementChild": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| - }, |
| - "fontloader": { |
| - "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", |
| - "support_level": "experimental" |
| - }, |
| - "forms": {}, |
| - "getCSSCanvasContext": { |
| - "comment": "https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariCSSRef/Articles/Functions.html", |
| + "id": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| "support_level": "nonstandard" |
| }, |
| - "getElementById": {}, |
| - "getElementsByClassName": {}, |
| - "getElementsByName": {}, |
| - "getElementsByTagName": {}, |
| - "getElementsByTagNameNS": {}, |
| - "getOverrideStyle": { |
| - "dart_action": "suppress", |
| + "innerHTML": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| "support_level": "nonstandard" |
| }, |
| - "getSelection": { |
| - "dart_action": "unstable" |
| - }, |
| - "head": {}, |
| - "images": { |
| - "dart_action": "suppress" |
| - }, |
| - "implementation": {}, |
| - "importNode": {}, |
| - "inputEncoding": { |
| - "comment": "http://www.w3.org/TR/domcore/", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "lastElementChild": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| - }, |
| - "lastModified": {}, |
| - "links": { |
| - "dart_action": "suppress" |
| + "isContentEditable": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| - "location": { |
| - "dart_action": "suppress" |
| + "lang": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| + "lastElementChild": {}, |
| + "nextElementSibling": {}, |
| + "offsetHeight": {}, |
| + "offsetLeft": {}, |
| + "offsetParent": {}, |
| + "offsetTop": {}, |
| + "offsetWidth": {}, |
| "onabort": {}, |
| "onbeforecopy": {}, |
| "onbeforecut": {}, |
| @@ -1926,22 +1951,22 @@ |
| "onmouseout": {}, |
| "onmouseover": {}, |
| "onmouseup": {}, |
| - "onmousewheel": {}, |
| + "onmousewheel": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", |
| + "support_level": "nonstandard" |
| + }, |
| "onpaste": {}, |
| - "onreadystatechange": {}, |
| "onreset": {}, |
| "onscroll": {}, |
| "onsearch": { |
| "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| "support_level": "experimental" |
| }, |
| - "onsecuritypolicyviolation": { |
| - "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#widl-Document-onsecuritypolicyviolation", |
| - "support_level": "experimental" |
| - }, |
| "onselect": {}, |
| - "onselectionchange": {}, |
| - "onselectstart": {}, |
| + "onselectstart": { |
| + "dart_action": "experimental", |
| + "support_level": "nonstandard" |
| + }, |
| "onsubmit": {}, |
| "ontouchcancel": { |
| "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| @@ -1951,6 +1976,14 @@ |
| "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| "support_level": "experimental" |
| }, |
| + "ontouchenter": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "ontouchleave": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| "ontouchmove": { |
| "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| "support_level": "experimental" |
| @@ -1959,6 +1992,10 @@ |
| "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| "support_level": "experimental" |
| }, |
| + "ontransitionend": {}, |
| + "onwebkitTransitionEnd": { |
| + "support_level": "deprecated" |
| + }, |
| "onwebkitfullscreenchange": { |
| "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| "support_level": "experimental" |
| @@ -1967,1278 +2004,1268 @@ |
| "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| "support_level": "experimental" |
| }, |
| - "onwebkitpointerlockchange": { |
| - "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-onpointerlockchange", |
| - "support_level": "experimental" |
| - }, |
| - "onwebkitpointerlockerror": { |
| - "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-onpointerlockerror", |
| - "support_level": "experimental" |
| - }, |
| - "preferredStylesheetSet": { |
| - "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-preferredStyleSheetSet" |
| + "outerHTML": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| - "queryCommandEnabled": {}, |
| - "queryCommandIndeterm": {}, |
| - "queryCommandState": {}, |
| - "queryCommandSupported": {}, |
| - "queryCommandValue": {}, |
| + "previousElementSibling": {}, |
| "querySelector": {}, |
| "querySelectorAll": {}, |
| - "readyState": {}, |
| - "referrer": {}, |
| - "securityPolicy": { |
| - "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#idl-def-SecurityPolicy", |
| - "support_level": "experimental" |
| - }, |
| - "selectedStylesheetSet": { |
| - "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-selectedStyleSheetSet" |
| + "remove": { |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| }, |
| - "styleSheets": {}, |
| - "title": {}, |
| - "webkitCancelFullScreen": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| + "removeAttribute": {}, |
| + "removeAttributeNS": {}, |
| + "removeAttributeNode": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-element-removeattributenode", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "webkitCurrentFullScreenElement": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| + "scrollByLines": {}, |
| + "scrollByPages": {}, |
| + "scrollHeight": {}, |
| + "scrollIntoView": { |
| + "comment": "http://dev.w3.org/csswg/cssom-view/#widl-Element-scrollIntoView-void-boolean-top" |
| + }, |
| + "scrollIntoViewIfNeeded": { |
| + "comment": "http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded", |
| + "support_level": "nonstandard" |
| + }, |
| + "scrollLeft": {}, |
| + "scrollTop": {}, |
| + "scrollWidth": {}, |
| + "setAttribute": {}, |
| + "setAttributeNS": {}, |
| + "setAttributeNode": { |
| + "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "webkitExitFullscreen": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-exitfullscreen", |
| - "support_level": "experimental" |
| + "setAttributeNodeNS": {}, |
| + "spellcheck": { |
| + "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking", |
| + "dart_action": "experimental", |
| + "support_level": "nonstandard" |
| }, |
| - "webkitExitPointerLock": { |
| - "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-exitPointerLock-void", |
| + "style": {}, |
| + "tabIndex": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| + }, |
| + "tagName": {}, |
| + "title": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "dart_action": "stable", |
| + "support_level": "nonstandard" |
| + }, |
| + "translate": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-translate-attribute", |
| "support_level": "experimental" |
| }, |
| - "webkitFullScreenKeyboardInputAllowed": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "webkitCreateShadowRoot": { |
| + "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root", |
| + "support_level": "experimental" |
| }, |
| - "webkitFullscreenElement": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenelement", |
| + "webkitGetRegionFlowRanges": { |
| + "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-getregionflowranges", |
| "support_level": "experimental" |
| }, |
| - "webkitFullscreenEnabled": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenenabled", |
| + "webkitInsertionParent": { |
| + "comment": "https://www.w3.org/Bugs/Public/show_bug.cgi?id=21067", |
| "support_level": "experimental" |
| }, |
| - "webkitGetNamedFlows": { |
| - "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| + "webkitMatchesSelector": { |
| + "comment": "http://dev.w3.org/2006/webapi/selectors-api2/#matches", |
| "support_level": "experimental" |
| }, |
| - "webkitHidden": { |
| - "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#document", |
| + "webkitPseudo": { |
| + "dart_action": "experimental", |
| + "support_level": "nonstandard" |
| + }, |
| + "webkitRegionOverset": { |
| + "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-regionoverset", |
| "support_level": "experimental" |
| }, |
| - "webkitIsFullScreen": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| + "webkitRequestFullScreen": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "webkitPointerLockElement": { |
| - "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-pointerLockElement", |
| + "webkitRequestFullscreen": { |
| + "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen", |
| "support_level": "experimental" |
| }, |
| - "webkitRegister": { |
| - "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#dfn-document-register", |
| + "webkitRequestPointerLock": { |
| + "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Element-requestPointerLock-void", |
| "support_level": "experimental" |
| }, |
| - "webkitVisibilityState": { |
| - "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-visibilitystate", |
| + "webkitShadowRoot": { |
| + "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root", |
| "support_level": "experimental" |
| }, |
| - "window": { |
| - "support_level": "untriaged" |
| - }, |
| - "xmlEncoding": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-xmlencoding", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "xmlStandalone": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-xmlstandalone", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "xmlVersion": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-document-xmlversion", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "webkitdropzone": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute", |
| + "support_level": "experimental" |
| } |
| }, |
| "support_level": "stable" |
| }, |
| - "DocumentFragment": { |
| + "ElementTimeControl": { |
| + "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeControl", |
| + "dart_action": "unstable", |
| "members": { |
| - "DocumentFragment": {}, |
| - "childElementCount": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| - }, |
| - "firstElementChild": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| - }, |
| - "lastElementChild": { |
| - "comment": "http://dom.spec.whatwg.org/#parentnode" |
| - }, |
| - "querySelector": {}, |
| - "querySelectorAll": {} |
| + "beginElement": {}, |
| + "beginElementAt": {}, |
| + "endElement": {}, |
| + "endElementAt": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "DocumentType": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927", |
| + "ElementTraversal": { |
| + "dart_action": "unstable", |
| + "members": { |
| + "childElementCount": {}, |
| + "firstElementChild": {}, |
| + "lastElementChild": {}, |
| + "nextElementSibling": {}, |
| + "previousElementSibling": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "Entity": { |
| "dart_action": "suppress", |
| "members": { |
| - "entities": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "internalSubset": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "name": {}, |
| - "notations": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| + "notationName": {}, |
| "publicId": {}, |
| - "remove": { |
| - "support_level": "nonstandard" |
| - }, |
| "systemId": {} |
| }, |
| - "support_level": "stable" |
| + "support_level": "deprecated" |
| }, |
| - "DynamicsCompressorNode": { |
| - "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#DynamicsCompressorNode", |
| + "EntityReference": { |
| + "dart_action": "suppress", |
| + "members": {}, |
| + "support_level": "deprecated" |
| + }, |
| + "EntriesCallback": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-entriescallback-interface", |
| "members": { |
| - "attack": {}, |
| - "knee": {}, |
| - "ratio": {}, |
| - "reduction": {}, |
| - "release": {}, |
| - "threshold": {} |
| + "handleEvent": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "EXTDrawBuffers": { |
| - "comment": "http://www.khronos.org/registry/webgl/specs/latest/", |
| - "dart_action": "experimental", |
| + "Entry": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", |
| "members": { |
| - "COLOR_ATTACHMENT0_EXT": {}, |
| - "COLOR_ATTACHMENT10_EXT": {}, |
| - "COLOR_ATTACHMENT11_EXT": {}, |
| - "COLOR_ATTACHMENT12_EXT": {}, |
| - "COLOR_ATTACHMENT13_EXT": {}, |
| - "COLOR_ATTACHMENT14_EXT": {}, |
| - "COLOR_ATTACHMENT15_EXT": {}, |
| - "COLOR_ATTACHMENT1_EXT": {}, |
| - "COLOR_ATTACHMENT2_EXT": {}, |
| - "COLOR_ATTACHMENT3_EXT": {}, |
| - "COLOR_ATTACHMENT4_EXT": {}, |
| - "COLOR_ATTACHMENT5_EXT": {}, |
| - "COLOR_ATTACHMENT6_EXT": {}, |
| - "COLOR_ATTACHMENT7_EXT": {}, |
| - "COLOR_ATTACHMENT8_EXT": {}, |
| - "COLOR_ATTACHMENT9_EXT": {}, |
| - "DRAW_BUFFER0_EXT": {}, |
| - "DRAW_BUFFER10_EXT": {}, |
| - "DRAW_BUFFER11_EXT": {}, |
| - "DRAW_BUFFER12_EXT": {}, |
| - "DRAW_BUFFER13_EXT": {}, |
| - "DRAW_BUFFER14_EXT": {}, |
| - "DRAW_BUFFER15_EXT": {}, |
| - "DRAW_BUFFER1_EXT": {}, |
| - "DRAW_BUFFER2_EXT": {}, |
| - "DRAW_BUFFER3_EXT": {}, |
| - "DRAW_BUFFER4_EXT": {}, |
| - "DRAW_BUFFER5_EXT": {}, |
| - "DRAW_BUFFER6_EXT": {}, |
| - "DRAW_BUFFER7_EXT": {}, |
| - "DRAW_BUFFER8_EXT": {}, |
| - "DRAW_BUFFER9_EXT": {}, |
| - "MAX_COLOR_ATTACHMENTS_EXT": {}, |
| - "MAX_DRAW_BUFFERS_EXT": {}, |
| - "drawBuffersEXT": {} |
| + "copyTo": {}, |
| + "filesystem": {}, |
| + "fullPath": {}, |
| + "getMetadata": {}, |
| + "getParent": {}, |
| + "isDirectory": {}, |
| + "isFile": {}, |
| + "moveTo": {}, |
| + "name": {}, |
| + "remove": {}, |
| + "toURL": {} |
| }, |
| - "support_level": "stable" |
| + "support_level": "experimental" |
| }, |
| - "EXTFragDepth": { |
| - "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/", |
| - "members": {}, |
| + "EntryArray": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", |
| + "members": { |
| + "item": {}, |
| + "length": {} |
| + }, |
| "support_level": "experimental" |
| }, |
| - "EXTTextureFilterAnisotropic": { |
| - "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/", |
| + "EntryArraySync": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", |
| "members": { |
| - "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, |
| - "TEXTURE_MAX_ANISOTROPY_EXT": {} |
| + "item": {}, |
| + "length": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "Element": { |
| - "comment": "http://dom.spec.whatwg.org/#interface-element", |
| + "EntryCallback": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-entrycallback-interface", |
| "members": { |
| - "ALLOW_KEYBOARD_INPUT": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "attributes": {}, |
| - "blur": {}, |
| - "childElementCount": {}, |
| - "children": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| - }, |
| - "classList": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#dom-classlist" |
| - }, |
| - "className": {}, |
| - "click": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| - }, |
| - "clientHeight": {}, |
| - "clientLeft": {}, |
| - "clientTop": {}, |
| - "clientWidth": {}, |
| - "contentEditable": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "handleEvent": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "EntrySync": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", |
| + "members": { |
| + "copyTo": {}, |
| + "filesystem": {}, |
| + "fullPath": {}, |
| + "getMetadata": {}, |
| + "getParent": {}, |
| + "isDirectory": {}, |
| + "isFile": {}, |
| + "moveTo": {}, |
| + "name": {}, |
| + "remove": {}, |
| + "toURL": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "ErrorCallback": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-errorcallback-interface", |
| + "members": { |
| + "handleEvent": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "ErrorEvent": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#errorevent", |
| + "dart_action": "unstable", |
| + "members": { |
| + "filename": {}, |
| + "lineno": {}, |
| + "message": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "Event": { |
| + "members": { |
| + "AT_TARGET": {}, |
| + "BLUR": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "dataset": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#dom-dataset" |
| + "BUBBLING_PHASE": {}, |
| + "CAPTURING_PHASE": {}, |
| + "CHANGE": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "dir": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "CLICK": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "draggable": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "DBLCLICK": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "firstElementChild": {}, |
| - "focus": {}, |
| - "getAttribute": {}, |
| - "getAttributeNS": {}, |
| - "getAttributeNode": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", |
| + "DRAGDROP": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "getAttributeNodeNS": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", |
| + "FOCUS": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "getBoundingClientRect": {}, |
| - "getClientRects": {}, |
| - "getElementsByClassName": {}, |
| - "getElementsByTagName": {}, |
| - "getElementsByTagNameNS": { |
| - "dart_action": "suppress" |
| + "KEYDOWN": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "getInputContext": { |
| - "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", |
| - "support_level": "experimental" |
| + "KEYPRESS": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "hasAttribute": {}, |
| - "hasAttributeNS": {}, |
| - "hasAttributes": {}, |
| - "hidden": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "KEYUP": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "id": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "MOUSEDOWN": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "innerHTML": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "MOUSEDRAG": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "isContentEditable": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "MOUSEMOVE": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "lang": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| + "MOUSEOUT": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "lastElementChild": {}, |
| - "nextElementSibling": {}, |
| - "offsetHeight": {}, |
| - "offsetLeft": {}, |
| - "offsetParent": {}, |
| - "offsetTop": {}, |
| - "offsetWidth": {}, |
| - "onabort": {}, |
| - "onbeforecopy": {}, |
| - "onbeforecut": {}, |
| - "onbeforepaste": {}, |
| - "onblur": {}, |
| - "onchange": {}, |
| - "onclick": {}, |
| - "oncontextmenu": {}, |
| - "oncopy": {}, |
| - "oncut": {}, |
| - "ondblclick": {}, |
| - "ondrag": {}, |
| - "ondragend": {}, |
| - "ondragenter": {}, |
| - "ondragleave": {}, |
| - "ondragover": {}, |
| - "ondragstart": {}, |
| - "ondrop": {}, |
| - "onerror": {}, |
| - "onfocus": {}, |
| - "oninput": {}, |
| - "oninvalid": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/section-index.html#attributes-1" |
| + "MOUSEOVER": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "onkeydown": {}, |
| - "onkeypress": {}, |
| - "onkeyup": {}, |
| - "onload": {}, |
| - "onmousedown": {}, |
| - "onmousemove": {}, |
| - "onmouseout": {}, |
| - "onmouseover": {}, |
| - "onmouseup": {}, |
| - "onmousewheel": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", |
| - "support_level": "nonstandard" |
| + "MOUSEUP": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "onpaste": {}, |
| - "onreset": {}, |
| - "onscroll": {}, |
| - "onsearch": { |
| - "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| - "support_level": "experimental" |
| + "NONE": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "onselect": {}, |
| - "onselectstart": { |
| - "dart_action": "experimental", |
| - "support_level": "nonstandard" |
| + "SELECT": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "onsubmit": {}, |
| - "ontouchcancel": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| - "support_level": "experimental" |
| + "bubbles": {}, |
| + "cancelBubble": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-stopPropagation", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "ontouchend": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| - "support_level": "experimental" |
| + "cancelable": {}, |
| + "clipboardData": { |
| + "comment": "Part of copy/paste", |
| + "dart_action": "experimental", |
| + "support_level": "nonstandard" |
| }, |
| - "ontouchenter": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "currentTarget": {}, |
| + "defaultPrevented": {}, |
| + "eventPhase": {}, |
| + "initEvent": {}, |
| + "path": { |
| + "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event", |
| "support_level": "experimental" |
| }, |
| - "ontouchleave": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| - "support_level": "experimental" |
| + "preventDefault": {}, |
| + "returnValue": { |
| + "comment": "http://dev.w3.org/html5/spec-LC/history.html#dom-beforeunloadevent-returnvalue", |
| + "support_level": "nonstandard" |
| }, |
| - "ontouchmove": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| - "support_level": "experimental" |
| + "srcElement": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "ontouchstart": { |
| - "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| - "support_level": "experimental" |
| - }, |
| - "ontransitionend": {}, |
| - "onwebkitTransitionEnd": { |
| - "support_level": "deprecated" |
| - }, |
| - "onwebkitfullscreenchange": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| - "support_level": "experimental" |
| - }, |
| - "onwebkitfullscreenerror": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", |
| - "support_level": "experimental" |
| - }, |
| - "outerHTML": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| - }, |
| - "previousElementSibling": {}, |
| - "querySelector": {}, |
| - "querySelectorAll": {}, |
| - "remove": { |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| - }, |
| - "removeAttribute": {}, |
| - "removeAttributeNS": {}, |
| - "removeAttributeNode": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-element-removeattributenode", |
| + "stopImmediatePropagation": {}, |
| + "stopPropagation": {}, |
| + "target": {}, |
| + "timeStamp": {}, |
| + "type": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "EventException": { |
| + "comment": "http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/events.html#Events-EventException", |
| + "dart_action": "unstable", |
| + "members": { |
| + "DISPATCH_REQUEST_ERR": {}, |
| + "UNSPECIFIED_EVENT_TYPE_ERR": {}, |
| + "code": {}, |
| + "message": { |
| "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "scrollByLines": {}, |
| - "scrollByPages": {}, |
| - "scrollHeight": {}, |
| - "scrollIntoView": { |
| - "comment": "http://dev.w3.org/csswg/cssom-view/#widl-Element-scrollIntoView-void-boolean-top" |
| - }, |
| - "scrollIntoViewIfNeeded": { |
| - "comment": "http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded", |
| "support_level": "nonstandard" |
| }, |
| - "scrollLeft": {}, |
| - "scrollTop": {}, |
| - "scrollWidth": {}, |
| - "setAttribute": {}, |
| - "setAttributeNS": {}, |
| - "setAttributeNode": { |
| - "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode", |
| + "name": { |
| "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "setAttributeNodeNS": {}, |
| - "spellcheck": { |
| - "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking", |
| - "dart_action": "experimental", |
| - "support_level": "nonstandard" |
| - }, |
| - "style": {}, |
| - "tabIndex": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| - }, |
| - "tagName": {}, |
| - "title": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| - "dart_action": "stable", |
| - "support_level": "nonstandard" |
| - }, |
| - "translate": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-translate-attribute", |
| - "support_level": "experimental" |
| - }, |
| - "webkitCreateShadowRoot": { |
| - "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root", |
| - "support_level": "experimental" |
| - }, |
| - "webkitGetRegionFlowRanges": { |
| - "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-getregionflowranges", |
| - "support_level": "experimental" |
| - }, |
| - "webkitInsertionParent": { |
| - "comment": "https://www.w3.org/Bugs/Public/show_bug.cgi?id=21067", |
| - "support_level": "experimental" |
| - }, |
| - "webkitMatchesSelector": { |
| - "comment": "http://dev.w3.org/2006/webapi/selectors-api2/#matches", |
| - "support_level": "experimental" |
| - }, |
| - "webkitPseudo": { |
| - "dart_action": "experimental", |
| "support_level": "nonstandard" |
| }, |
| - "webkitRegionOverset": { |
| - "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-regionoverset", |
| - "support_level": "experimental" |
| - }, |
| - "webkitRequestFullScreen": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen", |
| + "toString": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "EventSource": { |
| + "comment": "http://www.w3.org/TR/eventsource/#the-eventsource-interface", |
| + "dart_action": "experimental", |
| + "members": { |
| + "CLOSED": {}, |
| + "CONNECTING": {}, |
| + "EventSource": {}, |
| + "OPEN": {}, |
| + "URL": { |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "webkitRequestFullscreen": { |
| - "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen", |
| - "support_level": "experimental" |
| - }, |
| - "webkitRequestPointerLock": { |
| - "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Element-requestPointerLock-void", |
| - "support_level": "experimental" |
| - }, |
| - "webkitShadowRoot": { |
| - "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root", |
| - "support_level": "experimental" |
| - }, |
| - "webkitdropzone": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute", |
| - "support_level": "experimental" |
| - } |
| + "addEventListener": {}, |
| + "close": {}, |
| + "dispatchEvent": {}, |
| + "onerror": {}, |
| + "onmessage": {}, |
| + "onopen": {}, |
| + "readyState": {}, |
| + "removeEventListener": {}, |
| + "url": {}, |
| + "withCredentials": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "ElementTimeControl": { |
| - "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeControl", |
| - "dart_action": "unstable", |
| + "EventTarget": { |
| "members": { |
| - "beginElement": {}, |
| - "beginElementAt": {}, |
| - "endElement": {}, |
| - "endElementAt": {} |
| + "addEventListener": {}, |
| + "dispatchEvent": {}, |
| + "removeEventListener": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "ElementTraversal": { |
| - "dart_action": "unstable", |
| + "File": { |
| + "comment": "http://www.w3.org/TR/FileAPI/#dfn-file", |
| "members": { |
| - "childElementCount": {}, |
| - "firstElementChild": {}, |
| - "lastElementChild": {}, |
| - "nextElementSibling": {}, |
| - "previousElementSibling": {} |
| + "lastModifiedDate": {}, |
| + "name": {}, |
| + "webkitRelativePath": { |
| + "comment": "https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3", |
| + "support_level": "experimental" |
| + } |
| }, |
| "support_level": "stable" |
| }, |
| - "Entity": { |
| - "dart_action": "suppress", |
| + "FileCallback": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-filecallback-interface", |
| "members": { |
| - "notationName": {}, |
| - "publicId": {}, |
| - "systemId": {} |
| + "handleEvent": {} |
| }, |
| - "support_level": "deprecated" |
| - }, |
| - "EntityReference": { |
| - "dart_action": "suppress", |
| - "members": {}, |
| - "support_level": "deprecated" |
| + "support_level": "experimental" |
| }, |
| - "EntriesCallback": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-entriescallback-interface", |
| + "FileEntry": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-fileentry-interface", |
| "members": { |
| - "handleEvent": {} |
| + "createWriter": {}, |
| + "file": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "Entry": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", |
| + "FileEntrySync": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-fileentrysync-interface", |
| "members": { |
| - "copyTo": {}, |
| - "filesystem": {}, |
| - "fullPath": {}, |
| - "getMetadata": {}, |
| - "getParent": {}, |
| - "isDirectory": {}, |
| - "isFile": {}, |
| - "moveTo": {}, |
| - "name": {}, |
| - "remove": {}, |
| - "toURL": {} |
| + "createWriter": {}, |
| + "file": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "EntryArray": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", |
| + "FileError": { |
| + "comment": "http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", |
| "members": { |
| - "item": {}, |
| - "length": {} |
| + "ABORT_ERR": {}, |
| + "ENCODING_ERR": {}, |
| + "INVALID_MODIFICATION_ERR": {}, |
| + "INVALID_STATE_ERR": {}, |
| + "NOT_FOUND_ERR": {}, |
| + "NOT_READABLE_ERR": {}, |
| + "NO_MODIFICATION_ALLOWED_ERR": {}, |
| + "PATH_EXISTS_ERR": {}, |
| + "QUOTA_EXCEEDED_ERR": {}, |
| + "SECURITY_ERR": {}, |
| + "SYNTAX_ERR": {}, |
| + "TYPE_MISMATCH_ERR": {}, |
| + "code": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "EntryArraySync": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", |
| + "FileException": { |
| + "comment": "http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", |
| "members": { |
| - "item": {}, |
| - "length": {} |
| + "ABORT_ERR": {}, |
| + "ENCODING_ERR": {}, |
| + "INVALID_MODIFICATION_ERR": {}, |
| + "INVALID_STATE_ERR": {}, |
| + "NOT_FOUND_ERR": {}, |
| + "NOT_READABLE_ERR": {}, |
| + "NO_MODIFICATION_ALLOWED_ERR": {}, |
| + "PATH_EXISTS_ERR": {}, |
| + "QUOTA_EXCEEDED_ERR": {}, |
| + "SECURITY_ERR": {}, |
| + "SYNTAX_ERR": {}, |
| + "TYPE_MISMATCH_ERR": {}, |
| + "code": {}, |
| + "message": {}, |
| + "name": {}, |
| + "toString": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "EntryCallback": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-entrycallback-interface", |
| + "FileList": { |
| + "comment": "http://www.w3.org/TR/FileAPI/#dfn-filelist", |
| + "members": { |
| + "item": {}, |
| + "length": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "FileReader": { |
| + "comment": "http://www.w3.org/TR/FileAPI/#FileReader-interface", |
| + "members": { |
| + "DONE": {}, |
| + "EMPTY": {}, |
| + "FileReader": {}, |
| + "LOADING": {}, |
| + "abort": {}, |
| + "addEventListener": {}, |
| + "dispatchEvent": {}, |
| + "error": {}, |
| + "onabort": {}, |
| + "onerror": {}, |
| + "onload": {}, |
| + "onloadend": {}, |
| + "onloadstart": {}, |
| + "onprogress": {}, |
| + "readAsArrayBuffer": {}, |
| + "readAsBinaryString": { |
| + "comment": "http://blog.whatwg.org/weekly-stream-autocomplete", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "readAsDataURL": {}, |
| + "readAsText": {}, |
| + "readyState": {}, |
| + "removeEventListener": {}, |
| + "result": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "FileReaderSync": { |
| + "comment": "http://www.w3.org/TR/FileAPI/#FileReaderSync", |
| + "members": { |
| + "FileReaderSync": {}, |
| + "readAsArrayBuffer": {}, |
| + "readAsBinaryString": {}, |
| + "readAsDataURL": {}, |
| + "readAsText": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "FileSystemCallback": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemcallback-interface", |
| "members": { |
| "handleEvent": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "EntrySync": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", |
| + "FileWriter": { |
| + "comment": "http://www.w3.org/TR/file-writer-api/#the-filewriter-interface", |
| "members": { |
| - "copyTo": {}, |
| - "filesystem": {}, |
| - "fullPath": {}, |
| - "getMetadata": {}, |
| - "getParent": {}, |
| - "isDirectory": {}, |
| - "isFile": {}, |
| - "moveTo": {}, |
| - "name": {}, |
| - "remove": {}, |
| - "toURL": {} |
| + "DONE": {}, |
| + "INIT": {}, |
| + "WRITING": {}, |
| + "abort": {}, |
| + "addEventListener": {}, |
| + "dispatchEvent": {}, |
| + "error": {}, |
| + "length": {}, |
| + "onabort": {}, |
| + "onerror": {}, |
| + "onprogress": {}, |
| + "onwrite": {}, |
| + "onwriteend": {}, |
| + "onwritestart": {}, |
| + "position": {}, |
| + "readyState": {}, |
| + "removeEventListener": {}, |
| + "seek": {}, |
| + "truncate": {}, |
| + "write": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "ErrorCallback": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-errorcallback-interface", |
| + "FileWriterCallback": { |
| + "comment": "http://www.w3.org/TR/file-writer-api/#idl-def-FileWriter", |
| "members": { |
| "handleEvent": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "ErrorEvent": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#errorevent", |
| + "FileWriterSync": { |
| + "comment": "http://www.w3.org/TR/file-writer-api/#idl-def-FileWriterSync", |
| + "members": { |
| + "length": {}, |
| + "position": {}, |
| + "seek": {}, |
| + "truncate": {}, |
| + "write": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "Float32Array": { |
| + "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| + "members": { |
| + "BYTES_PER_ELEMENT": {}, |
| + "length": {}, |
| + "setElements": {}, |
| + "subarray": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "Float64Array": { |
| + "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| + "members": { |
| + "BYTES_PER_ELEMENT": {}, |
| + "length": {}, |
| + "setElements": {}, |
| + "subarray": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "FocusEvent": { |
| + "members": { |
| + "relatedTarget": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "FontLoader": { |
| + "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", |
| + "members": { |
| + "addEventListener": {}, |
| + "checkFont": {}, |
| + "dispatchEvent": {}, |
| + "loadFont": {}, |
| + "loading": {}, |
| + "notifyWhenFontsReady": {}, |
| + "onerror": {}, |
| + "onload": {}, |
| + "onloading": {}, |
| + "onloadingdone": {}, |
| + "onloadstart": {}, |
| + "removeEventListener": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "FormData": { |
| + "comment": "http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata", |
| + "members": { |
| + "FormData": {}, |
| + "append": {}, |
| + "appendBlob": {}, |
| + "appendString": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "GainNode": { |
| + "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#GainNode", |
| + "members": { |
| + "gain": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "Gamepad": { |
| + "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gamepad-interface", |
| + "members": { |
| + "axes": {}, |
| + "buttons": {}, |
| + "id": {}, |
| + "index": {}, |
| + "timestamp": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "GamepadList": { |
| + "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html", |
| + "members": { |
| + "item": {}, |
| + "length": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "Geolocation": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source.html#geolocation_interface", |
| "dart_action": "unstable", |
| "members": { |
| - "filename": {}, |
| - "lineno": {}, |
| - "message": {} |
| + "clearWatch": {}, |
| + "getCurrentPosition": {}, |
| + "watchPosition": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "Event": { |
| + "Geoposition": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source.html#position", |
| + "dart_action": "unstable", |
| "members": { |
| - "AT_TARGET": {}, |
| - "BLUR": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "coords": {}, |
| + "timestamp": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLAllCollection": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all", |
| + "dart_action": "suppress", |
| + "members": { |
| + "__getter__": {}, |
| + "item": {}, |
| + "length": {}, |
| + "namedItem": {}, |
| + "tags": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "HTMLAnchorElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element", |
| + "members": { |
| + "HTMLAnchorElement": {}, |
| + "charset": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "BUBBLING_PHASE": {}, |
| - "CAPTURING_PHASE": {}, |
| - "CHANGE": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "coords": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "CLICK": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "download": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download" |
| }, |
| - "DBLCLICK": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "hash": {}, |
| + "host": {}, |
| + "hostname": {}, |
| + "href": {}, |
| + "hreflang": {}, |
| + "name": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "DRAGDROP": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "origin": { |
| + "comment": "WebKit only", |
| "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "support_level": "nonstandard" |
| }, |
| - "FOCUS": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "pathname": {}, |
| + "ping": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "KEYDOWN": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "KEYPRESS": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "KEYUP": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "port": {}, |
| + "protocol": {}, |
| + "rel": {}, |
| + "rev": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "MOUSEDOWN": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "search": {}, |
| + "shape": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "MOUSEDRAG": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "target": {}, |
| + "text": {}, |
| + "toString": {}, |
| + "type": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLAppletElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#the-applet-element", |
| + "dart_action": "suppress", |
| + "members": { |
| + "align": {}, |
| + "alt": {}, |
| + "archive": {}, |
| + "code": {}, |
| + "codeBase": {}, |
| + "height": {}, |
| + "hspace": {}, |
| + "name": {}, |
| + "object": {}, |
| + "vspace": {}, |
| + "width": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "HTMLAreaElement": { |
| + "comment": "http://developers.whatwg.org/the-map-element.html#the-area-element", |
| + "members": { |
| + "HTMLAreaElement": {}, |
| + "alt": {}, |
| + "coords": {}, |
| + "hash": {}, |
| + "host": {}, |
| + "hostname": {}, |
| + "href": {}, |
| + "noHref": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAreaElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "MOUSEMOVE": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "pathname": {}, |
| + "ping": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAreaElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "MOUSEOUT": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "port": {}, |
| + "protocol": {}, |
| + "search": {}, |
| + "shape": {}, |
| + "target": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLAudioElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element", |
| + "members": { |
| + "HTMLAudioElement": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLBRElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element", |
| + "members": { |
| + "HTMLBRElement": {}, |
| + "clear": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBRElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - }, |
| - "MOUSEOVER": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + } |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLBaseElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element", |
| + "members": { |
| + "HTMLBaseElement": {}, |
| + "href": {}, |
| + "target": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLBaseFontElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#basefont", |
| + "dart_action": "suppress", |
| + "members": { |
| + "color": {}, |
| + "face": {}, |
| + "size": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "HTMLBodyElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-body-element", |
| + "members": { |
| + "HTMLBodyElement": {}, |
| + "aLink": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "MOUSEUP": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "background": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "NONE": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "bgColor": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "SELECT": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", |
| + "link": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "bubbles": {}, |
| - "cancelBubble": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-stopPropagation", |
| + "onbeforeunload": {}, |
| + "onblur": {}, |
| + "onerror": {}, |
| + "onfocus": {}, |
| + "onhashchange": {}, |
| + "onload": {}, |
| + "onmessage": {}, |
| + "onoffline": {}, |
| + "ononline": {}, |
| + "onpopstate": {}, |
| + "onresize": {}, |
| + "onstorage": {}, |
| + "onunload": {}, |
| + "text": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "cancelable": {}, |
| - "clipboardData": { |
| - "comment": "Part of copy/paste", |
| - "dart_action": "experimental", |
| - "support_level": "nonstandard" |
| - }, |
| - "currentTarget": {}, |
| - "defaultPrevented": {}, |
| - "eventPhase": {}, |
| - "initEvent": {}, |
| - "path": { |
| - "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event", |
| - "support_level": "experimental" |
| - }, |
| - "preventDefault": {}, |
| - "returnValue": { |
| - "comment": "http://dev.w3.org/html5/spec-LC/history.html#dom-beforeunloadevent-returnvalue", |
| - "support_level": "nonstandard" |
| - }, |
| - "srcElement": { |
| + "vLink": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - }, |
| - "stopImmediatePropagation": {}, |
| - "stopPropagation": {}, |
| - "target": {}, |
| - "timeStamp": {}, |
| - "type": {} |
| + } |
| }, |
| "support_level": "stable" |
| }, |
| - "EventException": { |
| - "comment": "http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/events.html#Events-EventException", |
| - "dart_action": "unstable", |
| + "HTMLButtonElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element", |
| "members": { |
| - "DISPATCH_REQUEST_ERR": {}, |
| - "UNSPECIFIED_EVENT_TYPE_ERR": {}, |
| - "code": {}, |
| - "message": { |
| - "dart_action": "suppress", |
| - "support_level": "nonstandard" |
| - }, |
| - "name": { |
| - "dart_action": "suppress", |
| - "support_level": "nonstandard" |
| + "HTMLButtonElement": {}, |
| + "autofocus": {}, |
| + "checkValidity": {}, |
| + "disabled": {}, |
| + "form": {}, |
| + "formAction": {}, |
| + "formEnctype": {}, |
| + "formMethod": {}, |
| + "formNoValidate": {}, |
| + "formTarget": {}, |
| + "labels": { |
| + "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| + "dart_action": "unstable" |
| }, |
| - "toString": {} |
| + "name": {}, |
| + "setCustomValidity": {}, |
| + "type": {}, |
| + "validationMessage": {}, |
| + "validity": {}, |
| + "value": {}, |
| + "willValidate": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "EventSource": { |
| - "comment": "http://www.w3.org/TR/eventsource/#the-eventsource-interface", |
| - "dart_action": "experimental", |
| + "HTMLCanvasElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element", |
| "members": { |
| - "CLOSED": {}, |
| - "CONNECTING": {}, |
| - "EventSource": {}, |
| - "OPEN": {}, |
| - "URL": { |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "HTMLCanvasElement": {}, |
| + "getContext": {}, |
| + "height": {}, |
| + "onwebglcontextlost": { |
| + "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.2" |
| }, |
| - "addEventListener": {}, |
| - "close": {}, |
| - "dispatchEvent": {}, |
| - "onerror": {}, |
| - "onmessage": {}, |
| - "onopen": {}, |
| - "readyState": {}, |
| - "removeEventListener": {}, |
| - "url": {}, |
| - "withCredentials": {} |
| + "onwebglcontextrestored": { |
| + "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.3" |
| + }, |
| + "toDataURL": {}, |
| + "width": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "EventTarget": { |
| + "HTMLCollection": { |
| + "comment": "http://www.w3.org/TR/domcore/#interface-htmlcollection", |
| "members": { |
| - "addEventListener": {}, |
| - "dispatchEvent": {}, |
| - "removeEventListener": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "File": { |
| - "comment": "http://www.w3.org/TR/FileAPI/#dfn-file", |
| - "members": { |
| - "lastModifiedDate": {}, |
| - "name": {}, |
| - "webkitRelativePath": { |
| - "comment": "https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3", |
| - "support_level": "experimental" |
| - } |
| + "__getter__": {}, |
| + "item": {}, |
| + "length": {}, |
| + "namedItem": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "FileCallback": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-filecallback-interface", |
| - "members": { |
| - "handleEvent": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileEntry": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-fileentry-interface", |
| - "members": { |
| - "createWriter": {}, |
| - "file": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileEntrySync": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-fileentrysync-interface", |
| - "members": { |
| - "createWriter": {}, |
| - "file": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileError": { |
| - "comment": "http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", |
| - "members": { |
| - "ABORT_ERR": {}, |
| - "ENCODING_ERR": {}, |
| - "INVALID_MODIFICATION_ERR": {}, |
| - "INVALID_STATE_ERR": {}, |
| - "NOT_FOUND_ERR": {}, |
| - "NOT_READABLE_ERR": {}, |
| - "NO_MODIFICATION_ALLOWED_ERR": {}, |
| - "PATH_EXISTS_ERR": {}, |
| - "QUOTA_EXCEEDED_ERR": {}, |
| - "SECURITY_ERR": {}, |
| - "SYNTAX_ERR": {}, |
| - "TYPE_MISMATCH_ERR": {}, |
| - "code": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileException": { |
| - "comment": "http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", |
| + "HTMLContentElement": { |
| + "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#content-element", |
| "members": { |
| - "ABORT_ERR": {}, |
| - "ENCODING_ERR": {}, |
| - "INVALID_MODIFICATION_ERR": {}, |
| - "INVALID_STATE_ERR": {}, |
| - "NOT_FOUND_ERR": {}, |
| - "NOT_READABLE_ERR": {}, |
| - "NO_MODIFICATION_ALLOWED_ERR": {}, |
| - "PATH_EXISTS_ERR": {}, |
| - "QUOTA_EXCEEDED_ERR": {}, |
| - "SECURITY_ERR": {}, |
| - "SYNTAX_ERR": {}, |
| - "TYPE_MISMATCH_ERR": {}, |
| - "code": {}, |
| - "message": {}, |
| - "name": {}, |
| - "toString": {} |
| + "HTMLContentElement": {}, |
| + "getDistributedNodes": {}, |
| + "resetStyleInheritance": {}, |
| + "select": {} |
| }, |
| "support_level": "experimental" |
| }, |
| - "FileList": { |
| - "comment": "http://www.w3.org/TR/FileAPI/#dfn-filelist", |
| - "members": { |
| - "item": {}, |
| - "length": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "FileReader": { |
| - "comment": "http://www.w3.org/TR/FileAPI/#FileReader-interface", |
| + "HTMLDListElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element", |
| "members": { |
| - "DONE": {}, |
| - "EMPTY": {}, |
| - "FileReader": {}, |
| - "LOADING": {}, |
| - "abort": {}, |
| - "addEventListener": {}, |
| - "dispatchEvent": {}, |
| - "error": {}, |
| - "onabort": {}, |
| - "onerror": {}, |
| - "onload": {}, |
| - "onloadend": {}, |
| - "onloadstart": {}, |
| - "onprogress": {}, |
| - "readAsArrayBuffer": {}, |
| - "readAsBinaryString": { |
| - "comment": "http://blog.whatwg.org/weekly-stream-autocomplete", |
| + "HTMLDListElement": {}, |
| + "compact": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLDListElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - }, |
| - "readAsDataURL": {}, |
| - "readAsText": {}, |
| - "readyState": {}, |
| - "removeEventListener": {}, |
| - "result": {} |
| + } |
| }, |
| "support_level": "stable" |
| }, |
| - "FileReaderSync": { |
| - "comment": "http://www.w3.org/TR/FileAPI/#FileReaderSync", |
| - "members": { |
| - "FileReaderSync": {}, |
| - "readAsArrayBuffer": {}, |
| - "readAsBinaryString": {}, |
| - "readAsDataURL": {}, |
| - "readAsText": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileSystemCallback": { |
| - "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemcallback-interface", |
| - "members": { |
| - "handleEvent": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileWriter": { |
| - "comment": "http://www.w3.org/TR/file-writer-api/#the-filewriter-interface", |
| - "members": { |
| - "DONE": {}, |
| - "INIT": {}, |
| - "WRITING": {}, |
| - "abort": {}, |
| - "addEventListener": {}, |
| - "dispatchEvent": {}, |
| - "error": {}, |
| - "length": {}, |
| - "onabort": {}, |
| - "onerror": {}, |
| - "onprogress": {}, |
| - "onwrite": {}, |
| - "onwriteend": {}, |
| - "onwritestart": {}, |
| - "position": {}, |
| - "readyState": {}, |
| - "removeEventListener": {}, |
| - "seek": {}, |
| - "truncate": {}, |
| - "write": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileWriterCallback": { |
| - "comment": "http://www.w3.org/TR/file-writer-api/#idl-def-FileWriter", |
| - "members": { |
| - "handleEvent": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "FileWriterSync": { |
| - "comment": "http://www.w3.org/TR/file-writer-api/#idl-def-FileWriterSync", |
| - "members": { |
| - "length": {}, |
| - "position": {}, |
| - "seek": {}, |
| - "truncate": {}, |
| - "write": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "Float32Array": { |
| - "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| + "HTMLDataListElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element", |
| "members": { |
| - "BYTES_PER_ELEMENT": {}, |
| - "length": {}, |
| - "setElements": {}, |
| - "subarray": {} |
| + "HTMLDataListElement": {}, |
| + "options": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "Float64Array": { |
| - "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| + "HTMLDetailsElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element", |
| "members": { |
| - "BYTES_PER_ELEMENT": {}, |
| - "length": {}, |
| - "setElements": {}, |
| - "subarray": {} |
| + "HTMLDetailsElement": {}, |
| + "open": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "FocusEvent": { |
| + "HTMLDialogElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element", |
| + "dart_action": "unstable", |
| "members": { |
| - "relatedTarget": {} |
| + "close": {}, |
| + "open": {}, |
| + "show": {}, |
| + "showModal": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "FontLoader": { |
| - "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", |
| + "HTMLDirectoryElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dir", |
| + "dart_action": "suppress", |
| "members": { |
| - "addEventListener": {}, |
| - "checkFont": {}, |
| - "dispatchEvent": {}, |
| - "loadFont": {}, |
| - "loading": {}, |
| - "notifyWhenFontsReady": {}, |
| - "onerror": {}, |
| - "onload": {}, |
| - "onloading": {}, |
| - "onloadingdone": {}, |
| - "onloadstart": {}, |
| - "removeEventListener": {} |
| + "compact": {} |
| }, |
| - "support_level": "experimental" |
| + "support_level": "deprecated" |
| }, |
| - "FormData": { |
| - "comment": "http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata", |
| + "HTMLDivElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element", |
| "members": { |
| - "FormData": {}, |
| - "append": {}, |
| - "appendBlob": {}, |
| - "appendString": {} |
| + "HTMLDivElement": {}, |
| + "align": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLDivElement-partial", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + } |
| }, |
| "support_level": "stable" |
| }, |
| - "GainNode": { |
| - "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#GainNode", |
| - "members": { |
| - "gain": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "Gamepad": { |
| - "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gamepad-interface", |
| + "HTMLDocument": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-documents.html#htmldocument", |
| "members": { |
| - "axes": {}, |
| - "buttons": {}, |
| - "id": {}, |
| - "index": {}, |
| - "timestamp": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "GamepadList": { |
| - "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html", |
| - "members": { |
| - "item": {}, |
| - "length": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "Geolocation": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source.html#geolocation_interface", |
| - "dart_action": "unstable", |
| - "members": { |
| - "clearWatch": {}, |
| - "getCurrentPosition": {}, |
| - "watchPosition": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "Geoposition": { |
| - "comment": "http://dev.w3.org/geo/api/spec-source.html#position", |
| - "dart_action": "unstable", |
| - "members": { |
| - "coords": {}, |
| - "timestamp": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLAllCollection": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all", |
| - "dart_action": "suppress", |
| - "members": { |
| - "__getter__": {}, |
| - "item": {}, |
| - "length": {}, |
| - "namedItem": {}, |
| - "tags": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| - "HTMLAnchorElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element", |
| - "members": { |
| - "HTMLAnchorElement": {}, |
| - "charset": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| + "activeElement": {}, |
| + "alinkColor": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-alinkcolor", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "coords": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| + "all": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "download": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download" |
| + "bgColor": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-bgcolor", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "hash": {}, |
| - "host": {}, |
| - "hostname": {}, |
| - "href": {}, |
| - "hreflang": {}, |
| - "name": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| + "captureEvents": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "origin": { |
| - "comment": "WebKit only", |
| + "clear": { |
| + "support_level": "suppressed" |
| + }, |
| + "close": {}, |
| + "compatMode": {}, |
| + "designMode": {}, |
| + "dir": {}, |
| + "embeds": {}, |
| + "fgColor": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-fgcolor", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "hasFocus": {}, |
| + "height": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "linkColor": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-linkcolor", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "open": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-72161170" |
| + }, |
| + "plugins": { |
| "dart_action": "suppress", |
| "support_level": "nonstandard" |
| }, |
| - "pathname": {}, |
| - "ping": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element", |
| + "releaseEvents": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "port": {}, |
| - "protocol": {}, |
| - "rel": {}, |
| - "rev": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| + "scripts": { |
| + "dart_action": "suppress" |
| + }, |
| + "vlinkColor": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-vlinkcolor", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "search": {}, |
| - "shape": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", |
| + "width": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/document.width", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "target": {}, |
| - "text": {}, |
| - "toString": {}, |
| - "type": {} |
| + "write": {}, |
| + "writeln": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLAppletElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#the-applet-element", |
| - "dart_action": "suppress", |
| + "HTMLElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| "members": { |
| - "align": {}, |
| - "alt": {}, |
| - "archive": {}, |
| - "code": {}, |
| - "codeBase": {}, |
| - "height": {}, |
| - "hspace": {}, |
| - "name": {}, |
| - "object": {}, |
| - "vspace": {}, |
| - "width": {} |
| + "accessKey": {}, |
| + "children": {}, |
| + "click": {}, |
| + "contentEditable": {}, |
| + "dir": {}, |
| + "draggable": {}, |
| + "getInputContext": { |
| + "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", |
| + "support_level": "experimental" |
| + }, |
| + "hidden": {}, |
| + "id": {}, |
| + "innerHTML": {}, |
| + "innerText": { |
| + "dart_action": "suppress", |
| + "support_level": "nonstandard" |
| + }, |
| + "insertAdjacentElement": { |
| + "support_level": "nonstandard" |
| + }, |
| + "insertAdjacentHTML": { |
| + "comment": "http://domparsing.spec.whatwg.org/#insertadjacenthtml%28%29" |
| + }, |
| + "insertAdjacentText": { |
| + "support_level": "nonstandard" |
| + }, |
| + "isContentEditable": {}, |
| + "lang": {}, |
| + "outerHTML": {}, |
| + "outerText": { |
| + "dart_action": "suppress", |
| + "support_level": "nonstandard" |
| + }, |
| + "spellcheck": { |
| + "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking", |
| + "dart_action": "experimental", |
| + "support_level": "nonstandard" |
| + }, |
| + "tabIndex": {}, |
| + "title": {}, |
| + "translate": {}, |
| + "webkitdropzone": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute", |
| + "support_level": "experimental" |
| + } |
| }, |
| - "support_level": "deprecated" |
| + "support_level": "stable" |
| }, |
| - "HTMLAreaElement": { |
| - "comment": "http://developers.whatwg.org/the-map-element.html#the-area-element", |
| + "HTMLEmbedElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element", |
| + "dart_action": "unstable", |
| "members": { |
| - "HTMLAreaElement": {}, |
| - "alt": {}, |
| - "coords": {}, |
| - "hash": {}, |
| - "host": {}, |
| - "hostname": {}, |
| - "href": {}, |
| - "noHref": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAreaElement-partial", |
| + "HTMLEmbedElement": {}, |
| + "__getter__": {}, |
| + "__setter__": {}, |
| + "align": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLEmbedElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "pathname": {}, |
| - "ping": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAreaElement-partial", |
| + "getSVGDocument": { |
| + "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocument", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "port": {}, |
| - "protocol": {}, |
| - "search": {}, |
| - "shape": {}, |
| - "target": {} |
| + "height": {}, |
| + "name": {}, |
| + "src": {}, |
| + "type": {}, |
| + "width": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLAudioElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element", |
| + "HTMLFieldSetElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element", |
| + "dart_action": "unstable", |
| "members": { |
| - "HTMLAudioElement": {} |
| + "HTMLFieldSetElement": {}, |
| + "checkValidity": {}, |
| + "disabled": {}, |
| + "elements": {}, |
| + "form": {}, |
| + "name": {}, |
| + "setCustomValidity": {}, |
| + "type": {}, |
| + "validationMessage": {}, |
| + "validity": {}, |
| + "willValidate": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLBRElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element", |
| + "HTMLFontElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlfontelement", |
| + "dart_action": "suppress", |
| "members": { |
| - "HTMLBRElement": {}, |
| - "clear": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBRElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - } |
| - }, |
| - "support_level": "stable" |
| + "color": {}, |
| + "face": {}, |
| + "size": {} |
| + }, |
| + "support_level": "deprecated" |
| }, |
| - "HTMLBaseElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element", |
| + "HTMLFormControlsCollection": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlformcontrolscollection-0", |
| "members": { |
| - "HTMLBaseElement": {}, |
| - "href": {}, |
| + "__getter__": {}, |
| + "namedItem": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLFormElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element", |
| + "members": { |
| + "HTMLFormElement": {}, |
| + "__getter__": {}, |
| + "acceptCharset": {}, |
| + "action": {}, |
| + "autocomplete": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute", |
| + "support_level": "experimental" |
| + }, |
| + "checkValidity": {}, |
| + "elements": {}, |
| + "encoding": {}, |
| + "enctype": {}, |
| + "length": {}, |
| + "method": {}, |
| + "name": {}, |
| + "noValidate": {}, |
| + "onautocomplete": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute", |
| + "support_level": "experimental" |
| + }, |
| + "onautocompleteerror": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute", |
| + "support_level": "experimental" |
| + }, |
| + "requestAutocomplete": { |
| + "comment": "http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html", |
| + "support_level": "experimental" |
| + }, |
| + "reset": {}, |
| + "submit": {}, |
| "target": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLBaseFontElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#basefont", |
| + "HTMLFrameElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframeelement", |
| "dart_action": "suppress", |
| "members": { |
| - "color": {}, |
| - "face": {}, |
| - "size": {} |
| + "contentDocument": {}, |
| + "contentWindow": {}, |
| + "frameBorder": {}, |
| + "getSVGDocument": {}, |
| + "height": {}, |
| + "location": {}, |
| + "longDesc": {}, |
| + "marginHeight": {}, |
| + "marginWidth": {}, |
| + "name": {}, |
| + "noResize": {}, |
| + "scrolling": {}, |
| + "src": {}, |
| + "width": {} |
| }, |
| "support_level": "deprecated" |
| }, |
| - "HTMLBodyElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-body-element", |
| + "HTMLFrameSetElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#frameset", |
| + "dart_action": "suppress", |
| "members": { |
| - "HTMLBodyElement": {}, |
| - "aLink": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "background": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "bgColor": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "link": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| + "cols": {}, |
| "onbeforeunload": {}, |
| "onblur": {}, |
| "onerror": {}, |
| @@ -3252,778 +3279,377 @@ |
| "onresize": {}, |
| "onstorage": {}, |
| "onunload": {}, |
| - "text": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| + "rows": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "HTMLHRElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-hr-element", |
| + "members": { |
| + "HTMLHRElement": {}, |
| + "align": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "vLink": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLBodyElement-partial", |
| + "noShade": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - } |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLButtonElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element", |
| - "members": { |
| - "HTMLButtonElement": {}, |
| - "autofocus": {}, |
| - "checkValidity": {}, |
| - "disabled": {}, |
| - "form": {}, |
| - "formAction": {}, |
| - "formEnctype": {}, |
| - "formMethod": {}, |
| - "formNoValidate": {}, |
| - "formTarget": {}, |
| - "labels": { |
| - "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| - "dart_action": "unstable" |
| - }, |
| - "name": {}, |
| - "setCustomValidity": {}, |
| - "type": {}, |
| - "validationMessage": {}, |
| - "validity": {}, |
| - "value": {}, |
| - "willValidate": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLCanvasElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element", |
| - "members": { |
| - "HTMLCanvasElement": {}, |
| - "getContext": {}, |
| - "height": {}, |
| - "onwebglcontextlost": { |
| - "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.2" |
| }, |
| - "onwebglcontextrestored": { |
| - "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.3" |
| + "size": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "toDataURL": {}, |
| - "width": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLCollection": { |
| - "comment": "http://www.w3.org/TR/domcore/#interface-htmlcollection", |
| - "members": { |
| - "__getter__": {}, |
| - "item": {}, |
| - "length": {}, |
| - "namedItem": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLContentElement": { |
| - "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#content-element", |
| - "members": { |
| - "HTMLContentElement": {}, |
| - "getDistributedNodes": {}, |
| - "resetStyleInheritance": {}, |
| - "select": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "HTMLDListElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element", |
| - "members": { |
| - "HTMLDListElement": {}, |
| - "compact": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLDListElement-partial", |
| + "width": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| } |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLDataListElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element", |
| - "members": { |
| - "HTMLDataListElement": {}, |
| - "options": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLDetailsElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element", |
| - "members": { |
| - "HTMLDetailsElement": {}, |
| - "open": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLDialogElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element", |
| - "dart_action": "unstable", |
| + "HTMLHeadElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-head-element", |
| "members": { |
| - "close": {}, |
| - "open": {}, |
| - "show": {}, |
| - "showModal": {} |
| + "HTMLHeadElement": {}, |
| + "profile": { |
| + "comment": "http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#profiles", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + } |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLDirectoryElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dir", |
| - "dart_action": "suppress", |
| - "members": { |
| - "compact": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| - "HTMLDivElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element", |
| + "HTMLHeadingElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", |
| "members": { |
| - "HTMLDivElement": {}, |
| + "HTMLHeadingElement": {}, |
| "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLDivElement-partial", |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHeadingElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| } |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLDocument": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-documents.html#htmldocument", |
| + "HTMLHtmlElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-html-element", |
| "members": { |
| - "activeElement": {}, |
| - "alinkColor": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-alinkcolor", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "HTMLHtmlElement": {}, |
| + "manifest": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#manifests", |
| + "support_level": "experimental" |
| }, |
| - "all": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all", |
| + "version": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHtmlElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - }, |
| - "bgColor": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-bgcolor", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "captureEvents": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| + } |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "HTMLIFrameElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element", |
| + "members": { |
| + "HTMLIFrameElement": {}, |
| + "align": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "clear": { |
| - "support_level": "suppressed" |
| - }, |
| - "close": {}, |
| - "compatMode": {}, |
| - "designMode": {}, |
| - "dir": {}, |
| - "embeds": {}, |
| - "fgColor": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-fgcolor", |
| + "contentDocument": {}, |
| + "contentWindow": {}, |
| + "frameBorder": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "hasFocus": {}, |
| - "height": { |
| + "getSVGDocument": { |
| + "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocument", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "linkColor": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-linkcolor", |
| + "height": {}, |
| + "longDesc": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "open": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-72161170" |
| - }, |
| - "plugins": { |
| - "dart_action": "suppress", |
| - "support_level": "nonstandard" |
| - }, |
| - "releaseEvents": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| + "marginHeight": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "scripts": { |
| - "dart_action": "suppress" |
| - }, |
| - "vlinkColor": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-vlinkcolor", |
| + "marginWidth": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "width": { |
| - "comment": "https://developer.mozilla.org/en-US/docs/DOM/document.width", |
| + "name": {}, |
| + "sandbox": {}, |
| + "scrolling": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "write": {}, |
| - "writeln": {} |
| + "seamless": {}, |
| + "src": {}, |
| + "srcdoc": {}, |
| + "width": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", |
| + "HTMLImageElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element", |
| "members": { |
| - "accessKey": {}, |
| - "children": {}, |
| - "click": {}, |
| - "contentEditable": {}, |
| - "dir": {}, |
| - "draggable": {}, |
| - "getInputContext": { |
| - "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", |
| - "support_level": "experimental" |
| + "HTMLImageElement": {}, |
| + "align": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "hidden": {}, |
| - "id": {}, |
| - "innerHTML": {}, |
| - "innerText": { |
| + "alt": {}, |
| + "border": { |
| "dart_action": "suppress", |
| - "support_level": "nonstandard" |
| + "support_level": "deprecated" |
| }, |
| - "insertAdjacentElement": { |
| - "support_level": "nonstandard" |
| + "complete": {}, |
| + "crossOrigin": {}, |
| + "height": {}, |
| + "hspace": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "insertAdjacentHTML": { |
| - "comment": "http://domparsing.spec.whatwg.org/#insertadjacenthtml%28%29" |
| + "isMap": {}, |
| + "longDesc": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "insertAdjacentText": { |
| - "support_level": "nonstandard" |
| + "lowsrc": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "isContentEditable": {}, |
| - "lang": {}, |
| - "outerHTML": {}, |
| - "outerText": { |
| + "name": {}, |
| + "naturalHeight": {}, |
| + "naturalWidth": {}, |
| + "src": {}, |
| + "useMap": {}, |
| + "vspace": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| "dart_action": "suppress", |
| - "support_level": "nonstandard" |
| + "support_level": "deprecated" |
| }, |
| - "spellcheck": { |
| - "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking", |
| - "dart_action": "experimental", |
| - "support_level": "nonstandard" |
| + "width": {}, |
| + "x": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| }, |
| - "tabIndex": {}, |
| - "title": {}, |
| - "translate": {}, |
| - "webkitdropzone": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute", |
| - "support_level": "experimental" |
| + "y": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| } |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLEmbedElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element", |
| - "dart_action": "unstable", |
| + "HTMLInputElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element", |
| "members": { |
| - "HTMLEmbedElement": {}, |
| - "__getter__": {}, |
| - "__setter__": {}, |
| + "accept": {}, |
| "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLEmbedElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "getSVGDocument": { |
| - "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocument", |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLInputElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "height": {}, |
| - "name": {}, |
| - "src": {}, |
| - "type": {}, |
| - "width": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLFieldSetElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element", |
| - "dart_action": "unstable", |
| - "members": { |
| - "HTMLFieldSetElement": {}, |
| + "alt": {}, |
| + "autocomplete": {}, |
| + "autofocus": {}, |
| "checkValidity": {}, |
| + "checked": {}, |
| + "defaultChecked": {}, |
| + "defaultValue": {}, |
| + "dirName": {}, |
| "disabled": {}, |
| - "elements": {}, |
| + "files": {}, |
| "form": {}, |
| + "formAction": {}, |
| + "formEnctype": {}, |
| + "formMethod": {}, |
| + "formNoValidate": {}, |
| + "formTarget": {}, |
| + "height": {}, |
| + "incremental": { |
| + "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| + "support_level": "experimental" |
| + }, |
| + "indeterminate": {}, |
| + "labels": { |
| + "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels" |
| + }, |
| + "list": {}, |
| + "max": {}, |
| + "maxLength": {}, |
| + "min": {}, |
| + "multiple": {}, |
| "name": {}, |
| + "onwebkitSpeechChange": { |
| + "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#extending_html_elements", |
| + "support_level": "experimental" |
| + }, |
| + "onwebkitspeechchange": { |
| + "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#extending_html_elements", |
| + "support_level": "experimental" |
| + }, |
| + "pattern": {}, |
| + "placeholder": {}, |
| + "readOnly": {}, |
| + "required": {}, |
| + "select": {}, |
| + "selectionDirection": {}, |
| + "selectionEnd": {}, |
| + "selectionStart": {}, |
| "setCustomValidity": {}, |
| + "setRangeText": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-setrangetext", |
| + "dart_action": "experimental", |
| + "support_level": "experimental" |
| + }, |
| + "setSelectionRange": {}, |
| + "size": {}, |
| + "src": {}, |
| + "step": {}, |
| + "stepDown": {}, |
| + "stepUp": {}, |
| "type": {}, |
| + "useMap": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLInputElement-partial", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| "validationMessage": {}, |
| "validity": {}, |
| + "value": {}, |
| + "valueAsDate": {}, |
| + "valueAsNumber": {}, |
| + "webkitEntries": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#concept-input-type-file-selected", |
| + "support_level": "experimental" |
| + }, |
| + "webkitGrammar": { |
| + "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#attrib-grammar", |
| + "support_level": "experimental" |
| + }, |
| + "webkitSpeech": { |
| + "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#attrib-speech", |
| + "support_level": "experimental" |
| + }, |
| + "webkitdirectory": { |
| + "comment": "https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3", |
| + "support_level": "experimental" |
| + }, |
| + "width": {}, |
| "willValidate": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLFontElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlfontelement", |
| - "dart_action": "suppress", |
| - "members": { |
| - "color": {}, |
| - "face": {}, |
| - "size": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| - "HTMLFormControlsCollection": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlformcontrolscollection-0", |
| - "members": { |
| - "__getter__": {}, |
| - "namedItem": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLFormElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element", |
| + "HTMLKeygenElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element", |
| "members": { |
| - "HTMLFormElement": {}, |
| - "__getter__": {}, |
| - "acceptCharset": {}, |
| - "action": {}, |
| - "autocomplete": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute", |
| - "support_level": "experimental" |
| - }, |
| + "HTMLKeygenElement": {}, |
| + "autofocus": {}, |
| + "challenge": {}, |
| "checkValidity": {}, |
| - "elements": {}, |
| - "encoding": {}, |
| - "enctype": {}, |
| - "length": {}, |
| - "method": {}, |
| - "name": {}, |
| - "noValidate": {}, |
| - "onautocomplete": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute", |
| - "support_level": "experimental" |
| - }, |
| - "onautocompleteerror": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute", |
| - "support_level": "experimental" |
| - }, |
| - "requestAutocomplete": { |
| - "comment": "http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html", |
| - "support_level": "experimental" |
| + "disabled": {}, |
| + "form": {}, |
| + "keytype": {}, |
| + "labels": { |
| + "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| + "dart_action": "unstable" |
| }, |
| - "reset": {}, |
| - "submit": {}, |
| - "target": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLFrameElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframeelement", |
| - "dart_action": "suppress", |
| - "members": { |
| - "contentDocument": {}, |
| - "contentWindow": {}, |
| - "frameBorder": {}, |
| - "getSVGDocument": {}, |
| - "height": {}, |
| - "location": {}, |
| - "longDesc": {}, |
| - "marginHeight": {}, |
| - "marginWidth": {}, |
| "name": {}, |
| - "noResize": {}, |
| - "scrolling": {}, |
| - "src": {}, |
| - "width": {} |
| - }, |
| - "support_level": "deprecated" |
| - }, |
| - "HTMLFrameSetElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#frameset", |
| - "dart_action": "suppress", |
| - "members": { |
| - "cols": {}, |
| - "onbeforeunload": {}, |
| - "onblur": {}, |
| - "onerror": {}, |
| - "onfocus": {}, |
| - "onhashchange": {}, |
| - "onload": {}, |
| - "onmessage": {}, |
| - "onoffline": {}, |
| - "ononline": {}, |
| - "onpopstate": {}, |
| - "onresize": {}, |
| - "onstorage": {}, |
| - "onunload": {}, |
| - "rows": {} |
| + "setCustomValidity": {}, |
| + "type": {}, |
| + "validationMessage": {}, |
| + "validity": {}, |
| + "willValidate": {} |
| }, |
| - "support_level": "deprecated" |
| + "support_level": "experimental" |
| }, |
| - "HTMLHRElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-hr-element", |
| + "HTMLLIElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-li-element", |
| "members": { |
| - "HTMLHRElement": {}, |
| - "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "noShade": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "size": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| + "HTMLLIElement": {}, |
| + "type": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLIElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "width": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHRElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - } |
| + "value": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLHeadElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-head-element", |
| + "HTMLLabelElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element", |
| "members": { |
| - "HTMLHeadElement": {}, |
| - "profile": { |
| - "comment": "http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#profiles", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - } |
| + "HTMLLabelElement": {}, |
| + "control": {}, |
| + "form": {}, |
| + "htmlFor": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLHeadingElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", |
| + "HTMLLegendElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-legend-element", |
| "members": { |
| - "HTMLHeadingElement": {}, |
| + "HTMLLegendElement": {}, |
| "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHeadingElement-partial", |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLegendElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| - } |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLHtmlElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-html-element", |
| - "members": { |
| - "HTMLHtmlElement": {}, |
| - "manifest": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#manifests", |
| - "support_level": "experimental" |
| }, |
| - "version": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLHtmlElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - } |
| + "form": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLIFrameElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element", |
| + "HTMLLinkElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element", |
| "members": { |
| - "HTMLIFrameElement": {}, |
| - "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "contentDocument": {}, |
| - "contentWindow": {}, |
| - "frameBorder": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "getSVGDocument": { |
| - "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocument", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "height": {}, |
| - "longDesc": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| + "HTMLLinkElement": {}, |
| + "charset": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLinkElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "marginHeight": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| + "disabled": {}, |
| + "href": {}, |
| + "hreflang": {}, |
| + "import": { |
| + "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#interface-import", |
| + "support_level": "experimental" |
| }, |
| - "marginWidth": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| + "media": {}, |
| + "rel": {}, |
| + "rev": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLinkElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "name": {}, |
| - "sandbox": {}, |
| - "scrolling": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLIFrameElement-partial", |
| + "sheet": {}, |
| + "sizes": {}, |
| + "target": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLinkElement-partial", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "seamless": {}, |
| - "src": {}, |
| - "srcdoc": {}, |
| - "width": {} |
| + "type": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "HTMLImageElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element", |
| - "members": { |
| - "HTMLImageElement": {}, |
| - "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "alt": {}, |
| - "border": { |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "complete": {}, |
| - "crossOrigin": {}, |
| - "height": {}, |
| - "hspace": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "isMap": {}, |
| - "longDesc": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "lowsrc": { |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "name": {}, |
| - "naturalHeight": {}, |
| - "naturalWidth": {}, |
| - "src": {}, |
| - "useMap": {}, |
| - "vspace": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLImageElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "width": {}, |
| - "x": { |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "y": { |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - } |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLInputElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element", |
| - "members": { |
| - "accept": {}, |
| - "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLInputElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "alt": {}, |
| - "autocomplete": {}, |
| - "autofocus": {}, |
| - "checkValidity": {}, |
| - "checked": {}, |
| - "defaultChecked": {}, |
| - "defaultValue": {}, |
| - "dirName": {}, |
| - "disabled": {}, |
| - "files": {}, |
| - "form": {}, |
| - "formAction": {}, |
| - "formEnctype": {}, |
| - "formMethod": {}, |
| - "formNoValidate": {}, |
| - "formTarget": {}, |
| - "height": {}, |
| - "incremental": { |
| - "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| - "support_level": "experimental" |
| - }, |
| - "indeterminate": {}, |
| - "labels": { |
| - "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels" |
| - }, |
| - "list": {}, |
| - "max": {}, |
| - "maxLength": {}, |
| - "min": {}, |
| - "multiple": {}, |
| - "name": {}, |
| - "onwebkitSpeechChange": { |
| - "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#extending_html_elements", |
| - "support_level": "experimental" |
| - }, |
| - "onwebkitspeechchange": { |
| - "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#extending_html_elements", |
| - "support_level": "experimental" |
| - }, |
| - "pattern": {}, |
| - "placeholder": {}, |
| - "readOnly": {}, |
| - "required": {}, |
| - "select": {}, |
| - "selectionDirection": {}, |
| - "selectionEnd": {}, |
| - "selectionStart": {}, |
| - "setCustomValidity": {}, |
| - "setRangeText": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#dom-textarea/input-setrangetext", |
| - "dart_action": "experimental", |
| - "support_level": "experimental" |
| - }, |
| - "setSelectionRange": {}, |
| - "size": {}, |
| - "src": {}, |
| - "step": {}, |
| - "stepDown": {}, |
| - "stepUp": {}, |
| - "type": {}, |
| - "useMap": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLInputElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "validationMessage": {}, |
| - "validity": {}, |
| - "value": {}, |
| - "valueAsDate": {}, |
| - "valueAsNumber": {}, |
| - "webkitEntries": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#concept-input-type-file-selected", |
| - "support_level": "experimental" |
| - }, |
| - "webkitGrammar": { |
| - "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#attrib-grammar", |
| - "support_level": "experimental" |
| - }, |
| - "webkitSpeech": { |
| - "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb/att-0020/api-draft.html#attrib-speech", |
| - "support_level": "experimental" |
| - }, |
| - "webkitdirectory": { |
| - "comment": "https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3", |
| - "support_level": "experimental" |
| - }, |
| - "width": {}, |
| - "willValidate": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLKeygenElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element", |
| - "members": { |
| - "HTMLKeygenElement": {}, |
| - "autofocus": {}, |
| - "challenge": {}, |
| - "checkValidity": {}, |
| - "disabled": {}, |
| - "form": {}, |
| - "keytype": {}, |
| - "labels": { |
| - "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| - "dart_action": "unstable" |
| - }, |
| - "name": {}, |
| - "setCustomValidity": {}, |
| - "type": {}, |
| - "validationMessage": {}, |
| - "validity": {}, |
| - "willValidate": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "HTMLLIElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-li-element", |
| - "members": { |
| - "HTMLLIElement": {}, |
| - "type": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLIElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "value": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLLabelElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element", |
| - "members": { |
| - "HTMLLabelElement": {}, |
| - "control": {}, |
| - "form": {}, |
| - "htmlFor": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLLegendElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-legend-element", |
| - "members": { |
| - "HTMLLegendElement": {}, |
| - "align": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLegendElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "form": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLLinkElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element", |
| - "members": { |
| - "HTMLLinkElement": {}, |
| - "charset": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLinkElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "disabled": {}, |
| - "href": {}, |
| - "hreflang": {}, |
| - "import": { |
| - "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#interface-import", |
| - "support_level": "experimental" |
| - }, |
| - "media": {}, |
| - "rel": {}, |
| - "rev": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLinkElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "sheet": {}, |
| - "sizes": {}, |
| - "target": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLLinkElement-partial", |
| - "dart_action": "suppress", |
| - "support_level": "deprecated" |
| - }, |
| - "type": {} |
| - }, |
| - "support_level": "stable" |
| - }, |
| - "HTMLMapElement": { |
| - "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element", |
| + "HTMLMapElement": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element", |
| "members": { |
| "HTMLMapElement": {}, |
| "areas": {}, |
| @@ -5188,6 +4814,9 @@ |
| "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent", |
| "dart_action": "unstable", |
| "members": { |
| + "dataLoss": { |
| + "support_level": "untriaged" |
| + }, |
| "newVersion": {}, |
| "oldVersion": {} |
| }, |
| @@ -5335,6 +4964,14 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "MIDIAccessPromise": { |
| + "members": { |
| + "then": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "MIDIConnectionEvent": { |
| "comment": "http://webaudio.github.io/web-midi-api/#midiconnectionevent-interface", |
| "members": { |
| @@ -5384,6 +5021,10 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "MIDISuccessCallback": { |
| + "members": {}, |
| + "support_level": "untriaged" |
| + }, |
| "MediaController": { |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#mediacontroller", |
| "members": { |
| @@ -5534,6 +5175,24 @@ |
| }, |
| "support_level": "stable" |
| }, |
| + "MediaSource": { |
| + "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#mediasource", |
| + "members": { |
| + "MediaSource": {}, |
| + "activeSourceBuffers": {}, |
| + "addEventListener": {}, |
| + "addSourceBuffer": {}, |
| + "dispatchEvent": {}, |
| + "duration": {}, |
| + "endOfStream": {}, |
| + "isTypeSupported": {}, |
| + "readyState": {}, |
| + "removeEventListener": {}, |
| + "removeSourceBuffer": {}, |
| + "sourceBuffers": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| "MediaStream": { |
| "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream", |
| "members": { |
| @@ -5585,6 +5244,9 @@ |
| "addEventListener": {}, |
| "dispatchEvent": {}, |
| "enabled": {}, |
| + "getSources": { |
| + "support_level": "untriaged" |
| + }, |
| "id": {}, |
| "kind": {}, |
| "label": {}, |
| @@ -5603,6 +5265,10 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "MediaStreamTrackSourcesCallback": { |
| + "members": {}, |
| + "support_level": "untriaged" |
| + }, |
| "MemoryInfo": { |
| "dart_action": "experimental", |
| "members": { |
| @@ -5788,21 +5454,6 @@ |
| }, |
| "support_level": "stable" |
| }, |
| - "NamedFlow": { |
| - "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| - "members": { |
| - "addEventListener": {}, |
| - "dispatchEvent": {}, |
| - "firstEmptyRegionIndex": {}, |
| - "getContent": {}, |
| - "getRegions": {}, |
| - "getRegionsByContent": {}, |
| - "name": {}, |
| - "overset": {}, |
| - "removeEventListener": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| "NamedNodeMap": { |
| "comment": "http://dom.spec.whatwg.org/#namednodemap", |
| "dart_action": "suppress", |
| @@ -5885,6 +5536,9 @@ |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#navigatorcontentutils", |
| "dart_action": "unstable" |
| }, |
| + "requestMIDIAccess": { |
| + "support_level": "untriaged" |
| + }, |
| "userAgent": { |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#navigatorid" |
| }, |
| @@ -6090,6 +5744,9 @@ |
| "NodeList": { |
| "comment": "http://dom.spec.whatwg.org/#nodelist", |
| "members": { |
| + "__getter__": { |
| + "support_level": "untriaged" |
| + }, |
| "item": {}, |
| "length": {} |
| }, |
| @@ -6351,6 +6008,23 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "ParentNode": { |
| + "members": { |
| + "childElementCount": { |
| + "support_level": "untriaged" |
| + }, |
| + "children": { |
| + "support_level": "untriaged" |
| + }, |
| + "firstElementChild": { |
| + "support_level": "untriaged" |
| + }, |
| + "lastElementChild": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "Path": { |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#path-objects", |
| "members": { |
| @@ -6597,6 +6271,14 @@ |
| }, |
| "support_level": "stable" |
| }, |
| + "Promise": { |
| + "members": {}, |
| + "support_level": "untriaged" |
| + }, |
| + "PromiseResolver": { |
| + "members": {}, |
| + "support_level": "untriaged" |
| + }, |
| "RGBColor": { |
| "comment": "http://dev.w3.org/csswg/cssom/", |
| "dart_action": "suppress", |
| @@ -10140,6 +9822,9 @@ |
| "getElementsByTagNameNS": {}, |
| "getSelection": {}, |
| "innerHTML": {}, |
| + "olderShadowRoot": { |
| + "support_level": "untriaged" |
| + }, |
| "resetStyleInheritance": {} |
| }, |
| "support_level": "experimental" |
| @@ -10161,6 +9846,61 @@ |
| }, |
| "support_level": "nonstandard" |
| }, |
| + "SourceBuffer": { |
| + "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebuffer", |
| + "members": { |
| + "abort": {}, |
| + "addEventListener": { |
| + "support_level": "untriaged" |
| + }, |
| + "append": { |
| + "support_level": "nonstandard" |
| + }, |
| + "appendBuffer": { |
| + "support_level": "untriaged" |
| + }, |
| + "buffered": {}, |
| + "dispatchEvent": { |
| + "support_level": "untriaged" |
| + }, |
| + "removeEventListener": { |
| + "support_level": "untriaged" |
| + }, |
| + "timestampOffset": {}, |
| + "updating": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "SourceBufferList": { |
| + "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebufferlist", |
| + "members": { |
| + "addEventListener": {}, |
| + "dispatchEvent": {}, |
| + "item": {}, |
| + "length": {}, |
| + "removeEventListener": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "SourceInfo": { |
| + "members": { |
| + "facing": { |
| + "support_level": "untriaged" |
| + }, |
| + "id": { |
| + "support_level": "untriaged" |
| + }, |
| + "kind": { |
| + "support_level": "untriaged" |
| + }, |
| + "label": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "SpeechGrammar": { |
| "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#dfn-speechgrammar", |
| "members": { |
| @@ -10398,6 +10138,14 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "Stream": { |
| + "members": { |
| + "type": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "StringCallback": { |
| "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatransferitem-interface", |
| "members": { |
| @@ -10436,6 +10184,10 @@ |
| }, |
| "support_level": "stable" |
| }, |
| + "SubtleCrypto": { |
| + "members": {}, |
| + "support_level": "untriaged" |
| + }, |
| "Text": { |
| "comment": "http://dom.spec.whatwg.org/#interface-text", |
| "members": { |
| @@ -10710,6 +10462,9 @@ |
| "URL": { |
| "comment": "http://www.w3.org/TR/FileAPI/#URL-object", |
| "members": { |
| + "_createObjectUrlFromWebKitMediaSource": { |
| + "support_level": "untriaged" |
| + }, |
| "createObjectURL": {}, |
| "createObjectUrlFromBlob": {}, |
| "createObjectUrlFromSource": {}, |
| @@ -10886,6 +10641,48 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "WebGLDrawBuffers": { |
| + "comment": "http://www.khronos.org/registry/webgl/specs/latest/", |
| + "dart_action": "experimental", |
| + "members": { |
| + "COLOR_ATTACHMENT0_WEBGL": {}, |
| + "COLOR_ATTACHMENT10_WEBGL": {}, |
| + "COLOR_ATTACHMENT11_WEBGL": {}, |
| + "COLOR_ATTACHMENT12_WEBGL": {}, |
| + "COLOR_ATTACHMENT13_WEBGL": {}, |
| + "COLOR_ATTACHMENT14_WEBGL": {}, |
| + "COLOR_ATTACHMENT15_WEBGL": {}, |
| + "COLOR_ATTACHMENT1_WEBGL": {}, |
| + "COLOR_ATTACHMENT2_WEBGL": {}, |
| + "COLOR_ATTACHMENT3_WEBGL": {}, |
| + "COLOR_ATTACHMENT4_WEBGL": {}, |
| + "COLOR_ATTACHMENT5_WEBGL": {}, |
| + "COLOR_ATTACHMENT6_WEBGL": {}, |
| + "COLOR_ATTACHMENT7_WEBGL": {}, |
| + "COLOR_ATTACHMENT8_WEBGL": {}, |
| + "COLOR_ATTACHMENT9_WEBGL": {}, |
| + "DRAW_BUFFER0_WEBGL": {}, |
| + "DRAW_BUFFER10_WEBGL": {}, |
| + "DRAW_BUFFER11_WEBGL": {}, |
| + "DRAW_BUFFER12_WEBGL": {}, |
| + "DRAW_BUFFER13_WEBGL": {}, |
| + "DRAW_BUFFER14_WEBGL": {}, |
| + "DRAW_BUFFER15_WEBGL": {}, |
| + "DRAW_BUFFER1_WEBGL": {}, |
| + "DRAW_BUFFER2_WEBGL": {}, |
| + "DRAW_BUFFER3_WEBGL": {}, |
| + "DRAW_BUFFER4_WEBGL": {}, |
| + "DRAW_BUFFER5_WEBGL": {}, |
| + "DRAW_BUFFER6_WEBGL": {}, |
| + "DRAW_BUFFER7_WEBGL": {}, |
| + "DRAW_BUFFER8_WEBGL": {}, |
| + "DRAW_BUFFER9_WEBGL": {}, |
| + "MAX_COLOR_ATTACHMENTS_WEBGL": {}, |
| + "MAX_DRAW_BUFFERS_WEBGL": {}, |
| + "drawBuffersWEBGL": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| "WebGLFramebuffer": { |
| "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.5", |
| "dart_action": "unstable", |
| @@ -11407,112 +11204,602 @@ |
| "members": {}, |
| "support_level": "experimental" |
| }, |
| + "WebKitAnimationEvent": { |
| + "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface", |
| + "members": { |
| + "animationName": {}, |
| + "elapsedTime": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "WebKitCSSFilterRule": { |
| + "comment": "http://www.w3.org/TR/filter-effects/", |
| + "members": { |
| + "style": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "WebKitCSSFilterValue": { |
| + "comment": "http://dev.w3.org/csswg/cssom/", |
| + "dart_action": "suppress", |
| + "members": { |
| + "CSS_FILTER_BLUR": {}, |
| + "CSS_FILTER_BRIGHTNESS": {}, |
| + "CSS_FILTER_CONTRAST": {}, |
| + "CSS_FILTER_CUSTOM": {}, |
| + "CSS_FILTER_DROP_SHADOW": {}, |
| + "CSS_FILTER_GRAYSCALE": {}, |
| + "CSS_FILTER_HUE_ROTATE": {}, |
| + "CSS_FILTER_INVERT": {}, |
| + "CSS_FILTER_OPACITY": {}, |
| + "CSS_FILTER_REFERENCE": {}, |
| + "CSS_FILTER_SATURATE": {}, |
| + "CSS_FILTER_SEPIA": {}, |
| + "__getter__": {}, |
| + "operationType": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "WebKitCSSKeyframeRule": { |
| + "comment": "http://www.w3.org/TR/css3-animations/#CSSKeyframeRule-interface", |
| + "members": { |
| + "keyText": {}, |
| + "style": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "WebKitCSSKeyframesRule": { |
| + "comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule", |
| + "members": { |
| + "__getter__": {}, |
| + "cssRules": {}, |
| + "deleteRule": {}, |
| + "findRule": {}, |
| + "insertRule": {}, |
| + "name": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "WebKitCSSMatrix": { |
| + "comment": "http://dev.w3.org/csswg/cssom/", |
| + "dart_action": "suppress", |
| + "members": { |
| + "WebKitCSSMatrix": {}, |
| + "a": {}, |
| + "b": {}, |
| + "c": {}, |
| + "d": {}, |
| + "e": {}, |
| + "f": {}, |
| + "inverse": {}, |
| + "m11": {}, |
| + "m12": {}, |
| + "m13": {}, |
| + "m14": {}, |
| + "m21": {}, |
| + "m22": {}, |
| + "m23": {}, |
| + "m24": {}, |
| + "m31": {}, |
| + "m32": {}, |
| + "m33": {}, |
| + "m34": {}, |
| + "m41": {}, |
| + "m42": {}, |
| + "m43": {}, |
| + "m44": {}, |
| + "multiply": {}, |
| + "rotate": {}, |
| + "rotateAxisAngle": {}, |
| + "scale": {}, |
| + "setMatrixValue": {}, |
| + "skewX": {}, |
| + "skewY": {}, |
| + "toString": {}, |
| + "translate": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| + "WebKitCSSMixFunctionValue": { |
| + "comment": "http://dev.w3.org/csswg/cssom/", |
| + "dart_action": "suppress", |
| + "members": {}, |
| + "support_level": "deprecated" |
| + }, |
| + "WebKitCSSRegionRule": { |
| + "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface", |
| + "members": { |
| + "cssRules": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "WebKitCSSTransformValue": { |
| + "comment": "http://dev.w3.org/csswg/cssom/", |
| + "dart_action": "suppress", |
| + "members": { |
| + "CSS_MATRIX": {}, |
| + "CSS_MATRIX3D": {}, |
| + "CSS_PERSPECTIVE": {}, |
| + "CSS_ROTATE": {}, |
| + "CSS_ROTATE3D": {}, |
| + "CSS_ROTATEX": {}, |
| + "CSS_ROTATEY": {}, |
| + "CSS_ROTATEZ": {}, |
| + "CSS_SCALE": {}, |
| + "CSS_SCALE3D": {}, |
| + "CSS_SCALEX": {}, |
| + "CSS_SCALEY": {}, |
| + "CSS_SCALEZ": {}, |
| + "CSS_SKEW": {}, |
| + "CSS_SKEWX": {}, |
| + "CSS_SKEWY": {}, |
| + "CSS_TRANSLATE": {}, |
| + "CSS_TRANSLATE3D": {}, |
| + "CSS_TRANSLATEX": {}, |
| + "CSS_TRANSLATEY": {}, |
| + "CSS_TRANSLATEZ": {}, |
| + "__getter__": {}, |
| + "operationType": {} |
| + }, |
| + "support_level": "deprecated" |
| + }, |
| "WebKitMediaSource": { |
| - "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#mediasource", |
| "members": { |
| - "WebKitMediaSource": {}, |
| - "activeSourceBuffers": {}, |
| + "WebKitMediaSource": {} |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| + "WebKitNamedFlow": { |
| + "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| + "members": { |
| "addEventListener": {}, |
| - "addSourceBuffer": {}, |
| "dispatchEvent": {}, |
| - "duration": {}, |
| - "endOfStream": {}, |
| - "isTypeSupported": {}, |
| - "readyState": {}, |
| - "removeEventListener": {}, |
| - "removeSourceBuffer": {}, |
| - "sourceBuffers": {} |
| + "firstEmptyRegionIndex": {}, |
| + "getContent": {}, |
| + "getRegions": {}, |
| + "getRegionsByContent": {}, |
| + "name": {}, |
| + "overset": {}, |
| + "removeEventListener": {} |
| + }, |
| + "support_level": "experimental" |
| + }, |
| + "WebKitNamedFlowCollection": { |
| + "comment": "http://dev.w3.org/csswg/css-regions/#dom-named-flow-collection", |
| + "members": { |
| + "__getter__": {}, |
| + "item": {}, |
| + "length": {}, |
| + "namedItem": {} |
| }, |
| "support_level": "experimental" |
| }, |
| + "WebKitPoint": { |
| + "comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html", |
| + "members": { |
| + "WebKitPoint": {}, |
| + "_DomPoint": {}, |
| + "x": {}, |
| + "y": {} |
| + }, |
| + "support_level": "nonstandard" |
| + }, |
| "WebKitSourceBuffer": { |
| - "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebuffer", |
| + "members": {}, |
| + "support_level": "untriaged" |
| + }, |
| + "WebKitSourceBufferList": { |
| "members": { |
| - "abort": {}, |
| - "append": { |
| + "item": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| + "WebSocket": { |
| + "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", |
| + "dart_action": "unstable", |
| + "members": { |
| + "CLOSED": {}, |
| + "CLOSING": {}, |
| + "CONNECTING": {}, |
| + "OPEN": {}, |
| + "URL": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "WebSocket": {}, |
| + "addEventListener": {}, |
| + "binaryType": {}, |
| + "bufferedAmount": {}, |
| + "close": {}, |
| + "dispatchEvent": {}, |
| + "extensions": {}, |
| + "onclose": {}, |
| + "onerror": {}, |
| + "onmessage": {}, |
| + "onopen": {}, |
| + "protocol": {}, |
| + "readyState": {}, |
| + "removeEventListener": {}, |
| + "send": {}, |
| + "sendBlob": {}, |
| + "sendByteBuffer": {}, |
| + "sendString": {}, |
| + "sendTypedData": {}, |
| + "url": {} |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "WheelEvent": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", |
| + "members": { |
| + "DOM_DELTA_LINE": {}, |
| + "DOM_DELTA_PAGE": {}, |
| + "DOM_DELTA_PIXEL": {}, |
| + "deltaMode": {}, |
| + "initWebKitWheelEvent": { |
| + "support_level": "experimental" |
| + }, |
| + "webkitDirectionInvertedFromDevice": { |
| + "support_level": "experimental" |
| + }, |
| + "wheelDelta": { |
| + "support_level": "nonstandard" |
| + }, |
| + "wheelDeltaX": { |
| + "support_level": "nonstandard" |
| + }, |
| + "wheelDeltaY": { |
| + "support_level": "nonstandard" |
| + } |
| + }, |
| + "support_level": "stable" |
| + }, |
| + "Window": { |
| + "members": { |
| + "CSS": { |
| + "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface" |
| + }, |
| + "PERSISTENT": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| + "support_level": "experimental" |
| + }, |
| + "TEMPORARY": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| + "support_level": "experimental" |
| + }, |
| + "__getter__": {}, |
| + "addEventListener": {}, |
| + "alert": {}, |
| + "applicationCache": {}, |
| + "atob": {}, |
| + "blur": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "btoa": {}, |
| + "cancelAnimationFrame": {}, |
| + "captureEvents": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "clearInterval": {}, |
| + "clearTimeout": {}, |
| + "clientInformation": { |
| + "support_level": "nonstandard" |
| + }, |
| + "close": {}, |
| + "closed": {}, |
| + "confirm": {}, |
| + "console": {}, |
| + "crypto": { |
| + "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| + "support_level": "experimental" |
| + }, |
| + "defaultStatus": {}, |
| + "defaultstatus": { |
| + "support_level": "nonstandard" |
| + }, |
| + "devicePixelRatio": { |
| + "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html", |
| + "support_level": "nonstandard" |
| + }, |
| + "dispatchEvent": {}, |
| + "document": {}, |
| + "event": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "find": { |
| + "support_level": "nonstandard" |
| + }, |
| + "focus": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "frameElement": {}, |
| + "frames": {}, |
| + "getComputedStyle": {}, |
| + "getMatchedCSSRules": { |
| + "support_level": "nonstandard" |
| + }, |
| + "getSelection": {}, |
| + "history": {}, |
| + "indexedDB": {}, |
| + "innerHeight": {}, |
| + "innerWidth": {}, |
| + "length": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "localStorage": {}, |
| + "location": {}, |
| + "locationbar": {}, |
| + "matchMedia": {}, |
| + "menubar": {}, |
| + "moveBy": {}, |
| + "moveTo": {}, |
| + "name": {}, |
| + "navigator": {}, |
| + "offscreenBuffering": { |
| + "support_level": "nonstandard" |
| + }, |
| + "onDOMContentLoaded": {}, |
| + "onabort": {}, |
| + "onbeforeunload": {}, |
| + "onblur": {}, |
| + "oncanplay": {}, |
| + "oncanplaythrough": {}, |
| + "onchange": {}, |
| + "onclick": {}, |
| + "oncontextmenu": {}, |
| + "ondblclick": {}, |
| + "ondevicemotion": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "support_level": "experimental" |
| + }, |
| + "ondeviceorientation": { |
| + "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemotion", |
| + "support_level": "experimental" |
| + }, |
| + "ondrag": {}, |
| + "ondragend": {}, |
| + "ondragenter": {}, |
| + "ondragleave": {}, |
| + "ondragover": {}, |
| + "ondragstart": {}, |
| + "ondrop": {}, |
| + "ondurationchange": {}, |
| + "onemptied": {}, |
| + "onended": {}, |
| + "onerror": {}, |
| + "onfocus": {}, |
| + "onhashchange": {}, |
| + "oninput": {}, |
| + "oninvalid": { |
| + "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/section-index.html#attributes-1" |
| + }, |
| + "onkeydown": {}, |
| + "onkeypress": {}, |
| + "onkeyup": {}, |
| + "onload": {}, |
| + "onloadeddata": {}, |
| + "onloadedmetadata": {}, |
| + "onloadstart": {}, |
| + "onmessage": {}, |
| + "onmousedown": {}, |
| + "onmousemove": {}, |
| + "onmouseout": {}, |
| + "onmouseover": {}, |
| + "onmouseup": {}, |
| + "onmousewheel": {}, |
| + "onoffline": {}, |
| + "ononline": {}, |
| + "onpagehide": {}, |
| + "onpageshow": {}, |
| + "onpause": {}, |
| + "onplay": {}, |
| + "onplaying": {}, |
| + "onpopstate": {}, |
| + "onprogress": {}, |
| + "onratechange": {}, |
| + "onreset": {}, |
| + "onresize": {}, |
| + "onscroll": {}, |
| + "onsearch": { |
| + "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| + "support_level": "experimental" |
| + }, |
| + "onseeked": {}, |
| + "onseeking": {}, |
| + "onselect": {}, |
| + "onstalled": {}, |
| + "onstorage": {}, |
| + "onsubmit": {}, |
| + "onsuspend": {}, |
| + "ontimeupdate": {}, |
| + "ontouchcancel": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "ontouchend": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "ontouchmove": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "ontouchstart": { |
| + "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features", |
| + "support_level": "experimental" |
| + }, |
| + "ontransitionend": {}, |
| + "onunload": {}, |
| + "onvolumechange": {}, |
| + "onwaiting": {}, |
| + "onwebkitAnimationEnd": { |
| + "support_level": "experimental" |
| + }, |
| + "onwebkitAnimationIteration": { |
| + "support_level": "experimental" |
| + }, |
| + "onwebkitAnimationStart": { |
| + "support_level": "experimental" |
| + }, |
| + "onwebkitTransitionEnd": { |
| + "support_level": "deprecated" |
| + }, |
| + "onwebkitanimationend": { |
| + "support_level": "experimental" |
| + }, |
| + "onwebkitanimationiteration": { |
| + "support_level": "experimental" |
| + }, |
| + "onwebkitanimationstart": { |
| + "support_level": "experimental" |
| + }, |
| + "onwebkittransitionend": { |
| + "support_level": "deprecated" |
| + }, |
| + "open": {}, |
| + "openDatabase": { |
| + "comment": "http://www.w3.org/TR/webdatabase/", |
| + "dart_action": "experimental", |
| + "support_level": "deprecated" |
| + }, |
| + "opener": {}, |
| + "outerHeight": {}, |
| + "outerWidth": {}, |
| + "pagePopupController": { |
| + "dart_action": "suppress", |
| "support_level": "nonstandard" |
| }, |
| - "buffered": {}, |
| - "timestampOffset": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "WebKitSourceBufferList": { |
| - "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#sourcebufferlist", |
| - "members": { |
| - "addEventListener": {}, |
| - "dispatchEvent": {}, |
| - "item": {}, |
| - "length": {}, |
| - "removeEventListener": {} |
| - }, |
| - "support_level": "experimental" |
| - }, |
| - "WebSocket": { |
| - "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", |
| - "dart_action": "unstable", |
| - "members": { |
| - "CLOSED": {}, |
| - "CLOSING": {}, |
| - "CONNECTING": {}, |
| - "OPEN": {}, |
| - "URL": { |
| + "pageXOffset": {}, |
| + "pageYOffset": {}, |
| + "parent": {}, |
| + "performance": { |
| + "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performance-attribute" |
| + }, |
| + "personalbar": { |
| + "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personalbar", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "postMessage": {}, |
| + "print": {}, |
| + "prompt": {}, |
| + "releaseEvents": { |
| + "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture", |
| "dart_action": "suppress", |
| "support_level": "deprecated" |
| }, |
| - "WebSocket": {}, |
| - "addEventListener": {}, |
| - "binaryType": {}, |
| - "bufferedAmount": {}, |
| - "close": {}, |
| - "dispatchEvent": {}, |
| - "extensions": {}, |
| - "onclose": {}, |
| - "onerror": {}, |
| - "onmessage": {}, |
| - "onopen": {}, |
| - "protocol": {}, |
| - "readyState": {}, |
| "removeEventListener": {}, |
| - "send": {}, |
| - "sendBlob": {}, |
| - "sendByteBuffer": {}, |
| - "sendString": {}, |
| - "sendTypedData": {}, |
| - "url": {} |
| + "requestAnimationFrame": {}, |
| + "resizeBy": {}, |
| + "resizeTo": {}, |
| + "screen": {}, |
| + "screenLeft": {}, |
| + "screenTop": {}, |
| + "screenX": {}, |
| + "screenY": {}, |
| + "scroll": {}, |
| + "scrollBy": {}, |
| + "scrollTo": {}, |
| + "scrollX": {}, |
| + "scrollY": {}, |
| + "scrollbars": {}, |
| + "self": {}, |
| + "sessionStorage": {}, |
| + "setInterval": {}, |
| + "setTimeout": {}, |
| + "showModalDialog": {}, |
| + "speechSynthesis": { |
| + "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section", |
| + "support_level": "experimental" |
| + }, |
| + "status": {}, |
| + "statusbar": {}, |
| + "stop": {}, |
| + "styleMedia": { |
| + "comment": "http://developer.apple.com/library/safari/#documentation/SafariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| + "dart_action": "experimental", |
| + "support_level": "nonstandard" |
| + }, |
| + "toString": {}, |
| + "toolbar": {}, |
| + "top": {}, |
| + "webkitCancelAnimationFrame": { |
| + "support_level": "experimental" |
| + }, |
| + "webkitCancelRequestAnimationFrame": { |
| + "support_level": "experimental" |
| + }, |
| + "webkitConvertPointFromNodeToPage": { |
| + "comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html", |
| + "support_level": "experimental" |
| + }, |
| + "webkitConvertPointFromPageToNode": { |
| + "comment": "http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html", |
| + "support_level": "experimental" |
| + }, |
| + "webkitIndexedDB": { |
| + "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", |
| + "support_level": "experimental" |
| + }, |
| + "webkitNotifications": { |
| + "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/posts/8vWo8hq4pDm?e=Showroom", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "webkitRequestAnimationFrame": { |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "webkitRequestFileSystem": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| + "support_level": "experimental" |
| + }, |
| + "webkitResolveLocalFileSystemURL": { |
| + "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem", |
| + "support_level": "experimental" |
| + }, |
| + "webkitStorageInfo": { |
| + "comment": "http://www.w3.org/TR/file-system-api/", |
| + "dart_action": "suppress", |
| + "support_level": "deprecated" |
| + }, |
| + "window": {} |
| }, |
| "support_level": "stable" |
| }, |
| - "WheelEvent": { |
| - "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", |
| + "WindowTimers": { |
| "members": { |
| - "DOM_DELTA_LINE": {}, |
| - "DOM_DELTA_PAGE": {}, |
| - "DOM_DELTA_PIXEL": {}, |
| - "deltaMode": {}, |
| - "initWebKitWheelEvent": { |
| - "support_level": "experimental" |
| - }, |
| - "webkitDirectionInvertedFromDevice": { |
| - "support_level": "experimental" |
| + "clearInterval": { |
| + "support_level": "untriaged" |
| }, |
| - "wheelDelta": { |
| - "support_level": "nonstandard" |
| + "clearTimeout": { |
| + "support_level": "untriaged" |
| }, |
| - "wheelDeltaX": { |
| - "support_level": "nonstandard" |
| + "setInterval": { |
| + "support_level": "untriaged" |
| }, |
| - "wheelDeltaY": { |
| - "support_level": "nonstandard" |
| + "setTimeout": { |
| + "support_level": "untriaged" |
| } |
| }, |
| - "support_level": "stable" |
| + "support_level": "untriaged" |
| }, |
| "Worker": { |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#worker", |
| "dart_action": "experimental", |
| "members": { |
| "Worker": {}, |
| + "onerror": { |
| + "support_level": "untriaged" |
| + }, |
| "onmessage": {}, |
| "postMessage": {}, |
| "terminate": {} |
| @@ -11598,6 +11885,14 @@ |
| }, |
| "support_level": "stable" |
| }, |
| + "WorkerCrypto": { |
| + "members": { |
| + "getRandomValues": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "WorkerLocation": { |
| "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#workerlocation", |
| "members": { |
| @@ -11659,6 +11954,14 @@ |
| }, |
| "support_level": "experimental" |
| }, |
| + "WorkerPerformance": { |
| + "members": { |
| + "now": { |
| + "support_level": "untriaged" |
| + } |
| + }, |
| + "support_level": "untriaged" |
| + }, |
| "XMLHttpRequest": { |
| "comment": "http://xhr.spec.whatwg.org/#interface-xmlhttprequest", |
| "members": { |
| @@ -11697,6 +12000,9 @@ |
| "setRequestHeader": {}, |
| "status": {}, |
| "statusText": {}, |
| + "timeout": { |
| + "support_level": "untriaged" |
| + }, |
| "upload": { |
| "dart_action": "unstable" |
| }, |