{ | |
"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": { | |
"addEventListener": {}, | |
"dispatchEvent": {}, | |
"onerror": {}, | |
"removeEventListener": {} | |
}, | |
"support_level": "stable" | |
}, | |
"AesCbcParams": { | |
"members": { | |
"iv": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"AesKeyGenParams": { | |
"members": { | |
"length": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"Algorithm": { | |
"members": { | |
"name": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"AnalyserNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AnalyserNode", | |
"members": { | |
"fftSize": {}, | |
"frequencyBinCount": {}, | |
"getByteFrequencyData": {}, | |
"getByteTimeDomainData": {}, | |
"getFloatFrequencyData": {}, | |
"maxDecibels": {}, | |
"minDecibels": {}, | |
"smoothingTimeConstant": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"ApplicationCache": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#application-cache-api", | |
"dart_action": "unstable", | |
"members": { | |
"CHECKING": {}, | |
"DOWNLOADING": {}, | |
"IDLE": {}, | |
"OBSOLETE": {}, | |
"UNCACHED": {}, | |
"UPDATEREADY": {}, | |
"abort": {}, | |
"addEventListener": {}, | |
"dispatchEvent": {}, | |
"oncached": {}, | |
"onchecking": {}, | |
"ondownloading": {}, | |
"onerror": {}, | |
"onnoupdate": {}, | |
"onobsolete": {}, | |
"onprogress": {}, | |
"onupdateready": {}, | |
"removeEventListener": {}, | |
"status": {}, | |
"swapCache": {}, | |
"update": {} | |
}, | |
"support_level": "stable" | |
}, | |
"ArrayBuffer": { | |
"comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | |
"members": { | |
"byteLength": {}, | |
"slice": {} | |
}, | |
"support_level": "stable" | |
}, | |
"ArrayBufferView": { | |
"comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | |
"members": { | |
"buffer": {}, | |
"byteLength": {}, | |
"byteOffset": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Attr": { | |
"comment": "http://www.w3.org/TR/dom/#interface-attr", | |
"members": { | |
"isId": {}, | |
"localName": { | |
"support_level": "untriaged" | |
}, | |
"name": {}, | |
"namespaceURI": { | |
"support_level": "untriaged" | |
}, | |
"ownerElement": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"specified": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"value": {} | |
}, | |
"support_level": "stable" | |
}, | |
"AudioBuffer": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBuffer-section", | |
"members": { | |
"duration": {}, | |
"gain": {}, | |
"getChannelData": {}, | |
"length": {}, | |
"numberOfChannels": {}, | |
"sampleRate": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioBufferCallback": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBuffer-section", | |
"members": { | |
"handleEvent": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioBufferSourceNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBufferSourceNode-section", | |
"members": { | |
"FINISHED_STATE": {}, | |
"PLAYING_STATE": {}, | |
"SCHEDULED_STATE": {}, | |
"UNSCHEDULED_STATE": {}, | |
"buffer": {}, | |
"gain": {}, | |
"loop": {}, | |
"loopEnd": {}, | |
"loopStart": {}, | |
"noteGrainOn": {}, | |
"noteOff": {}, | |
"noteOn": {}, | |
"onended": { | |
"support_level": "untriaged" | |
}, | |
"playbackRate": {}, | |
"playbackState": {}, | |
"start": {}, | |
"stop": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioContext": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioContext-section", | |
"members": { | |
"AudioContext": {}, | |
"activeSourceCount": {}, | |
"addEventListener": { | |
"support_level": "untriaged" | |
}, | |
"createAnalyser": {}, | |
"createBiquadFilter": {}, | |
"createBuffer": {}, | |
"createBufferFromBuffer": {}, | |
"createBufferSource": {}, | |
"createChannelMerger": {}, | |
"createChannelSplitter": {}, | |
"createConvolver": {}, | |
"createDelay": {}, | |
"createDelayNode": {}, | |
"createDynamicsCompressor": {}, | |
"createEmptyBuffer": {}, | |
"createGain": {}, | |
"createGainNode": {}, | |
"createJavaScriptNode": {}, | |
"createMediaElementSource": {}, | |
"createMediaStreamDestination": {}, | |
"createMediaStreamSource": {}, | |
"createOscillator": {}, | |
"createPanner": {}, | |
"createPeriodicWave": { | |
"support_level": "untriaged" | |
}, | |
"createScriptProcessor": {}, | |
"createWaveShaper": {}, | |
"createWaveTable": {}, | |
"currentTime": {}, | |
"decodeAudioData": {}, | |
"destination": {}, | |
"dispatchEvent": { | |
"support_level": "untriaged" | |
}, | |
"listener": {}, | |
"oncomplete": {}, | |
"removeEventListener": { | |
"support_level": "untriaged" | |
}, | |
"sampleRate": {}, | |
"startRendering": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioDestinationNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioDestinationNode-section", | |
"members": { | |
"maxChannelCount": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioListener": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioListener-section", | |
"members": { | |
"dopplerFactor": {}, | |
"setOrientation": {}, | |
"setPosition": {}, | |
"setVelocity": {}, | |
"speedOfSound": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioNode-section", | |
"members": { | |
"addEventListener": {}, | |
"channelCount": {}, | |
"channelCountMode": {}, | |
"channelInterpretation": {}, | |
"connect": {}, | |
"context": {}, | |
"disconnect": {}, | |
"dispatchEvent": {}, | |
"numberOfInputs": {}, | |
"numberOfOutputs": {}, | |
"removeEventListener": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioParam": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioParam", | |
"members": { | |
"cancelScheduledValues": {}, | |
"defaultValue": {}, | |
"exponentialRampToValueAtTime": {}, | |
"linearRampToValueAtTime": {}, | |
"maxValue": {}, | |
"minValue": {}, | |
"name": {}, | |
"setTargetAtTime": {}, | |
"setTargetValueAtTime": {}, | |
"setValueAtTime": {}, | |
"setValueCurveAtTime": {}, | |
"units": {}, | |
"value": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioProcessingEvent": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioProcessingEvent-section", | |
"members": { | |
"inputBuffer": {}, | |
"outputBuffer": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"AudioSourceNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html", | |
"members": {}, | |
"support_level": "experimental" | |
}, | |
"AutocompleteErrorEvent": { | |
"comment": "http://wiki.whatwg.org/wiki/RequestAutocomplete", | |
"members": { | |
"reason": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"BarProp": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#barprop", | |
"dart_action": "suppress", | |
"members": { | |
"visible": {} | |
}, | |
"support_level": "standard" | |
}, | |
"BatteryManager": { | |
"comment": "https://dvcs.w3.org/hg/dap/raw-file/default/battery/Overview.html#batterymanager-interface", | |
"dart_action": "experimental", | |
"members": { | |
"addEventListener": {}, | |
"charging": {}, | |
"chargingTime": {}, | |
"dischargingTime": {}, | |
"dispatchEvent": {}, | |
"level": {}, | |
"onchargingchange": {}, | |
"onchargingtimechange": {}, | |
"ondischargingtimechange": {}, | |
"onlevelchange": {}, | |
"removeEventListener": {} | |
}, | |
"support_level": "stable" | |
}, | |
"BeforeLoadEvent": { | |
"members": { | |
"url": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"BiquadFilterNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode-section", | |
"members": { | |
"ALLPASS": {}, | |
"BANDPASS": {}, | |
"HIGHPASS": {}, | |
"HIGHSHELF": {}, | |
"LOWPASS": {}, | |
"LOWSHELF": {}, | |
"NOTCH": {}, | |
"PEAKING": {}, | |
"Q": {}, | |
"detune": {}, | |
"frequency": {}, | |
"gain": {}, | |
"getFrequencyResponse": {}, | |
"type": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"Blob": { | |
"comment": "http://www.w3.org/TR/FileAPI/#dfn-Blob", | |
"members": { | |
"Blob": {}, | |
"size": {}, | |
"slice": {}, | |
"type": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CDATASection": { | |
"comment": "http://dom.spec.whatwg.org/#cdatasection", | |
"dart_action": "suppress", | |
"members": {}, | |
"support_level": "deprecated" | |
}, | |
"CSS": { | |
"comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface", | |
"dart_action": "experimental", | |
"members": { | |
"supports": {}, | |
"supportsCondition": {}, | |
"supportsProperty": {} | |
} | |
}, | |
"CSSCharsetRule": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", | |
"members": { | |
"encoding": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"CSSFontFaceLoadEvent": { | |
"comment": "http://www.w3.org/TR/css3-fonts/", | |
"members": { | |
"error": {}, | |
"fontface": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"CSSFontFaceRule": { | |
"comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceRule", | |
"members": { | |
"style": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSHostRule": { | |
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#css-host-rule-interface", | |
"members": { | |
"cssRules": {}, | |
"deleteRule": {}, | |
"insertRule": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"CSSImportRule": { | |
"comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRule", | |
"members": { | |
"href": {}, | |
"media": {}, | |
"styleSheet": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSKeyframeRule": { | |
"members": { | |
"keyText": { | |
"support_level": "untriaged" | |
}, | |
"style": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"CSSKeyframesRule": { | |
"members": { | |
"__getter__": { | |
"support_level": "untriaged" | |
}, | |
"cssRules": { | |
"support_level": "untriaged" | |
}, | |
"deleteRule": { | |
"support_level": "untriaged" | |
}, | |
"findRule": { | |
"support_level": "untriaged" | |
}, | |
"insertRule": { | |
"support_level": "untriaged" | |
}, | |
"name": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"CSSMediaRule": { | |
"comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule", | |
"members": { | |
"cssRules": {}, | |
"deleteRule": {}, | |
"insertRule": {}, | |
"media": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSPageRule": { | |
"comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPageRule", | |
"members": { | |
"selectorText": {}, | |
"style": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSPrimitiveValue": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface", | |
"dart_action": "suppress", | |
"members": { | |
"CSS_ATTR": {}, | |
"CSS_CM": {}, | |
"CSS_COUNTER": {}, | |
"CSS_DEG": {}, | |
"CSS_DIMENSION": {}, | |
"CSS_EMS": {}, | |
"CSS_EXS": {}, | |
"CSS_GRAD": {}, | |
"CSS_HZ": {}, | |
"CSS_IDENT": {}, | |
"CSS_IN": {}, | |
"CSS_KHZ": {}, | |
"CSS_MM": {}, | |
"CSS_MS": {}, | |
"CSS_NUMBER": {}, | |
"CSS_PC": {}, | |
"CSS_PERCENTAGE": {}, | |
"CSS_PT": {}, | |
"CSS_PX": {}, | |
"CSS_RAD": {}, | |
"CSS_RECT": {}, | |
"CSS_RGBCOLOR": {}, | |
"CSS_S": {}, | |
"CSS_STRING": {}, | |
"CSS_UNKNOWN": {}, | |
"CSS_URI": {}, | |
"CSS_VH": {}, | |
"CSS_VMAX": {}, | |
"CSS_VMIN": {}, | |
"CSS_VW": {}, | |
"getCounterValue": {}, | |
"getFloatValue": {}, | |
"getRGBColorValue": {}, | |
"getRectValue": {}, | |
"getStringValue": {}, | |
"primitiveType": {}, | |
"setFloatValue": {}, | |
"setStringValue": {} | |
}, | |
"support_level": "deprecated" | |
}, | |
"CSSRule": { | |
"comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule", | |
"members": { | |
"CHARSET_RULE": {}, | |
"FONT_FACE_RULE": {}, | |
"HOST_RULE": { | |
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-css-rule-host-rule", | |
"support_level": "experimental" | |
}, | |
"IMPORT_RULE": {}, | |
"KEYFRAMES_RULE": { | |
"support_level": "untriaged" | |
}, | |
"KEYFRAME_RULE": { | |
"support_level": "untriaged" | |
}, | |
"MEDIA_RULE": {}, | |
"PAGE_RULE": {}, | |
"STYLE_RULE": {}, | |
"SUPPORTS_RULE": {}, | |
"UNKNOWN_RULE": { | |
"comment": "http://dev.w3.org/csswg/cssom/#changes-from-dom2", | |
"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" | |
}, | |
"WEBKIT_KEYFRAMES_RULE": { | |
"comment": "http://www.w3.org/TR/css3-animations/#cssrule", | |
"support_level": "experimental" | |
}, | |
"WEBKIT_KEYFRAME_RULE": { | |
"comment": "http://www.w3.org/TR/css3-animations/#cssrule", | |
"support_level": "experimental" | |
}, | |
"WEBKIT_REGION_RULE": { | |
"comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface", | |
"support_level": "experimental" | |
}, | |
"cssText": {}, | |
"parentRule": {}, | |
"parentStyleSheet": {}, | |
"type": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSRuleList": { | |
"comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList", | |
"members": { | |
"item": {}, | |
"length": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSStyleDeclaration": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface", | |
"members": { | |
"__getter__": { | |
"support_level": "untriaged" | |
}, | |
"__setter__": {}, | |
"cssText": {}, | |
"getPropertyCSSValue": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"getPropertyPriority": {}, | |
"getPropertyValue": {}, | |
"item": {}, | |
"length": {}, | |
"parentRule": {}, | |
"removeProperty": {}, | |
"setProperty": {}, | |
"var": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSStyleRule": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-cssstylerule-interface", | |
"members": { | |
"selectorText": {}, | |
"style": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSStyleSheet": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", | |
"members": { | |
"addRule": { | |
"support_level": "nonstandard" | |
}, | |
"cssRules": {}, | |
"deleteRule": {}, | |
"insertRule": {}, | |
"ownerRule": {}, | |
"removeRule": { | |
"support_level": "nonstandard" | |
}, | |
"rules": { | |
"support_level": "nonstandard" | |
} | |
}, | |
"support_level": "stable" | |
}, | |
"CSSSupportsRule": { | |
"comment": "http://www.w3.org/TR/css3-conditional/#csssupportsrule", | |
"members": { | |
"conditionText": {}, | |
"cssRules": {}, | |
"deleteRule": {}, | |
"insertRule": {} | |
}, | |
"support_level": "standard" | |
}, | |
"CSSUnknownRule": { | |
"comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", | |
"dart_action": "suppress", | |
"members": {}, | |
"support_level": "deprecated" | |
}, | |
"CSSValue": { | |
"comment": "http://dev.w3.org/csswg/cssom/", | |
"dart_action": "suppress", | |
"members": { | |
"CSS_CUSTOM": {}, | |
"CSS_INHERIT": {}, | |
"CSS_PRIMITIVE_VALUE": {}, | |
"CSS_VALUE_LIST": {}, | |
"cssText": {}, | |
"cssValueType": {} | |
}, | |
"support_level": "deprecated" | |
}, | |
"CSSValueList": { | |
"comment": "http://dev.w3.org/csswg/cssom/", | |
"dart_action": "suppress", | |
"members": { | |
"item": {}, | |
"length": {} | |
}, | |
"support_level": "deprecated" | |
}, | |
"CSSVariablesMap": { | |
"members": { | |
"clear": { | |
"support_level": "untriaged" | |
}, | |
"delete": { | |
"support_level": "untriaged" | |
}, | |
"get": { | |
"support_level": "untriaged" | |
}, | |
"has": { | |
"support_level": "untriaged" | |
}, | |
"set": { | |
"support_level": "untriaged" | |
}, | |
"size": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"CSSViewportRule": { | |
"members": { | |
"style": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"Canvas2DContextAttributes": { | |
"comment": "http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL", | |
"members": { | |
"alpha": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"CanvasGradient": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvasgradient", | |
"members": { | |
"addColorStop": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CanvasPattern": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvaspattern", | |
"members": {}, | |
"support_level": "stable" | |
}, | |
"CanvasProxy": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvasproxy", | |
"members": {}, | |
"support_level": "experimental" | |
}, | |
"CanvasRenderingContext": { | |
"members": { | |
"canvas": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CanvasRenderingContext2D": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvasrenderingcontext2d", | |
"members": { | |
"arc": {}, | |
"arcTo": {}, | |
"beginPath": {}, | |
"bezierCurveTo": {}, | |
"clearRect": {}, | |
"clearShadow": { | |
"support_level": "nonstandard" | |
}, | |
"clip": {}, | |
"closePath": {}, | |
"createImageData": {}, | |
"createImageDataFromImageData": {}, | |
"createLinearGradient": {}, | |
"createPattern": {}, | |
"createPatternFromCanvas": {}, | |
"createPatternFromImage": {}, | |
"createRadialGradient": {}, | |
"currentPath": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#path-objects", | |
"support_level": "experimental" | |
}, | |
"drawCustomFocusRing": { | |
"support_level": "untriaged" | |
}, | |
"drawImage": {}, | |
"drawImageFromRect": {}, | |
"drawSystemFocusRing": { | |
"support_level": "untriaged" | |
}, | |
"fill": {}, | |
"fillRect": {}, | |
"fillStyle": {}, | |
"fillText": {}, | |
"font": {}, | |
"getContextAttributes": { | |
"comment": "http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL", | |
"support_level": "experimental" | |
}, | |
"getImageData": {}, | |
"getLineDash": {}, | |
"globalAlpha": {}, | |
"globalCompositeOperation": {}, | |
"imageSmoothingEnabled": { | |
"support_level": "untriaged" | |
}, | |
"isPointInPath": {}, | |
"isPointInStroke": {}, | |
"lineCap": {}, | |
"lineDashOffset": {}, | |
"lineJoin": {}, | |
"lineTo": {}, | |
"lineWidth": {}, | |
"measureText": {}, | |
"miterLimit": {}, | |
"moveTo": {}, | |
"putImageData": {}, | |
"quadraticCurveTo": {}, | |
"rect": {}, | |
"restore": {}, | |
"rotate": {}, | |
"save": {}, | |
"scale": {}, | |
"setAlpha": { | |
"support_level": "nonstandard" | |
}, | |
"setCompositeOperation": { | |
"support_level": "nonstandard" | |
}, | |
"setFillColor": { | |
"support_level": "nonstandard" | |
}, | |
"setFillColorCmyk": {}, | |
"setFillColorRgb": {}, | |
"setLineCap": { | |
"support_level": "nonstandard" | |
}, | |
"setLineDash": {}, | |
"setLineJoin": { | |
"support_level": "nonstandard" | |
}, | |
"setLineWidth": { | |
"support_level": "nonstandard" | |
}, | |
"setMiterLimit": { | |
"support_level": "nonstandard" | |
}, | |
"setShadow": { | |
"support_level": "nonstandard" | |
}, | |
"setShadowCmyk": {}, | |
"setShadowRgb": {}, | |
"setStrokeColor": { | |
"support_level": "nonstandard" | |
}, | |
"setStrokeColorCmyk": {}, | |
"setStrokeColorRgb": {}, | |
"setTransform": {}, | |
"shadowBlur": {}, | |
"shadowColor": {}, | |
"shadowOffsetX": {}, | |
"shadowOffsetY": {}, | |
"stroke": {}, | |
"strokeRect": {}, | |
"strokeStyle": {}, | |
"strokeText": {}, | |
"textAlign": {}, | |
"textBaseline": {}, | |
"transform": {}, | |
"translate": {}, | |
"webkitBackingStorePixelRatio": { | |
"support_level": "experimental" | |
}, | |
"webkitGetImageDataHD": { | |
"support_level": "experimental" | |
}, | |
"webkitImageSmoothingEnabled": { | |
"support_level": "experimental" | |
}, | |
"webkitLineDash": { | |
"support_level": "experimental" | |
}, | |
"webkitLineDashOffset": { | |
"support_level": "experimental" | |
}, | |
"webkitPutImageDataHD": { | |
"support_level": "experimental" | |
} | |
}, | |
"support_level": "stable" | |
}, | |
"ChannelMergerNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#ChannelMergerNode-section", | |
"members": {}, | |
"support_level": "experimental" | |
}, | |
"ChannelSplitterNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#ChannelSplitterNode-section", | |
"members": {}, | |
"support_level": "experimental" | |
}, | |
"CharacterData": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-FF21A306", | |
"members": { | |
"appendData": {}, | |
"data": {}, | |
"deleteData": {}, | |
"insertData": {}, | |
"length": {}, | |
"nextElementSibling": { | |
"comment": "http://dom.spec.whatwg.org/#childnode" | |
}, | |
"previousElementSibling": { | |
"comment": "http://dom.spec.whatwg.org/#childnode" | |
}, | |
"remove": { | |
"support_level": "nonstandard" | |
}, | |
"replaceData": {}, | |
"substringData": {} | |
}, | |
"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": { | |
"bottom": {}, | |
"height": {}, | |
"left": {}, | |
"right": {}, | |
"top": {}, | |
"width": {} | |
}, | |
"support_level": "stable" | |
}, | |
"ClientRectList": { | |
"comment": "http://www.w3.org/TR/cssom-view/#the-clientrectlist-interface", | |
"members": { | |
"item": {}, | |
"length": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Clipboard": { | |
"comment": "http://www.w3.org/html/wg/drafts/html/master/editing.html#the-datatransfer-interface (Should be DataTransfer)", | |
"members": { | |
"clearData": {}, | |
"dropEffect": {}, | |
"effectAllowed": {}, | |
"files": {}, | |
"getData": {}, | |
"items": {}, | |
"setData": {}, | |
"setDragImage": {}, | |
"types": {} | |
}, | |
"support_level": "stable" | |
}, | |
"CloseEvent": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/network.html#closeevent", | |
"members": { | |
"code": {}, | |
"reason": {}, | |
"wasClean": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Comment": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1728279322", | |
"members": { | |
"Comment": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Composition": { | |
"comment": "http://www.w3.org/TR/ime-api/#idl-def-Composition", | |
"members": { | |
"caret": {}, | |
"selectionEnd": { | |
"support_level": "untriaged" | |
}, | |
"selectionStart": { | |
"support_level": "untriaged" | |
}, | |
"text": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"CompositionEvent": { | |
"comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-CompositionEvent", | |
"members": { | |
"data": {}, | |
"initCompositionEvent": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Console": { | |
"members": { | |
"assert": { | |
"support_level": "untriaged" | |
}, | |
"assertCondition": { | |
"support_level": "experimental" | |
}, | |
"clear": { | |
"support_level": "experimental" | |
}, | |
"count": { | |
"support_level": "experimental" | |
}, | |
"debug": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"dir": {}, | |
"dirxml": { | |
"support_level": "experimental" | |
}, | |
"error": {}, | |
"group": {}, | |
"groupCollapsed": {}, | |
"groupEnd": {}, | |
"info": {}, | |
"log": {}, | |
"markTimeline": { | |
"support_level": "experimental" | |
}, | |
"memory": { | |
"support_level": "experimental" | |
}, | |
"profile": { | |
"support_level": "experimental" | |
}, | |
"profileEnd": { | |
"support_level": "experimental" | |
}, | |
"profiles": { | |
"support_level": "experimental" | |
}, | |
"table": { | |
"support_level": "experimental" | |
}, | |
"time": {}, | |
"timeEnd": {}, | |
"timeStamp": { | |
"support_level": "experimental" | |
}, | |
"trace": {}, | |
"warn": {} | |
}, | |
"support_level": "stable" | |
}, | |
"ConsoleBase": { | |
"members": { | |
"assertCondition": { | |
"support_level": "untriaged" | |
}, | |
"clear": { | |
"support_level": "untriaged" | |
}, | |
"count": { | |
"support_level": "untriaged" | |
}, | |
"debug": { | |
"support_level": "untriaged" | |
}, | |
"dir": { | |
"support_level": "untriaged" | |
}, | |
"dirxml": { | |
"support_level": "untriaged" | |
}, | |
"error": { | |
"support_level": "untriaged" | |
}, | |
"group": { | |
"support_level": "untriaged" | |
}, | |
"groupCollapsed": { | |
"support_level": "untriaged" | |
}, | |
"groupEnd": { | |
"support_level": "untriaged" | |
}, | |
"info": { | |
"support_level": "untriaged" | |
}, | |
"log": { | |
"support_level": "untriaged" | |
}, | |
"markTimeline": { | |
"support_level": "untriaged" | |
}, | |
"profile": { | |
"support_level": "untriaged" | |
}, | |
"profileEnd": { | |
"support_level": "untriaged" | |
}, | |
"table": { | |
"support_level": "untriaged" | |
}, | |
"time": { | |
"support_level": "untriaged" | |
}, | |
"timeEnd": { | |
"support_level": "untriaged" | |
}, | |
"timeStamp": { | |
"support_level": "untriaged" | |
}, | |
"trace": { | |
"support_level": "untriaged" | |
}, | |
"warn": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"ConvolverNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#ConvolverNode", | |
"members": { | |
"buffer": {}, | |
"normalize": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"Coordinates": { | |
"comment": "http://www.w3.org/TR/geolocation-API/#coordinates_interface", | |
"members": { | |
"accuracy": {}, | |
"altitude": {}, | |
"altitudeAccuracy": {}, | |
"heading": {}, | |
"latitude": {}, | |
"longitude": {}, | |
"speed": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Counter": { | |
"comment": "http://dev.w3.org/csswg/cssom/", | |
"dart_action": "suppress", | |
"members": { | |
"identifier": {}, | |
"listStyle": {}, | |
"separator": {} | |
}, | |
"support_level": "deprecated" | |
}, | |
"Crypto": { | |
"comment": "http://www.w3.org/TR/WebCryptoAPI/", | |
"members": { | |
"getRandomValues": {}, | |
"subtle": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "experimental" | |
}, | |
"CryptoOperation": { | |
"members": { | |
"abort": { | |
"support_level": "untriaged" | |
}, | |
"algorithm": { | |
"support_level": "untriaged" | |
}, | |
"finish": { | |
"support_level": "untriaged" | |
}, | |
"process": { | |
"support_level": "untriaged" | |
}, | |
"processByteBuffer": { | |
"support_level": "untriaged" | |
}, | |
"processTypedData": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"CustomElementConstructor": { | |
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#dfn-custom-element-constructor-generation", | |
"dart_action": "suppress", | |
"members": {}, | |
"support_level": "experimental" | |
}, | |
"CustomEvent": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Events/#interface-CustomEvent", | |
"members": { | |
"detail": {}, | |
"initCustomEvent": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMApplicationCache": { | |
"members": { | |
"CHECKING": { | |
"support_level": "untriaged" | |
}, | |
"DOWNLOADING": { | |
"support_level": "untriaged" | |
}, | |
"IDLE": { | |
"support_level": "untriaged" | |
}, | |
"OBSOLETE": { | |
"support_level": "untriaged" | |
}, | |
"UNCACHED": { | |
"support_level": "untriaged" | |
}, | |
"UPDATEREADY": { | |
"support_level": "untriaged" | |
}, | |
"abort": { | |
"support_level": "untriaged" | |
}, | |
"addEventListener": { | |
"support_level": "untriaged" | |
}, | |
"dispatchEvent": { | |
"support_level": "untriaged" | |
}, | |
"onerror": { | |
"support_level": "untriaged" | |
}, | |
"removeEventListener": { | |
"support_level": "untriaged" | |
}, | |
"status": { | |
"support_level": "untriaged" | |
}, | |
"swapCache": { | |
"support_level": "untriaged" | |
}, | |
"update": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"DOMError": { | |
"comment": "http://www.w3.org/TR/dom/#interface-domerror", | |
"members": { | |
"message": { | |
"support_level": "untriaged" | |
}, | |
"name": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMException": { | |
"comment": "http://www.w3.org/TR/dom/#domexception (Should be DOMException)", | |
"dart_action": "unstable", | |
"members": { | |
"ABORT_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"DATA_CLONE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"DOMSTRING_SIZE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"HIERARCHY_REQUEST_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INDEX_SIZE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INUSE_ATTRIBUTE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INVALID_ACCESS_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INVALID_CHARACTER_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INVALID_MODIFICATION_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INVALID_NODE_TYPE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"INVALID_STATE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NAMESPACE_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NETWORK_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NOT_FOUND_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NOT_SUPPORTED_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NO_DATA_ALLOWED_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NO_MODIFICATION_ALLOWED_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"QUOTA_EXCEEDED_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"SECURITY_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"SYNTAX_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"TIMEOUT_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"TYPE_MISMATCH_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"URL_MISMATCH_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"VALIDATION_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"WRONG_DOCUMENT_ERR": { | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"code": { | |
"comment": "http://www.w3.org/TR/dom/#dom-domexception-code", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"message": {}, | |
"name": {}, | |
"toString": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMFileSystem": { | |
"comment": "http://www.w3.org/TR/file-system-api/", | |
"members": { | |
"name": {}, | |
"root": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"DOMFileSystemSync": { | |
"comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interface", | |
"members": { | |
"name": {}, | |
"root": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"DOMImplementation": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490", | |
"members": { | |
"createCSSStyleSheet": { | |
"support_level": "nonstandard" | |
}, | |
"createDocument": {}, | |
"createDocumentType": {}, | |
"createHTMLDocument": {}, | |
"hasFeature": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMParser": { | |
"members": { | |
"DOMParser": {}, | |
"parseFromString": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMSettableTokenList": { | |
"comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domsettabletokenlist-0", | |
"members": { | |
"__getter__": {}, | |
"value": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMStringList": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMStringList", | |
"members": { | |
"contains": {}, | |
"item": {}, | |
"length": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMStringMap": { | |
"comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domstringmap-0", | |
"members": { | |
"__delete__": {}, | |
"__getter__": {}, | |
"__setter__": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DOMTokenList": { | |
"comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domtokenlist-0", | |
"members": { | |
"contains": {}, | |
"item": {}, | |
"length": {}, | |
"toString": {}, | |
"toggle": {} | |
}, | |
"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": { | |
"__getter__": { | |
"support_level": "untriaged" | |
}, | |
"add": {}, | |
"addData": {}, | |
"addFile": {}, | |
"clear": {}, | |
"item": {}, | |
"length": {}, | |
"remove": { | |
"support_level": "untriaged" | |
} | |
}, | |
"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" | |
}, | |
"DedicatedWorkerGlobalScope": { | |
"members": { | |
"onmessage": { | |
"support_level": "untriaged" | |
}, | |
"postMessage": { | |
"support_level": "untriaged" | |
} | |
}, | |
"support_level": "untriaged" | |
}, | |
"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" | |
}, | |
"applets": { | |
"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", | |
"support_level": "nonstandard" | |
}, | |
"childElementCount": { | |
"comment": "http://dom.spec.whatwg.org/#parentnode" | |
}, | |
"children": { | |
"comment": "http://dom.spec.whatwg.org/#parentnode" | |
}, | |
"compatMode": { | |
"dart_action": "suppress" | |
}, | |
"cookie": {}, | |
"createAttribute": { | |
"comment": "http://dom.spec.whatwg.org/#dom-document-createattribute", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"createAttributeNS": { | |
"comment": "http://dom.spec.whatwg.org/#dom-document-createattributens", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"createCDATASection": { | |
"comment": "http://dom.spec.whatwg.org/#dom-document-createcdatasection", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"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" | |
}, | |
"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" | |
}, | |
"lastElementChild": { | |
"comment": "http://dom.spec.whatwg.org/#parentnode" | |
}, | |
"lastModified": {}, | |
"links": { | |
"dart_action": "suppress" | |
}, | |
"location": { | |
"dart_action": "suppress" | |
}, | |
"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" | |
}, | |
"onkeydown": {}, | |
"onkeypress": {}, | |
"onkeyup": {}, | |
"onload": {}, | |
"onmousedown": {}, | |
"onmouseenter": { | |
"support_level": "untriaged" | |
}, | |
"onmouseleave": { | |
"support_level": "untriaged" | |
}, | |
"onmousemove": {}, | |
"onmouseout": {}, | |
"onmouseover": {}, | |
"onmouseup": {}, | |
"onmousewheel": {}, | |
"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": {}, | |
"onsubmit": {}, | |
"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" | |
}, | |
"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" | |
}, | |
"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" | |
}, | |
"onwheel": { | |
"support_level": "untriaged" | |
}, | |
"preferredStylesheetSet": { | |
"comment": "http://dev.w3.org/csswg/cssom/#widl-Document-preferredStyleSheetSet" | |
}, | |
"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" | |
}, | |
"selectedStylesheetSet": { | |
"comment": "http://dev.w3.org/csswg/cssom/#widl-Document-selectedStyleSheetSet" | |
}, | |
"styleSheets": {}, | |
"title": {}, | |
"webkitCancelFullScreen": { | |
"comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"webkitCurrentFullScreenElement": { | |
"comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", | |
"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" | |
}, | |
"webkitExitPointerLock": { | |
"comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-exitPointerLock-void", | |
"support_level": "experimental" | |
}, | |
"webkitFullScreenKeyboardInputAllowed": { | |
"comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"webkitFullscreenElement": { | |
"comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenelement", | |
"support_level": "experimental" | |
}, | |
"webkitFullscreenEnabled": { | |
"comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenenabled", | |
"support_level": "experimental" | |
}, | |
"webkitGetNamedFlows": { | |
"comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", | |
"support_level": "experimental" | |
}, | |
"webkitHidden": { | |
"comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#document", | |
"support_level": "experimental" | |
}, | |
"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" | |
}, | |
"webkitRegister": { | |
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#dfn-document-register", | |
"support_level": "experimental" | |
}, | |
"webkitVisibilityState": { | |
"comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-visibilitystate", | |
"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" | |
} | |
}, | |
"support_level": "stable" | |
}, | |
"DocumentFragment": { | |
"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": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DocumentType": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927", | |
"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" | |
}, | |
"publicId": {}, | |
"remove": { | |
"support_level": "nonstandard" | |
}, | |
"systemId": {} | |
}, | |
"support_level": "stable" | |
}, | |
"DynamicsCompressorNode": { | |
"comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#DynamicsCompressorNode", | |
"members": { | |
"attack": {}, | |
"knee": {}, | |
"ratio": {}, | |
"reduction": {}, | |
"release": {}, | |
"threshold": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"EXTFragDepth": { | |
"comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/", | |
"members": {}, | |
"support_level": "experimental" | |
}, | |
"EXTTextureFilterAnisotropic": { | |
"comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/", | |
"members": { | |
"MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, | |
"TEXTURE_MAX_ANISOTROPY_EXT": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"Element": { | |
"comment": "http://dom.spec.whatwg.org/#interface-element", | |
"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" | |
}, | |
"createShadowRoot": { | |
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root", | |
"support_level": "experimental" | |
}, | |
"dataset": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#dom-dataset" | |
}, | |
"dir": { | |
"comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"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": { | |
"support_level": "deprecated" | |
}, | |
"getAttributeNS": { | |
"support_level": "deprecated" | |
}, | |
"getAttributeNode": { | |
"comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"getAttributeNodeNS": { | |
"comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"getBoundingClientRect": {}, | |
"getClientRects": {}, | |
"getDestinationInsertionPoints": { | |
"support_level": "untriaged" | |
}, | |
"getElementsByClassName": {}, | |
"getElementsByTagName": {}, | |
"getElementsByTagNameNS": { | |
"dart_action": "suppress" | |
}, | |
"getInputContext": { | |
"comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", | |
"support_level": "experimental" | |
}, | |
"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" | |
}, | |
"id": { | |
"comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"innerHTML": { | |
"comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"inputMethodContext": { | |
"support_level": "untriaged" | |
}, | |
"isContentEditable": { | |
"comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"lang": { | |
"comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"lastElementChild": {}, | |
"localName": { | |
"support_level": "untriaged" | |
}, | |
"namespaceURI": { | |
"support_level": "untriaged" | |
}, | |
"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" | |
}, | |
"onkeydown": {}, | |
"onkeypress": {}, | |
"onkeyup": {}, | |
"onload": {}, | |
"onmousedown": {}, | |
"onmouseenter": { | |
"support_level": "untriaged" | |
}, | |
"onmouseleave": { | |
"support_level": "untriaged" | |
}, | |
"onmousemove": {}, | |
"onmouseout": {}, | |
"onmouseover": {}, | |
"onmouseup": {}, | |
"onmousewheel": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", | |
"support_level": "nonstandard" | |
}, | |
"onpaste": {}, | |
"onreset": {}, | |
"onscroll": {}, | |
"onsearch": { | |
"comment": "http://www.w3.org/TR/html-markup/input.search.html", | |
"support_level": "experimental" | |
}, | |
"onselect": {}, | |
"onselectstart": { | |
"dart_action": "experimental", | |
"support_level": "nonstandard" | |
}, | |
"onsubmit": {}, | |
"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" | |
}, | |
"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" | |
}, | |
"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" | |
}, | |
"onwheel": { | |
"support_level": "untriaged" | |
}, | |
"outerHTML": { | |
"comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/section-elements.html#htmlelement", | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"previousElementSibling": {}, | |
"pseudo": { | |
"support_level": "untriaged" | |
}, | |
"querySelector": {}, | |
"querySelectorAll": {}, | |
"remove": { | |
"dart_action": "stable", | |
"support_level": "nonstandard" | |
}, | |
"removeAttribute": {}, | |
"removeAttributeNS": {}, | |
"removeAttributeNode": { | |
"comment": "http://dom.spec.whatwg.org/#dom-element-removeattributenode", | |
"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": { | |
"support_level": "deprecated" | |
}, | |
"setAttributeNS": { | |
"support_level": "deprecated" | |
}, | |
"setAttributeNode": { | |
"comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"setAttributeNodeNS": {}, | |
"shadowRoot": { | |
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root", | |
"support_level": "experimental" | |
}, | |
"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" | |
}, | |
"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", | |
"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" | |
}, | |
"webkitdropzone": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute", | |
"support_level": "experimental" | |
} | |
}, | |
"support_level": "stable" | |
}, | |
"ElementTimeControl": { | |
"comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeControl", | |
"dart_action": "unstable", | |
"members": { | |
"beginElement": {}, | |
"beginElementAt": {}, | |
"endElement": {}, | |
"endElementAt": {} | |
}, | |
"support_level": "stable" | |
}, | |
"ElementTraversal": { | |
"dart_action": "unstable", | |
"members": { | |
"childElementCount": {}, | |
"firstElementChild": {}, | |
"lastElementChild": {}, | |
"nextElementSibling": {}, | |
"previousElementSibling": {} | |
}, | |
"support_level": "stable" | |
}, | |
"Entity": { | |
"dart_action": "suppress", | |
"members": { | |
"notationName": {}, | |
"publicId": {}, | |
"systemId": {} | |
}, | |
"support_level": "deprecated" | |
}, | |
"EntityReference": { | |
"dart_action": "suppress", | |
"members": {}, | |
"support_level": "deprecated" | |
}, | |
"EntriesCallback": { | |
"comment": "http://www.w3.org/TR/file-system-api/#the-entriescallback-interface", | |
"members": { | |
"handleEvent": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"Entry": { | |
"comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", | |
"members": { | |
"copyTo": {}, | |
"filesystem": {}, | |
"fullPath": {}, | |
"getMetadata": {}, | |
"getParent": {}, | |
"isDirectory": {}, | |
"isFile": {}, | |
"moveTo": {}, | |
"name": {}, | |
"remove": {}, | |
"toURL": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"EntryArray": { | |
"comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", | |
"members": { | |
"item": {}, | |
"length": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"EntryArraySync": { | |
"comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", | |
"members": { | |
"item": {}, | |
"length": {} | |
}, | |
"support_level": "experimental" | |
}, | |
"EntryCallback": { | |
"comment": "http://www.w3.org/TR/file-system-api/#the-entrycallback-interface", | |
"members": { | |
"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": { | |
"colno": { | |
"support_level": "untriaged" | |
}, | |
"error": { | |
"support_level": "untriaged" | |
}, | |
"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" | |
}, | |
"BUBBLING_PHASE": {}, | |
"CAPTURING_PHASE": {}, | |
"CHANGE": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"CLICK": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"DBLCLICK": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"DRAGDROP": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"FOCUS": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"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", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"MOUSEDOWN": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"MOUSEDRAG": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"MOUSEMOVE": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"MOUSEOUT": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"MOUSEOVER": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"MOUSEUP": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"NONE": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"SELECT": { | |
"comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureEvents", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"bubbles": {}, | |
"cancelBubble": { | |
"comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-stopPropagation", | |
"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": { | |
"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", | |
"members": { | |
"DISPATCH_REQUEST_ERR": {}, | |
"UNSPECIFIED_EVENT_TYPE_ERR": {}, | |
"code": {}, | |
"message": { | |
"dart_action": "suppress", | |
"support_level": "nonstandard" | |
}, | |
"name": { | |
"dart_action": "suppress", | |
"support_level": "nonstandard" | |
}, | |
"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" | |
}, | |
"addEventListener": {}, | |
"close": {}, | |
"dispatchEvent": {}, | |
"onerror": {}, | |
"onmessage": {}, | |
"onopen": {}, | |
"readyState": {}, | |
"removeEventListener": {}, | |
"url": {}, | |
"withCredentials": {} | |
}, | |
"support_level": "stable" | |
}, | |
"EventTarget": { | |
"members": { | |
"addEventListener": { | |
"support_level": "deprecated" | |
}, | |
"dispatchEvent": {}, | |
"removeEventListener": { | |
"support_level": "deprecated" | |
} | |
}, | |
"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" | |
} | |
}, | |
"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/", | |
"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": {} | |
}, | |
"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", | |
"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" | |
}, | |
"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/", | |
"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": { | |
"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", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"coords": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"download": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download" | |
}, | |
"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" | |
}, | |
"origin": { | |
"comment": "WebKit only", | |
"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", | |
"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", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"search": {}, | |
"shape": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAnchorElement-partial", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"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" | |
}, | |
"pathname": {}, | |
"ping": { | |
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#HTMLAreaElement-partial", | |
"dart_action": "suppress", | |
"support_level": "deprecated" | |
}, | |
"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" | |
} | |
}, | |
"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" | |
}, | |