| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "AbstractWorker": { |
| 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf
ace", |
| 4 "members": { |
| 5 "addEventListener": {}, |
| 6 "dispatchEvent": {}, |
| 7 "onerror": {}, |
| 8 "removeEventListener": {} |
| 9 }, |
| 10 "support_level": "stable" |
| 11 }, |
| 12 "AnalyserNode": { |
| 13 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AnalyserNode", |
| 14 "members": { |
| 15 "fftSize": {}, |
| 16 "frequencyBinCount": {}, |
| 17 "getByteFrequencyData": {}, |
| 18 "getByteTimeDomainData": {}, |
| 19 "getFloatFrequencyData": {}, |
| 20 "maxDecibels": {}, |
| 21 "minDecibels": {}, |
| 22 "smoothingTimeConstant": {} |
| 23 }, |
| 24 "support_level": "experimental" |
| 25 }, |
| 26 "AnimationEvent": { |
| 27 "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface", |
| 28 "members": { |
| 29 "animationName": {}, |
| 30 "elapsedTime": {} |
| 31 }, |
| 32 "support_level": "stable" |
| 33 }, |
| 34 "ArrayBuffer": { |
| 35 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 36 "members": { |
| 37 "byteLength": {}, |
| 38 "slice": {} |
| 39 }, |
| 40 "support_level": "stable" |
| 41 }, |
| 42 "ArrayBufferView": { |
| 43 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 44 "members": { |
| 45 "buffer": {}, |
| 46 "byteLength": {}, |
| 47 "byteOffset": {} |
| 48 }, |
| 49 "support_level": "stable" |
| 50 }, |
| 51 "Attr": { |
| 52 "comment": "http://www.w3.org/TR/dom/#interface-attr", |
| 53 "members": { |
| 54 "isId": {}, |
| 55 "name": {}, |
| 56 "ownerElement": { |
| 57 "dart_action": "suppress", |
| 58 "support_level": "deprecated" |
| 59 }, |
| 60 "specified": { |
| 61 "dart_action": "suppress", |
| 62 "support_level": "deprecated" |
| 63 }, |
| 64 "value": {} |
| 65 }, |
| 66 "support_level": "stable" |
| 67 }, |
| 68 "AudioBuffer": { |
| 69 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioBuffer-section", |
| 70 "dart_action": "default", |
| 71 "members": { |
| 72 "duration": {}, |
| 73 "gain": {}, |
| 74 "getChannelData": {}, |
| 75 "length": {}, |
| 76 "numberOfChannels": {}, |
| 77 "sampleRate": {} |
| 78 }, |
| 79 "support_level": "experimental" |
| 80 }, |
| 81 "AudioBufferCallback": { |
| 82 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioBuffer-section", |
| 83 "members": { |
| 84 "handleEvent": {} |
| 85 }, |
| 86 "support_level": "experimental" |
| 87 }, |
| 88 "AudioBufferSourceNode": { |
| 89 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioBufferSourceNode-section", |
| 90 "members": { |
| 91 "FINISHED_STATE": {}, |
| 92 "PLAYING_STATE": {}, |
| 93 "SCHEDULED_STATE": {}, |
| 94 "UNSCHEDULED_STATE": {}, |
| 95 "buffer": {}, |
| 96 "gain": {}, |
| 97 "loop": {}, |
| 98 "loopEnd": {}, |
| 99 "loopStart": {}, |
| 100 "playbackRate": {}, |
| 101 "playbackState": {}, |
| 102 "start": {}, |
| 103 "stop": {} |
| 104 }, |
| 105 "support_level": "experimental" |
| 106 }, |
| 107 "AudioContext": { |
| 108 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioContext-section", |
| 109 "members": { |
| 110 "activeSourceCount": {}, |
| 111 "createAnalyser": {}, |
| 112 "createBiquadFilter": {}, |
| 113 "createBuffer": {}, |
| 114 "createBufferSource": {}, |
| 115 "createChannelMerger": {}, |
| 116 "createChannelSplitter": {}, |
| 117 "createConvolver": {}, |
| 118 "createDelay": {}, |
| 119 "createDynamicsCompressor": {}, |
| 120 "createGain": {}, |
| 121 "createMediaElementSource": {}, |
| 122 "createMediaStreamDestination": {}, |
| 123 "createMediaStreamSource": {}, |
| 124 "createOscillator": {}, |
| 125 "createPanner": {}, |
| 126 "createScriptProcessor": {}, |
| 127 "createWaveShaper": {}, |
| 128 "createWaveTable": {}, |
| 129 "currentTime": {}, |
| 130 "decodeAudioData": {}, |
| 131 "destination": {}, |
| 132 "listener": {}, |
| 133 "oncomplete": {}, |
| 134 "sampleRate": {}, |
| 135 "startRendering": {} |
| 136 }, |
| 137 "support_level": "experimental" |
| 138 }, |
| 139 "AudioDestinationNode": { |
| 140 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioDestinationNode-section", |
| 141 "members": { |
| 142 "maxChannelCount": {} |
| 143 }, |
| 144 "support_level": "experimental" |
| 145 }, |
| 146 "AudioListener": { |
| 147 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioListener-section", |
| 148 "members": { |
| 149 "dopplerFactor": {}, |
| 150 "setOrientation": {}, |
| 151 "setPosition": {}, |
| 152 "setVelocity": {}, |
| 153 "speedOfSound": {} |
| 154 }, |
| 155 "support_level": "experimental" |
| 156 }, |
| 157 "AudioNode": { |
| 158 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioNode-section", |
| 159 "members": { |
| 160 "channelCount": {}, |
| 161 "channelCountMode": {}, |
| 162 "channelInterpretation": {}, |
| 163 "connect": {}, |
| 164 "context": {}, |
| 165 "disconnect": {}, |
| 166 "numberOfInputs": {}, |
| 167 "numberOfOutputs": {} |
| 168 }, |
| 169 "support_level": "experimental" |
| 170 }, |
| 171 "AudioParam": { |
| 172 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioParam", |
| 173 "members": { |
| 174 "cancelScheduledValues": {}, |
| 175 "defaultValue": {}, |
| 176 "exponentialRampToValueAtTime": {}, |
| 177 "linearRampToValueAtTime": {}, |
| 178 "maxValue": {}, |
| 179 "minValue": {}, |
| 180 "name": {}, |
| 181 "setTargetAtTime": {}, |
| 182 "setValueAtTime": {}, |
| 183 "setValueCurveAtTime": {}, |
| 184 "units": {}, |
| 185 "value": {} |
| 186 }, |
| 187 "support_level": "experimental" |
| 188 }, |
| 189 "AudioProcessingEvent": { |
| 190 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#AudioProcessingEvent-section", |
| 191 "members": { |
| 192 "inputBuffer": {}, |
| 193 "outputBuffer": {} |
| 194 }, |
| 195 "support_level": "experimental" |
| 196 }, |
| 197 "AudioSourceNode": { |
| 198 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html", |
| 199 "members": {}, |
| 200 "support_level": "experimental" |
| 201 }, |
| 202 "AutocompleteErrorEvent": { |
| 203 "comment": "http://wiki.whatwg.org/wiki/RequestAutocomplete", |
| 204 "members": { |
| 205 "reason": {} |
| 206 }, |
| 207 "support_level": "experimental" |
| 208 }, |
| 209 "BarInfo": { |
| 210 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/brow
sers.html#barprop (Rename to BarProp?)", |
| 211 "members": { |
| 212 "visible": {} |
| 213 }, |
| 214 "support_level": "nonstandard" |
| 215 }, |
| 216 "BatteryManager": { |
| 217 "comment": "https://dvcs.w3.org/hg/dap/raw-file/default/battery/Overview.htm
l#batterymanager-interface", |
| 218 "dart_action": "experimental", |
| 219 "members": { |
| 220 "addEventListener": {}, |
| 221 "charging": {}, |
| 222 "chargingTime": {}, |
| 223 "dischargingTime": {}, |
| 224 "dispatchEvent": {}, |
| 225 "level": {}, |
| 226 "onchargingchange": {}, |
| 227 "onchargingtimechange": {}, |
| 228 "ondischargingtimechange": {}, |
| 229 "onlevelchange": {}, |
| 230 "removeEventListener": {} |
| 231 }, |
| 232 "support_level": "stable" |
| 233 }, |
| 234 "BeforeLoadEvent": { |
| 235 "members": { |
| 236 "url": {} |
| 237 }, |
| 238 "support_level": "experimental" |
| 239 }, |
| 240 "BiquadFilterNode": { |
| 241 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#BiquadFilterNode-section", |
| 242 "members": { |
| 243 "ALLPASS": {}, |
| 244 "BANDPASS": {}, |
| 245 "HIGHPASS": {}, |
| 246 "HIGHSHELF": {}, |
| 247 "LOWPASS": {}, |
| 248 "LOWSHELF": {}, |
| 249 "NOTCH": {}, |
| 250 "PEAKING": {}, |
| 251 "Q": {}, |
| 252 "detune": {}, |
| 253 "frequency": {}, |
| 254 "gain": {}, |
| 255 "getFrequencyResponse": {}, |
| 256 "type": {} |
| 257 }, |
| 258 "support_level": "experimental" |
| 259 }, |
| 260 "Blob": { |
| 261 "comment": "http://www.w3.org/TR/FileAPI/#dfn-Blob", |
| 262 "members": { |
| 263 "size": {}, |
| 264 "slice": {}, |
| 265 "type": {} |
| 266 }, |
| 267 "support_level": "stable" |
| 268 }, |
| 269 "CDATASection": { |
| 270 "comment": "http://dom.spec.whatwg.org/#cdatasection", |
| 271 "dart_action": "suppress", |
| 272 "members": {}, |
| 273 "support_level": "deprecated" |
| 274 }, |
| 275 "CSSCharsetRule": { |
| 276 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", |
| 277 "dart_action": "default", |
| 278 "members": { |
| 279 "encoding": {} |
| 280 }, |
| 281 "support_level": "experimental" |
| 282 }, |
| 283 "CSSFontFaceLoadEvent": { |
| 284 "comment": "http://www.w3.org/TR/css3-fonts/", |
| 285 "members": { |
| 286 "error": {}, |
| 287 "fontface": {} |
| 288 }, |
| 289 "support_level": "experimental" |
| 290 }, |
| 291 "CSSFontFaceRule": { |
| 292 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceR
ule", |
| 293 "members": { |
| 294 "style": {} |
| 295 }, |
| 296 "support_level": "stable" |
| 297 }, |
| 298 "CSSHostRule": { |
| 299 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in
dex.html#css-host-rule-interface", |
| 300 "members": { |
| 301 "cssRules": {}, |
| 302 "deleteRule": {}, |
| 303 "insertRule": {} |
| 304 }, |
| 305 "support_level": "experimental" |
| 306 }, |
| 307 "CSSImportRule": { |
| 308 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRul
e", |
| 309 "members": { |
| 310 "href": {}, |
| 311 "media": {}, |
| 312 "styleSheet": {} |
| 313 }, |
| 314 "support_level": "stable" |
| 315 }, |
| 316 "CSSMediaRule": { |
| 317 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule
", |
| 318 "members": { |
| 319 "cssRules": {}, |
| 320 "deleteRule": {}, |
| 321 "insertRule": {}, |
| 322 "media": {} |
| 323 }, |
| 324 "support_level": "stable" |
| 325 }, |
| 326 "CSSPageRule": { |
| 327 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPageRule"
, |
| 328 "members": { |
| 329 "selectorText": {}, |
| 330 "style": {} |
| 331 }, |
| 332 "support_level": "stable" |
| 333 }, |
| 334 "CSSPrimitiveValue": { |
| 335 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface
", |
| 336 "dart_action": "suppress", |
| 337 "members": { |
| 338 "CSS_ATTR": {}, |
| 339 "CSS_CM": {}, |
| 340 "CSS_COUNTER": {}, |
| 341 "CSS_DEG": {}, |
| 342 "CSS_DIMENSION": {}, |
| 343 "CSS_EMS": {}, |
| 344 "CSS_EXS": {}, |
| 345 "CSS_GRAD": {}, |
| 346 "CSS_HZ": {}, |
| 347 "CSS_IDENT": {}, |
| 348 "CSS_IN": {}, |
| 349 "CSS_KHZ": {}, |
| 350 "CSS_MM": {}, |
| 351 "CSS_MS": {}, |
| 352 "CSS_NUMBER": {}, |
| 353 "CSS_PC": {}, |
| 354 "CSS_PERCENTAGE": {}, |
| 355 "CSS_PT": {}, |
| 356 "CSS_PX": {}, |
| 357 "CSS_RAD": {}, |
| 358 "CSS_RECT": {}, |
| 359 "CSS_RGBCOLOR": {}, |
| 360 "CSS_S": {}, |
| 361 "CSS_STRING": {}, |
| 362 "CSS_UNKNOWN": {}, |
| 363 "CSS_URI": {}, |
| 364 "CSS_VH": {}, |
| 365 "CSS_VMAX": {}, |
| 366 "CSS_VMIN": {}, |
| 367 "CSS_VW": {}, |
| 368 "getCounterValue": {}, |
| 369 "getFloatValue": {}, |
| 370 "getRGBColorValue": {}, |
| 371 "getRectValue": {}, |
| 372 "getStringValue": {}, |
| 373 "primitiveType": {}, |
| 374 "setFloatValue": {}, |
| 375 "setStringValue": {} |
| 376 }, |
| 377 "support_level": "deprecated" |
| 378 }, |
| 379 "CSSRule": { |
| 380 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule", |
| 381 "members": { |
| 382 "CHARSET_RULE": {}, |
| 383 "FONT_FACE_RULE": {}, |
| 384 "HOST_RULE": { |
| 385 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado
w/index.html#api-css-rule-host-rule", |
| 386 "support_level": "experimental" |
| 387 }, |
| 388 "IMPORT_RULE": {}, |
| 389 "MEDIA_RULE": {}, |
| 390 "PAGE_RULE": {}, |
| 391 "STYLE_RULE": {}, |
| 392 "UNKNOWN_RULE": { |
| 393 "comment": "http://dev.w3.org/csswg/cssom/#changes-from-dom2", |
| 394 "dart_action": "suppress", |
| 395 "support_level": "deprecated" |
| 396 }, |
| 397 "WEBKIT_FILTER_RULE": { |
| 398 "comment": "http://www.w3.org/TR/filter-effects/", |
| 399 "support_level": "experimental" |
| 400 }, |
| 401 "WEBKIT_KEYFRAMES_RULE": { |
| 402 "comment": "http://www.w3.org/TR/css3-animations/#cssrule", |
| 403 "support_level": "experimental" |
| 404 }, |
| 405 "WEBKIT_KEYFRAME_RULE": { |
| 406 "comment": "http://www.w3.org/TR/css3-animations/#cssrule", |
| 407 "support_level": "experimental" |
| 408 }, |
| 409 "WEBKIT_REGION_RULE": { |
| 410 "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-inter
face", |
| 411 "support_level": "experimental" |
| 412 }, |
| 413 "cssText": {}, |
| 414 "parentRule": {}, |
| 415 "parentStyleSheet": {}, |
| 416 "type": {} |
| 417 }, |
| 418 "support_level": "stable" |
| 419 }, |
| 420 "CSSRuleList": { |
| 421 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList"
, |
| 422 "members": { |
| 423 "item": {}, |
| 424 "length": {} |
| 425 }, |
| 426 "support_level": "stable" |
| 427 }, |
| 428 "CSSStyleDeclaration": { |
| 429 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface
", |
| 430 "members": { |
| 431 "_getPropertyValue": {}, |
| 432 "cssText": {}, |
| 433 "getPropertyCSSValue": { |
| 434 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter
face", |
| 435 "dart_action": "suppress", |
| 436 "support_level": "deprecated" |
| 437 }, |
| 438 "getPropertyPriority": {}, |
| 439 "getPropertyShorthand": { |
| 440 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter
face", |
| 441 "support_level": "nonstandard" |
| 442 }, |
| 443 "getPropertyValue": { |
| 444 "support_level": "untriaged" |
| 445 }, |
| 446 "isPropertyImplicit": { |
| 447 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter
face", |
| 448 "support_level": "nonstandard" |
| 449 }, |
| 450 "item": {}, |
| 451 "length": {}, |
| 452 "parentRule": {}, |
| 453 "removeProperty": {}, |
| 454 "setProperty": {} |
| 455 }, |
| 456 "support_level": "stable" |
| 457 }, |
| 458 "CSSStyleRule": { |
| 459 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstylerule-interface", |
| 460 "members": { |
| 461 "selectorText": {}, |
| 462 "style": {} |
| 463 }, |
| 464 "support_level": "stable" |
| 465 }, |
| 466 "CSSStyleSheet": { |
| 467 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", |
| 468 "members": { |
| 469 "addRule": { |
| 470 "support_level": "nonstandard" |
| 471 }, |
| 472 "cssRules": {}, |
| 473 "deleteRule": {}, |
| 474 "insertRule": {}, |
| 475 "ownerRule": {}, |
| 476 "removeRule": { |
| 477 "support_level": "nonstandard" |
| 478 }, |
| 479 "rules": { |
| 480 "support_level": "nonstandard" |
| 481 } |
| 482 }, |
| 483 "support_level": "stable" |
| 484 }, |
| 485 "CSSUnknownRule": { |
| 486 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", |
| 487 "dart_action": "suppress", |
| 488 "members": {}, |
| 489 "support_level": "deprecated" |
| 490 }, |
| 491 "CSSValue": { |
| 492 "comment": "http://dev.w3.org/csswg/cssom/", |
| 493 "dart_action": "suppress", |
| 494 "members": { |
| 495 "CSS_CUSTOM": {}, |
| 496 "CSS_INHERIT": {}, |
| 497 "CSS_PRIMITIVE_VALUE": {}, |
| 498 "CSS_VALUE_LIST": {}, |
| 499 "cssText": {}, |
| 500 "cssValueType": {} |
| 501 }, |
| 502 "support_level": "deprecated" |
| 503 }, |
| 504 "CSSValueList": { |
| 505 "comment": "http://dev.w3.org/csswg/cssom/", |
| 506 "dart_action": "suppress", |
| 507 "members": { |
| 508 "item": {}, |
| 509 "length": {} |
| 510 }, |
| 511 "support_level": "deprecated" |
| 512 }, |
| 513 "CanvasGradient": { |
| 514 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#canvasgradient", |
| 515 "members": { |
| 516 "addColorStop": {} |
| 517 }, |
| 518 "support_level": "stable" |
| 519 }, |
| 520 "CanvasPattern": { |
| 521 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#canvaspattern", |
| 522 "members": {}, |
| 523 "support_level": "stable" |
| 524 }, |
| 525 "CanvasProxy": { |
| 526 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#canvasproxy", |
| 527 "members": {}, |
| 528 "support_level": "experimental" |
| 529 }, |
| 530 "CanvasRenderingContext": { |
| 531 "members": { |
| 532 "canvas": {} |
| 533 }, |
| 534 "support_level": "stable" |
| 535 }, |
| 536 "CanvasRenderingContext2D": { |
| 537 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#canvasrenderingcontext2d", |
| 538 "members": { |
| 539 "arc": {}, |
| 540 "arcTo": {}, |
| 541 "beginPath": {}, |
| 542 "bezierCurveTo": {}, |
| 543 "clearRect": {}, |
| 544 "clearShadow": { |
| 545 "support_level": "nonstandard" |
| 546 }, |
| 547 "clip": {}, |
| 548 "closePath": {}, |
| 549 "createImageData": {}, |
| 550 "createImageDataFromImageData": {}, |
| 551 "createLinearGradient": {}, |
| 552 "createPattern": {}, |
| 553 "createRadialGradient": {}, |
| 554 "currentPath": { |
| 555 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-canvas-element.html#path-objects", |
| 556 "support_level": "experimental" |
| 557 }, |
| 558 "drawImage": {}, |
| 559 "drawImageFromRect": {}, |
| 560 "fill": {}, |
| 561 "fillRect": {}, |
| 562 "fillStyle": {}, |
| 563 "fillText": {}, |
| 564 "font": {}, |
| 565 "getImageData": {}, |
| 566 "getLineDash": {}, |
| 567 "globalAlpha": {}, |
| 568 "globalCompositeOperation": {}, |
| 569 "isPointInPath": {}, |
| 570 "isPointInStroke": { |
| 571 "support_level": "nonstandard" |
| 572 }, |
| 573 "lineCap": {}, |
| 574 "lineDashOffset": {}, |
| 575 "lineJoin": {}, |
| 576 "lineTo": {}, |
| 577 "lineWidth": {}, |
| 578 "measureText": {}, |
| 579 "miterLimit": {}, |
| 580 "moveTo": {}, |
| 581 "putImageData": {}, |
| 582 "quadraticCurveTo": {}, |
| 583 "rect": {}, |
| 584 "restore": {}, |
| 585 "rotate": {}, |
| 586 "save": {}, |
| 587 "scale": {}, |
| 588 "setAlpha": { |
| 589 "support_level": "nonstandard" |
| 590 }, |
| 591 "setCompositeOperation": { |
| 592 "support_level": "nonstandard" |
| 593 }, |
| 594 "setFillColor": { |
| 595 "support_level": "nonstandard" |
| 596 }, |
| 597 "setLineCap": { |
| 598 "support_level": "nonstandard" |
| 599 }, |
| 600 "setLineDash": {}, |
| 601 "setLineJoin": { |
| 602 "support_level": "nonstandard" |
| 603 }, |
| 604 "setLineWidth": { |
| 605 "support_level": "nonstandard" |
| 606 }, |
| 607 "setMiterLimit": { |
| 608 "support_level": "nonstandard" |
| 609 }, |
| 610 "setShadow": { |
| 611 "support_level": "nonstandard" |
| 612 }, |
| 613 "setStrokeColor": { |
| 614 "support_level": "nonstandard" |
| 615 }, |
| 616 "setTransform": {}, |
| 617 "shadowBlur": {}, |
| 618 "shadowColor": {}, |
| 619 "shadowOffsetX": {}, |
| 620 "shadowOffsetY": {}, |
| 621 "stroke": {}, |
| 622 "strokeRect": {}, |
| 623 "strokeStyle": {}, |
| 624 "strokeText": {}, |
| 625 "textAlign": {}, |
| 626 "textBaseline": {}, |
| 627 "transform": {}, |
| 628 "translate": {}, |
| 629 "webkitBackingStorePixelRatio": { |
| 630 "support_level": "experimental" |
| 631 }, |
| 632 "webkitGetImageDataHD": { |
| 633 "support_level": "experimental" |
| 634 }, |
| 635 "webkitImageSmoothingEnabled": { |
| 636 "support_level": "experimental" |
| 637 }, |
| 638 "webkitLineDash": { |
| 639 "support_level": "experimental" |
| 640 }, |
| 641 "webkitLineDashOffset": { |
| 642 "support_level": "experimental" |
| 643 }, |
| 644 "webkitPutImageDataHD": { |
| 645 "support_level": "experimental" |
| 646 } |
| 647 }, |
| 648 "support_level": "stable" |
| 649 }, |
| 650 "ChannelMergerNode": { |
| 651 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#ChannelMergerNode-section", |
| 652 "members": {}, |
| 653 "support_level": "experimental" |
| 654 }, |
| 655 "ChannelSplitterNode": { |
| 656 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#ChannelSplitterNode-section", |
| 657 "members": {}, |
| 658 "support_level": "experimental" |
| 659 }, |
| 660 "CharacterData": { |
| 661 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-FF21A306", |
| 662 "members": { |
| 663 "appendData": {}, |
| 664 "data": {}, |
| 665 "deleteData": {}, |
| 666 "insertData": {}, |
| 667 "length": {}, |
| 668 "remove": { |
| 669 "support_level": "nonstandard" |
| 670 }, |
| 671 "replaceData": {}, |
| 672 "substringData": {} |
| 673 }, |
| 674 "support_level": "stable" |
| 675 }, |
| 676 "ClientRect": { |
| 677 "comment": "http://www.w3.org/TR/cssom-view/#the-clientrect-interface", |
| 678 "members": { |
| 679 "bottom": {}, |
| 680 "height": {}, |
| 681 "left": {}, |
| 682 "right": {}, |
| 683 "top": {}, |
| 684 "width": {} |
| 685 }, |
| 686 "support_level": "stable" |
| 687 }, |
| 688 "ClientRectList": { |
| 689 "comment": "http://www.w3.org/TR/cssom-view/#the-clientrectlist-interface", |
| 690 "members": { |
| 691 "item": {}, |
| 692 "length": {} |
| 693 }, |
| 694 "support_level": "stable" |
| 695 }, |
| 696 "Clipboard": { |
| 697 "comment": "http://www.w3.org/html/wg/drafts/html/master/editing.html#the-da
tatransfer-interface (Should be DataTransfer)", |
| 698 "members": { |
| 699 "clearData": {}, |
| 700 "dropEffect": {}, |
| 701 "effectAllowed": {}, |
| 702 "files": {}, |
| 703 "getData": {}, |
| 704 "items": {}, |
| 705 "setData": {}, |
| 706 "setDragImage": {}, |
| 707 "types": {} |
| 708 }, |
| 709 "support_level": "stable" |
| 710 }, |
| 711 "CloseEvent": { |
| 712 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/netw
ork.html#closeevent", |
| 713 "members": { |
| 714 "code": {}, |
| 715 "reason": {}, |
| 716 "wasClean": {} |
| 717 }, |
| 718 "support_level": "stable" |
| 719 }, |
| 720 "Comment": { |
| 721 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1728279322", |
| 722 "members": {}, |
| 723 "support_level": "stable" |
| 724 }, |
| 725 "CompositionEvent": { |
| 726 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Event
s.html#events-CompositionEvent", |
| 727 "members": { |
| 728 "data": {}, |
| 729 "initCompositionEvent": {} |
| 730 }, |
| 731 "support_level": "stable" |
| 732 }, |
| 733 "Console": { |
| 734 "members": { |
| 735 "assertCondition": { |
| 736 "support_level": "experimental" |
| 737 }, |
| 738 "clear": { |
| 739 "support_level": "experimental" |
| 740 }, |
| 741 "count": { |
| 742 "support_level": "experimental" |
| 743 }, |
| 744 "debug": { |
| 745 "dart_action": "suppress", |
| 746 "support_level": "deprecated" |
| 747 }, |
| 748 "dir": {}, |
| 749 "dirxml": { |
| 750 "support_level": "experimental" |
| 751 }, |
| 752 "error": {}, |
| 753 "group": {}, |
| 754 "groupCollapsed": {}, |
| 755 "groupEnd": {}, |
| 756 "info": {}, |
| 757 "log": {}, |
| 758 "markTimeline": { |
| 759 "support_level": "experimental" |
| 760 }, |
| 761 "memory": { |
| 762 "support_level": "experimental" |
| 763 }, |
| 764 "profile": { |
| 765 "support_level": "experimental" |
| 766 }, |
| 767 "profileEnd": { |
| 768 "support_level": "experimental" |
| 769 }, |
| 770 "profiles": { |
| 771 "support_level": "experimental" |
| 772 }, |
| 773 "table": { |
| 774 "support_level": "experimental" |
| 775 }, |
| 776 "time": {}, |
| 777 "timeEnd": {}, |
| 778 "timeStamp": { |
| 779 "support_level": "experimental" |
| 780 }, |
| 781 "trace": {}, |
| 782 "warn": {} |
| 783 }, |
| 784 "support_level": "stable" |
| 785 }, |
| 786 "ConvolverNode": { |
| 787 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#ConvolverNode", |
| 788 "members": { |
| 789 "buffer": {}, |
| 790 "normalize": {} |
| 791 }, |
| 792 "support_level": "experimental" |
| 793 }, |
| 794 "Coordinates": { |
| 795 "comment": "http://www.w3.org/TR/geolocation-API/#coordinates_interface", |
| 796 "members": { |
| 797 "accuracy": {}, |
| 798 "altitude": {}, |
| 799 "altitudeAccuracy": {}, |
| 800 "heading": {}, |
| 801 "latitude": {}, |
| 802 "longitude": {}, |
| 803 "speed": {} |
| 804 }, |
| 805 "support_level": "stable" |
| 806 }, |
| 807 "Counter": { |
| 808 "comment": "http://dev.w3.org/csswg/cssom/", |
| 809 "dart_action": "suppress", |
| 810 "members": { |
| 811 "identifier": {}, |
| 812 "listStyle": {}, |
| 813 "separator": {} |
| 814 }, |
| 815 "support_level": "deprecated" |
| 816 }, |
| 817 "Crypto": { |
| 818 "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| 819 "members": { |
| 820 "getRandomValues": {} |
| 821 }, |
| 822 "support_level": "experimental" |
| 823 }, |
| 824 "CustomElementConstructor": { |
| 825 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/in
dex.html#dfn-custom-element-constructor-generation", |
| 826 "members": {}, |
| 827 "support_level": "experimental" |
| 828 }, |
| 829 "CustomEvent": { |
| 830 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#interface-CustomEvent", |
| 831 "members": { |
| 832 "detail": {}, |
| 833 "initCustomEvent": {} |
| 834 }, |
| 835 "support_level": "stable" |
| 836 }, |
| 837 "DOMApplicationCache": { |
| 838 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/offl
ine.html#application-cache-api", |
| 839 "dart_action": "unstable", |
| 840 "members": { |
| 841 "CHECKING": {}, |
| 842 "DOWNLOADING": {}, |
| 843 "IDLE": {}, |
| 844 "OBSOLETE": {}, |
| 845 "UNCACHED": {}, |
| 846 "UPDATEREADY": {}, |
| 847 "abort": {}, |
| 848 "addEventListener": {}, |
| 849 "dispatchEvent": {}, |
| 850 "oncached": {}, |
| 851 "onchecking": {}, |
| 852 "ondownloading": {}, |
| 853 "onerror": {}, |
| 854 "onnoupdate": {}, |
| 855 "onobsolete": {}, |
| 856 "onprogress": {}, |
| 857 "onupdateready": {}, |
| 858 "removeEventListener": {}, |
| 859 "status": {}, |
| 860 "swapCache": {}, |
| 861 "update": {} |
| 862 }, |
| 863 "support_level": "stable" |
| 864 }, |
| 865 "DOMCoreException": { |
| 866 "comment": "http://www.w3.org/TR/dom/#domexception (Should be DOMException)"
, |
| 867 "dart_action": "unstable", |
| 868 "members": { |
| 869 "ABORT_ERR": { |
| 870 "dart_action": "suppress", |
| 871 "support_level": "deprecated" |
| 872 }, |
| 873 "DATA_CLONE_ERR": { |
| 874 "dart_action": "suppress", |
| 875 "support_level": "deprecated" |
| 876 }, |
| 877 "DOMSTRING_SIZE_ERR": { |
| 878 "dart_action": "suppress", |
| 879 "support_level": "deprecated" |
| 880 }, |
| 881 "HIERARCHY_REQUEST_ERR": { |
| 882 "dart_action": "suppress", |
| 883 "support_level": "deprecated" |
| 884 }, |
| 885 "INDEX_SIZE_ERR": { |
| 886 "dart_action": "suppress", |
| 887 "support_level": "deprecated" |
| 888 }, |
| 889 "INUSE_ATTRIBUTE_ERR": { |
| 890 "dart_action": "suppress", |
| 891 "support_level": "deprecated" |
| 892 }, |
| 893 "INVALID_ACCESS_ERR": { |
| 894 "dart_action": "suppress", |
| 895 "support_level": "deprecated" |
| 896 }, |
| 897 "INVALID_CHARACTER_ERR": { |
| 898 "dart_action": "suppress", |
| 899 "support_level": "deprecated" |
| 900 }, |
| 901 "INVALID_MODIFICATION_ERR": { |
| 902 "dart_action": "suppress", |
| 903 "support_level": "deprecated" |
| 904 }, |
| 905 "INVALID_NODE_TYPE_ERR": { |
| 906 "dart_action": "suppress", |
| 907 "support_level": "deprecated" |
| 908 }, |
| 909 "INVALID_STATE_ERR": { |
| 910 "dart_action": "suppress", |
| 911 "support_level": "deprecated" |
| 912 }, |
| 913 "NAMESPACE_ERR": { |
| 914 "dart_action": "suppress", |
| 915 "support_level": "deprecated" |
| 916 }, |
| 917 "NETWORK_ERR": { |
| 918 "dart_action": "suppress", |
| 919 "support_level": "deprecated" |
| 920 }, |
| 921 "NOT_FOUND_ERR": { |
| 922 "dart_action": "suppress", |
| 923 "support_level": "deprecated" |
| 924 }, |
| 925 "NOT_SUPPORTED_ERR": { |
| 926 "dart_action": "suppress", |
| 927 "support_level": "deprecated" |
| 928 }, |
| 929 "NO_DATA_ALLOWED_ERR": { |
| 930 "dart_action": "suppress", |
| 931 "support_level": "deprecated" |
| 932 }, |
| 933 "NO_MODIFICATION_ALLOWED_ERR": { |
| 934 "dart_action": "suppress", |
| 935 "support_level": "deprecated" |
| 936 }, |
| 937 "QUOTA_EXCEEDED_ERR": { |
| 938 "dart_action": "suppress", |
| 939 "support_level": "deprecated" |
| 940 }, |
| 941 "SECURITY_ERR": { |
| 942 "dart_action": "suppress", |
| 943 "support_level": "deprecated" |
| 944 }, |
| 945 "SYNTAX_ERR": { |
| 946 "dart_action": "suppress", |
| 947 "support_level": "deprecated" |
| 948 }, |
| 949 "TIMEOUT_ERR": { |
| 950 "dart_action": "suppress", |
| 951 "support_level": "deprecated" |
| 952 }, |
| 953 "TYPE_MISMATCH_ERR": { |
| 954 "dart_action": "suppress", |
| 955 "support_level": "deprecated" |
| 956 }, |
| 957 "URL_MISMATCH_ERR": { |
| 958 "dart_action": "suppress", |
| 959 "support_level": "deprecated" |
| 960 }, |
| 961 "VALIDATION_ERR": { |
| 962 "dart_action": "suppress", |
| 963 "support_level": "deprecated" |
| 964 }, |
| 965 "WRONG_DOCUMENT_ERR": { |
| 966 "dart_action": "suppress", |
| 967 "support_level": "deprecated" |
| 968 }, |
| 969 "code": { |
| 970 "comment": "http://www.w3.org/TR/dom/#dom-domexception-code", |
| 971 "dart_action": "suppress", |
| 972 "support_level": "deprecated" |
| 973 }, |
| 974 "message": {}, |
| 975 "name": {}, |
| 976 "toString": {} |
| 977 }, |
| 978 "support_level": "stable" |
| 979 }, |
| 980 "DOMError": { |
| 981 "comment": "http://www.w3.org/TR/dom/#interface-domerror", |
| 982 "members": { |
| 983 "name": {} |
| 984 }, |
| 985 "support_level": "stable" |
| 986 }, |
| 987 "DOMException": { |
| 988 "members": {}, |
| 989 "support_level": "untriaged" |
| 990 }, |
| 991 "DOMFileSystem": { |
| 992 "comment": "http://www.w3.org/TR/file-system-api/", |
| 993 "members": { |
| 994 "name": {}, |
| 995 "root": {} |
| 996 }, |
| 997 "support_level": "experimental" |
| 998 }, |
| 999 "DOMFileSystemSync": { |
| 1000 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa
ce", |
| 1001 "members": { |
| 1002 "name": {}, |
| 1003 "root": {} |
| 1004 }, |
| 1005 "support_level": "experimental" |
| 1006 }, |
| 1007 "DOMFormData": { |
| 1008 "comment": "http://www.w3.org/TR/XMLHttpRequest2/#interface-formdata", |
| 1009 "members": { |
| 1010 "DOMFormData": {}, |
| 1011 "append": {} |
| 1012 }, |
| 1013 "support_level": "stable" |
| 1014 }, |
| 1015 "DOMImplementation": { |
| 1016 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490", |
| 1017 "members": { |
| 1018 "createCSSStyleSheet": { |
| 1019 "support_level": "nonstandard" |
| 1020 }, |
| 1021 "createDocument": {}, |
| 1022 "createDocumentType": {}, |
| 1023 "createHTMLDocument": {}, |
| 1024 "hasFeature": {} |
| 1025 }, |
| 1026 "support_level": "stable" |
| 1027 }, |
| 1028 "DOMMimeType": { |
| 1029 "members": { |
| 1030 "description": {}, |
| 1031 "enabledPlugin": {}, |
| 1032 "suffixes": {}, |
| 1033 "type": {} |
| 1034 }, |
| 1035 "support_level": "nonstandard" |
| 1036 }, |
| 1037 "DOMMimeTypeArray": { |
| 1038 "members": { |
| 1039 "item": {}, |
| 1040 "length": {}, |
| 1041 "namedItem": {} |
| 1042 }, |
| 1043 "support_level": "nonstandard" |
| 1044 }, |
| 1045 "DOMNamedFlowCollection": { |
| 1046 "comment": "http://dev.w3.org/csswg/css-regions/#dom-named-flow-collection", |
| 1047 "members": { |
| 1048 "item": {}, |
| 1049 "length": {}, |
| 1050 "namedItem": {} |
| 1051 }, |
| 1052 "support_level": "experimental" |
| 1053 }, |
| 1054 "DOMParser": { |
| 1055 "members": { |
| 1056 "DOMParser": {}, |
| 1057 "parseFromString": {} |
| 1058 }, |
| 1059 "support_level": "stable" |
| 1060 }, |
| 1061 "DOMPath": { |
| 1062 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#path-objects", |
| 1063 "members": { |
| 1064 "DOMPath": {}, |
| 1065 "arc": {}, |
| 1066 "arcTo": {}, |
| 1067 "bezierCurveTo": {}, |
| 1068 "closePath": {}, |
| 1069 "lineTo": {}, |
| 1070 "moveTo": {}, |
| 1071 "quadraticCurveTo": {}, |
| 1072 "rect": {} |
| 1073 }, |
| 1074 "support_level": "experimental" |
| 1075 }, |
| 1076 "DOMPlugin": { |
| 1077 "members": { |
| 1078 "description": {}, |
| 1079 "filename": {}, |
| 1080 "item": {}, |
| 1081 "length": {}, |
| 1082 "name": {}, |
| 1083 "namedItem": {} |
| 1084 }, |
| 1085 "support_level": "nonstandard" |
| 1086 }, |
| 1087 "DOMPluginArray": { |
| 1088 "members": { |
| 1089 "item": {}, |
| 1090 "length": {}, |
| 1091 "namedItem": {}, |
| 1092 "refresh": {} |
| 1093 }, |
| 1094 "support_level": "nonstandard" |
| 1095 }, |
| 1096 "DOMPoint": { |
| 1097 "comment": "http://developer.apple.com/library/safari/#documentation/DataMan
agement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditi
ons.html", |
| 1098 "members": { |
| 1099 "DOMPoint": {}, |
| 1100 "x": {}, |
| 1101 "y": {} |
| 1102 }, |
| 1103 "support_level": "nonstandard" |
| 1104 }, |
| 1105 "DOMSecurityPolicy": { |
| 1106 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-
specification.dev.html#securitypolicy", |
| 1107 "members": { |
| 1108 "allowsConnectionTo": {}, |
| 1109 "allowsEval": {}, |
| 1110 "allowsFontFrom": {}, |
| 1111 "allowsFormAction": {}, |
| 1112 "allowsFrameFrom": {}, |
| 1113 "allowsImageFrom": {}, |
| 1114 "allowsInlineScript": {}, |
| 1115 "allowsInlineStyle": {}, |
| 1116 "allowsMediaFrom": {}, |
| 1117 "allowsObjectFrom": {}, |
| 1118 "allowsPluginType": {}, |
| 1119 "allowsScriptFrom": {}, |
| 1120 "allowsStyleFrom": {}, |
| 1121 "isActive": {}, |
| 1122 "reportURIs": {} |
| 1123 }, |
| 1124 "support_level": "experimental" |
| 1125 }, |
| 1126 "DOMSelection": { |
| 1127 "comment": "https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#concept
-selection", |
| 1128 "members": { |
| 1129 "addRange": {}, |
| 1130 "anchorNode": {}, |
| 1131 "anchorOffset": {}, |
| 1132 "baseNode": { |
| 1133 "support_level": "nonstandard" |
| 1134 }, |
| 1135 "baseOffset": { |
| 1136 "support_level": "nonstandard" |
| 1137 }, |
| 1138 "collapse": {}, |
| 1139 "collapseToEnd": {}, |
| 1140 "collapseToStart": {}, |
| 1141 "containsNode": { |
| 1142 "support_level": "nonstandard" |
| 1143 }, |
| 1144 "deleteFromDocument": {}, |
| 1145 "empty": { |
| 1146 "support_level": "nonstandard" |
| 1147 }, |
| 1148 "extend": {}, |
| 1149 "extentNode": { |
| 1150 "support_level": "nonstandard" |
| 1151 }, |
| 1152 "extentOffset": { |
| 1153 "support_level": "nonstandard" |
| 1154 }, |
| 1155 "focusNode": {}, |
| 1156 "focusOffset": {}, |
| 1157 "getRangeAt": {}, |
| 1158 "isCollapsed": {}, |
| 1159 "modify": { |
| 1160 "support_level": "nonstandard" |
| 1161 }, |
| 1162 "rangeCount": {}, |
| 1163 "removeAllRanges": {}, |
| 1164 "selectAllChildren": {}, |
| 1165 "setBaseAndExtent": { |
| 1166 "support_level": "nonstandard" |
| 1167 }, |
| 1168 "setPosition": { |
| 1169 "support_level": "nonstandard" |
| 1170 }, |
| 1171 "toString": {}, |
| 1172 "type": { |
| 1173 "support_level": "nonstandard" |
| 1174 } |
| 1175 }, |
| 1176 "support_level": "stable" |
| 1177 }, |
| 1178 "DOMSettableTokenList": { |
| 1179 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domse
ttabletokenlist-0", |
| 1180 "members": { |
| 1181 "value": {} |
| 1182 }, |
| 1183 "support_level": "stable" |
| 1184 }, |
| 1185 "DOMStringList": { |
| 1186 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMStringList", |
| 1187 "members": { |
| 1188 "contains": {}, |
| 1189 "item": {}, |
| 1190 "length": {} |
| 1191 }, |
| 1192 "support_level": "stable" |
| 1193 }, |
| 1194 "DOMStringMap": { |
| 1195 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domst
ringmap-0", |
| 1196 "members": {}, |
| 1197 "support_level": "stable" |
| 1198 }, |
| 1199 "DOMTokenList": { |
| 1200 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domto
kenlist-0", |
| 1201 "members": { |
| 1202 "contains": {}, |
| 1203 "item": {}, |
| 1204 "length": {}, |
| 1205 "toString": {}, |
| 1206 "toggle": {} |
| 1207 }, |
| 1208 "support_level": "stable" |
| 1209 }, |
| 1210 "DOMURL": { |
| 1211 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", |
| 1212 "members": { |
| 1213 "createObjectURL": {}, |
| 1214 "revokeObjectURL": {} |
| 1215 }, |
| 1216 "support_level": "stable" |
| 1217 }, |
| 1218 "DOMWindow": { |
| 1219 "members": { |
| 1220 "PERSISTENT": { |
| 1221 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 1222 "support_level": "experimental" |
| 1223 }, |
| 1224 "TEMPORARY": { |
| 1225 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 1226 "support_level": "experimental" |
| 1227 }, |
| 1228 "addEventListener": {}, |
| 1229 "alert": {}, |
| 1230 "applicationCache": {}, |
| 1231 "atob": {}, |
| 1232 "blur": { |
| 1233 "dart_action": "suppress", |
| 1234 "support_level": "deprecated" |
| 1235 }, |
| 1236 "btoa": {}, |
| 1237 "cancelAnimationFrame": {}, |
| 1238 "captureEvents": { |
| 1239 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", |
| 1240 "dart_action": "suppress", |
| 1241 "support_level": "deprecated" |
| 1242 }, |
| 1243 "clearInterval": {}, |
| 1244 "clearTimeout": {}, |
| 1245 "clientInformation": { |
| 1246 "support_level": "nonstandard" |
| 1247 }, |
| 1248 "close": {}, |
| 1249 "closed": {}, |
| 1250 "confirm": {}, |
| 1251 "console": {}, |
| 1252 "crypto": { |
| 1253 "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| 1254 "support_level": "experimental" |
| 1255 }, |
| 1256 "defaultStatus": {}, |
| 1257 "defaultstatus": { |
| 1258 "support_level": "nonstandard" |
| 1259 }, |
| 1260 "devicePixelRatio": { |
| 1261 "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelr
ati.html", |
| 1262 "support_level": "nonstandard" |
| 1263 }, |
| 1264 "dispatchEvent": {}, |
| 1265 "document": {}, |
| 1266 "event": { |
| 1267 "dart_action": "suppress", |
| 1268 "support_level": "deprecated" |
| 1269 }, |
| 1270 "find": { |
| 1271 "support_level": "nonstandard" |
| 1272 }, |
| 1273 "focus": { |
| 1274 "dart_action": "suppress", |
| 1275 "support_level": "deprecated" |
| 1276 }, |
| 1277 "frameElement": {}, |
| 1278 "frames": {}, |
| 1279 "getComputedStyle": {}, |
| 1280 "getMatchedCSSRules": { |
| 1281 "support_level": "nonstandard" |
| 1282 }, |
| 1283 "getSelection": {}, |
| 1284 "history": {}, |
| 1285 "indexedDB": {}, |
| 1286 "innerHeight": {}, |
| 1287 "innerWidth": {}, |
| 1288 "length": { |
| 1289 "dart_action": "suppress", |
| 1290 "support_level": "deprecated" |
| 1291 }, |
| 1292 "localStorage": {}, |
| 1293 "location": {}, |
| 1294 "locationbar": {}, |
| 1295 "matchMedia": {}, |
| 1296 "menubar": {}, |
| 1297 "moveBy": {}, |
| 1298 "moveTo": {}, |
| 1299 "name": {}, |
| 1300 "navigator": {}, |
| 1301 "offscreenBuffering": { |
| 1302 "support_level": "nonstandard" |
| 1303 }, |
| 1304 "onDOMContentLoaded": { |
| 1305 "support_level": "untriaged" |
| 1306 }, |
| 1307 "onabort": {}, |
| 1308 "onbeforeunload": {}, |
| 1309 "onblur": {}, |
| 1310 "oncanplay": {}, |
| 1311 "oncanplaythrough": {}, |
| 1312 "onchange": {}, |
| 1313 "onclick": {}, |
| 1314 "oncontextmenu": {}, |
| 1315 "ondblclick": {}, |
| 1316 "ondevicemotion": { |
| 1317 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic
emotion", |
| 1318 "support_level": "experimental" |
| 1319 }, |
| 1320 "ondeviceorientation": { |
| 1321 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic
emotion", |
| 1322 "support_level": "experimental" |
| 1323 }, |
| 1324 "ondrag": {}, |
| 1325 "ondragend": {}, |
| 1326 "ondragenter": {}, |
| 1327 "ondragleave": {}, |
| 1328 "ondragover": {}, |
| 1329 "ondragstart": {}, |
| 1330 "ondrop": {}, |
| 1331 "ondurationchange": {}, |
| 1332 "onemptied": {}, |
| 1333 "onended": {}, |
| 1334 "onerror": {}, |
| 1335 "onfocus": {}, |
| 1336 "onhashchange": {}, |
| 1337 "oninput": {}, |
| 1338 "oninvalid": { |
| 1339 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
section-index.html#attributes-1" |
| 1340 }, |
| 1341 "onkeydown": {}, |
| 1342 "onkeypress": {}, |
| 1343 "onkeyup": {}, |
| 1344 "onload": {}, |
| 1345 "onloadeddata": {}, |
| 1346 "onloadedmetadata": {}, |
| 1347 "onloadstart": {}, |
| 1348 "onmessage": {}, |
| 1349 "onmousedown": {}, |
| 1350 "onmousemove": {}, |
| 1351 "onmouseout": {}, |
| 1352 "onmouseover": {}, |
| 1353 "onmouseup": {}, |
| 1354 "onmousewheel": {}, |
| 1355 "onoffline": {}, |
| 1356 "ononline": {}, |
| 1357 "onpagehide": {}, |
| 1358 "onpageshow": {}, |
| 1359 "onpause": {}, |
| 1360 "onplay": {}, |
| 1361 "onplaying": {}, |
| 1362 "onpopstate": {}, |
| 1363 "onprogress": {}, |
| 1364 "onratechange": {}, |
| 1365 "onreset": {}, |
| 1366 "onresize": {}, |
| 1367 "onscroll": {}, |
| 1368 "onsearch": { |
| 1369 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 1370 "support_level": "experimental" |
| 1371 }, |
| 1372 "onseeked": {}, |
| 1373 "onseeking": {}, |
| 1374 "onselect": {}, |
| 1375 "onstalled": {}, |
| 1376 "onstorage": {}, |
| 1377 "onsubmit": {}, |
| 1378 "onsuspend": {}, |
| 1379 "ontimeupdate": {}, |
| 1380 "ontouchcancel": { |
| 1381 "comment": "http://www.w3.org/TR/touch-events/", |
| 1382 "support_level": "experimental" |
| 1383 }, |
| 1384 "ontouchend": { |
| 1385 "comment": "http://www.w3.org/TR/touch-events/", |
| 1386 "support_level": "experimental" |
| 1387 }, |
| 1388 "ontouchmove": { |
| 1389 "comment": "http://www.w3.org/TR/touch-events/", |
| 1390 "support_level": "experimental" |
| 1391 }, |
| 1392 "ontouchstart": { |
| 1393 "comment": "http://www.w3.org/TR/touch-events/", |
| 1394 "support_level": "experimental" |
| 1395 }, |
| 1396 "ontransitionend": {}, |
| 1397 "onunload": {}, |
| 1398 "onvolumechange": {}, |
| 1399 "onwaiting": {}, |
| 1400 "onwebkitAnimationEnd": { |
| 1401 "support_level": "untriaged" |
| 1402 }, |
| 1403 "onwebkitAnimationIteration": { |
| 1404 "support_level": "untriaged" |
| 1405 }, |
| 1406 "onwebkitAnimationStart": { |
| 1407 "support_level": "untriaged" |
| 1408 }, |
| 1409 "onwebkitTransitionEnd": { |
| 1410 "support_level": "untriaged" |
| 1411 }, |
| 1412 "onwebkitanimationend": { |
| 1413 "support_level": "experimental" |
| 1414 }, |
| 1415 "onwebkitanimationiteration": { |
| 1416 "support_level": "experimental" |
| 1417 }, |
| 1418 "onwebkitanimationstart": { |
| 1419 "support_level": "experimental" |
| 1420 }, |
| 1421 "onwebkittransitionend": { |
| 1422 "support_level": "experimental" |
| 1423 }, |
| 1424 "open": {}, |
| 1425 "openDatabase": { |
| 1426 "comment": "http://www.w3.org/TR/webdatabase/", |
| 1427 "dart_action": "experimental", |
| 1428 "support_level": "deprecated" |
| 1429 }, |
| 1430 "opener": {}, |
| 1431 "outerHeight": {}, |
| 1432 "outerWidth": {}, |
| 1433 "pagePopupController": { |
| 1434 "dart_action": "suppress", |
| 1435 "support_level": "nonstandard" |
| 1436 }, |
| 1437 "pageXOffset": {}, |
| 1438 "pageYOffset": {}, |
| 1439 "parent": {}, |
| 1440 "performance": { |
| 1441 "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performan
ce-attribute" |
| 1442 }, |
| 1443 "personalbar": { |
| 1444 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personal
bar", |
| 1445 "dart_action": "suppress", |
| 1446 "support_level": "deprecated" |
| 1447 }, |
| 1448 "postMessage": {}, |
| 1449 "print": {}, |
| 1450 "prompt": {}, |
| 1451 "releaseEvents": { |
| 1452 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", |
| 1453 "dart_action": "suppress", |
| 1454 "support_level": "deprecated" |
| 1455 }, |
| 1456 "removeEventListener": {}, |
| 1457 "requestAnimationFrame": {}, |
| 1458 "resizeBy": {}, |
| 1459 "resizeTo": {}, |
| 1460 "screen": {}, |
| 1461 "screenLeft": {}, |
| 1462 "screenTop": {}, |
| 1463 "screenX": {}, |
| 1464 "screenY": {}, |
| 1465 "scroll": {}, |
| 1466 "scrollBy": {}, |
| 1467 "scrollTo": {}, |
| 1468 "scrollX": {}, |
| 1469 "scrollY": {}, |
| 1470 "scrollbars": {}, |
| 1471 "self": {}, |
| 1472 "sessionStorage": {}, |
| 1473 "setInterval": {}, |
| 1474 "setTimeout": {}, |
| 1475 "showModalDialog": {}, |
| 1476 "status": {}, |
| 1477 "statusbar": {}, |
| 1478 "stop": {}, |
| 1479 "styleMedia": { |
| 1480 "comment": "http://developer.apple.com/library/safari/#documentation/Saf
ariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| 1481 "dart_action": "experimental", |
| 1482 "support_level": "nonstandard" |
| 1483 }, |
| 1484 "toString": {}, |
| 1485 "toolbar": {}, |
| 1486 "top": {}, |
| 1487 "webkitCancelAnimationFrame": { |
| 1488 "support_level": "experimental" |
| 1489 }, |
| 1490 "webkitCancelRequestAnimationFrame": { |
| 1491 "support_level": "experimental" |
| 1492 }, |
| 1493 "webkitConvertPointFromNodeToPage": { |
| 1494 "comment": "http://developer.apple.com/library/safari/#documentation/Dat
aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd
ditions.html", |
| 1495 "support_level": "experimental" |
| 1496 }, |
| 1497 "webkitConvertPointFromPageToNode": { |
| 1498 "comment": "http://developer.apple.com/library/safari/#documentation/Dat
aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd
ditions.html", |
| 1499 "support_level": "experimental" |
| 1500 }, |
| 1501 "webkitIndexedDB": { |
| 1502 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", |
| 1503 "support_level": "experimental" |
| 1504 }, |
| 1505 "webkitNotifications": { |
| 1506 "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/
posts/8vWo8hq4pDm?e=Showroom", |
| 1507 "dart_action": "suppress", |
| 1508 "support_level": "deprecated" |
| 1509 }, |
| 1510 "webkitRequestAnimationFrame": { |
| 1511 "dart_action": "suppress", |
| 1512 "support_level": "deprecated" |
| 1513 }, |
| 1514 "webkitRequestFileSystem": { |
| 1515 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 1516 "support_level": "experimental" |
| 1517 }, |
| 1518 "webkitResolveLocalFileSystemURL": { |
| 1519 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 1520 "support_level": "experimental" |
| 1521 }, |
| 1522 "webkitStorageInfo": { |
| 1523 "comment": "http://www.w3.org/TR/file-system-api/", |
| 1524 "dart_action": "suppress", |
| 1525 "support_level": "deprecated" |
| 1526 }, |
| 1527 "window": {} |
| 1528 }, |
| 1529 "support_level": "stable" |
| 1530 }, |
| 1531 "DataTransferItem": { |
| 1532 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra
nsferitem-interface", |
| 1533 "members": { |
| 1534 "getAsFile": {}, |
| 1535 "getAsString": {}, |
| 1536 "kind": {}, |
| 1537 "type": {}, |
| 1538 "webkitGetAsEntry": { |
| 1539 "support_level": "experimental" |
| 1540 } |
| 1541 }, |
| 1542 "support_level": "experimental" |
| 1543 }, |
| 1544 "DataTransferItemList": { |
| 1545 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.
html#the-datatransferitemlist-interface", |
| 1546 "members": { |
| 1547 "add": {}, |
| 1548 "clear": {}, |
| 1549 "item": {}, |
| 1550 "length": {} |
| 1551 }, |
| 1552 "support_level": "experimental" |
| 1553 }, |
| 1554 "DataView": { |
| 1555 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 1556 "members": { |
| 1557 "getFloat32": {}, |
| 1558 "getFloat64": {}, |
| 1559 "getInt16": {}, |
| 1560 "getInt32": {}, |
| 1561 "getInt8": {}, |
| 1562 "getUint16": {}, |
| 1563 "getUint32": {}, |
| 1564 "getUint8": {}, |
| 1565 "setFloat32": {}, |
| 1566 "setFloat64": {}, |
| 1567 "setInt16": {}, |
| 1568 "setInt32": {}, |
| 1569 "setInt8": {}, |
| 1570 "setUint16": {}, |
| 1571 "setUint32": {}, |
| 1572 "setUint8": {} |
| 1573 }, |
| 1574 "support_level": "stable" |
| 1575 }, |
| 1576 "Database": { |
| 1577 "comment": "http://www.w3.org/TR/webdatabase/#asynchronous-database-api", |
| 1578 "dart_action": "experimental", |
| 1579 "members": { |
| 1580 "changeVersion": {}, |
| 1581 "readTransaction": {}, |
| 1582 "transaction": {}, |
| 1583 "version": {} |
| 1584 }, |
| 1585 "support_level": "deprecated" |
| 1586 }, |
| 1587 "DatabaseCallback": { |
| 1588 "comment": "http://www.w3.org/TR/webdatabase/#databasecallback", |
| 1589 "dart_action": "experimental", |
| 1590 "members": { |
| 1591 "handleEvent": {} |
| 1592 }, |
| 1593 "support_level": "deprecated" |
| 1594 }, |
| 1595 "DatabaseSync": { |
| 1596 "comment": "http://www.w3.org/TR/webdatabase/#databasesync", |
| 1597 "dart_action": "suppress", |
| 1598 "members": { |
| 1599 "changeVersion": {}, |
| 1600 "lastErrorMessage": {}, |
| 1601 "readTransaction": {}, |
| 1602 "transaction": {}, |
| 1603 "version": {} |
| 1604 }, |
| 1605 "support_level": "deprecated" |
| 1606 }, |
| 1607 "DedicatedWorkerContext": { |
| 1608 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html", |
| 1609 "members": { |
| 1610 "onmessage": {}, |
| 1611 "postMessage": {} |
| 1612 }, |
| 1613 "support_level": "experimental" |
| 1614 }, |
| 1615 "DelayNode": { |
| 1616 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#DelayNode", |
| 1617 "members": { |
| 1618 "delayTime": {} |
| 1619 }, |
| 1620 "support_level": "experimental" |
| 1621 }, |
| 1622 "DeviceAcceleration": { |
| 1623 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot
ion", |
| 1624 "members": { |
| 1625 "x": {}, |
| 1626 "y": {}, |
| 1627 "z": {} |
| 1628 }, |
| 1629 "support_level": "experimental" |
| 1630 }, |
| 1631 "DeviceMotionEvent": { |
| 1632 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot
ion", |
| 1633 "members": { |
| 1634 "acceleration": {}, |
| 1635 "accelerationIncludingGravity": {}, |
| 1636 "interval": {}, |
| 1637 "rotationRate": {} |
| 1638 }, |
| 1639 "support_level": "experimental" |
| 1640 }, |
| 1641 "DeviceOrientationEvent": { |
| 1642 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot
ion", |
| 1643 "members": { |
| 1644 "absolute": {}, |
| 1645 "alpha": {}, |
| 1646 "beta": {}, |
| 1647 "gamma": {}, |
| 1648 "initDeviceOrientationEvent": {} |
| 1649 }, |
| 1650 "support_level": "experimental" |
| 1651 }, |
| 1652 "DeviceRotationRate": { |
| 1653 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot
ion", |
| 1654 "members": { |
| 1655 "alpha": {}, |
| 1656 "beta": {}, |
| 1657 "gamma": {} |
| 1658 }, |
| 1659 "support_level": "experimental" |
| 1660 }, |
| 1661 "DirectoryEntry": { |
| 1662 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentry-interfa
ce", |
| 1663 "members": { |
| 1664 "createReader": {}, |
| 1665 "getDirectory": {}, |
| 1666 "getFile": {}, |
| 1667 "removeRecursively": {} |
| 1668 }, |
| 1669 "support_level": "experimental" |
| 1670 }, |
| 1671 "DirectoryEntrySync": { |
| 1672 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentrysync-int
erface", |
| 1673 "members": { |
| 1674 "createReader": {}, |
| 1675 "getDirectory": {}, |
| 1676 "getFile": {}, |
| 1677 "removeRecursively": {} |
| 1678 }, |
| 1679 "support_level": "experimental" |
| 1680 }, |
| 1681 "DirectoryReader": { |
| 1682 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryreader-interf
ace", |
| 1683 "members": { |
| 1684 "readEntries": {} |
| 1685 }, |
| 1686 "support_level": "experimental" |
| 1687 }, |
| 1688 "DirectoryReaderSync": { |
| 1689 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-DirectoryReaderSyn
c", |
| 1690 "members": { |
| 1691 "readEntries": {} |
| 1692 }, |
| 1693 "support_level": "experimental" |
| 1694 }, |
| 1695 "Document": { |
| 1696 "comment": "http://dom.spec.whatwg.org/#interface-document", |
| 1697 "members": { |
| 1698 "URL": {}, |
| 1699 "adoptNode": {}, |
| 1700 "anchors": { |
| 1701 "dart_action": "suppress" |
| 1702 }, |
| 1703 "applets": { |
| 1704 "dart_action": "suppress", |
| 1705 "support_level": "deprecated" |
| 1706 }, |
| 1707 "body": {}, |
| 1708 "caretRangeFromPoint": { |
| 1709 "comment": "http://www.w3.org/TR/2009/WD-cssom-view-20090804/#dom-docume
ntview-caretrangefrompoint", |
| 1710 "support_level": "experimental" |
| 1711 }, |
| 1712 "characterSet": {}, |
| 1713 "charset": { |
| 1714 "dart_action": "suppress", |
| 1715 "support_level": "nonstandard" |
| 1716 }, |
| 1717 "compatMode": { |
| 1718 "dart_action": "suppress" |
| 1719 }, |
| 1720 "cookie": {}, |
| 1721 "createAttribute": { |
| 1722 "comment": "http://dom.spec.whatwg.org/#dom-document-createattribute", |
| 1723 "dart_action": "suppress", |
| 1724 "support_level": "deprecated" |
| 1725 }, |
| 1726 "createAttributeNS": { |
| 1727 "comment": "http://dom.spec.whatwg.org/#dom-document-createattributens", |
| 1728 "dart_action": "suppress", |
| 1729 "support_level": "deprecated" |
| 1730 }, |
| 1731 "createCDATASection": { |
| 1732 "comment": "http://dom.spec.whatwg.org/#dom-document-createcdatasection"
, |
| 1733 "dart_action": "suppress", |
| 1734 "support_level": "deprecated" |
| 1735 }, |
| 1736 "createComment": {}, |
| 1737 "createDocumentFragment": {}, |
| 1738 "createElement": {}, |
| 1739 "createElementNS": {}, |
| 1740 "createEntityReference": { |
| 1741 "comment": "http://dom.spec.whatwg.org/#dom-document-createentityreferen
ce", |
| 1742 "dart_action": "suppress", |
| 1743 "support_level": "deprecated" |
| 1744 }, |
| 1745 "createEvent": {}, |
| 1746 "createExpression": { |
| 1747 "dart_action": "suppress" |
| 1748 }, |
| 1749 "createNSResolver": { |
| 1750 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvalu
ator-createNSResolver", |
| 1751 "dart_action": "suppress" |
| 1752 }, |
| 1753 "createNodeIterator": { |
| 1754 "dart_action": "unstable" |
| 1755 }, |
| 1756 "createProcessingInstruction": { |
| 1757 "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#do
m-document-createprocessinginstruction", |
| 1758 "dart_action": "unstable" |
| 1759 }, |
| 1760 "createRange": {}, |
| 1761 "createTextNode": {}, |
| 1762 "createTouch": { |
| 1763 "comment": "http://www.w3.org/TR/touch-events/", |
| 1764 "support_level": "experimental" |
| 1765 }, |
| 1766 "createTouchList": { |
| 1767 "comment": "http://www.w3.org/TR/touch-events/", |
| 1768 "support_level": "experimental" |
| 1769 }, |
| 1770 "createTreeWalker": {}, |
| 1771 "defaultCharset": { |
| 1772 "dart_action": "suppress", |
| 1773 "support_level": "nonstandard" |
| 1774 }, |
| 1775 "defaultView": {}, |
| 1776 "doctype": { |
| 1777 "dart_action": "suppress" |
| 1778 }, |
| 1779 "documentElement": {}, |
| 1780 "documentURI": {}, |
| 1781 "domain": {}, |
| 1782 "elementFromPoint": {}, |
| 1783 "evaluate": { |
| 1784 "dart_action": "suppress" |
| 1785 }, |
| 1786 "execCommand": {}, |
| 1787 "fontloader": { |
| 1788 "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", |
| 1789 "support_level": "experimental" |
| 1790 }, |
| 1791 "forms": {}, |
| 1792 "getCSSCanvasContext": { |
| 1793 "comment": "https://developer.apple.com/library/safari/#documentation/Ap
pleApplications/Reference/SafariCSSRef/Articles/Functions.html", |
| 1794 "support_level": "nonstandard" |
| 1795 }, |
| 1796 "getElementById": {}, |
| 1797 "getElementsByClassName": {}, |
| 1798 "getElementsByName": {}, |
| 1799 "getElementsByTagName": {}, |
| 1800 "getElementsByTagNameNS": {}, |
| 1801 "getOverrideStyle": { |
| 1802 "dart_action": "suppress", |
| 1803 "support_level": "nonstandard" |
| 1804 }, |
| 1805 "getSelection": { |
| 1806 "dart_action": "unstable" |
| 1807 }, |
| 1808 "head": {}, |
| 1809 "images": { |
| 1810 "dart_action": "suppress" |
| 1811 }, |
| 1812 "implementation": {}, |
| 1813 "importNode": {}, |
| 1814 "inputEncoding": { |
| 1815 "comment": "http://www.w3.org/TR/domcore/", |
| 1816 "dart_action": "suppress", |
| 1817 "support_level": "deprecated" |
| 1818 }, |
| 1819 "lastModified": {}, |
| 1820 "links": { |
| 1821 "dart_action": "suppress" |
| 1822 }, |
| 1823 "location": { |
| 1824 "dart_action": "suppress" |
| 1825 }, |
| 1826 "onabort": {}, |
| 1827 "onbeforecopy": {}, |
| 1828 "onbeforecut": {}, |
| 1829 "onbeforepaste": {}, |
| 1830 "onblur": {}, |
| 1831 "onchange": {}, |
| 1832 "onclick": {}, |
| 1833 "oncontextmenu": {}, |
| 1834 "oncopy": {}, |
| 1835 "oncut": {}, |
| 1836 "ondblclick": {}, |
| 1837 "ondrag": {}, |
| 1838 "ondragend": {}, |
| 1839 "ondragenter": {}, |
| 1840 "ondragleave": {}, |
| 1841 "ondragover": {}, |
| 1842 "ondragstart": {}, |
| 1843 "ondrop": {}, |
| 1844 "onerror": {}, |
| 1845 "onfocus": {}, |
| 1846 "oninput": {}, |
| 1847 "oninvalid": { |
| 1848 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
section-index.html#attributes-1" |
| 1849 }, |
| 1850 "onkeydown": {}, |
| 1851 "onkeypress": {}, |
| 1852 "onkeyup": {}, |
| 1853 "onload": {}, |
| 1854 "onmousedown": {}, |
| 1855 "onmousemove": {}, |
| 1856 "onmouseout": {}, |
| 1857 "onmouseover": {}, |
| 1858 "onmouseup": {}, |
| 1859 "onmousewheel": {}, |
| 1860 "onpaste": {}, |
| 1861 "onreadystatechange": {}, |
| 1862 "onreset": {}, |
| 1863 "onscroll": {}, |
| 1864 "onsearch": { |
| 1865 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 1866 "support_level": "experimental" |
| 1867 }, |
| 1868 "onsecuritypolicyviolation": { |
| 1869 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/
csp-specification.dev.html#widl-Document-onsecuritypolicyviolation", |
| 1870 "support_level": "experimental" |
| 1871 }, |
| 1872 "onselect": {}, |
| 1873 "onselectionchange": {}, |
| 1874 "onselectstart": {}, |
| 1875 "onsubmit": {}, |
| 1876 "ontouchcancel": { |
| 1877 "comment": "http://www.w3.org/TR/touch-events/", |
| 1878 "support_level": "experimental" |
| 1879 }, |
| 1880 "ontouchend": { |
| 1881 "comment": "http://www.w3.org/TR/touch-events/", |
| 1882 "support_level": "experimental" |
| 1883 }, |
| 1884 "ontouchmove": { |
| 1885 "comment": "http://www.w3.org/TR/touch-events/", |
| 1886 "support_level": "experimental" |
| 1887 }, |
| 1888 "ontouchstart": { |
| 1889 "comment": "http://www.w3.org/TR/touch-events/", |
| 1890 "support_level": "experimental" |
| 1891 }, |
| 1892 "onwebkitfullscreenchange": { |
| 1893 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 1894 "support_level": "experimental" |
| 1895 }, |
| 1896 "onwebkitfullscreenerror": { |
| 1897 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 1898 "support_level": "experimental" |
| 1899 }, |
| 1900 "onwebkitpointerlockchange": { |
| 1901 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht
ml#widl-Document-onpointerlockchange", |
| 1902 "support_level": "experimental" |
| 1903 }, |
| 1904 "onwebkitpointerlockerror": { |
| 1905 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht
ml#widl-Document-onpointerlockerror", |
| 1906 "support_level": "experimental" |
| 1907 }, |
| 1908 "preferredStylesheetSet": { |
| 1909 "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-preferredStyleS
heetSet", |
| 1910 "dart_action": "private" |
| 1911 }, |
| 1912 "queryCommandEnabled": {}, |
| 1913 "queryCommandIndeterm": {}, |
| 1914 "queryCommandState": {}, |
| 1915 "queryCommandSupported": {}, |
| 1916 "queryCommandValue": {}, |
| 1917 "querySelector": {}, |
| 1918 "querySelectorAll": {}, |
| 1919 "readyState": {}, |
| 1920 "referrer": {}, |
| 1921 "securityPolicy": { |
| 1922 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/
csp-specification.dev.html#idl-def-SecurityPolicy", |
| 1923 "support_level": "experimental" |
| 1924 }, |
| 1925 "selectedStylesheetSet": { |
| 1926 "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-selectedStyleSh
eetSet", |
| 1927 "dart_action": "private" |
| 1928 }, |
| 1929 "styleSheets": {}, |
| 1930 "title": {}, |
| 1931 "webkitCancelFullScreen": { |
| 1932 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 1933 "dart_action": "suppress", |
| 1934 "support_level": "deprecated" |
| 1935 }, |
| 1936 "webkitCurrentFullScreenElement": { |
| 1937 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 1938 "dart_action": "suppress", |
| 1939 "support_level": "deprecated" |
| 1940 }, |
| 1941 "webkitExitFullscreen": { |
| 1942 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-document-exitfullscreen", |
| 1943 "support_level": "experimental" |
| 1944 }, |
| 1945 "webkitExitPointerLock": { |
| 1946 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht
ml#widl-Document-exitPointerLock-void", |
| 1947 "support_level": "experimental" |
| 1948 }, |
| 1949 "webkitFullScreenKeyboardInputAllowed": { |
| 1950 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 1951 "dart_action": "suppress", |
| 1952 "support_level": "deprecated" |
| 1953 }, |
| 1954 "webkitFullscreenElement": { |
| 1955 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-document-fullscreenelement", |
| 1956 "support_level": "experimental" |
| 1957 }, |
| 1958 "webkitFullscreenEnabled": { |
| 1959 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-document-fullscreenenabled", |
| 1960 "support_level": "experimental" |
| 1961 }, |
| 1962 "webkitGetNamedFlows": { |
| 1963 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection
", |
| 1964 "support_level": "experimental" |
| 1965 }, |
| 1966 "webkitHidden": { |
| 1967 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibi
lity/Overview.html#document", |
| 1968 "support_level": "experimental" |
| 1969 }, |
| 1970 "webkitIsFullScreen": { |
| 1971 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 1972 "dart_action": "suppress", |
| 1973 "support_level": "deprecated" |
| 1974 }, |
| 1975 "webkitPointerLockElement": { |
| 1976 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht
ml#widl-Document-pointerLockElement", |
| 1977 "support_level": "experimental" |
| 1978 }, |
| 1979 "webkitRegister": { |
| 1980 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custo
m/index.html#dfn-document-register", |
| 1981 "support_level": "experimental" |
| 1982 }, |
| 1983 "webkitVisibilityState": { |
| 1984 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibi
lity/Overview.html#dom-document-visibilitystate", |
| 1985 "support_level": "experimental" |
| 1986 }, |
| 1987 "window": { |
| 1988 "support_level": "untriaged" |
| 1989 }, |
| 1990 "xmlEncoding": { |
| 1991 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlencoding", |
| 1992 "dart_action": "suppress", |
| 1993 "support_level": "deprecated" |
| 1994 }, |
| 1995 "xmlStandalone": { |
| 1996 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlstandalone", |
| 1997 "dart_action": "suppress", |
| 1998 "support_level": "deprecated" |
| 1999 }, |
| 2000 "xmlVersion": { |
| 2001 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlversion", |
| 2002 "dart_action": "suppress", |
| 2003 "support_level": "deprecated" |
| 2004 } |
| 2005 }, |
| 2006 "support_level": "stable" |
| 2007 }, |
| 2008 "DocumentFragment": { |
| 2009 "members": { |
| 2010 "querySelector": {}, |
| 2011 "querySelectorAll": {} |
| 2012 }, |
| 2013 "support_level": "stable" |
| 2014 }, |
| 2015 "DocumentType": { |
| 2016 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927", |
| 2017 "dart_action": "suppress", |
| 2018 "members": { |
| 2019 "entities": { |
| 2020 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities", |
| 2021 "dart_action": "suppress", |
| 2022 "support_level": "deprecated" |
| 2023 }, |
| 2024 "internalSubset": { |
| 2025 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset"
, |
| 2026 "dart_action": "suppress", |
| 2027 "support_level": "deprecated" |
| 2028 }, |
| 2029 "name": {}, |
| 2030 "notations": { |
| 2031 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations", |
| 2032 "dart_action": "suppress", |
| 2033 "support_level": "deprecated" |
| 2034 }, |
| 2035 "publicId": {}, |
| 2036 "remove": { |
| 2037 "support_level": "nonstandard" |
| 2038 }, |
| 2039 "systemId": {} |
| 2040 }, |
| 2041 "support_level": "stable" |
| 2042 }, |
| 2043 "DynamicsCompressorNode": { |
| 2044 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#DynamicsCompressorNode", |
| 2045 "members": { |
| 2046 "attack": {}, |
| 2047 "knee": {}, |
| 2048 "ratio": {}, |
| 2049 "reduction": {}, |
| 2050 "release": {}, |
| 2051 "threshold": {} |
| 2052 }, |
| 2053 "support_level": "experimental" |
| 2054 }, |
| 2055 "EXTDrawBuffers": { |
| 2056 "comment": "http://www.khronos.org/registry/webgl/specs/latest/", |
| 2057 "dart_action": "experimental", |
| 2058 "members": { |
| 2059 "COLOR_ATTACHMENT0_EXT": {}, |
| 2060 "COLOR_ATTACHMENT10_EXT": {}, |
| 2061 "COLOR_ATTACHMENT11_EXT": {}, |
| 2062 "COLOR_ATTACHMENT12_EXT": {}, |
| 2063 "COLOR_ATTACHMENT13_EXT": {}, |
| 2064 "COLOR_ATTACHMENT14_EXT": {}, |
| 2065 "COLOR_ATTACHMENT15_EXT": {}, |
| 2066 "COLOR_ATTACHMENT1_EXT": {}, |
| 2067 "COLOR_ATTACHMENT2_EXT": {}, |
| 2068 "COLOR_ATTACHMENT3_EXT": {}, |
| 2069 "COLOR_ATTACHMENT4_EXT": {}, |
| 2070 "COLOR_ATTACHMENT5_EXT": {}, |
| 2071 "COLOR_ATTACHMENT6_EXT": {}, |
| 2072 "COLOR_ATTACHMENT7_EXT": {}, |
| 2073 "COLOR_ATTACHMENT8_EXT": {}, |
| 2074 "COLOR_ATTACHMENT9_EXT": {}, |
| 2075 "DRAW_BUFFER0_EXT": {}, |
| 2076 "DRAW_BUFFER10_EXT": {}, |
| 2077 "DRAW_BUFFER11_EXT": {}, |
| 2078 "DRAW_BUFFER12_EXT": {}, |
| 2079 "DRAW_BUFFER13_EXT": {}, |
| 2080 "DRAW_BUFFER14_EXT": {}, |
| 2081 "DRAW_BUFFER15_EXT": {}, |
| 2082 "DRAW_BUFFER1_EXT": {}, |
| 2083 "DRAW_BUFFER2_EXT": {}, |
| 2084 "DRAW_BUFFER3_EXT": {}, |
| 2085 "DRAW_BUFFER4_EXT": {}, |
| 2086 "DRAW_BUFFER5_EXT": {}, |
| 2087 "DRAW_BUFFER6_EXT": {}, |
| 2088 "DRAW_BUFFER7_EXT": {}, |
| 2089 "DRAW_BUFFER8_EXT": {}, |
| 2090 "DRAW_BUFFER9_EXT": {}, |
| 2091 "MAX_COLOR_ATTACHMENTS_EXT": {}, |
| 2092 "MAX_DRAW_BUFFERS_EXT": {} |
| 2093 }, |
| 2094 "support_level": "stable" |
| 2095 }, |
| 2096 "EXTTextureFilterAnisotropic": { |
| 2097 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil
ter_anisotropic/", |
| 2098 "members": { |
| 2099 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, |
| 2100 "TEXTURE_MAX_ANISOTROPY_EXT": {} |
| 2101 }, |
| 2102 "support_level": "experimental" |
| 2103 }, |
| 2104 "Element": { |
| 2105 "members": { |
| 2106 "ALLOW_KEYBOARD_INPUT": { |
| 2107 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-element-requestfullscreen", |
| 2108 "dart_action": "suppress", |
| 2109 "support_level": "deprecated" |
| 2110 }, |
| 2111 "attributes": {}, |
| 2112 "blur": {}, |
| 2113 "childElementCount": {}, |
| 2114 "children": { |
| 2115 "support_level": "untriaged" |
| 2116 }, |
| 2117 "classList": { |
| 2118 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
elements.html#dom-classlist" |
| 2119 }, |
| 2120 "className": {}, |
| 2121 "click": { |
| 2122 "support_level": "untriaged" |
| 2123 }, |
| 2124 "clientHeight": {}, |
| 2125 "clientLeft": {}, |
| 2126 "clientTop": {}, |
| 2127 "clientWidth": {}, |
| 2128 "contentEditable": { |
| 2129 "support_level": "untriaged" |
| 2130 }, |
| 2131 "dataset": { |
| 2132 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
elements.html#dom-dataset" |
| 2133 }, |
| 2134 "dir": { |
| 2135 "support_level": "untriaged" |
| 2136 }, |
| 2137 "draggable": { |
| 2138 "support_level": "untriaged" |
| 2139 }, |
| 2140 "firstElementChild": {}, |
| 2141 "focus": {}, |
| 2142 "getAttribute": {}, |
| 2143 "getAttributeNS": {}, |
| 2144 "getAttributeNode": { |
| 2145 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", |
| 2146 "dart_action": "suppress", |
| 2147 "support_level": "deprecated" |
| 2148 }, |
| 2149 "getAttributeNodeNS": { |
| 2150 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", |
| 2151 "dart_action": "suppress", |
| 2152 "support_level": "deprecated" |
| 2153 }, |
| 2154 "getBoundingClientRect": {}, |
| 2155 "getClientRects": {}, |
| 2156 "getElementsByClassName": {}, |
| 2157 "getElementsByTagName": {}, |
| 2158 "getElementsByTagNameNS": { |
| 2159 "dart_action": "suppress" |
| 2160 }, |
| 2161 "hasAttribute": {}, |
| 2162 "hasAttributeNS": {}, |
| 2163 "hasAttributes": {}, |
| 2164 "hidden": { |
| 2165 "support_level": "untriaged" |
| 2166 }, |
| 2167 "id": { |
| 2168 "support_level": "untriaged" |
| 2169 }, |
| 2170 "innerHTML": { |
| 2171 "support_level": "untriaged" |
| 2172 }, |
| 2173 "isContentEditable": { |
| 2174 "support_level": "untriaged" |
| 2175 }, |
| 2176 "lang": { |
| 2177 "support_level": "untriaged" |
| 2178 }, |
| 2179 "lastElementChild": {}, |
| 2180 "nextElementSibling": {}, |
| 2181 "offsetHeight": {}, |
| 2182 "offsetLeft": {}, |
| 2183 "offsetParent": {}, |
| 2184 "offsetTop": {}, |
| 2185 "offsetWidth": {}, |
| 2186 "onabort": {}, |
| 2187 "onbeforecopy": {}, |
| 2188 "onbeforecut": {}, |
| 2189 "onbeforepaste": {}, |
| 2190 "onblur": {}, |
| 2191 "onchange": {}, |
| 2192 "onclick": {}, |
| 2193 "oncontextmenu": {}, |
| 2194 "oncopy": {}, |
| 2195 "oncut": {}, |
| 2196 "ondblclick": {}, |
| 2197 "ondrag": {}, |
| 2198 "ondragend": {}, |
| 2199 "ondragenter": {}, |
| 2200 "ondragleave": {}, |
| 2201 "ondragover": {}, |
| 2202 "ondragstart": {}, |
| 2203 "ondrop": {}, |
| 2204 "onerror": {}, |
| 2205 "onfocus": {}, |
| 2206 "oninput": {}, |
| 2207 "oninvalid": { |
| 2208 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
section-index.html#attributes-1" |
| 2209 }, |
| 2210 "onkeydown": {}, |
| 2211 "onkeypress": {}, |
| 2212 "onkeyup": {}, |
| 2213 "onload": {}, |
| 2214 "onmousedown": {}, |
| 2215 "onmousemove": {}, |
| 2216 "onmouseout": {}, |
| 2217 "onmouseover": {}, |
| 2218 "onmouseup": {}, |
| 2219 "onmousewheel": { |
| 2220 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents"
, |
| 2221 "support_level": "nonstandard" |
| 2222 }, |
| 2223 "onpaste": {}, |
| 2224 "onreset": {}, |
| 2225 "onscroll": {}, |
| 2226 "onsearch": { |
| 2227 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 2228 "support_level": "experimental" |
| 2229 }, |
| 2230 "onselect": {}, |
| 2231 "onselectstart": { |
| 2232 "dart_action": "experimental", |
| 2233 "support_level": "nonstandard" |
| 2234 }, |
| 2235 "onsubmit": {}, |
| 2236 "ontouchcancel": { |
| 2237 "comment": "http://www.w3.org/TR/touch-events/", |
| 2238 "support_level": "experimental" |
| 2239 }, |
| 2240 "ontouchend": { |
| 2241 "comment": "http://www.w3.org/TR/touch-events/", |
| 2242 "support_level": "experimental" |
| 2243 }, |
| 2244 "ontouchenter": { |
| 2245 "support_level": "untriaged" |
| 2246 }, |
| 2247 "ontouchleave": { |
| 2248 "support_level": "untriaged" |
| 2249 }, |
| 2250 "ontouchmove": { |
| 2251 "comment": "http://www.w3.org/TR/touch-events/", |
| 2252 "support_level": "experimental" |
| 2253 }, |
| 2254 "ontouchstart": { |
| 2255 "comment": "http://www.w3.org/TR/touch-events/", |
| 2256 "support_level": "experimental" |
| 2257 }, |
| 2258 "onwebkitTransitionEnd": { |
| 2259 "support_level": "untriaged" |
| 2260 }, |
| 2261 "onwebkitfullscreenchange": { |
| 2262 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 2263 "support_level": "experimental" |
| 2264 }, |
| 2265 "onwebkitfullscreenerror": { |
| 2266 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 2267 "support_level": "experimental" |
| 2268 }, |
| 2269 "outerHTML": { |
| 2270 "support_level": "untriaged" |
| 2271 }, |
| 2272 "previousElementSibling": {}, |
| 2273 "querySelector": {}, |
| 2274 "querySelectorAll": {}, |
| 2275 "remove": { |
| 2276 "dart_action": "suppress", |
| 2277 "support_level": "nonstandard" |
| 2278 }, |
| 2279 "removeAttribute": {}, |
| 2280 "removeAttributeNS": {}, |
| 2281 "removeAttributeNode": { |
| 2282 "comment": "http://dom.spec.whatwg.org/#dom-element-removeattributenode"
, |
| 2283 "dart_action": "suppress", |
| 2284 "support_level": "deprecated" |
| 2285 }, |
| 2286 "scrollByLines": {}, |
| 2287 "scrollByPages": {}, |
| 2288 "scrollHeight": {}, |
| 2289 "scrollIntoView": { |
| 2290 "comment": "http://dev.w3.org/csswg/cssom-view/#widl-Element-scrollIntoV
iew-void-boolean-top" |
| 2291 }, |
| 2292 "scrollIntoViewIfNeeded": { |
| 2293 "comment": "http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewI
fNeeded", |
| 2294 "support_level": "nonstandard" |
| 2295 }, |
| 2296 "scrollLeft": {}, |
| 2297 "scrollTop": {}, |
| 2298 "scrollWidth": {}, |
| 2299 "setAttribute": {}, |
| 2300 "setAttributeNS": {}, |
| 2301 "setAttributeNode": { |
| 2302 "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode", |
| 2303 "dart_action": "suppress", |
| 2304 "support_level": "deprecated" |
| 2305 }, |
| 2306 "setAttributeNodeNS": {}, |
| 2307 "spellcheck": { |
| 2308 "support_level": "untriaged" |
| 2309 }, |
| 2310 "style": {}, |
| 2311 "tabIndex": { |
| 2312 "support_level": "untriaged" |
| 2313 }, |
| 2314 "tagName": {}, |
| 2315 "title": { |
| 2316 "support_level": "untriaged" |
| 2317 }, |
| 2318 "translate": { |
| 2319 "support_level": "untriaged" |
| 2320 }, |
| 2321 "webkitCreateShadowRoot": { |
| 2322 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado
w/index.html#api-shadow-aware-create-shadow-root", |
| 2323 "support_level": "experimental" |
| 2324 }, |
| 2325 "webkitGetRegionFlowRanges": { |
| 2326 "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-getregionflo
wranges", |
| 2327 "support_level": "experimental" |
| 2328 }, |
| 2329 "webkitInsertionParent": { |
| 2330 "comment": "https://www.w3.org/Bugs/Public/show_bug.cgi?id=21067", |
| 2331 "support_level": "experimental" |
| 2332 }, |
| 2333 "webkitMatchesSelector": { |
| 2334 "comment": "http://dev.w3.org/2006/webapi/selectors-api2/#matches", |
| 2335 "support_level": "experimental" |
| 2336 }, |
| 2337 "webkitPseudo": { |
| 2338 "dart_action": "experimental", |
| 2339 "support_level": "nonstandard" |
| 2340 }, |
| 2341 "webkitRegionOverset": { |
| 2342 "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-regionoverse
t", |
| 2343 "support_level": "experimental" |
| 2344 }, |
| 2345 "webkitRequestFullScreen": { |
| 2346 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-element-requestfullscreen", |
| 2347 "dart_action": "suppress", |
| 2348 "support_level": "deprecated" |
| 2349 }, |
| 2350 "webkitRequestFullscreen": { |
| 2351 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-element-requestfullscreen", |
| 2352 "support_level": "experimental" |
| 2353 }, |
| 2354 "webkitRequestPointerLock": { |
| 2355 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht
ml#widl-Element-requestPointerLock-void", |
| 2356 "support_level": "experimental" |
| 2357 }, |
| 2358 "webkitShadowRoot": { |
| 2359 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado
w/index.html#api-shadow-aware-create-shadow-root", |
| 2360 "support_level": "experimental" |
| 2361 }, |
| 2362 "webkitdropzone": { |
| 2363 "support_level": "untriaged" |
| 2364 } |
| 2365 }, |
| 2366 "support_level": "stable" |
| 2367 }, |
| 2368 "ElementTimeControl": { |
| 2369 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeContro
l", |
| 2370 "dart_action": "unstable", |
| 2371 "members": { |
| 2372 "beginElement": {}, |
| 2373 "beginElementAt": {}, |
| 2374 "endElement": {}, |
| 2375 "endElementAt": {} |
| 2376 }, |
| 2377 "support_level": "stable" |
| 2378 }, |
| 2379 "ElementTraversal": { |
| 2380 "dart_action": "unstable", |
| 2381 "members": { |
| 2382 "childElementCount": {}, |
| 2383 "firstElementChild": {}, |
| 2384 "lastElementChild": {}, |
| 2385 "nextElementSibling": {}, |
| 2386 "previousElementSibling": {} |
| 2387 }, |
| 2388 "support_level": "stable" |
| 2389 }, |
| 2390 "EntityReference": { |
| 2391 "dart_action": "suppress", |
| 2392 "members": {}, |
| 2393 "support_level": "deprecated" |
| 2394 }, |
| 2395 "EntriesCallback": { |
| 2396 "comment": "http://www.w3.org/TR/file-system-api/#the-entriescallback-interf
ace", |
| 2397 "members": { |
| 2398 "handleEvent": {} |
| 2399 }, |
| 2400 "support_level": "experimental" |
| 2401 }, |
| 2402 "Entry": { |
| 2403 "comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", |
| 2404 "members": { |
| 2405 "copyTo": {}, |
| 2406 "filesystem": {}, |
| 2407 "fullPath": {}, |
| 2408 "getMetadata": {}, |
| 2409 "getParent": {}, |
| 2410 "isDirectory": {}, |
| 2411 "isFile": {}, |
| 2412 "moveTo": {}, |
| 2413 "name": {}, |
| 2414 "remove": {}, |
| 2415 "toURL": {} |
| 2416 }, |
| 2417 "support_level": "experimental" |
| 2418 }, |
| 2419 "EntryArray": { |
| 2420 "comment": "http://www.w3.org/TR/file-system-api/#the-entry-interface", |
| 2421 "members": { |
| 2422 "item": {}, |
| 2423 "length": {} |
| 2424 }, |
| 2425 "support_level": "experimental" |
| 2426 }, |
| 2427 "EntryArraySync": { |
| 2428 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", |
| 2429 "members": { |
| 2430 "item": {}, |
| 2431 "length": {} |
| 2432 }, |
| 2433 "support_level": "experimental" |
| 2434 }, |
| 2435 "EntryCallback": { |
| 2436 "comment": "http://www.w3.org/TR/file-system-api/#the-entrycallback-interfac
e", |
| 2437 "members": { |
| 2438 "handleEvent": {} |
| 2439 }, |
| 2440 "support_level": "experimental" |
| 2441 }, |
| 2442 "EntrySync": { |
| 2443 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-EntrySync", |
| 2444 "members": { |
| 2445 "copyTo": {}, |
| 2446 "filesystem": {}, |
| 2447 "fullPath": {}, |
| 2448 "getMetadata": {}, |
| 2449 "getParent": {}, |
| 2450 "isDirectory": {}, |
| 2451 "isFile": {}, |
| 2452 "moveTo": {}, |
| 2453 "name": {}, |
| 2454 "remove": {}, |
| 2455 "toURL": {} |
| 2456 }, |
| 2457 "support_level": "experimental" |
| 2458 }, |
| 2459 "ErrorCallback": { |
| 2460 "comment": "http://www.w3.org/TR/file-system-api/#the-errorcallback-interfac
e", |
| 2461 "members": { |
| 2462 "handleEvent": {} |
| 2463 }, |
| 2464 "support_level": "experimental" |
| 2465 }, |
| 2466 "ErrorEvent": { |
| 2467 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#errorevent", |
| 2468 "dart_action": "unstable", |
| 2469 "members": { |
| 2470 "filename": {}, |
| 2471 "lineno": {}, |
| 2472 "message": {} |
| 2473 }, |
| 2474 "support_level": "stable" |
| 2475 }, |
| 2476 "Event": { |
| 2477 "members": { |
| 2478 "AT_TARGET": {}, |
| 2479 "BLUR": { |
| 2480 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2481 "dart_action": "suppress", |
| 2482 "support_level": "deprecated" |
| 2483 }, |
| 2484 "BUBBLING_PHASE": {}, |
| 2485 "CAPTURING_PHASE": {}, |
| 2486 "CHANGE": { |
| 2487 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2488 "dart_action": "suppress", |
| 2489 "support_level": "deprecated" |
| 2490 }, |
| 2491 "CLICK": { |
| 2492 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2493 "dart_action": "suppress", |
| 2494 "support_level": "deprecated" |
| 2495 }, |
| 2496 "DBLCLICK": { |
| 2497 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2498 "dart_action": "suppress", |
| 2499 "support_level": "deprecated" |
| 2500 }, |
| 2501 "DRAGDROP": { |
| 2502 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2503 "dart_action": "suppress", |
| 2504 "support_level": "deprecated" |
| 2505 }, |
| 2506 "FOCUS": { |
| 2507 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2508 "dart_action": "suppress", |
| 2509 "support_level": "deprecated" |
| 2510 }, |
| 2511 "KEYDOWN": { |
| 2512 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2513 "dart_action": "suppress", |
| 2514 "support_level": "deprecated" |
| 2515 }, |
| 2516 "KEYPRESS": { |
| 2517 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2518 "dart_action": "suppress", |
| 2519 "support_level": "deprecated" |
| 2520 }, |
| 2521 "KEYUP": { |
| 2522 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2523 "dart_action": "suppress", |
| 2524 "support_level": "deprecated" |
| 2525 }, |
| 2526 "MOUSEDOWN": { |
| 2527 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2528 "dart_action": "suppress", |
| 2529 "support_level": "deprecated" |
| 2530 }, |
| 2531 "MOUSEDRAG": { |
| 2532 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2533 "dart_action": "suppress", |
| 2534 "support_level": "deprecated" |
| 2535 }, |
| 2536 "MOUSEMOVE": { |
| 2537 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2538 "dart_action": "suppress", |
| 2539 "support_level": "deprecated" |
| 2540 }, |
| 2541 "MOUSEOUT": { |
| 2542 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2543 "dart_action": "suppress", |
| 2544 "support_level": "deprecated" |
| 2545 }, |
| 2546 "MOUSEOVER": { |
| 2547 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2548 "dart_action": "suppress", |
| 2549 "support_level": "deprecated" |
| 2550 }, |
| 2551 "MOUSEUP": { |
| 2552 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2553 "dart_action": "suppress", |
| 2554 "support_level": "deprecated" |
| 2555 }, |
| 2556 "NONE": { |
| 2557 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2558 "dart_action": "suppress", |
| 2559 "support_level": "deprecated" |
| 2560 }, |
| 2561 "SELECT": { |
| 2562 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.captureE
vents", |
| 2563 "dart_action": "suppress", |
| 2564 "support_level": "deprecated" |
| 2565 }, |
| 2566 "bubbles": {}, |
| 2567 "cancelBubble": { |
| 2568 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-s
topPropagation", |
| 2569 "dart_action": "suppress", |
| 2570 "support_level": "deprecated" |
| 2571 }, |
| 2572 "cancelable": {}, |
| 2573 "clipboardData": { |
| 2574 "comment": "Part of copy/paste", |
| 2575 "dart_action": "experimental", |
| 2576 "support_level": "nonstandard" |
| 2577 }, |
| 2578 "currentTarget": {}, |
| 2579 "defaultPrevented": {}, |
| 2580 "eventPhase": {}, |
| 2581 "initEvent": {}, |
| 2582 "preventDefault": {}, |
| 2583 "returnValue": { |
| 2584 "comment": "http://dev.w3.org/html5/spec-LC/history.html#dom-beforeunloa
devent-returnvalue", |
| 2585 "support_level": "nonstandard" |
| 2586 }, |
| 2587 "srcElement": { |
| 2588 "dart_action": "suppress", |
| 2589 "support_level": "deprecated" |
| 2590 }, |
| 2591 "stopImmediatePropagation": {}, |
| 2592 "stopPropagation": {}, |
| 2593 "target": {}, |
| 2594 "timeStamp": {}, |
| 2595 "type": {} |
| 2596 }, |
| 2597 "support_level": "stable" |
| 2598 }, |
| 2599 "EventException": { |
| 2600 "comment": "http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/events.
html#Events-EventException", |
| 2601 "dart_action": "unstable", |
| 2602 "members": { |
| 2603 "DISPATCH_REQUEST_ERR": {}, |
| 2604 "UNSPECIFIED_EVENT_TYPE_ERR": {}, |
| 2605 "code": {}, |
| 2606 "message": { |
| 2607 "dart_action": "suppress", |
| 2608 "support_level": "nonstandard" |
| 2609 }, |
| 2610 "name": { |
| 2611 "dart_action": "suppress", |
| 2612 "support_level": "nonstandard" |
| 2613 }, |
| 2614 "toString": {} |
| 2615 }, |
| 2616 "support_level": "stable" |
| 2617 }, |
| 2618 "EventSource": { |
| 2619 "comment": "http://www.w3.org/TR/eventsource/#the-eventsource-interface", |
| 2620 "dart_action": "experimental", |
| 2621 "members": { |
| 2622 "CLOSED": {}, |
| 2623 "CONNECTING": {}, |
| 2624 "EventSource": {}, |
| 2625 "OPEN": {}, |
| 2626 "URL": { |
| 2627 "dart_action": "suppress", |
| 2628 "support_level": "deprecated" |
| 2629 }, |
| 2630 "addEventListener": {}, |
| 2631 "close": {}, |
| 2632 "dispatchEvent": {}, |
| 2633 "onerror": {}, |
| 2634 "onmessage": {}, |
| 2635 "onopen": {}, |
| 2636 "readyState": {}, |
| 2637 "removeEventListener": {}, |
| 2638 "url": {}, |
| 2639 "withCredentials": {} |
| 2640 }, |
| 2641 "support_level": "stable" |
| 2642 }, |
| 2643 "EventTarget": { |
| 2644 "members": { |
| 2645 "addEventListener": {}, |
| 2646 "dispatchEvent": {}, |
| 2647 "removeEventListener": {} |
| 2648 }, |
| 2649 "support_level": "stable" |
| 2650 }, |
| 2651 "File": { |
| 2652 "comment": "http://www.w3.org/TR/FileAPI/#dfn-file", |
| 2653 "members": { |
| 2654 "lastModifiedDate": {}, |
| 2655 "name": {}, |
| 2656 "webkitRelativePath": { |
| 2657 "comment": "https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF
3", |
| 2658 "support_level": "experimental" |
| 2659 } |
| 2660 }, |
| 2661 "support_level": "stable" |
| 2662 }, |
| 2663 "FileCallback": { |
| 2664 "comment": "http://www.w3.org/TR/file-system-api/#the-filecallback-interface
", |
| 2665 "members": { |
| 2666 "handleEvent": {} |
| 2667 }, |
| 2668 "support_level": "experimental" |
| 2669 }, |
| 2670 "FileEntry": { |
| 2671 "comment": "http://www.w3.org/TR/file-system-api/#the-fileentry-interface", |
| 2672 "members": { |
| 2673 "createWriter": {}, |
| 2674 "file": {} |
| 2675 }, |
| 2676 "support_level": "experimental" |
| 2677 }, |
| 2678 "FileEntrySync": { |
| 2679 "comment": "http://www.w3.org/TR/file-system-api/#the-fileentrysync-interfac
e", |
| 2680 "members": { |
| 2681 "createWriter": {}, |
| 2682 "file": {} |
| 2683 }, |
| 2684 "support_level": "experimental" |
| 2685 }, |
| 2686 "FileError": { |
| 2687 "comment": "http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", |
| 2688 "members": { |
| 2689 "ABORT_ERR": {}, |
| 2690 "ENCODING_ERR": {}, |
| 2691 "INVALID_MODIFICATION_ERR": {}, |
| 2692 "INVALID_STATE_ERR": {}, |
| 2693 "NOT_FOUND_ERR": {}, |
| 2694 "NOT_READABLE_ERR": {}, |
| 2695 "NO_MODIFICATION_ALLOWED_ERR": {}, |
| 2696 "PATH_EXISTS_ERR": {}, |
| 2697 "QUOTA_EXCEEDED_ERR": {}, |
| 2698 "SECURITY_ERR": {}, |
| 2699 "SYNTAX_ERR": {}, |
| 2700 "TYPE_MISMATCH_ERR": {}, |
| 2701 "code": {} |
| 2702 }, |
| 2703 "support_level": "experimental" |
| 2704 }, |
| 2705 "FileException": { |
| 2706 "comment": "http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", |
| 2707 "members": { |
| 2708 "ABORT_ERR": {}, |
| 2709 "ENCODING_ERR": {}, |
| 2710 "INVALID_MODIFICATION_ERR": {}, |
| 2711 "INVALID_STATE_ERR": {}, |
| 2712 "NOT_FOUND_ERR": {}, |
| 2713 "NOT_READABLE_ERR": {}, |
| 2714 "NO_MODIFICATION_ALLOWED_ERR": {}, |
| 2715 "PATH_EXISTS_ERR": {}, |
| 2716 "QUOTA_EXCEEDED_ERR": {}, |
| 2717 "SECURITY_ERR": {}, |
| 2718 "SYNTAX_ERR": {}, |
| 2719 "TYPE_MISMATCH_ERR": {}, |
| 2720 "code": {}, |
| 2721 "message": {}, |
| 2722 "name": {}, |
| 2723 "toString": {} |
| 2724 }, |
| 2725 "support_level": "experimental" |
| 2726 }, |
| 2727 "FileList": { |
| 2728 "comment": "http://www.w3.org/TR/FileAPI/#dfn-filelist", |
| 2729 "members": { |
| 2730 "item": {}, |
| 2731 "length": {} |
| 2732 }, |
| 2733 "support_level": "stable" |
| 2734 }, |
| 2735 "FileReader": { |
| 2736 "comment": "http://www.w3.org/TR/FileAPI/#FileReader-interface", |
| 2737 "members": { |
| 2738 "DONE": {}, |
| 2739 "EMPTY": {}, |
| 2740 "FileReader": {}, |
| 2741 "LOADING": {}, |
| 2742 "abort": {}, |
| 2743 "addEventListener": {}, |
| 2744 "dispatchEvent": {}, |
| 2745 "error": {}, |
| 2746 "onabort": {}, |
| 2747 "onerror": {}, |
| 2748 "onload": {}, |
| 2749 "onloadend": {}, |
| 2750 "onloadstart": {}, |
| 2751 "onprogress": {}, |
| 2752 "readAsArrayBuffer": {}, |
| 2753 "readAsBinaryString": { |
| 2754 "comment": "http://blog.whatwg.org/weekly-stream-autocomplete", |
| 2755 "dart_action": "suppress", |
| 2756 "support_level": "deprecated" |
| 2757 }, |
| 2758 "readAsDataURL": {}, |
| 2759 "readAsText": {}, |
| 2760 "readyState": {}, |
| 2761 "removeEventListener": {}, |
| 2762 "result": {} |
| 2763 }, |
| 2764 "support_level": "stable" |
| 2765 }, |
| 2766 "FileReaderSync": { |
| 2767 "comment": "http://www.w3.org/TR/FileAPI/#FileReaderSync", |
| 2768 "members": { |
| 2769 "FileReaderSync": {}, |
| 2770 "readAsArrayBuffer": {}, |
| 2771 "readAsBinaryString": {}, |
| 2772 "readAsDataURL": {}, |
| 2773 "readAsText": {} |
| 2774 }, |
| 2775 "support_level": "experimental" |
| 2776 }, |
| 2777 "FileSystemCallback": { |
| 2778 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemcallback-int
erface", |
| 2779 "members": { |
| 2780 "handleEvent": {} |
| 2781 }, |
| 2782 "support_level": "experimental" |
| 2783 }, |
| 2784 "FileWriter": { |
| 2785 "comment": "http://www.w3.org/TR/file-writer-api/#the-filewriter-interface", |
| 2786 "members": { |
| 2787 "DONE": {}, |
| 2788 "INIT": {}, |
| 2789 "WRITING": {}, |
| 2790 "abort": {}, |
| 2791 "addEventListener": {}, |
| 2792 "dispatchEvent": {}, |
| 2793 "error": {}, |
| 2794 "length": {}, |
| 2795 "onabort": {}, |
| 2796 "onerror": {}, |
| 2797 "onprogress": {}, |
| 2798 "onwrite": {}, |
| 2799 "onwriteend": {}, |
| 2800 "onwritestart": {}, |
| 2801 "position": {}, |
| 2802 "readyState": {}, |
| 2803 "removeEventListener": {}, |
| 2804 "seek": {}, |
| 2805 "truncate": {}, |
| 2806 "write": {} |
| 2807 }, |
| 2808 "support_level": "experimental" |
| 2809 }, |
| 2810 "FileWriterCallback": { |
| 2811 "comment": "http://www.w3.org/TR/file-writer-api/#idl-def-FileWriter", |
| 2812 "members": { |
| 2813 "handleEvent": {} |
| 2814 }, |
| 2815 "support_level": "experimental" |
| 2816 }, |
| 2817 "FileWriterSync": { |
| 2818 "comment": "http://www.w3.org/TR/file-writer-api/#idl-def-FileWriterSync", |
| 2819 "members": { |
| 2820 "length": {}, |
| 2821 "position": {}, |
| 2822 "seek": {}, |
| 2823 "truncate": {}, |
| 2824 "write": {} |
| 2825 }, |
| 2826 "support_level": "experimental" |
| 2827 }, |
| 2828 "Float32Array": { |
| 2829 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 2830 "members": { |
| 2831 "BYTES_PER_ELEMENT": {}, |
| 2832 "length": {}, |
| 2833 "setElements": {}, |
| 2834 "subarray": {} |
| 2835 }, |
| 2836 "support_level": "stable" |
| 2837 }, |
| 2838 "Float64Array": { |
| 2839 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 2840 "members": { |
| 2841 "BYTES_PER_ELEMENT": {}, |
| 2842 "length": {}, |
| 2843 "setElements": {}, |
| 2844 "subarray": {} |
| 2845 }, |
| 2846 "support_level": "stable" |
| 2847 }, |
| 2848 "FocusEvent": { |
| 2849 "members": { |
| 2850 "relatedTarget": {} |
| 2851 }, |
| 2852 "support_level": "stable" |
| 2853 }, |
| 2854 "FontLoader": { |
| 2855 "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", |
| 2856 "members": { |
| 2857 "addEventListener": {}, |
| 2858 "checkFont": {}, |
| 2859 "dispatchEvent": {}, |
| 2860 "loadFont": {}, |
| 2861 "loading": {}, |
| 2862 "notifyWhenFontsReady": {}, |
| 2863 "onerror": {}, |
| 2864 "onload": {}, |
| 2865 "onloading": {}, |
| 2866 "onloadingdone": {}, |
| 2867 "onloadstart": {}, |
| 2868 "removeEventListener": {} |
| 2869 }, |
| 2870 "support_level": "experimental" |
| 2871 }, |
| 2872 "FormData": { |
| 2873 "members": {}, |
| 2874 "support_level": "untriaged" |
| 2875 }, |
| 2876 "GainNode": { |
| 2877 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#GainNode", |
| 2878 "members": { |
| 2879 "gain": {} |
| 2880 }, |
| 2881 "support_level": "experimental" |
| 2882 }, |
| 2883 "Gamepad": { |
| 2884 "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gam
epad-interface", |
| 2885 "members": { |
| 2886 "axes": {}, |
| 2887 "buttons": {}, |
| 2888 "id": {}, |
| 2889 "index": {}, |
| 2890 "timestamp": {} |
| 2891 }, |
| 2892 "support_level": "experimental" |
| 2893 }, |
| 2894 "GamepadList": { |
| 2895 "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html", |
| 2896 "members": { |
| 2897 "item": {}, |
| 2898 "length": {} |
| 2899 }, |
| 2900 "support_level": "experimental" |
| 2901 }, |
| 2902 "Geolocation": { |
| 2903 "comment": "http://dev.w3.org/geo/api/spec-source.html#geolocation_interface
", |
| 2904 "dart_action": "unstable", |
| 2905 "members": { |
| 2906 "clearWatch": {}, |
| 2907 "getCurrentPosition": {}, |
| 2908 "watchPosition": {} |
| 2909 }, |
| 2910 "support_level": "stable" |
| 2911 }, |
| 2912 "Geoposition": { |
| 2913 "comment": "http://dev.w3.org/geo/api/spec-source.html#position", |
| 2914 "dart_action": "unstable", |
| 2915 "members": { |
| 2916 "coords": {}, |
| 2917 "timestamp": {} |
| 2918 }, |
| 2919 "support_level": "stable" |
| 2920 }, |
| 2921 "HTMLAllCollection": { |
| 2922 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#dom-document-all", |
| 2923 "dart_action": "suppress", |
| 2924 "members": { |
| 2925 "item": {}, |
| 2926 "length": {}, |
| 2927 "namedItem": {}, |
| 2928 "tags": {} |
| 2929 }, |
| 2930 "support_level": "deprecated" |
| 2931 }, |
| 2932 "HTMLAnchorElement": { |
| 2933 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text
-level-semantics.html#the-a-element", |
| 2934 "dart_action": "unstable", |
| 2935 "members": { |
| 2936 "HTMLAnchorElement": {}, |
| 2937 "charset": { |
| 2938 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAnchorElement-partial", |
| 2939 "dart_action": "suppress", |
| 2940 "support_level": "deprecated" |
| 2941 }, |
| 2942 "coords": { |
| 2943 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAnchorElement-partial", |
| 2944 "dart_action": "suppress", |
| 2945 "support_level": "deprecated" |
| 2946 }, |
| 2947 "download": { |
| 2948 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
links.html#attr-hyperlink-download", |
| 2949 "support_level": "experimental" |
| 2950 }, |
| 2951 "hash": {}, |
| 2952 "host": {}, |
| 2953 "hostname": {}, |
| 2954 "href": {}, |
| 2955 "hreflang": {}, |
| 2956 "name": { |
| 2957 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAnchorElement-partial", |
| 2958 "dart_action": "suppress", |
| 2959 "support_level": "deprecated" |
| 2960 }, |
| 2961 "origin": { |
| 2962 "comment": "WebKit only", |
| 2963 "dart_action": "suppress", |
| 2964 "support_level": "nonstandard" |
| 2965 }, |
| 2966 "pathname": {}, |
| 2967 "ping": { |
| 2968 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
text-level-semantics.html#the-a-element", |
| 2969 "dart_action": "suppress", |
| 2970 "support_level": "deprecated" |
| 2971 }, |
| 2972 "port": {}, |
| 2973 "protocol": {}, |
| 2974 "rel": {}, |
| 2975 "rev": { |
| 2976 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAnchorElement-partial", |
| 2977 "dart_action": "suppress", |
| 2978 "support_level": "deprecated" |
| 2979 }, |
| 2980 "search": {}, |
| 2981 "shape": { |
| 2982 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAnchorElement-partial", |
| 2983 "dart_action": "suppress", |
| 2984 "support_level": "deprecated" |
| 2985 }, |
| 2986 "target": {}, |
| 2987 "text": {}, |
| 2988 "toString": {}, |
| 2989 "type": {} |
| 2990 }, |
| 2991 "support_level": "stable" |
| 2992 }, |
| 2993 "HTMLAppletElement": { |
| 2994 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#the-applet-element", |
| 2995 "dart_action": "suppress", |
| 2996 "members": { |
| 2997 "align": {}, |
| 2998 "alt": {}, |
| 2999 "archive": {}, |
| 3000 "code": {}, |
| 3001 "codeBase": {}, |
| 3002 "height": {}, |
| 3003 "hspace": {}, |
| 3004 "name": {}, |
| 3005 "object": {}, |
| 3006 "vspace": {}, |
| 3007 "width": {} |
| 3008 }, |
| 3009 "support_level": "deprecated" |
| 3010 }, |
| 3011 "HTMLAreaElement": { |
| 3012 "comment": "http://developers.whatwg.org/the-map-element.html#the-area-eleme
nt", |
| 3013 "members": { |
| 3014 "HTMLAreaElement": {}, |
| 3015 "alt": {}, |
| 3016 "coords": {}, |
| 3017 "hash": {}, |
| 3018 "host": {}, |
| 3019 "hostname": {}, |
| 3020 "href": {}, |
| 3021 "noHref": { |
| 3022 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAreaElement-partial", |
| 3023 "dart_action": "suppress", |
| 3024 "support_level": "deprecated" |
| 3025 }, |
| 3026 "pathname": {}, |
| 3027 "ping": { |
| 3028 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLAreaElement-partial", |
| 3029 "dart_action": "suppress", |
| 3030 "support_level": "deprecated" |
| 3031 }, |
| 3032 "port": {}, |
| 3033 "protocol": {}, |
| 3034 "search": {}, |
| 3035 "shape": {}, |
| 3036 "target": {} |
| 3037 }, |
| 3038 "support_level": "stable" |
| 3039 }, |
| 3040 "HTMLAudioElement": { |
| 3041 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#the-audio-element", |
| 3042 "members": { |
| 3043 "HTMLAudioElement": {} |
| 3044 }, |
| 3045 "support_level": "stable" |
| 3046 }, |
| 3047 "HTMLBRElement": { |
| 3048 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text
-level-semantics.html#the-br-element", |
| 3049 "members": { |
| 3050 "HTMLBRElement": {}, |
| 3051 "clear": { |
| 3052 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBRElement-partial", |
| 3053 "dart_action": "suppress", |
| 3054 "support_level": "deprecated" |
| 3055 } |
| 3056 }, |
| 3057 "support_level": "stable" |
| 3058 }, |
| 3059 "HTMLBaseElement": { |
| 3060 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-base-element", |
| 3061 "members": { |
| 3062 "HTMLBaseElement": {}, |
| 3063 "href": {}, |
| 3064 "target": {} |
| 3065 }, |
| 3066 "support_level": "stable" |
| 3067 }, |
| 3068 "HTMLBaseFontElement": { |
| 3069 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#basefont", |
| 3070 "dart_action": "suppress", |
| 3071 "members": { |
| 3072 "color": {}, |
| 3073 "face": {}, |
| 3074 "size": {} |
| 3075 }, |
| 3076 "support_level": "deprecated" |
| 3077 }, |
| 3078 "HTMLBodyElement": { |
| 3079 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sect
ions.html#the-body-element", |
| 3080 "members": { |
| 3081 "HTMLBodyElement": {}, |
| 3082 "aLink": { |
| 3083 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBodyElement-partial", |
| 3084 "dart_action": "suppress", |
| 3085 "support_level": "deprecated" |
| 3086 }, |
| 3087 "background": { |
| 3088 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBodyElement-partial", |
| 3089 "dart_action": "suppress", |
| 3090 "support_level": "deprecated" |
| 3091 }, |
| 3092 "bgColor": { |
| 3093 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBodyElement-partial", |
| 3094 "dart_action": "suppress", |
| 3095 "support_level": "deprecated" |
| 3096 }, |
| 3097 "link": { |
| 3098 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBodyElement-partial", |
| 3099 "dart_action": "suppress", |
| 3100 "support_level": "deprecated" |
| 3101 }, |
| 3102 "onbeforeunload": {}, |
| 3103 "onblur": {}, |
| 3104 "onerror": {}, |
| 3105 "onfocus": {}, |
| 3106 "onhashchange": {}, |
| 3107 "onload": {}, |
| 3108 "onmessage": {}, |
| 3109 "onoffline": {}, |
| 3110 "ononline": {}, |
| 3111 "onpopstate": {}, |
| 3112 "onresize": {}, |
| 3113 "onstorage": {}, |
| 3114 "onunload": {}, |
| 3115 "text": { |
| 3116 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBodyElement-partial", |
| 3117 "dart_action": "suppress", |
| 3118 "support_level": "deprecated" |
| 3119 }, |
| 3120 "vLink": { |
| 3121 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLBodyElement-partial", |
| 3122 "dart_action": "suppress", |
| 3123 "support_level": "deprecated" |
| 3124 } |
| 3125 }, |
| 3126 "support_level": "stable" |
| 3127 }, |
| 3128 "HTMLButtonElement": { |
| 3129 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-button-element", |
| 3130 "members": { |
| 3131 "HTMLButtonElement": {}, |
| 3132 "autofocus": {}, |
| 3133 "checkValidity": {}, |
| 3134 "disabled": {}, |
| 3135 "form": {}, |
| 3136 "formAction": {}, |
| 3137 "formEnctype": {}, |
| 3138 "formMethod": {}, |
| 3139 "formNoValidate": {}, |
| 3140 "formTarget": {}, |
| 3141 "labels": { |
| 3142 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 3143 "dart_action": "unstable" |
| 3144 }, |
| 3145 "name": {}, |
| 3146 "setCustomValidity": {}, |
| 3147 "type": {}, |
| 3148 "validationMessage": {}, |
| 3149 "validity": {}, |
| 3150 "value": {}, |
| 3151 "willValidate": {} |
| 3152 }, |
| 3153 "support_level": "stable" |
| 3154 }, |
| 3155 "HTMLCanvasElement": { |
| 3156 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#the-canvas-element", |
| 3157 "members": { |
| 3158 "HTMLCanvasElement": {}, |
| 3159 "getContext": {}, |
| 3160 "height": {}, |
| 3161 "toDataURL": {}, |
| 3162 "width": {} |
| 3163 }, |
| 3164 "support_level": "stable" |
| 3165 }, |
| 3166 "HTMLCollection": { |
| 3167 "comment": "http://www.w3.org/TR/domcore/#interface-htmlcollection", |
| 3168 "members": { |
| 3169 "item": {}, |
| 3170 "length": {}, |
| 3171 "namedItem": {} |
| 3172 }, |
| 3173 "support_level": "stable" |
| 3174 }, |
| 3175 "HTMLContentElement": { |
| 3176 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in
dex.html#content-element", |
| 3177 "members": { |
| 3178 "HTMLContentElement": {}, |
| 3179 "getDistributedNodes": {}, |
| 3180 "resetStyleInheritance": {}, |
| 3181 "select": {} |
| 3182 }, |
| 3183 "support_level": "experimental" |
| 3184 }, |
| 3185 "HTMLDListElement": { |
| 3186 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-dl-element", |
| 3187 "members": { |
| 3188 "HTMLDListElement": {}, |
| 3189 "compact": { |
| 3190 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLDListElement-partial", |
| 3191 "dart_action": "suppress", |
| 3192 "support_level": "deprecated" |
| 3193 } |
| 3194 }, |
| 3195 "support_level": "stable" |
| 3196 }, |
| 3197 "HTMLDataListElement": { |
| 3198 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-datalist-element", |
| 3199 "members": { |
| 3200 "HTMLDataListElement": {}, |
| 3201 "options": {} |
| 3202 }, |
| 3203 "support_level": "stable" |
| 3204 }, |
| 3205 "HTMLDetailsElement": { |
| 3206 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/inte
ractive-elements.html#the-details-element", |
| 3207 "members": { |
| 3208 "HTMLDetailsElement": {}, |
| 3209 "open": {} |
| 3210 }, |
| 3211 "support_level": "stable" |
| 3212 }, |
| 3213 "HTMLDialogElement": { |
| 3214 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm
ands.html#the-dialog-element", |
| 3215 "dart_action": "unstable", |
| 3216 "members": { |
| 3217 "close": {}, |
| 3218 "open": {}, |
| 3219 "show": {}, |
| 3220 "showModal": {} |
| 3221 }, |
| 3222 "support_level": "stable" |
| 3223 }, |
| 3224 "HTMLDirectoryElement": { |
| 3225 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#dir", |
| 3226 "dart_action": "suppress", |
| 3227 "members": { |
| 3228 "compact": {} |
| 3229 }, |
| 3230 "support_level": "deprecated" |
| 3231 }, |
| 3232 "HTMLDivElement": { |
| 3233 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-div-element", |
| 3234 "members": { |
| 3235 "HTMLDivElement": {}, |
| 3236 "align": { |
| 3237 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLDivElement-partial", |
| 3238 "dart_action": "suppress", |
| 3239 "support_level": "deprecated" |
| 3240 } |
| 3241 }, |
| 3242 "support_level": "stable" |
| 3243 }, |
| 3244 "HTMLDocument": { |
| 3245 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio
n-documents.html#htmldocument", |
| 3246 "members": { |
| 3247 "activeElement": {}, |
| 3248 "alinkColor": { |
| 3249 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#dom-document-alinkcolor", |
| 3250 "dart_action": "suppress", |
| 3251 "support_level": "deprecated" |
| 3252 }, |
| 3253 "all": { |
| 3254 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#dom-document-all", |
| 3255 "dart_action": "suppress", |
| 3256 "support_level": "deprecated" |
| 3257 }, |
| 3258 "bgColor": { |
| 3259 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#dom-document-bgcolor", |
| 3260 "dart_action": "suppress", |
| 3261 "support_level": "deprecated" |
| 3262 }, |
| 3263 "captureEvents": { |
| 3264 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", |
| 3265 "dart_action": "suppress", |
| 3266 "support_level": "deprecated" |
| 3267 }, |
| 3268 "clear": { |
| 3269 "support_level": "suppressed" |
| 3270 }, |
| 3271 "close": {}, |
| 3272 "compatMode": {}, |
| 3273 "designMode": {}, |
| 3274 "dir": {}, |
| 3275 "embeds": {}, |
| 3276 "fgColor": { |
| 3277 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#dom-document-fgcolor", |
| 3278 "dart_action": "suppress", |
| 3279 "support_level": "deprecated" |
| 3280 }, |
| 3281 "hasFocus": {}, |
| 3282 "height": { |
| 3283 "dart_action": "suppress", |
| 3284 "support_level": "deprecated" |
| 3285 }, |
| 3286 "linkColor": { |
| 3287 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#dom-document-linkcolor", |
| 3288 "dart_action": "suppress", |
| 3289 "support_level": "deprecated" |
| 3290 }, |
| 3291 "open": { |
| 3292 "comment": "http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-72161170" |
| 3293 }, |
| 3294 "plugins": { |
| 3295 "dart_action": "suppress", |
| 3296 "support_level": "nonstandard" |
| 3297 }, |
| 3298 "releaseEvents": { |
| 3299 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", |
| 3300 "dart_action": "suppress", |
| 3301 "support_level": "deprecated" |
| 3302 }, |
| 3303 "scripts": { |
| 3304 "dart_action": "suppress" |
| 3305 }, |
| 3306 "vlinkColor": { |
| 3307 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#dom-document-vlinkcolor", |
| 3308 "dart_action": "suppress", |
| 3309 "support_level": "deprecated" |
| 3310 }, |
| 3311 "width": { |
| 3312 "comment": "https://developer.mozilla.org/en-US/docs/DOM/document.width"
, |
| 3313 "dart_action": "suppress", |
| 3314 "support_level": "deprecated" |
| 3315 }, |
| 3316 "write": {}, |
| 3317 "writeln": {} |
| 3318 }, |
| 3319 "support_level": "stable" |
| 3320 }, |
| 3321 "HTMLElement": { |
| 3322 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio
n-elements.html#htmlelement", |
| 3323 "members": { |
| 3324 "accessKey": {}, |
| 3325 "children": {}, |
| 3326 "click": {}, |
| 3327 "contentEditable": {}, |
| 3328 "dir": {}, |
| 3329 "draggable": {}, |
| 3330 "hidden": {}, |
| 3331 "id": {}, |
| 3332 "innerHTML": {}, |
| 3333 "innerText": { |
| 3334 "dart_action": "suppress", |
| 3335 "support_level": "nonstandard" |
| 3336 }, |
| 3337 "insertAdjacentElement": { |
| 3338 "support_level": "nonstandard" |
| 3339 }, |
| 3340 "insertAdjacentHTML": { |
| 3341 "comment": "http://domparsing.spec.whatwg.org/#insertadjacenthtml%28%29" |
| 3342 }, |
| 3343 "insertAdjacentText": { |
| 3344 "support_level": "nonstandard" |
| 3345 }, |
| 3346 "isContentEditable": {}, |
| 3347 "lang": {}, |
| 3348 "outerHTML": {}, |
| 3349 "outerText": { |
| 3350 "dart_action": "suppress", |
| 3351 "support_level": "nonstandard" |
| 3352 }, |
| 3353 "spellcheck": {}, |
| 3354 "tabIndex": {}, |
| 3355 "title": {}, |
| 3356 "translate": {}, |
| 3357 "webkitdropzone": { |
| 3358 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
dnd.html#the-dropzone-attribute", |
| 3359 "support_level": "experimental" |
| 3360 } |
| 3361 }, |
| 3362 "support_level": "stable" |
| 3363 }, |
| 3364 "HTMLEmbedElement": { |
| 3365 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
iframe-element.html#the-embed-element", |
| 3366 "dart_action": "unstable", |
| 3367 "members": { |
| 3368 "HTMLEmbedElement": {}, |
| 3369 "align": { |
| 3370 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLEmbedElement-partial", |
| 3371 "dart_action": "suppress", |
| 3372 "support_level": "deprecated" |
| 3373 }, |
| 3374 "getSVGDocument": { |
| 3375 "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocume
nt", |
| 3376 "dart_action": "suppress", |
| 3377 "support_level": "deprecated" |
| 3378 }, |
| 3379 "height": {}, |
| 3380 "name": {}, |
| 3381 "src": {}, |
| 3382 "type": {}, |
| 3383 "width": {} |
| 3384 }, |
| 3385 "support_level": "stable" |
| 3386 }, |
| 3387 "HTMLFieldSetElement": { |
| 3388 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form
s.html#the-fieldset-element", |
| 3389 "dart_action": "unstable", |
| 3390 "members": { |
| 3391 "HTMLFieldSetElement": {}, |
| 3392 "checkValidity": {}, |
| 3393 "disabled": {}, |
| 3394 "elements": {}, |
| 3395 "form": {}, |
| 3396 "name": {}, |
| 3397 "setCustomValidity": {}, |
| 3398 "type": {}, |
| 3399 "validationMessage": {}, |
| 3400 "validity": {}, |
| 3401 "willValidate": {} |
| 3402 }, |
| 3403 "support_level": "stable" |
| 3404 }, |
| 3405 "HTMLFontElement": { |
| 3406 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#htmlfontelement", |
| 3407 "dart_action": "suppress", |
| 3408 "members": { |
| 3409 "color": {}, |
| 3410 "face": {}, |
| 3411 "size": {} |
| 3412 }, |
| 3413 "support_level": "deprecated" |
| 3414 }, |
| 3415 "HTMLFormControlsCollection": { |
| 3416 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm
on-dom-interfaces.html#htmlformcontrolscollection-0", |
| 3417 "members": { |
| 3418 "namedItem": {} |
| 3419 }, |
| 3420 "support_level": "stable" |
| 3421 }, |
| 3422 "HTMLFormElement": { |
| 3423 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form
s.html#the-form-element", |
| 3424 "members": { |
| 3425 "HTMLFormElement": {}, |
| 3426 "acceptCharset": {}, |
| 3427 "action": {}, |
| 3428 "autocomplete": {}, |
| 3429 "checkValidity": {}, |
| 3430 "elements": {}, |
| 3431 "encoding": {}, |
| 3432 "enctype": {}, |
| 3433 "length": {}, |
| 3434 "method": {}, |
| 3435 "name": {}, |
| 3436 "noValidate": {}, |
| 3437 "onautocomplete": { |
| 3438 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple
te-attribute", |
| 3439 "support_level": "experimental" |
| 3440 }, |
| 3441 "onautocompleteerror": { |
| 3442 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple
te-attribute", |
| 3443 "support_level": "experimental" |
| 3444 }, |
| 3445 "requestAutocomplete": { |
| 3446 "comment": "http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-Oct
ober/037711.html", |
| 3447 "support_level": "experimental" |
| 3448 }, |
| 3449 "reset": {}, |
| 3450 "submit": {}, |
| 3451 "target": {} |
| 3452 }, |
| 3453 "support_level": "stable" |
| 3454 }, |
| 3455 "HTMLFrameElement": { |
| 3456 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#htmlframeelement", |
| 3457 "dart_action": "suppress", |
| 3458 "members": { |
| 3459 "contentDocument": {}, |
| 3460 "contentWindow": {}, |
| 3461 "frameBorder": {}, |
| 3462 "getSVGDocument": {}, |
| 3463 "height": {}, |
| 3464 "location": {}, |
| 3465 "longDesc": {}, |
| 3466 "marginHeight": {}, |
| 3467 "marginWidth": {}, |
| 3468 "name": {}, |
| 3469 "noResize": {}, |
| 3470 "scrolling": {}, |
| 3471 "src": {}, |
| 3472 "width": {} |
| 3473 }, |
| 3474 "support_level": "deprecated" |
| 3475 }, |
| 3476 "HTMLFrameSetElement": { |
| 3477 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#frameset", |
| 3478 "dart_action": "suppress", |
| 3479 "members": { |
| 3480 "cols": {}, |
| 3481 "onbeforeunload": {}, |
| 3482 "onblur": {}, |
| 3483 "onerror": {}, |
| 3484 "onfocus": {}, |
| 3485 "onhashchange": {}, |
| 3486 "onload": {}, |
| 3487 "onmessage": {}, |
| 3488 "onoffline": {}, |
| 3489 "ononline": {}, |
| 3490 "onpopstate": {}, |
| 3491 "onresize": {}, |
| 3492 "onstorage": {}, |
| 3493 "onunload": {}, |
| 3494 "rows": {} |
| 3495 }, |
| 3496 "support_level": "deprecated" |
| 3497 }, |
| 3498 "HTMLHRElement": { |
| 3499 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-hr-element", |
| 3500 "members": { |
| 3501 "HTMLHRElement": {}, |
| 3502 "align": { |
| 3503 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLHRElement-partial", |
| 3504 "dart_action": "suppress", |
| 3505 "support_level": "deprecated" |
| 3506 }, |
| 3507 "noShade": { |
| 3508 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLHRElement-partial", |
| 3509 "dart_action": "suppress", |
| 3510 "support_level": "deprecated" |
| 3511 }, |
| 3512 "size": { |
| 3513 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLHRElement-partial", |
| 3514 "dart_action": "suppress", |
| 3515 "support_level": "deprecated" |
| 3516 }, |
| 3517 "width": { |
| 3518 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLHRElement-partial", |
| 3519 "dart_action": "suppress", |
| 3520 "support_level": "deprecated" |
| 3521 } |
| 3522 }, |
| 3523 "support_level": "stable" |
| 3524 }, |
| 3525 "HTMLHeadElement": { |
| 3526 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-head-element", |
| 3527 "members": { |
| 3528 "HTMLHeadElement": {}, |
| 3529 "profile": { |
| 3530 "comment": "http://www.w3.org/TR/1999/REC-html401-19991224/struct/global
.html#profiles", |
| 3531 "dart_action": "suppress", |
| 3532 "support_level": "deprecated" |
| 3533 } |
| 3534 }, |
| 3535 "support_level": "stable" |
| 3536 }, |
| 3537 "HTMLHeadingElement": { |
| 3538 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sect
ions.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", |
| 3539 "members": { |
| 3540 "HTMLHeadingElement": {}, |
| 3541 "align": { |
| 3542 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLHeadingElement-partial", |
| 3543 "dart_action": "suppress", |
| 3544 "support_level": "deprecated" |
| 3545 } |
| 3546 }, |
| 3547 "support_level": "stable" |
| 3548 }, |
| 3549 "HTMLHtmlElement": { |
| 3550 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-html-element", |
| 3551 "members": { |
| 3552 "HTMLHtmlElement": {}, |
| 3553 "manifest": { |
| 3554 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
offline.html#manifests", |
| 3555 "support_level": "experimental" |
| 3556 }, |
| 3557 "version": { |
| 3558 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLHtmlElement-partial", |
| 3559 "dart_action": "suppress", |
| 3560 "support_level": "deprecated" |
| 3561 } |
| 3562 }, |
| 3563 "support_level": "stable" |
| 3564 }, |
| 3565 "HTMLIFrameElement": { |
| 3566 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
iframe-element.html#the-iframe-element", |
| 3567 "members": { |
| 3568 "HTMLIFrameElement": {}, |
| 3569 "align": { |
| 3570 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLIFrameElement-partial", |
| 3571 "dart_action": "suppress", |
| 3572 "support_level": "deprecated" |
| 3573 }, |
| 3574 "contentDocument": {}, |
| 3575 "contentWindow": {}, |
| 3576 "frameBorder": { |
| 3577 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLIFrameElement-partial", |
| 3578 "dart_action": "suppress", |
| 3579 "support_level": "deprecated" |
| 3580 }, |
| 3581 "getSVGDocument": { |
| 3582 "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocume
nt", |
| 3583 "dart_action": "suppress", |
| 3584 "support_level": "deprecated" |
| 3585 }, |
| 3586 "height": {}, |
| 3587 "longDesc": { |
| 3588 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLIFrameElement-partial", |
| 3589 "dart_action": "suppress", |
| 3590 "support_level": "deprecated" |
| 3591 }, |
| 3592 "marginHeight": { |
| 3593 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLIFrameElement-partial", |
| 3594 "dart_action": "suppress", |
| 3595 "support_level": "deprecated" |
| 3596 }, |
| 3597 "marginWidth": { |
| 3598 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLIFrameElement-partial", |
| 3599 "dart_action": "suppress", |
| 3600 "support_level": "deprecated" |
| 3601 }, |
| 3602 "name": {}, |
| 3603 "sandbox": {}, |
| 3604 "scrolling": { |
| 3605 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLIFrameElement-partial", |
| 3606 "dart_action": "suppress", |
| 3607 "support_level": "deprecated" |
| 3608 }, |
| 3609 "seamless": {}, |
| 3610 "src": {}, |
| 3611 "srcdoc": {}, |
| 3612 "width": {} |
| 3613 }, |
| 3614 "support_level": "stable" |
| 3615 }, |
| 3616 "HTMLImageElement": { |
| 3617 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/embe
dded-content-1.html#the-img-element", |
| 3618 "members": { |
| 3619 "HTMLImageElement": {}, |
| 3620 "align": { |
| 3621 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLImageElement-partial", |
| 3622 "dart_action": "suppress", |
| 3623 "support_level": "deprecated" |
| 3624 }, |
| 3625 "alt": {}, |
| 3626 "border": { |
| 3627 "dart_action": "suppress", |
| 3628 "support_level": "deprecated" |
| 3629 }, |
| 3630 "complete": {}, |
| 3631 "crossOrigin": {}, |
| 3632 "height": {}, |
| 3633 "hspace": { |
| 3634 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLImageElement-partial", |
| 3635 "dart_action": "suppress", |
| 3636 "support_level": "deprecated" |
| 3637 }, |
| 3638 "isMap": {}, |
| 3639 "longDesc": { |
| 3640 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLImageElement-partial", |
| 3641 "dart_action": "suppress", |
| 3642 "support_level": "deprecated" |
| 3643 }, |
| 3644 "lowsrc": { |
| 3645 "dart_action": "suppress", |
| 3646 "support_level": "deprecated" |
| 3647 }, |
| 3648 "name": {}, |
| 3649 "naturalHeight": {}, |
| 3650 "naturalWidth": {}, |
| 3651 "src": {}, |
| 3652 "useMap": {}, |
| 3653 "vspace": { |
| 3654 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLImageElement-partial", |
| 3655 "dart_action": "suppress", |
| 3656 "support_level": "deprecated" |
| 3657 }, |
| 3658 "width": {}, |
| 3659 "x": { |
| 3660 "dart_action": "suppress", |
| 3661 "support_level": "deprecated" |
| 3662 }, |
| 3663 "y": { |
| 3664 "dart_action": "suppress", |
| 3665 "support_level": "deprecated" |
| 3666 } |
| 3667 }, |
| 3668 "support_level": "stable" |
| 3669 }, |
| 3670 "HTMLInputElement": { |
| 3671 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
input-element.html#the-input-element", |
| 3672 "members": { |
| 3673 "accept": {}, |
| 3674 "align": { |
| 3675 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLInputElement-partial", |
| 3676 "dart_action": "suppress", |
| 3677 "support_level": "deprecated" |
| 3678 }, |
| 3679 "alt": {}, |
| 3680 "autocomplete": {}, |
| 3681 "autofocus": {}, |
| 3682 "checkValidity": {}, |
| 3683 "checked": {}, |
| 3684 "defaultChecked": {}, |
| 3685 "defaultValue": {}, |
| 3686 "dirName": {}, |
| 3687 "disabled": {}, |
| 3688 "files": {}, |
| 3689 "form": {}, |
| 3690 "formAction": {}, |
| 3691 "formEnctype": {}, |
| 3692 "formMethod": {}, |
| 3693 "formNoValidate": {}, |
| 3694 "formTarget": {}, |
| 3695 "height": {}, |
| 3696 "incremental": { |
| 3697 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 3698 "support_level": "experimental" |
| 3699 }, |
| 3700 "indeterminate": {}, |
| 3701 "labels": { |
| 3702 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels" |
| 3703 }, |
| 3704 "list": {}, |
| 3705 "max": {}, |
| 3706 "maxLength": {}, |
| 3707 "min": {}, |
| 3708 "multiple": {}, |
| 3709 "name": {}, |
| 3710 "onwebkitSpeechChange": { |
| 3711 "support_level": "untriaged" |
| 3712 }, |
| 3713 "onwebkitspeechchange": { |
| 3714 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/201
1Feb/att-0020/api-draft.html#extending_html_elements", |
| 3715 "support_level": "experimental" |
| 3716 }, |
| 3717 "pattern": {}, |
| 3718 "placeholder": {}, |
| 3719 "readOnly": {}, |
| 3720 "required": {}, |
| 3721 "select": {}, |
| 3722 "selectionDirection": {}, |
| 3723 "selectionEnd": {}, |
| 3724 "selectionStart": {}, |
| 3725 "setCustomValidity": {}, |
| 3726 "setRangeText": { |
| 3727 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
association-of-controls-and-forms.html#dom-textarea/input-setrangetext", |
| 3728 "dart_action": "experimental", |
| 3729 "support_level": "experimental" |
| 3730 }, |
| 3731 "setSelectionRange": {}, |
| 3732 "size": {}, |
| 3733 "src": {}, |
| 3734 "step": {}, |
| 3735 "stepDown": {}, |
| 3736 "stepUp": {}, |
| 3737 "type": {}, |
| 3738 "useMap": { |
| 3739 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLInputElement-partial", |
| 3740 "dart_action": "suppress", |
| 3741 "support_level": "deprecated" |
| 3742 }, |
| 3743 "validationMessage": {}, |
| 3744 "validity": {}, |
| 3745 "value": {}, |
| 3746 "valueAsDate": {}, |
| 3747 "valueAsNumber": {}, |
| 3748 "webkitEntries": { |
| 3749 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
states-of-the-type-attribute.html#concept-input-type-file-selected", |
| 3750 "support_level": "experimental" |
| 3751 }, |
| 3752 "webkitGrammar": { |
| 3753 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/201
1Feb/att-0020/api-draft.html#attrib-grammar", |
| 3754 "support_level": "experimental" |
| 3755 }, |
| 3756 "webkitSpeech": { |
| 3757 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/201
1Feb/att-0020/api-draft.html#attrib-speech", |
| 3758 "support_level": "experimental" |
| 3759 }, |
| 3760 "webkitdirectory": { |
| 3761 "comment": "https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF
3", |
| 3762 "support_level": "experimental" |
| 3763 }, |
| 3764 "width": {}, |
| 3765 "willValidate": {} |
| 3766 }, |
| 3767 "support_level": "stable" |
| 3768 }, |
| 3769 "HTMLKeygenElement": { |
| 3770 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-keygen-element", |
| 3771 "members": { |
| 3772 "HTMLKeygenElement": {}, |
| 3773 "autofocus": {}, |
| 3774 "challenge": {}, |
| 3775 "checkValidity": {}, |
| 3776 "disabled": {}, |
| 3777 "form": {}, |
| 3778 "keytype": {}, |
| 3779 "labels": { |
| 3780 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 3781 "dart_action": "unstable" |
| 3782 }, |
| 3783 "name": {}, |
| 3784 "setCustomValidity": {}, |
| 3785 "type": {}, |
| 3786 "validationMessage": {}, |
| 3787 "validity": {}, |
| 3788 "willValidate": {} |
| 3789 }, |
| 3790 "support_level": "experimental" |
| 3791 }, |
| 3792 "HTMLLIElement": { |
| 3793 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-li-element", |
| 3794 "members": { |
| 3795 "HTMLLIElement": {}, |
| 3796 "type": { |
| 3797 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLLIElement-partial", |
| 3798 "dart_action": "suppress", |
| 3799 "support_level": "deprecated" |
| 3800 }, |
| 3801 "value": {} |
| 3802 }, |
| 3803 "support_level": "stable" |
| 3804 }, |
| 3805 "HTMLLabelElement": { |
| 3806 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form
s.html#the-label-element", |
| 3807 "members": { |
| 3808 "HTMLLabelElement": {}, |
| 3809 "control": {}, |
| 3810 "form": {}, |
| 3811 "htmlFor": {} |
| 3812 }, |
| 3813 "support_level": "stable" |
| 3814 }, |
| 3815 "HTMLLegendElement": { |
| 3816 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form
s.html#the-legend-element", |
| 3817 "members": { |
| 3818 "HTMLLegendElement": {}, |
| 3819 "align": { |
| 3820 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLLegendElement-partial", |
| 3821 "dart_action": "suppress", |
| 3822 "support_level": "deprecated" |
| 3823 }, |
| 3824 "form": {} |
| 3825 }, |
| 3826 "support_level": "stable" |
| 3827 }, |
| 3828 "HTMLLinkElement": { |
| 3829 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-link-element", |
| 3830 "members": { |
| 3831 "HTMLLinkElement": {}, |
| 3832 "charset": { |
| 3833 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLLinkElement-partial", |
| 3834 "dart_action": "suppress", |
| 3835 "support_level": "deprecated" |
| 3836 }, |
| 3837 "disabled": {}, |
| 3838 "href": {}, |
| 3839 "hreflang": {}, |
| 3840 "media": {}, |
| 3841 "rel": {}, |
| 3842 "rev": { |
| 3843 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLLinkElement-partial", |
| 3844 "dart_action": "suppress", |
| 3845 "support_level": "deprecated" |
| 3846 }, |
| 3847 "sheet": {}, |
| 3848 "sizes": { |
| 3849 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
links.html#rel-icon", |
| 3850 "support_level": "experimental" |
| 3851 }, |
| 3852 "target": { |
| 3853 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLLinkElement-partial", |
| 3854 "dart_action": "suppress", |
| 3855 "support_level": "deprecated" |
| 3856 }, |
| 3857 "type": {} |
| 3858 }, |
| 3859 "support_level": "stable" |
| 3860 }, |
| 3861 "HTMLMapElement": { |
| 3862 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
map-element.html#the-map-element", |
| 3863 "members": { |
| 3864 "HTMLMapElement": {}, |
| 3865 "areas": {}, |
| 3866 "name": {} |
| 3867 }, |
| 3868 "support_level": "stable" |
| 3869 }, |
| 3870 "HTMLMarqueeElement": { |
| 3871 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso
lete.html#the-marquee-element", |
| 3872 "dart_action": "suppress", |
| 3873 "members": { |
| 3874 "behavior": {}, |
| 3875 "bgColor": {}, |
| 3876 "direction": {}, |
| 3877 "height": {}, |
| 3878 "hspace": {}, |
| 3879 "loop": {}, |
| 3880 "scrollAmount": {}, |
| 3881 "scrollDelay": {}, |
| 3882 "start": {}, |
| 3883 "stop": {}, |
| 3884 "trueSpeed": {}, |
| 3885 "vspace": {}, |
| 3886 "width": {} |
| 3887 }, |
| 3888 "support_level": "deprecated" |
| 3889 }, |
| 3890 "HTMLMediaElement": { |
| 3891 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#htmlmediaelement", |
| 3892 "dart_action": "unstable", |
| 3893 "members": { |
| 3894 "HAVE_CURRENT_DATA": {}, |
| 3895 "HAVE_ENOUGH_DATA": {}, |
| 3896 "HAVE_FUTURE_DATA": {}, |
| 3897 "HAVE_METADATA": {}, |
| 3898 "HAVE_NOTHING": {}, |
| 3899 "NETWORK_EMPTY": {}, |
| 3900 "NETWORK_IDLE": {}, |
| 3901 "NETWORK_LOADING": {}, |
| 3902 "NETWORK_NO_SOURCE": {}, |
| 3903 "addTextTrack": { |
| 3904 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#dom-media-addtexttrack", |
| 3905 "support_level": "experimental" |
| 3906 }, |
| 3907 "autoplay": {}, |
| 3908 "buffered": {}, |
| 3909 "canPlayType": {}, |
| 3910 "controller": {}, |
| 3911 "controls": {}, |
| 3912 "currentSrc": {}, |
| 3913 "currentTime": {}, |
| 3914 "defaultMuted": {}, |
| 3915 "defaultPlaybackRate": {}, |
| 3916 "duration": {}, |
| 3917 "ended": {}, |
| 3918 "error": {}, |
| 3919 "initialTime": { |
| 3920 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/video.html#dom-m
edia-initialtime", |
| 3921 "support_level": "experimental" |
| 3922 }, |
| 3923 "load": {}, |
| 3924 "loop": {}, |
| 3925 "mediaGroup": {}, |
| 3926 "muted": {}, |
| 3927 "networkState": {}, |
| 3928 "oncanplay": {}, |
| 3929 "oncanplaythrough": {}, |
| 3930 "ondurationchange": {}, |
| 3931 "onemptied": {}, |
| 3932 "onended": {}, |
| 3933 "onloadeddata": {}, |
| 3934 "onloadedmetadata": {}, |
| 3935 "onloadstart": { |
| 3936 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3937 }, |
| 3938 "onpause": { |
| 3939 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3940 }, |
| 3941 "onplay": { |
| 3942 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3943 }, |
| 3944 "onplaying": { |
| 3945 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3946 }, |
| 3947 "onprogress": { |
| 3948 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3949 }, |
| 3950 "onratechange": { |
| 3951 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3952 }, |
| 3953 "onseeked": { |
| 3954 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3955 }, |
| 3956 "onseeking": { |
| 3957 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3958 }, |
| 3959 "onshow": { |
| 3960 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart", |
| 3961 "support_level": "experimental" |
| 3962 }, |
| 3963 "onstalled": { |
| 3964 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3965 }, |
| 3966 "onsuspend": { |
| 3967 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3968 }, |
| 3969 "ontimeupdate": { |
| 3970 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3971 }, |
| 3972 "onvolumechange": { |
| 3973 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3974 }, |
| 3975 "onwaiting": { |
| 3976 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#event-media-loadstart" |
| 3977 }, |
| 3978 "onwebkitkeyadded": { |
| 3979 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#dom-keyadded", |
| 3980 "support_level": "experimental" |
| 3981 }, |
| 3982 "onwebkitkeyerror": { |
| 3983 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#dom-keyadded", |
| 3984 "support_level": "experimental" |
| 3985 }, |
| 3986 "onwebkitkeymessage": { |
| 3987 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#dom-keyadded", |
| 3988 "support_level": "experimental" |
| 3989 }, |
| 3990 "onwebkitneedkey": { |
| 3991 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#dom-keyadded", |
| 3992 "support_level": "experimental" |
| 3993 }, |
| 3994 "pause": {}, |
| 3995 "paused": {}, |
| 3996 "play": {}, |
| 3997 "playbackRate": {}, |
| 3998 "played": {}, |
| 3999 "preload": {}, |
| 4000 "readyState": {}, |
| 4001 "seekable": {}, |
| 4002 "seeking": {}, |
| 4003 "src": {}, |
| 4004 "startTime": { |
| 4005 "support_level": "nonstandard" |
| 4006 }, |
| 4007 "textTracks": { |
| 4008 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-video-element.html#dom-media-texttracks", |
| 4009 "support_level": "experimental" |
| 4010 }, |
| 4011 "volume": {}, |
| 4012 "webkitAddKey": { |
| 4013 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#extensions", |
| 4014 "support_level": "experimental" |
| 4015 }, |
| 4016 "webkitAudioDecodedByteCount": { |
| 4017 "dart_action": "experimental", |
| 4018 "support_level": "nonstandard" |
| 4019 }, |
| 4020 "webkitCancelKeyRequest": { |
| 4021 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#extensions", |
| 4022 "support_level": "experimental" |
| 4023 }, |
| 4024 "webkitClosedCaptionsVisible": { |
| 4025 "dart_action": "experimental", |
| 4026 "support_level": "nonstandard" |
| 4027 }, |
| 4028 "webkitGenerateKeyRequest": { |
| 4029 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#extensions", |
| 4030 "support_level": "experimental" |
| 4031 }, |
| 4032 "webkitHasClosedCaptions": { |
| 4033 "dart_action": "experimental", |
| 4034 "support_level": "nonstandard" |
| 4035 }, |
| 4036 "webkitPreservesPitch": { |
| 4037 "dart_action": "experimental", |
| 4038 "support_level": "nonstandard" |
| 4039 }, |
| 4040 "webkitVideoDecodedByteCount": { |
| 4041 "dart_action": "experimental", |
| 4042 "support_level": "nonstandard" |
| 4043 } |
| 4044 }, |
| 4045 "support_level": "stable" |
| 4046 }, |
| 4047 "HTMLMenuElement": { |
| 4048 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/inte
ractive-elements.html#the-menu-element", |
| 4049 "members": { |
| 4050 "HTMLMenuElement": {}, |
| 4051 "compact": { |
| 4052 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLMenuElement-partial", |
| 4053 "dart_action": "suppress", |
| 4054 "support_level": "deprecated" |
| 4055 } |
| 4056 }, |
| 4057 "support_level": "stable" |
| 4058 }, |
| 4059 "HTMLMetaElement": { |
| 4060 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-meta-element", |
| 4061 "members": { |
| 4062 "content": {}, |
| 4063 "httpEquiv": {}, |
| 4064 "name": {}, |
| 4065 "scheme": { |
| 4066 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLMetaElement-partial", |
| 4067 "dart_action": "suppress", |
| 4068 "support_level": "deprecated" |
| 4069 } |
| 4070 }, |
| 4071 "support_level": "stable" |
| 4072 }, |
| 4073 "HTMLMeterElement": { |
| 4074 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-meter-element", |
| 4075 "dart_action": "unstable", |
| 4076 "members": { |
| 4077 "HTMLMeterElement": {}, |
| 4078 "high": {}, |
| 4079 "labels": { |
| 4080 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 4081 "dart_action": "unstable" |
| 4082 }, |
| 4083 "low": {}, |
| 4084 "max": {}, |
| 4085 "min": {}, |
| 4086 "optimum": {}, |
| 4087 "value": {} |
| 4088 }, |
| 4089 "support_level": "stable" |
| 4090 }, |
| 4091 "HTMLModElement": { |
| 4092 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/edit
s.html#htmlmodelement", |
| 4093 "dart_action": "unstable", |
| 4094 "members": { |
| 4095 "cite": {}, |
| 4096 "dateTime": {} |
| 4097 }, |
| 4098 "support_level": "stable" |
| 4099 }, |
| 4100 "HTMLOListElement": { |
| 4101 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-ol-element", |
| 4102 "members": { |
| 4103 "HTMLOListElement": {}, |
| 4104 "compact": { |
| 4105 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLOListElement-partial", |
| 4106 "dart_action": "suppress", |
| 4107 "support_level": "deprecated" |
| 4108 }, |
| 4109 "reversed": {}, |
| 4110 "start": {}, |
| 4111 "type": {} |
| 4112 }, |
| 4113 "support_level": "stable" |
| 4114 }, |
| 4115 "HTMLObjectElement": { |
| 4116 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
iframe-element.html#the-object-element", |
| 4117 "dart_action": "unstable", |
| 4118 "members": { |
| 4119 "HTMLObjectElement": {}, |
| 4120 "align": { |
| 4121 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4122 "dart_action": "suppress", |
| 4123 "support_level": "deprecated" |
| 4124 }, |
| 4125 "archive": { |
| 4126 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4127 "dart_action": "suppress", |
| 4128 "support_level": "deprecated" |
| 4129 }, |
| 4130 "border": { |
| 4131 "dart_action": "suppress", |
| 4132 "support_level": "deprecated" |
| 4133 }, |
| 4134 "checkValidity": {}, |
| 4135 "code": { |
| 4136 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4137 "dart_action": "suppress", |
| 4138 "support_level": "deprecated" |
| 4139 }, |
| 4140 "codeBase": { |
| 4141 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4142 "dart_action": "suppress", |
| 4143 "support_level": "deprecated" |
| 4144 }, |
| 4145 "codeType": { |
| 4146 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4147 "dart_action": "suppress", |
| 4148 "support_level": "deprecated" |
| 4149 }, |
| 4150 "contentDocument": {}, |
| 4151 "data": {}, |
| 4152 "declare": { |
| 4153 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4154 "dart_action": "suppress", |
| 4155 "support_level": "deprecated" |
| 4156 }, |
| 4157 "form": {}, |
| 4158 "getSVGDocument": { |
| 4159 "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocume
nt", |
| 4160 "dart_action": "suppress", |
| 4161 "support_level": "deprecated" |
| 4162 }, |
| 4163 "height": {}, |
| 4164 "hspace": { |
| 4165 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4166 "dart_action": "suppress", |
| 4167 "support_level": "deprecated" |
| 4168 }, |
| 4169 "name": {}, |
| 4170 "setCustomValidity": {}, |
| 4171 "standby": { |
| 4172 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4173 "dart_action": "suppress", |
| 4174 "support_level": "deprecated" |
| 4175 }, |
| 4176 "type": {}, |
| 4177 "useMap": {}, |
| 4178 "validationMessage": {}, |
| 4179 "validity": {}, |
| 4180 "vspace": { |
| 4181 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLObjectElement-partial", |
| 4182 "dart_action": "suppress", |
| 4183 "support_level": "deprecated" |
| 4184 }, |
| 4185 "width": {}, |
| 4186 "willValidate": {} |
| 4187 }, |
| 4188 "support_level": "stable" |
| 4189 }, |
| 4190 "HTMLOptGroupElement": { |
| 4191 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-optgroup-element", |
| 4192 "members": { |
| 4193 "HTMLOptGroupElement": {}, |
| 4194 "disabled": {}, |
| 4195 "label": {} |
| 4196 }, |
| 4197 "support_level": "stable" |
| 4198 }, |
| 4199 "HTMLOptionElement": { |
| 4200 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-option-element", |
| 4201 "members": { |
| 4202 "HTMLOptionElement": {}, |
| 4203 "defaultSelected": {}, |
| 4204 "disabled": {}, |
| 4205 "form": {}, |
| 4206 "index": {}, |
| 4207 "label": {}, |
| 4208 "selected": {}, |
| 4209 "text": {}, |
| 4210 "value": {} |
| 4211 }, |
| 4212 "support_level": "stable" |
| 4213 }, |
| 4214 "HTMLOptionsCollection": { |
| 4215 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm
on-dom-interfaces.html#htmloptionscollection-0", |
| 4216 "members": { |
| 4217 "length": {}, |
| 4218 "namedItem": {}, |
| 4219 "numericIndexGetter": { |
| 4220 "support_level": "untriaged" |
| 4221 }, |
| 4222 "numericIndexSetter": { |
| 4223 "support_level": "untriaged" |
| 4224 }, |
| 4225 "remove": {}, |
| 4226 "selectedIndex": {} |
| 4227 }, |
| 4228 "support_level": "stable" |
| 4229 }, |
| 4230 "HTMLOutputElement": { |
| 4231 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-output-element", |
| 4232 "members": { |
| 4233 "HTMLOutputElement": {}, |
| 4234 "checkValidity": {}, |
| 4235 "defaultValue": {}, |
| 4236 "form": {}, |
| 4237 "htmlFor": {}, |
| 4238 "labels": { |
| 4239 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 4240 "dart_action": "unstable" |
| 4241 }, |
| 4242 "name": {}, |
| 4243 "setCustomValidity": {}, |
| 4244 "type": {}, |
| 4245 "validationMessage": {}, |
| 4246 "validity": {}, |
| 4247 "value": {}, |
| 4248 "willValidate": {} |
| 4249 }, |
| 4250 "support_level": "stable" |
| 4251 }, |
| 4252 "HTMLParagraphElement": { |
| 4253 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-p-element", |
| 4254 "members": { |
| 4255 "HTMLParagraphElement": {}, |
| 4256 "align": { |
| 4257 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLParagraphElement-partial", |
| 4258 "dart_action": "suppress", |
| 4259 "support_level": "deprecated" |
| 4260 } |
| 4261 }, |
| 4262 "support_level": "stable" |
| 4263 }, |
| 4264 "HTMLParamElement": { |
| 4265 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
iframe-element.html#the-param-element", |
| 4266 "dart_action": "unstable", |
| 4267 "members": { |
| 4268 "HTMLParamElement": {}, |
| 4269 "name": {}, |
| 4270 "type": { |
| 4271 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLParamElement-partial", |
| 4272 "dart_action": "suppress", |
| 4273 "support_level": "deprecated" |
| 4274 }, |
| 4275 "value": {}, |
| 4276 "valueType": { |
| 4277 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLParamElement-partial", |
| 4278 "dart_action": "suppress", |
| 4279 "support_level": "deprecated" |
| 4280 } |
| 4281 }, |
| 4282 "support_level": "stable" |
| 4283 }, |
| 4284 "HTMLPreElement": { |
| 4285 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-pre-element", |
| 4286 "members": { |
| 4287 "HTMLPreElement": {}, |
| 4288 "width": { |
| 4289 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLPreElement-partial", |
| 4290 "dart_action": "suppress", |
| 4291 "support_level": "deprecated" |
| 4292 }, |
| 4293 "wrap": { |
| 4294 "dart_action": "suppress", |
| 4295 "support_level": "deprecated" |
| 4296 } |
| 4297 }, |
| 4298 "support_level": "stable" |
| 4299 }, |
| 4300 "HTMLProgressElement": { |
| 4301 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-progress-element", |
| 4302 "members": { |
| 4303 "HTMLProgressElement": {}, |
| 4304 "labels": { |
| 4305 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 4306 "dart_action": "unstable" |
| 4307 }, |
| 4308 "max": {}, |
| 4309 "position": {}, |
| 4310 "value": {} |
| 4311 }, |
| 4312 "support_level": "stable" |
| 4313 }, |
| 4314 "HTMLQuoteElement": { |
| 4315 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-blockquote-element", |
| 4316 "members": { |
| 4317 "cite": {} |
| 4318 }, |
| 4319 "support_level": "stable" |
| 4320 }, |
| 4321 "HTMLScriptElement": { |
| 4322 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/scri
pting-1.html#the-script-element", |
| 4323 "members": { |
| 4324 "HTMLScriptElement": {}, |
| 4325 "async": {}, |
| 4326 "charset": {}, |
| 4327 "crossOrigin": { |
| 4328 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
scripting-1.html#attr-script-crossorigin", |
| 4329 "support_level": "experimental" |
| 4330 }, |
| 4331 "defer": {}, |
| 4332 "event": { |
| 4333 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLScriptElement-partial", |
| 4334 "dart_action": "suppress", |
| 4335 "support_level": "deprecated" |
| 4336 }, |
| 4337 "htmlFor": { |
| 4338 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLScriptElement-partial", |
| 4339 "dart_action": "suppress", |
| 4340 "support_level": "deprecated" |
| 4341 }, |
| 4342 "nonce": { |
| 4343 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/
csp-specification.dev.html#interaction-with-the-script-src-directive", |
| 4344 "support_level": "experimental" |
| 4345 }, |
| 4346 "src": {}, |
| 4347 "text": {}, |
| 4348 "type": {} |
| 4349 }, |
| 4350 "support_level": "stable" |
| 4351 }, |
| 4352 "HTMLSelectElement": { |
| 4353 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-select-element", |
| 4354 "members": { |
| 4355 "HTMLSelectElement": {}, |
| 4356 "autofocus": {}, |
| 4357 "checkValidity": {}, |
| 4358 "disabled": {}, |
| 4359 "form": {}, |
| 4360 "item": {}, |
| 4361 "labels": { |
| 4362 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 4363 "dart_action": "unstable" |
| 4364 }, |
| 4365 "length": {}, |
| 4366 "multiple": {}, |
| 4367 "name": {}, |
| 4368 "namedItem": {}, |
| 4369 "options": {}, |
| 4370 "required": {}, |
| 4371 "selectedIndex": {}, |
| 4372 "selectedOptions": {}, |
| 4373 "setCustomValidity": {}, |
| 4374 "size": {}, |
| 4375 "type": {}, |
| 4376 "validationMessage": {}, |
| 4377 "validity": {}, |
| 4378 "value": {}, |
| 4379 "willValidate": {} |
| 4380 }, |
| 4381 "support_level": "stable" |
| 4382 }, |
| 4383 "HTMLShadowElement": { |
| 4384 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in
dex.html#shadow-element", |
| 4385 "members": { |
| 4386 "olderShadowRoot": {}, |
| 4387 "resetStyleInheritance": {} |
| 4388 }, |
| 4389 "support_level": "experimental" |
| 4390 }, |
| 4391 "HTMLSourceElement": { |
| 4392 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#the-source-element", |
| 4393 "members": { |
| 4394 "HTMLSourceElement": {}, |
| 4395 "media": {}, |
| 4396 "src": {}, |
| 4397 "type": {} |
| 4398 }, |
| 4399 "support_level": "stable" |
| 4400 }, |
| 4401 "HTMLSpanElement": { |
| 4402 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text
-level-semantics.html#the-span-element", |
| 4403 "members": { |
| 4404 "HTMLSpanElement": {} |
| 4405 }, |
| 4406 "support_level": "stable" |
| 4407 }, |
| 4408 "HTMLStyleElement": { |
| 4409 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-style-element", |
| 4410 "members": { |
| 4411 "HTMLStyleElement": {}, |
| 4412 "disabled": {}, |
| 4413 "media": {}, |
| 4414 "scoped": {}, |
| 4415 "sheet": {}, |
| 4416 "type": {} |
| 4417 }, |
| 4418 "support_level": "stable" |
| 4419 }, |
| 4420 "HTMLTableCaptionElement": { |
| 4421 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/tabu
lar-data.html#the-caption-element", |
| 4422 "members": { |
| 4423 "HTMLTableCaptionElement": {}, |
| 4424 "align": { |
| 4425 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCaptionElement-partial", |
| 4426 "dart_action": "suppress", |
| 4427 "support_level": "deprecated" |
| 4428 } |
| 4429 }, |
| 4430 "support_level": "stable" |
| 4431 }, |
| 4432 "HTMLTableCellElement": { |
| 4433 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/tabu
lar-data.html#htmltablecellelement", |
| 4434 "members": { |
| 4435 "HTMLTableCellElement": {}, |
| 4436 "abbr": { |
| 4437 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#attr-td-abbr", |
| 4438 "dart_action": "suppress", |
| 4439 "support_level": "deprecated" |
| 4440 }, |
| 4441 "align": { |
| 4442 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4443 "dart_action": "suppress", |
| 4444 "support_level": "deprecated" |
| 4445 }, |
| 4446 "axis": { |
| 4447 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4448 "dart_action": "suppress", |
| 4449 "support_level": "deprecated" |
| 4450 }, |
| 4451 "bgColor": { |
| 4452 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4453 "dart_action": "suppress", |
| 4454 "support_level": "deprecated" |
| 4455 }, |
| 4456 "cellIndex": {}, |
| 4457 "ch": { |
| 4458 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4459 "dart_action": "suppress", |
| 4460 "support_level": "deprecated" |
| 4461 }, |
| 4462 "chOff": { |
| 4463 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4464 "dart_action": "suppress", |
| 4465 "support_level": "deprecated" |
| 4466 }, |
| 4467 "colSpan": {}, |
| 4468 "headers": {}, |
| 4469 "height": { |
| 4470 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4471 "dart_action": "suppress", |
| 4472 "support_level": "deprecated" |
| 4473 }, |
| 4474 "noWrap": { |
| 4475 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4476 "dart_action": "suppress", |
| 4477 "support_level": "deprecated" |
| 4478 }, |
| 4479 "rowSpan": {}, |
| 4480 "scope": { |
| 4481 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#attr-td-scope", |
| 4482 "dart_action": "suppress", |
| 4483 "support_level": "deprecated" |
| 4484 }, |
| 4485 "vAlign": { |
| 4486 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4487 "dart_action": "suppress", |
| 4488 "support_level": "deprecated" |
| 4489 }, |
| 4490 "width": { |
| 4491 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableCellElement-partial", |
| 4492 "dart_action": "suppress", |
| 4493 "support_level": "deprecated" |
| 4494 } |
| 4495 }, |
| 4496 "support_level": "stable" |
| 4497 }, |
| 4498 "HTMLTableColElement": { |
| 4499 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/tabu
lar-data.html#htmltablecolelement", |
| 4500 "members": { |
| 4501 "HTMLTableColElement": {}, |
| 4502 "align": { |
| 4503 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableColElement-partial", |
| 4504 "dart_action": "suppress", |
| 4505 "support_level": "deprecated" |
| 4506 }, |
| 4507 "ch": { |
| 4508 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableColElement-partial", |
| 4509 "dart_action": "suppress", |
| 4510 "support_level": "deprecated" |
| 4511 }, |
| 4512 "chOff": { |
| 4513 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableColElement-partial", |
| 4514 "dart_action": "suppress", |
| 4515 "support_level": "deprecated" |
| 4516 }, |
| 4517 "span": {}, |
| 4518 "vAlign": { |
| 4519 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableColElement-partial", |
| 4520 "dart_action": "suppress", |
| 4521 "support_level": "deprecated" |
| 4522 }, |
| 4523 "width": { |
| 4524 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableColElement-partial", |
| 4525 "dart_action": "suppress", |
| 4526 "support_level": "deprecated" |
| 4527 } |
| 4528 }, |
| 4529 "support_level": "stable" |
| 4530 }, |
| 4531 "HTMLTableElement": { |
| 4532 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/tabu
lar-data.html#the-table-element", |
| 4533 "members": { |
| 4534 "HTMLTableElement": {}, |
| 4535 "align": { |
| 4536 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4537 "dart_action": "suppress", |
| 4538 "support_level": "deprecated" |
| 4539 }, |
| 4540 "bgColor": { |
| 4541 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4542 "dart_action": "suppress", |
| 4543 "support_level": "deprecated" |
| 4544 }, |
| 4545 "border": { |
| 4546 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4547 "dart_action": "suppress", |
| 4548 "support_level": "deprecated" |
| 4549 }, |
| 4550 "caption": {}, |
| 4551 "cellPadding": { |
| 4552 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4553 "dart_action": "suppress", |
| 4554 "support_level": "deprecated" |
| 4555 }, |
| 4556 "cellSpacing": { |
| 4557 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4558 "dart_action": "suppress", |
| 4559 "support_level": "deprecated" |
| 4560 }, |
| 4561 "createCaption": {}, |
| 4562 "createTBody": {}, |
| 4563 "createTFoot": {}, |
| 4564 "createTHead": {}, |
| 4565 "deleteCaption": {}, |
| 4566 "deleteRow": {}, |
| 4567 "deleteTFoot": {}, |
| 4568 "deleteTHead": {}, |
| 4569 "frame": { |
| 4570 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4571 "dart_action": "suppress", |
| 4572 "support_level": "deprecated" |
| 4573 }, |
| 4574 "insertRow": {}, |
| 4575 "rows": {}, |
| 4576 "rules": { |
| 4577 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4578 "dart_action": "suppress", |
| 4579 "support_level": "deprecated" |
| 4580 }, |
| 4581 "summary": { |
| 4582 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4583 "dart_action": "suppress", |
| 4584 "support_level": "deprecated" |
| 4585 }, |
| 4586 "tBodies": {}, |
| 4587 "tFoot": {}, |
| 4588 "tHead": {}, |
| 4589 "width": { |
| 4590 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableElement-partial", |
| 4591 "dart_action": "suppress", |
| 4592 "support_level": "deprecated" |
| 4593 } |
| 4594 }, |
| 4595 "support_level": "stable" |
| 4596 }, |
| 4597 "HTMLTableRowElement": { |
| 4598 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/tabu
lar-data.html#the-tr-element", |
| 4599 "members": { |
| 4600 "HTMLTableRowElement": {}, |
| 4601 "align": { |
| 4602 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableRowElement-partial", |
| 4603 "dart_action": "suppress", |
| 4604 "support_level": "deprecated" |
| 4605 }, |
| 4606 "bgColor": { |
| 4607 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableRowElement-partial", |
| 4608 "dart_action": "suppress", |
| 4609 "support_level": "deprecated" |
| 4610 }, |
| 4611 "cells": {}, |
| 4612 "ch": { |
| 4613 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableRowElement-partial", |
| 4614 "dart_action": "suppress", |
| 4615 "support_level": "deprecated" |
| 4616 }, |
| 4617 "chOff": { |
| 4618 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableRowElement-partial", |
| 4619 "dart_action": "suppress", |
| 4620 "support_level": "deprecated" |
| 4621 }, |
| 4622 "deleteCell": {}, |
| 4623 "insertCell": {}, |
| 4624 "rowIndex": {}, |
| 4625 "sectionRowIndex": {}, |
| 4626 "vAlign": { |
| 4627 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableRowElement-partial", |
| 4628 "dart_action": "suppress", |
| 4629 "support_level": "deprecated" |
| 4630 } |
| 4631 }, |
| 4632 "support_level": "stable" |
| 4633 }, |
| 4634 "HTMLTableSectionElement": { |
| 4635 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/tabu
lar-data.html#the-tbody-element", |
| 4636 "members": { |
| 4637 "align": { |
| 4638 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableSectionElement-partial", |
| 4639 "dart_action": "suppress", |
| 4640 "support_level": "deprecated" |
| 4641 }, |
| 4642 "ch": { |
| 4643 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableSectionElement-partial", |
| 4644 "dart_action": "suppress", |
| 4645 "support_level": "deprecated" |
| 4646 }, |
| 4647 "chOff": { |
| 4648 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableSectionElement-partial", |
| 4649 "dart_action": "suppress", |
| 4650 "support_level": "deprecated" |
| 4651 }, |
| 4652 "deleteRow": {}, |
| 4653 "insertRow": {}, |
| 4654 "rows": {}, |
| 4655 "vAlign": { |
| 4656 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLTableSectionElement-partial", |
| 4657 "dart_action": "suppress", |
| 4658 "support_level": "deprecated" |
| 4659 } |
| 4660 }, |
| 4661 "support_level": "stable" |
| 4662 }, |
| 4663 "HTMLTemplateElement": { |
| 4664 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates
/index.html#template-element", |
| 4665 "members": { |
| 4666 "content": {} |
| 4667 }, |
| 4668 "support_level": "experimental" |
| 4669 }, |
| 4670 "HTMLTextAreaElement": { |
| 4671 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
button-element.html#the-textarea-element", |
| 4672 "members": { |
| 4673 "HTMLTextAreaElement": {}, |
| 4674 "autofocus": {}, |
| 4675 "checkValidity": {}, |
| 4676 "cols": {}, |
| 4677 "defaultValue": {}, |
| 4678 "dirName": { |
| 4679 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
the-button-element.html#dom-textarea-dirname", |
| 4680 "support_level": "experimental" |
| 4681 }, |
| 4682 "disabled": {}, |
| 4683 "form": {}, |
| 4684 "labels": { |
| 4685 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", |
| 4686 "dart_action": "unstable" |
| 4687 }, |
| 4688 "maxLength": {}, |
| 4689 "name": {}, |
| 4690 "placeholder": {}, |
| 4691 "readOnly": {}, |
| 4692 "required": {}, |
| 4693 "rows": {}, |
| 4694 "select": {}, |
| 4695 "selectionDirection": {}, |
| 4696 "selectionEnd": {}, |
| 4697 "selectionStart": {}, |
| 4698 "setCustomValidity": {}, |
| 4699 "setRangeText": { |
| 4700 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
association-of-controls-and-forms.html#dom-textarea/input-setrangetext", |
| 4701 "support_level": "experimental" |
| 4702 }, |
| 4703 "setSelectionRange": {}, |
| 4704 "textLength": {}, |
| 4705 "type": {}, |
| 4706 "validationMessage": {}, |
| 4707 "validity": {}, |
| 4708 "value": {}, |
| 4709 "willValidate": {}, |
| 4710 "wrap": {} |
| 4711 }, |
| 4712 "support_level": "stable" |
| 4713 }, |
| 4714 "HTMLTitleElement": { |
| 4715 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema
ntics.html#the-title-element", |
| 4716 "members": { |
| 4717 "HTMLTitleElement": {}, |
| 4718 "text": {} |
| 4719 }, |
| 4720 "support_level": "stable" |
| 4721 }, |
| 4722 "HTMLTrackElement": { |
| 4723 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#the-track-element", |
| 4724 "members": { |
| 4725 "ERROR": {}, |
| 4726 "HTMLTrackElement": {}, |
| 4727 "LOADED": {}, |
| 4728 "LOADING": {}, |
| 4729 "NONE": {}, |
| 4730 "default": {}, |
| 4731 "kind": {}, |
| 4732 "label": {}, |
| 4733 "readyState": {}, |
| 4734 "src": {}, |
| 4735 "srclang": {}, |
| 4736 "track": {} |
| 4737 }, |
| 4738 "support_level": "experimental" |
| 4739 }, |
| 4740 "HTMLUListElement": { |
| 4741 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou
ping-content.html#the-ul-element", |
| 4742 "members": { |
| 4743 "HTMLUListElement": {}, |
| 4744 "compact": { |
| 4745 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLUListElement-partial", |
| 4746 "dart_action": "suppress", |
| 4747 "support_level": "deprecated" |
| 4748 }, |
| 4749 "type": { |
| 4750 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
obsolete.html#HTMLUListElement-partial", |
| 4751 "dart_action": "suppress", |
| 4752 "support_level": "deprecated" |
| 4753 } |
| 4754 }, |
| 4755 "support_level": "stable" |
| 4756 }, |
| 4757 "HTMLUnknownElement": { |
| 4758 "members": {}, |
| 4759 "support_level": "stable" |
| 4760 }, |
| 4761 "HTMLVideoElement": { |
| 4762 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#the-video-element", |
| 4763 "members": { |
| 4764 "HTMLVideoElement": {}, |
| 4765 "height": {}, |
| 4766 "poster": {}, |
| 4767 "videoHeight": {}, |
| 4768 "videoWidth": {}, |
| 4769 "webkitDecodedFrameCount": { |
| 4770 "support_level": "experimental" |
| 4771 }, |
| 4772 "webkitDisplayingFullscreen": { |
| 4773 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 4774 "dart_action": "suppress", |
| 4775 "support_level": "deprecated" |
| 4776 }, |
| 4777 "webkitDroppedFrameCount": { |
| 4778 "support_level": "experimental" |
| 4779 }, |
| 4780 "webkitEnterFullScreen": { |
| 4781 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 4782 "dart_action": "suppress", |
| 4783 "support_level": "deprecated" |
| 4784 }, |
| 4785 "webkitEnterFullscreen": { |
| 4786 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 4787 "support_level": "experimental" |
| 4788 }, |
| 4789 "webkitExitFullScreen": { |
| 4790 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-document-exitfullscreen", |
| 4791 "dart_action": "suppress", |
| 4792 "support_level": "deprecated" |
| 4793 }, |
| 4794 "webkitExitFullscreen": { |
| 4795 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
#dom-document-exitfullscreen", |
| 4796 "support_level": "experimental" |
| 4797 }, |
| 4798 "webkitSupportsFullscreen": { |
| 4799 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
", |
| 4800 "dart_action": "suppress", |
| 4801 "support_level": "deprecated" |
| 4802 }, |
| 4803 "width": {} |
| 4804 }, |
| 4805 "support_level": "stable" |
| 4806 }, |
| 4807 "HashChangeEvent": { |
| 4808 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist
ory.html#hashchangeevent", |
| 4809 "dart_action": "unstable", |
| 4810 "members": { |
| 4811 "initHashChangeEvent": {}, |
| 4812 "newURL": {}, |
| 4813 "oldURL": {} |
| 4814 }, |
| 4815 "support_level": "stable" |
| 4816 }, |
| 4817 "History": { |
| 4818 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist
ory.html#the-history-interface", |
| 4819 "members": { |
| 4820 "back": {}, |
| 4821 "forward": {}, |
| 4822 "go": {}, |
| 4823 "length": {}, |
| 4824 "pushState": {}, |
| 4825 "replaceState": {}, |
| 4826 "state": {} |
| 4827 }, |
| 4828 "support_level": "stable" |
| 4829 }, |
| 4830 "IDBAny": { |
| 4831 "dart_action": "suppress", |
| 4832 "members": {}, |
| 4833 "support_level": "nonstandard" |
| 4834 }, |
| 4835 "IDBCursor": { |
| 4836 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursor", |
| 4837 "dart_action": "unstable", |
| 4838 "members": { |
| 4839 "advance": {}, |
| 4840 "continue": { |
| 4841 "support_level": "untriaged" |
| 4842 }, |
| 4843 "delete": {}, |
| 4844 "direction": {}, |
| 4845 "key": {}, |
| 4846 "next": { |
| 4847 "support_level": "nonstandard" |
| 4848 }, |
| 4849 "primaryKey": {}, |
| 4850 "source": {}, |
| 4851 "update": {} |
| 4852 }, |
| 4853 "support_level": "stable" |
| 4854 }, |
| 4855 "IDBCursorWithValue": { |
| 4856 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursorWithValue", |
| 4857 "dart_action": "unstable", |
| 4858 "members": { |
| 4859 "value": {} |
| 4860 }, |
| 4861 "support_level": "stable" |
| 4862 }, |
| 4863 "IDBDatabase": { |
| 4864 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBDatabase", |
| 4865 "dart_action": "unstable", |
| 4866 "members": { |
| 4867 "addEventListener": {}, |
| 4868 "close": {}, |
| 4869 "createObjectStore": {}, |
| 4870 "deleteObjectStore": {}, |
| 4871 "dispatchEvent": {}, |
| 4872 "name": {}, |
| 4873 "objectStoreNames": {}, |
| 4874 "onabort": {}, |
| 4875 "onerror": {}, |
| 4876 "onversionchange": {}, |
| 4877 "removeEventListener": {}, |
| 4878 "transaction": {}, |
| 4879 "version": {} |
| 4880 }, |
| 4881 "support_level": "stable" |
| 4882 }, |
| 4883 "IDBFactory": { |
| 4884 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBFactory", |
| 4885 "dart_action": "unstable", |
| 4886 "members": { |
| 4887 "cmp": {}, |
| 4888 "deleteDatabase": {}, |
| 4889 "open": {}, |
| 4890 "webkitGetDatabaseNames": { |
| 4891 "support_level": "experimental" |
| 4892 } |
| 4893 }, |
| 4894 "support_level": "stable" |
| 4895 }, |
| 4896 "IDBIndex": { |
| 4897 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBIndex", |
| 4898 "dart_action": "unstable", |
| 4899 "members": { |
| 4900 "count": {}, |
| 4901 "get": {}, |
| 4902 "getKey": {}, |
| 4903 "keyPath": {}, |
| 4904 "multiEntry": {}, |
| 4905 "name": {}, |
| 4906 "objectStore": {}, |
| 4907 "openCursor": {}, |
| 4908 "openKeyCursor": {}, |
| 4909 "unique": {} |
| 4910 }, |
| 4911 "support_level": "stable" |
| 4912 }, |
| 4913 "IDBKeyRange": { |
| 4914 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBKeyRange", |
| 4915 "dart_action": "unstable", |
| 4916 "members": { |
| 4917 "bound": { |
| 4918 "support_level": "untriaged" |
| 4919 }, |
| 4920 "bound_": { |
| 4921 "support_level": "nonstandard" |
| 4922 }, |
| 4923 "lower": {}, |
| 4924 "lowerBound": { |
| 4925 "support_level": "untriaged" |
| 4926 }, |
| 4927 "lowerBound_": { |
| 4928 "support_level": "nonstandard" |
| 4929 }, |
| 4930 "lowerOpen": {}, |
| 4931 "only": { |
| 4932 "support_level": "untriaged" |
| 4933 }, |
| 4934 "only_": { |
| 4935 "support_level": "nonstandard" |
| 4936 }, |
| 4937 "upper": {}, |
| 4938 "upperBound": { |
| 4939 "support_level": "untriaged" |
| 4940 }, |
| 4941 "upperBound_": { |
| 4942 "support_level": "nonstandard" |
| 4943 }, |
| 4944 "upperOpen": {} |
| 4945 }, |
| 4946 "support_level": "stable" |
| 4947 }, |
| 4948 "IDBObjectStore": { |
| 4949 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBObjectStore", |
| 4950 "dart_action": "unstable", |
| 4951 "members": { |
| 4952 "add": {}, |
| 4953 "autoIncrement": {}, |
| 4954 "clear": {}, |
| 4955 "count": {}, |
| 4956 "createIndex": {}, |
| 4957 "delete": {}, |
| 4958 "deleteIndex": {}, |
| 4959 "get": {}, |
| 4960 "index": {}, |
| 4961 "indexNames": {}, |
| 4962 "keyPath": {}, |
| 4963 "name": {}, |
| 4964 "openCursor": {}, |
| 4965 "put": {}, |
| 4966 "transaction": {} |
| 4967 }, |
| 4968 "support_level": "stable" |
| 4969 }, |
| 4970 "IDBOpenDBRequest": { |
| 4971 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBOpenDBRequest", |
| 4972 "dart_action": "unstable", |
| 4973 "members": { |
| 4974 "onblocked": {}, |
| 4975 "onupgradeneeded": {} |
| 4976 }, |
| 4977 "support_level": "stable" |
| 4978 }, |
| 4979 "IDBRequest": { |
| 4980 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBRequest", |
| 4981 "dart_action": "unstable", |
| 4982 "members": { |
| 4983 "addEventListener": {}, |
| 4984 "dispatchEvent": {}, |
| 4985 "error": {}, |
| 4986 "onerror": {}, |
| 4987 "onsuccess": {}, |
| 4988 "readyState": {}, |
| 4989 "removeEventListener": {}, |
| 4990 "result": {}, |
| 4991 "source": {}, |
| 4992 "transaction": {}, |
| 4993 "webkitErrorMessage": { |
| 4994 "support_level": "experimental" |
| 4995 } |
| 4996 }, |
| 4997 "support_level": "stable" |
| 4998 }, |
| 4999 "IDBTransaction": { |
| 5000 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBTransaction", |
| 5001 "dart_action": "unstable", |
| 5002 "members": { |
| 5003 "abort": {}, |
| 5004 "addEventListener": {}, |
| 5005 "db": {}, |
| 5006 "dispatchEvent": {}, |
| 5007 "error": {}, |
| 5008 "mode": {}, |
| 5009 "objectStore": {}, |
| 5010 "onabort": {}, |
| 5011 "oncomplete": {}, |
| 5012 "onerror": {}, |
| 5013 "removeEventListener": {}, |
| 5014 "webkitErrorMessage": { |
| 5015 "support_level": "experimental" |
| 5016 } |
| 5017 }, |
| 5018 "support_level": "stable" |
| 5019 }, |
| 5020 "IDBVersionChangeEvent": { |
| 5021 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent", |
| 5022 "dart_action": "unstable", |
| 5023 "members": { |
| 5024 "newVersion": {}, |
| 5025 "oldVersion": {} |
| 5026 }, |
| 5027 "support_level": "stable" |
| 5028 }, |
| 5029 "ImageData": { |
| 5030 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#imagedata", |
| 5031 "members": { |
| 5032 "data": {}, |
| 5033 "height": {}, |
| 5034 "width": {} |
| 5035 }, |
| 5036 "support_level": "stable" |
| 5037 }, |
| 5038 "Int16Array": { |
| 5039 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 5040 "members": { |
| 5041 "BYTES_PER_ELEMENT": {}, |
| 5042 "length": {}, |
| 5043 "setElements": {}, |
| 5044 "subarray": {} |
| 5045 }, |
| 5046 "support_level": "stable" |
| 5047 }, |
| 5048 "Int32Array": { |
| 5049 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 5050 "members": { |
| 5051 "BYTES_PER_ELEMENT": {}, |
| 5052 "length": {}, |
| 5053 "setElements": {}, |
| 5054 "subarray": {} |
| 5055 }, |
| 5056 "support_level": "stable" |
| 5057 }, |
| 5058 "Int8Array": { |
| 5059 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 5060 "members": { |
| 5061 "BYTES_PER_ELEMENT": {}, |
| 5062 "length": {}, |
| 5063 "setElements": {}, |
| 5064 "subarray": {} |
| 5065 }, |
| 5066 "support_level": "stable" |
| 5067 }, |
| 5068 "JavaScriptCallFrame": { |
| 5069 "dart_action": "suppress", |
| 5070 "members": { |
| 5071 "CATCH_SCOPE": {}, |
| 5072 "CLOSURE_SCOPE": {}, |
| 5073 "GLOBAL_SCOPE": {}, |
| 5074 "LOCAL_SCOPE": {}, |
| 5075 "WITH_SCOPE": {}, |
| 5076 "caller": {}, |
| 5077 "column": {}, |
| 5078 "evaluate": {}, |
| 5079 "functionName": {}, |
| 5080 "line": {}, |
| 5081 "restart": {}, |
| 5082 "scopeChain": {}, |
| 5083 "scopeType": {}, |
| 5084 "setVariableValue": {}, |
| 5085 "sourceID": {}, |
| 5086 "thisObject": {}, |
| 5087 "type": {} |
| 5088 }, |
| 5089 "support_level": "nonstandard" |
| 5090 }, |
| 5091 "KeyboardEvent": { |
| 5092 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent", |
| 5093 "members": { |
| 5094 "altGraphKey": { |
| 5095 "dart_action": "experimental", |
| 5096 "support_level": "nonstandard" |
| 5097 }, |
| 5098 "altKey": {}, |
| 5099 "ctrlKey": {}, |
| 5100 "initKeyboardEvent": {}, |
| 5101 "keyIdentifier": { |
| 5102 "dart_action": "experimental", |
| 5103 "support_level": "nonstandard" |
| 5104 }, |
| 5105 "keyLocation": { |
| 5106 "dart_action": "experimental", |
| 5107 "support_level": "nonstandard" |
| 5108 }, |
| 5109 "metaKey": {}, |
| 5110 "shiftKey": {} |
| 5111 }, |
| 5112 "support_level": "stable" |
| 5113 }, |
| 5114 "LocalMediaStream": { |
| 5115 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-N
avigatorUserMediaSuccessCallback", |
| 5116 "dart_action": "experimental", |
| 5117 "members": { |
| 5118 "stop": {} |
| 5119 }, |
| 5120 "support_level": "nonstandard" |
| 5121 }, |
| 5122 "Location": { |
| 5123 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist
ory.html#the-location-interface", |
| 5124 "members": { |
| 5125 "ancestorOrigins": { |
| 5126 "dart_action": "experimental", |
| 5127 "support_level": "nonstandard" |
| 5128 }, |
| 5129 "assign": {}, |
| 5130 "hash": { |
| 5131 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5132 }, |
| 5133 "host": { |
| 5134 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5135 }, |
| 5136 "hostname": { |
| 5137 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5138 }, |
| 5139 "href": { |
| 5140 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5141 }, |
| 5142 "origin": { |
| 5143 "comment": "http://url.spec.whatwg.org/#urlutils Webkit Only", |
| 5144 "support_level": "nonstandard" |
| 5145 }, |
| 5146 "pathname": { |
| 5147 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5148 }, |
| 5149 "port": { |
| 5150 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5151 }, |
| 5152 "protocol": { |
| 5153 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5154 }, |
| 5155 "reload": {}, |
| 5156 "replace": {}, |
| 5157 "search": { |
| 5158 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 5159 }, |
| 5160 "toString": {}, |
| 5161 "valueOf": { |
| 5162 "dart_action": "experimental", |
| 5163 "support_level": "nonstandard" |
| 5164 } |
| 5165 }, |
| 5166 "support_level": "stable" |
| 5167 }, |
| 5168 "MediaController": { |
| 5169 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#mediacontroller", |
| 5170 "members": { |
| 5171 "MediaController": {}, |
| 5172 "addEventListener": {}, |
| 5173 "buffered": {}, |
| 5174 "currentTime": {}, |
| 5175 "defaultPlaybackRate": {}, |
| 5176 "dispatchEvent": {}, |
| 5177 "duration": {}, |
| 5178 "muted": {}, |
| 5179 "pause": {}, |
| 5180 "paused": {}, |
| 5181 "play": {}, |
| 5182 "playbackRate": {}, |
| 5183 "playbackState": {}, |
| 5184 "played": {}, |
| 5185 "removeEventListener": {}, |
| 5186 "seekable": {}, |
| 5187 "unpause": {}, |
| 5188 "volume": {} |
| 5189 }, |
| 5190 "support_level": "experimental" |
| 5191 }, |
| 5192 "MediaElementAudioSourceNode": { |
| 5193 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#MediaElementAudioSourceNode", |
| 5194 "members": { |
| 5195 "mediaElement": { |
| 5196 "support_level": "nonstandard" |
| 5197 } |
| 5198 }, |
| 5199 "support_level": "experimental" |
| 5200 }, |
| 5201 "MediaError": { |
| 5202 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#mediaerror", |
| 5203 "dart_action": "unstable", |
| 5204 "members": { |
| 5205 "MEDIA_ERR_ABORTED": {}, |
| 5206 "MEDIA_ERR_DECODE": {}, |
| 5207 "MEDIA_ERR_ENCRYPTED": { |
| 5208 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypte
d-media/encrypted-media.html#error-codes", |
| 5209 "support_level": "experimental" |
| 5210 }, |
| 5211 "MEDIA_ERR_NETWORK": {}, |
| 5212 "MEDIA_ERR_SRC_NOT_SUPPORTED": {}, |
| 5213 "code": {} |
| 5214 }, |
| 5215 "support_level": "stable" |
| 5216 }, |
| 5217 "MediaKeyError": { |
| 5218 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypted-me
dia/encrypted-media.html#error-codes", |
| 5219 "members": { |
| 5220 "MEDIA_KEYERR_CLIENT": {}, |
| 5221 "MEDIA_KEYERR_DOMAIN": {}, |
| 5222 "MEDIA_KEYERR_HARDWARECHANGE": {}, |
| 5223 "MEDIA_KEYERR_OUTPUT": {}, |
| 5224 "MEDIA_KEYERR_SERVICE": {}, |
| 5225 "MEDIA_KEYERR_UNKNOWN": {}, |
| 5226 "code": {} |
| 5227 }, |
| 5228 "support_level": "experimental" |
| 5229 }, |
| 5230 "MediaKeyEvent": { |
| 5231 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypted-me
dia/encrypted-media.html#event-definitions", |
| 5232 "members": { |
| 5233 "defaultURL": {}, |
| 5234 "errorCode": {}, |
| 5235 "initData": {}, |
| 5236 "keySystem": {}, |
| 5237 "message": {}, |
| 5238 "sessionId": {}, |
| 5239 "systemCode": {} |
| 5240 }, |
| 5241 "support_level": "experimental" |
| 5242 }, |
| 5243 "MediaList": { |
| 5244 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule
", |
| 5245 "dart_action": "unstable", |
| 5246 "members": { |
| 5247 "appendMedium": {}, |
| 5248 "deleteMedium": {}, |
| 5249 "item": {}, |
| 5250 "length": {}, |
| 5251 "mediaText": {} |
| 5252 }, |
| 5253 "support_level": "stable" |
| 5254 }, |
| 5255 "MediaQueryList": { |
| 5256 "comment": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
", |
| 5257 "dart_action": "unstable", |
| 5258 "members": { |
| 5259 "addListener": {}, |
| 5260 "matches": {}, |
| 5261 "media": {}, |
| 5262 "removeListener": {} |
| 5263 }, |
| 5264 "support_level": "stable" |
| 5265 }, |
| 5266 "MediaQueryListListener": { |
| 5267 "comment": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
", |
| 5268 "dart_action": "unstable", |
| 5269 "members": { |
| 5270 "queryChanged": {} |
| 5271 }, |
| 5272 "support_level": "stable" |
| 5273 }, |
| 5274 "MediaSource": { |
| 5275 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#mediasource", |
| 5276 "members": { |
| 5277 "MediaSource": {}, |
| 5278 "activeSourceBuffers": {}, |
| 5279 "addEventListener": {}, |
| 5280 "addSourceBuffer": {}, |
| 5281 "dispatchEvent": {}, |
| 5282 "duration": {}, |
| 5283 "endOfStream": {}, |
| 5284 "isTypeSupported": {}, |
| 5285 "readyState": {}, |
| 5286 "removeEventListener": {}, |
| 5287 "removeSourceBuffer": {}, |
| 5288 "sourceBuffers": {} |
| 5289 }, |
| 5290 "support_level": "experimental" |
| 5291 }, |
| 5292 "MediaStream": { |
| 5293 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre
am", |
| 5294 "members": { |
| 5295 "MediaStream": {}, |
| 5296 "addEventListener": {}, |
| 5297 "addTrack": {}, |
| 5298 "dispatchEvent": {}, |
| 5299 "ended": {}, |
| 5300 "getAudioTracks": {}, |
| 5301 "getTrackById": {}, |
| 5302 "getVideoTracks": {}, |
| 5303 "id": {}, |
| 5304 "label": { |
| 5305 "support_level": "nonstandard" |
| 5306 }, |
| 5307 "onaddtrack": {}, |
| 5308 "onended": {}, |
| 5309 "onremovetrack": {}, |
| 5310 "removeEventListener": {}, |
| 5311 "removeTrack": {} |
| 5312 }, |
| 5313 "support_level": "experimental" |
| 5314 }, |
| 5315 "MediaStreamAudioDestinationNode": { |
| 5316 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#MediaStreamAudioDestinationNode", |
| 5317 "members": { |
| 5318 "stream": {} |
| 5319 }, |
| 5320 "support_level": "experimental" |
| 5321 }, |
| 5322 "MediaStreamAudioSourceNode": { |
| 5323 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#MediaStreamAudioSourceNode", |
| 5324 "members": { |
| 5325 "mediaStream": {} |
| 5326 }, |
| 5327 "support_level": "experimental" |
| 5328 }, |
| 5329 "MediaStreamEvent": { |
| 5330 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", |
| 5331 "members": { |
| 5332 "stream": {} |
| 5333 }, |
| 5334 "support_level": "experimental" |
| 5335 }, |
| 5336 "MediaStreamTrack": { |
| 5337 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre
amtrack", |
| 5338 "members": { |
| 5339 "addEventListener": { |
| 5340 "dart_action": "default" |
| 5341 }, |
| 5342 "dispatchEvent": { |
| 5343 "dart_action": "default" |
| 5344 }, |
| 5345 "enabled": {}, |
| 5346 "id": {}, |
| 5347 "kind": {}, |
| 5348 "label": {}, |
| 5349 "onended": {}, |
| 5350 "onmute": {}, |
| 5351 "onunmute": {}, |
| 5352 "readyState": {}, |
| 5353 "removeEventListener": {} |
| 5354 }, |
| 5355 "support_level": "experimental" |
| 5356 }, |
| 5357 "MediaStreamTrackEvent": { |
| 5358 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", |
| 5359 "members": { |
| 5360 "track": {} |
| 5361 }, |
| 5362 "support_level": "experimental" |
| 5363 }, |
| 5364 "MemoryInfo": { |
| 5365 "dart_action": "experimental", |
| 5366 "members": { |
| 5367 "jsHeapSizeLimit": {}, |
| 5368 "totalJSHeapSize": {}, |
| 5369 "usedJSHeapSize": {} |
| 5370 }, |
| 5371 "support_level": "nonstandard" |
| 5372 }, |
| 5373 "MessageChannel": { |
| 5374 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/web-
messaging.html#message-channels", |
| 5375 "dart_action": "unstable", |
| 5376 "members": { |
| 5377 "MessageChannel": {}, |
| 5378 "port1": {}, |
| 5379 "port2": {} |
| 5380 }, |
| 5381 "support_level": "stable" |
| 5382 }, |
| 5383 "MessageEvent": { |
| 5384 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm
s.html#messageevent", |
| 5385 "members": { |
| 5386 "data": {}, |
| 5387 "initMessageEvent": {}, |
| 5388 "lastEventId": { |
| 5389 "dart_action": "unstable" |
| 5390 }, |
| 5391 "origin": {}, |
| 5392 "ports": { |
| 5393 "dart_action": "unstable" |
| 5394 }, |
| 5395 "source": {}, |
| 5396 "webkitInitMessageEvent": { |
| 5397 "dart_action": "suppress", |
| 5398 "support_level": "nonstandard" |
| 5399 } |
| 5400 }, |
| 5401 "support_level": "stable" |
| 5402 }, |
| 5403 "MessagePort": { |
| 5404 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/web-
messaging.html#messageport", |
| 5405 "dart_action": "unstable", |
| 5406 "members": { |
| 5407 "addEventListener": {}, |
| 5408 "close": {}, |
| 5409 "dispatchEvent": {}, |
| 5410 "onmessage": {}, |
| 5411 "postMessage": {}, |
| 5412 "removeEventListener": {}, |
| 5413 "start": {} |
| 5414 }, |
| 5415 "support_level": "stable" |
| 5416 }, |
| 5417 "Metadata": { |
| 5418 "comment": "http://www.w3.org/TR/file-system-api/#the-metadata-interface", |
| 5419 "members": { |
| 5420 "modificationTime": {}, |
| 5421 "size": {} |
| 5422 }, |
| 5423 "support_level": "experimental" |
| 5424 }, |
| 5425 "MetadataCallback": { |
| 5426 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-MetadataCallback", |
| 5427 "members": { |
| 5428 "handleEvent": {} |
| 5429 }, |
| 5430 "support_level": "experimental" |
| 5431 }, |
| 5432 "MimeType": { |
| 5433 "members": {}, |
| 5434 "support_level": "untriaged" |
| 5435 }, |
| 5436 "MimeTypeArray": { |
| 5437 "members": {}, |
| 5438 "support_level": "untriaged" |
| 5439 }, |
| 5440 "MouseEvent": { |
| 5441 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-mouseevents", |
| 5442 "members": { |
| 5443 "altKey": {}, |
| 5444 "button": {}, |
| 5445 "clientX": {}, |
| 5446 "clientY": {}, |
| 5447 "ctrlKey": {}, |
| 5448 "dataTransfer": { |
| 5449 "dart_action": "unstable", |
| 5450 "support_level": "nonstandard" |
| 5451 }, |
| 5452 "fromElement": { |
| 5453 "dart_action": "experimental", |
| 5454 "support_level": "nonstandard" |
| 5455 }, |
| 5456 "initMouseEvent": {}, |
| 5457 "metaKey": {}, |
| 5458 "offsetX": { |
| 5459 "dart_action": "unstable", |
| 5460 "support_level": "nonstandard" |
| 5461 }, |
| 5462 "offsetY": { |
| 5463 "dart_action": "unstable", |
| 5464 "support_level": "nonstandard" |
| 5465 }, |
| 5466 "relatedTarget": {}, |
| 5467 "screenX": {}, |
| 5468 "screenY": {}, |
| 5469 "shiftKey": {}, |
| 5470 "toElement": { |
| 5471 "dart_action": "experimental", |
| 5472 "support_level": "nonstandard" |
| 5473 }, |
| 5474 "webkitMovementX": { |
| 5475 "support_level": "experimental" |
| 5476 }, |
| 5477 "webkitMovementY": { |
| 5478 "support_level": "experimental" |
| 5479 }, |
| 5480 "x": { |
| 5481 "dart_action": "suppress", |
| 5482 "support_level": "nonstandard" |
| 5483 }, |
| 5484 "y": { |
| 5485 "dart_action": "suppress", |
| 5486 "support_level": "nonstandard" |
| 5487 } |
| 5488 }, |
| 5489 "support_level": "stable" |
| 5490 }, |
| 5491 "MutationCallback": { |
| 5492 "comment": "http://www.w3.org/TR/domcore/#mutationcallback", |
| 5493 "members": { |
| 5494 "handleEvent": {} |
| 5495 }, |
| 5496 "support_level": "stable" |
| 5497 }, |
| 5498 "MutationEvent": { |
| 5499 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-mutationevents", |
| 5500 "dart_action": "experimental", |
| 5501 "members": { |
| 5502 "ADDITION": {}, |
| 5503 "MODIFICATION": {}, |
| 5504 "REMOVAL": {}, |
| 5505 "attrChange": {}, |
| 5506 "attrName": {}, |
| 5507 "initMutationEvent": {}, |
| 5508 "newValue": {}, |
| 5509 "prevValue": {}, |
| 5510 "relatedNode": {} |
| 5511 }, |
| 5512 "support_level": "deprecated" |
| 5513 }, |
| 5514 "MutationObserver": { |
| 5515 "comment": "http://www.w3.org/TR/domcore/#interface-mutationobserver", |
| 5516 "dart_action": "default", |
| 5517 "members": { |
| 5518 "_observe": {}, |
| 5519 "disconnect": {}, |
| 5520 "observe": { |
| 5521 "support_level": "untriaged" |
| 5522 }, |
| 5523 "takeRecords": {} |
| 5524 }, |
| 5525 "support_level": "stable" |
| 5526 }, |
| 5527 "MutationRecord": { |
| 5528 "comment": "http://www.w3.org/TR/domcore/#mutationrecord", |
| 5529 "members": { |
| 5530 "addedNodes": {}, |
| 5531 "attributeName": {}, |
| 5532 "attributeNamespace": {}, |
| 5533 "nextSibling": {}, |
| 5534 "oldValue": {}, |
| 5535 "previousSibling": {}, |
| 5536 "removedNodes": {}, |
| 5537 "target": {}, |
| 5538 "type": {} |
| 5539 }, |
| 5540 "support_level": "stable" |
| 5541 }, |
| 5542 "NamedFlow": { |
| 5543 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| 5544 "members": { |
| 5545 "addEventListener": {}, |
| 5546 "dispatchEvent": {}, |
| 5547 "firstEmptyRegionIndex": {}, |
| 5548 "getContent": {}, |
| 5549 "getRegions": {}, |
| 5550 "getRegionsByContent": {}, |
| 5551 "name": {}, |
| 5552 "overset": {}, |
| 5553 "removeEventListener": {} |
| 5554 }, |
| 5555 "support_level": "experimental" |
| 5556 }, |
| 5557 "NamedNodeMap": { |
| 5558 "comment": "http://dom.spec.whatwg.org/#namednodemap", |
| 5559 "dart_action": "suppress", |
| 5560 "members": { |
| 5561 "getNamedItem": {}, |
| 5562 "getNamedItemNS": {}, |
| 5563 "item": {}, |
| 5564 "length": {}, |
| 5565 "removeNamedItem": {}, |
| 5566 "removeNamedItemNS": {}, |
| 5567 "setNamedItem": {}, |
| 5568 "setNamedItemNS": {} |
| 5569 }, |
| 5570 "support_level": "deprecated" |
| 5571 }, |
| 5572 "Navigator": { |
| 5573 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/time
rs.html#navigator", |
| 5574 "members": { |
| 5575 "appCodeName": { |
| 5576 "dart_action": "default", |
| 5577 "support_level": "nonstandard" |
| 5578 }, |
| 5579 "appName": { |
| 5580 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 5581 }, |
| 5582 "appVersion": { |
| 5583 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 5584 }, |
| 5585 "cookieEnabled": { |
| 5586 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.navigato
r.cookieEnabled", |
| 5587 "dart_action": "unstable", |
| 5588 "support_level": "nonstandard" |
| 5589 }, |
| 5590 "doNotTrack": { |
| 5591 "comment": "http://www.w3.org/2011/tracking-protection/drafts/tracking-d
nt.html#js-dom", |
| 5592 "dart_action": "experimental", |
| 5593 "support_level": "experimental" |
| 5594 }, |
| 5595 "geolocation": { |
| 5596 "comment": "http://dev.w3.org/geo/api/spec-source.html#navi-geo", |
| 5597 "dart_action": "unstable", |
| 5598 "support_level": "stable" |
| 5599 }, |
| 5600 "getStorageUpdates": { |
| 5601 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorstorageutils", |
| 5602 "support_level": "experimental" |
| 5603 }, |
| 5604 "javaEnabled": { |
| 5605 "dart_action": "suppress", |
| 5606 "support_level": "nonstandard" |
| 5607 }, |
| 5608 "language": { |
| 5609 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorlanguage" |
| 5610 }, |
| 5611 "mimeTypes": { |
| 5612 "dart_action": "experimental", |
| 5613 "support_level": "nonstandard" |
| 5614 }, |
| 5615 "onLine": { |
| 5616 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
offline.html#navigatoronline", |
| 5617 "dart_action": "unstable" |
| 5618 }, |
| 5619 "platform": { |
| 5620 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 5621 }, |
| 5622 "plugins": { |
| 5623 "dart_action": "unstable", |
| 5624 "support_level": "nonstandard" |
| 5625 }, |
| 5626 "product": { |
| 5627 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid", |
| 5628 "dart_action": "unstable", |
| 5629 "support_level": "nonstandard" |
| 5630 }, |
| 5631 "productSub": { |
| 5632 "dart_action": "unstable", |
| 5633 "support_level": "nonstandard" |
| 5634 }, |
| 5635 "registerProtocolHandler": { |
| 5636 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorcontentutils", |
| 5637 "dart_action": "unstable" |
| 5638 }, |
| 5639 "userAgent": { |
| 5640 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 5641 }, |
| 5642 "vendor": { |
| 5643 "dart_action": "unstable", |
| 5644 "support_level": "nonstandard" |
| 5645 }, |
| 5646 "vendorSub": { |
| 5647 "dart_action": "unstable", |
| 5648 "support_level": "nonstandard" |
| 5649 }, |
| 5650 "webkitBattery": { |
| 5651 "comment": "https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.htm
l", |
| 5652 "support_level": "experimental" |
| 5653 }, |
| 5654 "webkitGetGamepads": { |
| 5655 "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html
#widl-Navigator-getGamepads-Gamepad", |
| 5656 "support_level": "experimental" |
| 5657 }, |
| 5658 "webkitGetUserMedia": { |
| 5659 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#navig
atorusermedia", |
| 5660 "support_level": "experimental" |
| 5661 }, |
| 5662 "webkitPersistentStorage": { |
| 5663 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", |
| 5664 "support_level": "experimental" |
| 5665 }, |
| 5666 "webkitTemporaryStorage": { |
| 5667 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", |
| 5668 "support_level": "experimental" |
| 5669 } |
| 5670 }, |
| 5671 "support_level": "stable" |
| 5672 }, |
| 5673 "NavigatorUserMediaError": { |
| 5674 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-N
avigatorUserMediaError", |
| 5675 "members": { |
| 5676 "PERMISSION_DENIED": { |
| 5677 "dart_action": "experimental", |
| 5678 "support_level": "nonstandard" |
| 5679 }, |
| 5680 "code": { |
| 5681 "dart_action": "experimental", |
| 5682 "support_level": "nonstandard" |
| 5683 } |
| 5684 }, |
| 5685 "support_level": "experimental" |
| 5686 }, |
| 5687 "NavigatorUserMediaErrorCallback": { |
| 5688 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-N
avigatorUserMediaErrorCallback", |
| 5689 "members": { |
| 5690 "handleEvent": {} |
| 5691 }, |
| 5692 "support_level": "experimental" |
| 5693 }, |
| 5694 "NavigatorUserMediaSuccessCallback": { |
| 5695 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-N
avigatorUserMediaSuccessCallback", |
| 5696 "members": { |
| 5697 "handleEvent": {} |
| 5698 }, |
| 5699 "support_level": "experimental" |
| 5700 }, |
| 5701 "Node": { |
| 5702 "comment": "http://dom.spec.whatwg.org/#interface-node", |
| 5703 "members": { |
| 5704 "ATTRIBUTE_NODE": {}, |
| 5705 "CDATA_SECTION_NODE": { |
| 5706 "dart_action": "default" |
| 5707 }, |
| 5708 "COMMENT_NODE": {}, |
| 5709 "DOCUMENT_FRAGMENT_NODE": {}, |
| 5710 "DOCUMENT_NODE": {}, |
| 5711 "DOCUMENT_POSITION_CONTAINED_BY": {}, |
| 5712 "DOCUMENT_POSITION_CONTAINS": {}, |
| 5713 "DOCUMENT_POSITION_DISCONNECTED": {}, |
| 5714 "DOCUMENT_POSITION_FOLLOWING": {}, |
| 5715 "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC": {}, |
| 5716 "DOCUMENT_POSITION_PRECEDING": {}, |
| 5717 "DOCUMENT_TYPE_NODE": {}, |
| 5718 "ELEMENT_NODE": {}, |
| 5719 "ENTITY_NODE": {}, |
| 5720 "ENTITY_REFERENCE_NODE": {}, |
| 5721 "NOTATION_NODE": {}, |
| 5722 "PROCESSING_INSTRUCTION_NODE": {}, |
| 5723 "TEXT_NODE": {}, |
| 5724 "addEventListener": {}, |
| 5725 "appendChild": {}, |
| 5726 "baseURI": { |
| 5727 "dart_action": "default" |
| 5728 }, |
| 5729 "childNodes": {}, |
| 5730 "cloneNode": {}, |
| 5731 "compareDocumentPosition": {}, |
| 5732 "contains": {}, |
| 5733 "dispatchEvent": {}, |
| 5734 "firstChild": {}, |
| 5735 "hasChildNodes": {}, |
| 5736 "insertBefore": {}, |
| 5737 "isDefaultNamespace": {}, |
| 5738 "isEqualNode": {}, |
| 5739 "isSameNode": { |
| 5740 "comment": "http://dom.spec.whatwg.org/#dom-node-issamenode", |
| 5741 "dart_action": "suppress", |
| 5742 "support_level": "deprecated" |
| 5743 }, |
| 5744 "isSupported": { |
| 5745 "comment": "http://dom.spec.whatwg.org/#dom-node-issupported", |
| 5746 "dart_action": "suppress", |
| 5747 "support_level": "deprecated" |
| 5748 }, |
| 5749 "lastChild": {}, |
| 5750 "localName": { |
| 5751 "comment": "http://dom.spec.whatwg.org/#dom-node-localname", |
| 5752 "dart_action": "suppress", |
| 5753 "support_level": "deprecated" |
| 5754 }, |
| 5755 "lookupNamespaceURI": {}, |
| 5756 "lookupPrefix": {}, |
| 5757 "namespaceURI": { |
| 5758 "comment": "http://dom.spec.whatwg.org/#dom-node-namespaceuri", |
| 5759 "dart_action": "suppress", |
| 5760 "support_level": "deprecated" |
| 5761 }, |
| 5762 "nextSibling": {}, |
| 5763 "nodeName": {}, |
| 5764 "nodeType": {}, |
| 5765 "nodeValue": {}, |
| 5766 "normalize": {}, |
| 5767 "ownerDocument": {}, |
| 5768 "parentElement": {}, |
| 5769 "parentNode": {}, |
| 5770 "prefix": { |
| 5771 "comment": "http://dom.spec.whatwg.org/#dom-node-prefix", |
| 5772 "dart_action": "suppress", |
| 5773 "support_level": "deprecated" |
| 5774 }, |
| 5775 "previousSibling": {}, |
| 5776 "removeChild": {}, |
| 5777 "removeEventListener": {}, |
| 5778 "replaceChild": {}, |
| 5779 "textContent": {} |
| 5780 }, |
| 5781 "support_level": "stable" |
| 5782 }, |
| 5783 "NodeFilter": { |
| 5784 "comment": "http://dom.spec.whatwg.org/#nodefilter", |
| 5785 "dart_action": "unstable", |
| 5786 "members": { |
| 5787 "FILTER_ACCEPT": {}, |
| 5788 "FILTER_REJECT": {}, |
| 5789 "FILTER_SKIP": {}, |
| 5790 "SHOW_ALL": {}, |
| 5791 "SHOW_ATTRIBUTE": { |
| 5792 "dart_action": "suppress", |
| 5793 "support_level": "deprecated" |
| 5794 }, |
| 5795 "SHOW_CDATA_SECTION": { |
| 5796 "dart_action": "suppress", |
| 5797 "support_level": "deprecated" |
| 5798 }, |
| 5799 "SHOW_COMMENT": {}, |
| 5800 "SHOW_DOCUMENT": {}, |
| 5801 "SHOW_DOCUMENT_FRAGMENT": {}, |
| 5802 "SHOW_DOCUMENT_TYPE": {}, |
| 5803 "SHOW_ELEMENT": {}, |
| 5804 "SHOW_ENTITY": { |
| 5805 "dart_action": "suppress", |
| 5806 "support_level": "deprecated" |
| 5807 }, |
| 5808 "SHOW_ENTITY_REFERENCE": { |
| 5809 "dart_action": "suppress", |
| 5810 "support_level": "deprecated" |
| 5811 }, |
| 5812 "SHOW_NOTATION": { |
| 5813 "dart_action": "suppress", |
| 5814 "support_level": "deprecated" |
| 5815 }, |
| 5816 "SHOW_PROCESSING_INSTRUCTION": {}, |
| 5817 "SHOW_TEXT": {}, |
| 5818 "acceptNode": {} |
| 5819 }, |
| 5820 "support_level": "stable" |
| 5821 }, |
| 5822 "NodeIterator": { |
| 5823 "comment": "http://dom.spec.whatwg.org/#nodeiterator", |
| 5824 "dart_action": "unstable", |
| 5825 "members": { |
| 5826 "detach": {}, |
| 5827 "expandEntityReferences": { |
| 5828 "comment": "http://dom.spec.whatwg.org/#dom-traversal", |
| 5829 "dart_action": "suppress", |
| 5830 "support_level": "deprecated" |
| 5831 }, |
| 5832 "filter": {}, |
| 5833 "nextNode": {}, |
| 5834 "pointerBeforeReferenceNode": {}, |
| 5835 "previousNode": {}, |
| 5836 "referenceNode": {}, |
| 5837 "root": {}, |
| 5838 "whatToShow": {} |
| 5839 }, |
| 5840 "support_level": "stable" |
| 5841 }, |
| 5842 "NodeList": { |
| 5843 "comment": "http://dom.spec.whatwg.org/#nodelist", |
| 5844 "members": { |
| 5845 "item": {}, |
| 5846 "length": {} |
| 5847 }, |
| 5848 "support_level": "stable" |
| 5849 }, |
| 5850 "Notation": { |
| 5851 "comment": "http://dom.spec.whatwg.org/#notation", |
| 5852 "dart_action": "suppress", |
| 5853 "members": { |
| 5854 "publicId": {}, |
| 5855 "systemId": {} |
| 5856 }, |
| 5857 "support_level": "deprecated" |
| 5858 }, |
| 5859 "Notification": { |
| 5860 "comment": "http://www.w3.org/TR/notifications/#notification", |
| 5861 "dart_action": "experimental", |
| 5862 "members": { |
| 5863 "Notification": {}, |
| 5864 "addEventListener": {}, |
| 5865 "cancel": { |
| 5866 "dart_action": "experimental", |
| 5867 "support_level": "nonstandard" |
| 5868 }, |
| 5869 "close": {}, |
| 5870 "dir": { |
| 5871 "dart_action": "experimental", |
| 5872 "support_level": "nonstandard" |
| 5873 }, |
| 5874 "dispatchEvent": {}, |
| 5875 "onclick": {}, |
| 5876 "onclose": {}, |
| 5877 "ondisplay": { |
| 5878 "dart_action": "experimental", |
| 5879 "support_level": "nonstandard" |
| 5880 }, |
| 5881 "onerror": {}, |
| 5882 "onshow": {}, |
| 5883 "permission": {}, |
| 5884 "removeEventListener": {}, |
| 5885 "replaceId": { |
| 5886 "dart_action": "experimental", |
| 5887 "support_level": "nonstandard" |
| 5888 }, |
| 5889 "requestPermission": {}, |
| 5890 "show": { |
| 5891 "dart_action": "experimental", |
| 5892 "support_level": "nonstandard" |
| 5893 }, |
| 5894 "tag": { |
| 5895 "dart_action": "experimental", |
| 5896 "support_level": "nonstandard" |
| 5897 } |
| 5898 }, |
| 5899 "support_level": "experimental" |
| 5900 }, |
| 5901 "NotificationCenter": { |
| 5902 "comment": "http://www.w3.org/TR/notifications/#showing-a-notification", |
| 5903 "dart_action": "suppress", |
| 5904 "members": { |
| 5905 "checkPermission": {}, |
| 5906 "createHTMLNotification": {}, |
| 5907 "createNotification": {}, |
| 5908 "requestPermission": {} |
| 5909 }, |
| 5910 "support_level": "deprecated" |
| 5911 }, |
| 5912 "NotificationPermissionCallback": { |
| 5913 "comment": "http://www.w3.org/TR/notifications/#notificationpermissioncallba
ck", |
| 5914 "members": { |
| 5915 "handleEvent": {} |
| 5916 }, |
| 5917 "support_level": "experimental" |
| 5918 }, |
| 5919 "OESElementIndexUint": { |
| 5920 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_element_ind
ex_uint/", |
| 5921 "dart_action": "experimental", |
| 5922 "members": {}, |
| 5923 "support_level": "experimental" |
| 5924 }, |
| 5925 "OESStandardDerivatives": { |
| 5926 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_standard_de
rivatives/", |
| 5927 "dart_action": "experimental", |
| 5928 "members": { |
| 5929 "FRAGMENT_SHADER_DERIVATIVE_HINT_OES": {} |
| 5930 }, |
| 5931 "support_level": "experimental" |
| 5932 }, |
| 5933 "OESTextureFloat": { |
| 5934 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_texture_flo
at/", |
| 5935 "dart_action": "experimental", |
| 5936 "members": {}, |
| 5937 "support_level": "experimental" |
| 5938 }, |
| 5939 "OESTextureHalfFloat": { |
| 5940 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_texture_hal
f_float/", |
| 5941 "dart_action": "experimental", |
| 5942 "members": {}, |
| 5943 "support_level": "experimental" |
| 5944 }, |
| 5945 "OESVertexArrayObject": { |
| 5946 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra
y_object/", |
| 5947 "dart_action": "experimental", |
| 5948 "members": { |
| 5949 "VERTEX_ARRAY_BINDING_OES": {}, |
| 5950 "bindVertexArrayOES": {}, |
| 5951 "createVertexArrayOES": {}, |
| 5952 "deleteVertexArrayOES": {}, |
| 5953 "isVertexArrayOES": {} |
| 5954 }, |
| 5955 "support_level": "experimental" |
| 5956 }, |
| 5957 "OfflineAudioCompletionEvent": { |
| 5958 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#OfflineAudioCompletionEvent-section", |
| 5959 "members": { |
| 5960 "renderedBuffer": {} |
| 5961 }, |
| 5962 "support_level": "experimental" |
| 5963 }, |
| 5964 "OfflineAudioContext": { |
| 5965 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#OfflineAudioContext-section", |
| 5966 "members": { |
| 5967 "OfflineAudioContext": {} |
| 5968 }, |
| 5969 "support_level": "experimental" |
| 5970 }, |
| 5971 "OscillatorNode": { |
| 5972 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#dfn-OscillatorNode", |
| 5973 "members": { |
| 5974 "CUSTOM": { |
| 5975 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 5976 "dart_action": "suppress", |
| 5977 "support_level": "deprecated" |
| 5978 }, |
| 5979 "FINISHED_STATE": {}, |
| 5980 "PLAYING_STATE": {}, |
| 5981 "SAWTOOTH": { |
| 5982 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 5983 "dart_action": "suppress", |
| 5984 "support_level": "deprecated" |
| 5985 }, |
| 5986 "SCHEDULED_STATE": {}, |
| 5987 "SINE": { |
| 5988 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 5989 "dart_action": "suppress", |
| 5990 "support_level": "deprecated" |
| 5991 }, |
| 5992 "SQUARE": { |
| 5993 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 5994 "dart_action": "suppress", |
| 5995 "support_level": "deprecated" |
| 5996 }, |
| 5997 "TRIANGLE": { |
| 5998 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 5999 "dart_action": "suppress", |
| 6000 "support_level": "deprecated" |
| 6001 }, |
| 6002 "UNSCHEDULED_STATE": {}, |
| 6003 "detune": {}, |
| 6004 "frequency": {}, |
| 6005 "playbackState": {}, |
| 6006 "setWaveTable": {}, |
| 6007 "start": {}, |
| 6008 "stop": {}, |
| 6009 "type": {} |
| 6010 }, |
| 6011 "support_level": "experimental" |
| 6012 }, |
| 6013 "OverflowEvent": { |
| 6014 "dart_action": "experimental", |
| 6015 "members": { |
| 6016 "BOTH": {}, |
| 6017 "HORIZONTAL": {}, |
| 6018 "VERTICAL": {}, |
| 6019 "horizontalOverflow": {}, |
| 6020 "orient": {}, |
| 6021 "verticalOverflow": {} |
| 6022 }, |
| 6023 "support_level": "nonstandard" |
| 6024 }, |
| 6025 "PagePopupController": { |
| 6026 "dart_action": "suppress", |
| 6027 "members": { |
| 6028 "closePopup": {}, |
| 6029 "formatMonth": {}, |
| 6030 "formatShortMonth": {}, |
| 6031 "histogramEnumeration": {}, |
| 6032 "localizeNumberString": {}, |
| 6033 "setValue": {}, |
| 6034 "setValueAndClosePopup": {} |
| 6035 }, |
| 6036 "support_level": "nonstandard" |
| 6037 }, |
| 6038 "PageTransitionEvent": { |
| 6039 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist
ory.html#pagetransitionevent", |
| 6040 "members": { |
| 6041 "persisted": {} |
| 6042 }, |
| 6043 "support_level": "experimental" |
| 6044 }, |
| 6045 "PannerNode": { |
| 6046 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#PannerNode", |
| 6047 "members": { |
| 6048 "EQUALPOWER": { |
| 6049 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 6050 "dart_action": "suppress", |
| 6051 "support_level": "deprecated" |
| 6052 }, |
| 6053 "EXPONENTIAL_DISTANCE": { |
| 6054 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 6055 "dart_action": "suppress", |
| 6056 "support_level": "deprecated" |
| 6057 }, |
| 6058 "HRTF": { |
| 6059 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 6060 "dart_action": "suppress", |
| 6061 "support_level": "deprecated" |
| 6062 }, |
| 6063 "INVERSE_DISTANCE": { |
| 6064 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 6065 "dart_action": "suppress", |
| 6066 "support_level": "deprecated" |
| 6067 }, |
| 6068 "LINEAR_DISTANCE": { |
| 6069 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 6070 "dart_action": "suppress", |
| 6071 "support_level": "deprecated" |
| 6072 }, |
| 6073 "SOUNDFIELD": { |
| 6074 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specifica
tion.html#AlternateNames", |
| 6075 "dart_action": "suppress", |
| 6076 "support_level": "deprecated" |
| 6077 }, |
| 6078 "coneInnerAngle": {}, |
| 6079 "coneOuterAngle": {}, |
| 6080 "coneOuterGain": {}, |
| 6081 "distanceModel": {}, |
| 6082 "maxDistance": {}, |
| 6083 "panningModel": {}, |
| 6084 "refDistance": {}, |
| 6085 "rolloffFactor": {}, |
| 6086 "setOrientation": {}, |
| 6087 "setPosition": {}, |
| 6088 "setVelocity": {} |
| 6089 }, |
| 6090 "support_level": "experimental" |
| 6091 }, |
| 6092 "Path": { |
| 6093 "members": {}, |
| 6094 "support_level": "untriaged" |
| 6095 }, |
| 6096 "Performance": { |
| 6097 "comment": "http://www.w3.org/TR/navigation-timing/#performance", |
| 6098 "members": { |
| 6099 "memory": { |
| 6100 "dart_action": "experimental", |
| 6101 "support_level": "nonstandard" |
| 6102 }, |
| 6103 "navigation": {}, |
| 6104 "now": { |
| 6105 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolu
tionTime/Overview.html#sec-extenstions-performance-interface" |
| 6106 }, |
| 6107 "onwebkitresourcetimingbufferfull": { |
| 6108 "comment": "http://www.w3c-test.org/webperf/specs/ResourceTiming/#perfor
manceresourcetiming-methods", |
| 6109 "support_level": "experimental" |
| 6110 }, |
| 6111 "timing": {}, |
| 6112 "webkitClearMarks": { |
| 6113 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming
/Overview.html#extensions-performance-interface", |
| 6114 "support_level": "experimental" |
| 6115 }, |
| 6116 "webkitClearMeasures": { |
| 6117 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming
/Overview.html#extensions-performance-interface", |
| 6118 "support_level": "experimental" |
| 6119 }, |
| 6120 "webkitClearResourceTimings": { |
| 6121 "comment": "http://www.w3c-test.org/webperf/specs/ResourceTiming/#perfor
manceresourcetiming-methods", |
| 6122 "support_level": "experimental" |
| 6123 }, |
| 6124 "webkitGetEntries": { |
| 6125 "comment": "http://www.w3.org/TR/performance-timeline/#sec-window.perfor
mance-attribute", |
| 6126 "support_level": "experimental" |
| 6127 }, |
| 6128 "webkitGetEntriesByName": { |
| 6129 "comment": "http://www.w3.org/TR/performance-timeline/#sec-window.perfor
mance-attribute", |
| 6130 "support_level": "experimental" |
| 6131 }, |
| 6132 "webkitGetEntriesByType": { |
| 6133 "comment": "http://www.w3.org/TR/performance-timeline/#sec-window.perfor
mance-attribute", |
| 6134 "support_level": "experimental" |
| 6135 }, |
| 6136 "webkitMark": { |
| 6137 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming
/Overview.html#extensions-performance-interface", |
| 6138 "support_level": "experimental" |
| 6139 }, |
| 6140 "webkitMeasure": { |
| 6141 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming
/Overview.html#extensions-performance-interface", |
| 6142 "support_level": "experimental" |
| 6143 }, |
| 6144 "webkitSetResourceTimingBufferSize": { |
| 6145 "comment": "http://www.w3c-test.org/webperf/specs/ResourceTiming/#perfor
manceresourcetiming-methods", |
| 6146 "support_level": "experimental" |
| 6147 } |
| 6148 }, |
| 6149 "support_level": "stable" |
| 6150 }, |
| 6151 "PerformanceEntry": { |
| 6152 "comment": "http://www.w3.org/TR/performance-timeline/#sec-PerformanceEntry-
interface", |
| 6153 "members": { |
| 6154 "duration": {}, |
| 6155 "entryType": {}, |
| 6156 "name": {}, |
| 6157 "startTime": {} |
| 6158 }, |
| 6159 "support_level": "experimental" |
| 6160 }, |
| 6161 "PerformanceEntryList": { |
| 6162 "comment": "http://www.w3.org/TR/performance-timeline/#performanceentrylist"
, |
| 6163 "members": { |
| 6164 "item": {}, |
| 6165 "length": {} |
| 6166 }, |
| 6167 "support_level": "experimental" |
| 6168 }, |
| 6169 "PerformanceMark": { |
| 6170 "comment": "http://www.w3.org/TR/user-timing/#performancemark", |
| 6171 "members": {}, |
| 6172 "support_level": "experimental" |
| 6173 }, |
| 6174 "PerformanceMeasure": { |
| 6175 "comment": "http://www.w3.org/TR/user-timing/#performancemeasure", |
| 6176 "members": {}, |
| 6177 "support_level": "experimental" |
| 6178 }, |
| 6179 "PerformanceNavigation": { |
| 6180 "comment": "http://www.w3.org/TR/navigation-timing/#sec-navigation-info-inte
rface", |
| 6181 "dart_action": "unstable", |
| 6182 "members": { |
| 6183 "TYPE_BACK_FORWARD": {}, |
| 6184 "TYPE_NAVIGATE": {}, |
| 6185 "TYPE_RELOAD": {}, |
| 6186 "TYPE_RESERVED": {}, |
| 6187 "redirectCount": {}, |
| 6188 "type": {} |
| 6189 }, |
| 6190 "support_level": "stable" |
| 6191 }, |
| 6192 "PerformanceResourceTiming": { |
| 6193 "comment": "http://www.w3c-test.org/webperf/specs/ResourceTiming/#performanc
eresourcetiming", |
| 6194 "members": { |
| 6195 "connectEnd": {}, |
| 6196 "connectStart": {}, |
| 6197 "domainLookupEnd": {}, |
| 6198 "domainLookupStart": {}, |
| 6199 "fetchStart": {}, |
| 6200 "initiatorType": {}, |
| 6201 "redirectEnd": {}, |
| 6202 "redirectStart": {}, |
| 6203 "requestStart": { |
| 6204 "dart_action": "experimental", |
| 6205 "support_level": "nonstandard" |
| 6206 }, |
| 6207 "responseEnd": { |
| 6208 "dart_action": "experimental", |
| 6209 "support_level": "nonstandard" |
| 6210 }, |
| 6211 "responseStart": { |
| 6212 "dart_action": "experimental", |
| 6213 "support_level": "nonstandard" |
| 6214 }, |
| 6215 "secureConnectionStart": {} |
| 6216 }, |
| 6217 "support_level": "experimental" |
| 6218 }, |
| 6219 "PerformanceTiming": { |
| 6220 "comment": "http://w3c-test.org/webperf/specs/NavigationTiming/#sec-navigati
on-timing-interface", |
| 6221 "dart_action": "unstable", |
| 6222 "members": { |
| 6223 "connectEnd": {}, |
| 6224 "connectStart": {}, |
| 6225 "domComplete": {}, |
| 6226 "domContentLoadedEventEnd": {}, |
| 6227 "domContentLoadedEventStart": {}, |
| 6228 "domInteractive": {}, |
| 6229 "domLoading": {}, |
| 6230 "domainLookupEnd": {}, |
| 6231 "domainLookupStart": {}, |
| 6232 "fetchStart": {}, |
| 6233 "loadEventEnd": {}, |
| 6234 "loadEventStart": {}, |
| 6235 "navigationStart": {}, |
| 6236 "redirectEnd": {}, |
| 6237 "redirectStart": {}, |
| 6238 "requestStart": {}, |
| 6239 "responseEnd": {}, |
| 6240 "responseStart": {}, |
| 6241 "secureConnectionStart": {}, |
| 6242 "unloadEventEnd": {}, |
| 6243 "unloadEventStart": {} |
| 6244 }, |
| 6245 "support_level": "stable" |
| 6246 }, |
| 6247 "Plugin": { |
| 6248 "members": {}, |
| 6249 "support_level": "untriaged" |
| 6250 }, |
| 6251 "PluginArray": { |
| 6252 "members": {}, |
| 6253 "support_level": "untriaged" |
| 6254 }, |
| 6255 "PopStateEvent": { |
| 6256 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist
ory.html#popstateevent", |
| 6257 "members": { |
| 6258 "state": {} |
| 6259 }, |
| 6260 "support_level": "stable" |
| 6261 }, |
| 6262 "PositionCallback": { |
| 6263 "comment": "http://www.w3.org/TR/geolocation-API/#position-callback", |
| 6264 "dart_action": "unstable", |
| 6265 "members": { |
| 6266 "handleEvent": {} |
| 6267 }, |
| 6268 "support_level": "stable" |
| 6269 }, |
| 6270 "PositionError": { |
| 6271 "comment": "http://www.w3.org/TR/geolocation-API/#position_error_interface", |
| 6272 "dart_action": "unstable", |
| 6273 "members": { |
| 6274 "PERMISSION_DENIED": {}, |
| 6275 "POSITION_UNAVAILABLE": {}, |
| 6276 "TIMEOUT": {}, |
| 6277 "code": {}, |
| 6278 "message": {} |
| 6279 }, |
| 6280 "support_level": "stable" |
| 6281 }, |
| 6282 "PositionErrorCallback": { |
| 6283 "comment": "http://www.w3.org/TR/geolocation-API/#error-callback", |
| 6284 "dart_action": "unstable", |
| 6285 "members": { |
| 6286 "handleEvent": {} |
| 6287 }, |
| 6288 "support_level": "stable" |
| 6289 }, |
| 6290 "ProcessingInstruction": { |
| 6291 "comment": "http://dom.spec.whatwg.org/#interface-processinginstruction", |
| 6292 "dart_action": "unstable", |
| 6293 "members": { |
| 6294 "data": { |
| 6295 "support_level": "nonstandard" |
| 6296 }, |
| 6297 "sheet": { |
| 6298 "support_level": "nonstandard" |
| 6299 }, |
| 6300 "target": {} |
| 6301 }, |
| 6302 "support_level": "stable" |
| 6303 }, |
| 6304 "ProgressEvent": { |
| 6305 "comment": "http://xhr.spec.whatwg.org/#interface-progressevent", |
| 6306 "members": { |
| 6307 "lengthComputable": {}, |
| 6308 "loaded": {}, |
| 6309 "total": {} |
| 6310 }, |
| 6311 "support_level": "stable" |
| 6312 }, |
| 6313 "RGBColor": { |
| 6314 "comment": "http://dev.w3.org/csswg/cssom/", |
| 6315 "dart_action": "suppress", |
| 6316 "members": { |
| 6317 "blue": {}, |
| 6318 "green": {}, |
| 6319 "red": {} |
| 6320 }, |
| 6321 "support_level": "deprecated" |
| 6322 }, |
| 6323 "RTCDTMFSender": { |
| 6324 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCDTMF
Sender", |
| 6325 "members": { |
| 6326 "addEventListener": {}, |
| 6327 "canInsertDTMF": {}, |
| 6328 "dispatchEvent": {}, |
| 6329 "duration": {}, |
| 6330 "insertDTMF": {}, |
| 6331 "interToneGap": {}, |
| 6332 "ontonechange": {}, |
| 6333 "removeEventListener": {}, |
| 6334 "toneBuffer": {}, |
| 6335 "track": {} |
| 6336 }, |
| 6337 "support_level": "experimental" |
| 6338 }, |
| 6339 "RTCDTMFToneChangeEvent": { |
| 6340 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCDTMF
ToneChangeEvent", |
| 6341 "members": { |
| 6342 "tone": {} |
| 6343 }, |
| 6344 "support_level": "experimental" |
| 6345 }, |
| 6346 "RTCDataChannel": { |
| 6347 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCData
Channel", |
| 6348 "members": { |
| 6349 "addEventListener": {}, |
| 6350 "binaryType": {}, |
| 6351 "bufferedAmount": {}, |
| 6352 "close": {}, |
| 6353 "dispatchEvent": {}, |
| 6354 "label": {}, |
| 6355 "onclose": {}, |
| 6356 "onerror": {}, |
| 6357 "onmessage": {}, |
| 6358 "onopen": {}, |
| 6359 "readyState": {}, |
| 6360 "reliable": {}, |
| 6361 "removeEventListener": {}, |
| 6362 "send": {} |
| 6363 }, |
| 6364 "support_level": "experimental" |
| 6365 }, |
| 6366 "RTCDataChannelEvent": { |
| 6367 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcdatachannele
vent", |
| 6368 "members": { |
| 6369 "channel": {} |
| 6370 }, |
| 6371 "support_level": "experimental" |
| 6372 }, |
| 6373 "RTCErrorCallback": { |
| 6374 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcerror", |
| 6375 "members": { |
| 6376 "handleEvent": {} |
| 6377 }, |
| 6378 "support_level": "experimental" |
| 6379 }, |
| 6380 "RTCIceCandidate": { |
| 6381 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCIceC
andidate", |
| 6382 "members": { |
| 6383 "RTCIceCandidate": {}, |
| 6384 "candidate": {}, |
| 6385 "sdpMLineIndex": {}, |
| 6386 "sdpMid": {} |
| 6387 }, |
| 6388 "support_level": "experimental" |
| 6389 }, |
| 6390 "RTCIceCandidateEvent": { |
| 6391 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcicecandidate
-type", |
| 6392 "members": { |
| 6393 "candidate": {} |
| 6394 }, |
| 6395 "support_level": "experimental" |
| 6396 }, |
| 6397 "RTCPeerConnection": { |
| 6398 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCPeer
Connection", |
| 6399 "members": { |
| 6400 "RTCPeerConnection": {}, |
| 6401 "addEventListener": {}, |
| 6402 "addIceCandidate": {}, |
| 6403 "addStream": {}, |
| 6404 "close": {}, |
| 6405 "createAnswer": {}, |
| 6406 "createDTMFSender": {}, |
| 6407 "createDataChannel": {}, |
| 6408 "createOffer": {}, |
| 6409 "dispatchEvent": {}, |
| 6410 "getLocalStreams": {}, |
| 6411 "getRemoteStreams": {}, |
| 6412 "getStats": {}, |
| 6413 "getStreamById": {}, |
| 6414 "iceConnectionState": {}, |
| 6415 "iceGatheringState": {}, |
| 6416 "localDescription": {}, |
| 6417 "onaddstream": {}, |
| 6418 "ondatachannel": {}, |
| 6419 "onicecandidate": {}, |
| 6420 "oniceconnectionstatechange": {}, |
| 6421 "onnegotiationneeded": {}, |
| 6422 "onremovestream": {}, |
| 6423 "onsignalingstatechange": {}, |
| 6424 "remoteDescription": {}, |
| 6425 "removeEventListener": {}, |
| 6426 "removeStream": {}, |
| 6427 "setLocalDescription": {}, |
| 6428 "setRemoteDescription": {}, |
| 6429 "signalingState": {}, |
| 6430 "updateIce": {} |
| 6431 }, |
| 6432 "support_level": "experimental" |
| 6433 }, |
| 6434 "RTCSessionDescription": { |
| 6435 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCSess
ionDescription", |
| 6436 "members": { |
| 6437 "RTCSessionDescription": {}, |
| 6438 "sdp": {}, |
| 6439 "type": {} |
| 6440 }, |
| 6441 "support_level": "experimental" |
| 6442 }, |
| 6443 "RTCSessionDescriptionCallback": { |
| 6444 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCSess
ionDescription", |
| 6445 "members": { |
| 6446 "handleEvent": {} |
| 6447 }, |
| 6448 "support_level": "experimental" |
| 6449 }, |
| 6450 "RTCStatsCallback": { |
| 6451 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCStat
sCallback", |
| 6452 "members": { |
| 6453 "handleEvent": {} |
| 6454 }, |
| 6455 "support_level": "experimental" |
| 6456 }, |
| 6457 "RTCStatsReport": { |
| 6458 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCStat
sReport", |
| 6459 "members": { |
| 6460 "id": {}, |
| 6461 "local": {}, |
| 6462 "names": {}, |
| 6463 "remote": {}, |
| 6464 "stat": {}, |
| 6465 "timestamp": {}, |
| 6466 "type": {} |
| 6467 }, |
| 6468 "support_level": "experimental" |
| 6469 }, |
| 6470 "RTCStatsResponse": { |
| 6471 "comment": "http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-RTCStatsRe
port-RTCStats-getter-DOMString-id", |
| 6472 "members": { |
| 6473 "namedItem": {}, |
| 6474 "result": {} |
| 6475 }, |
| 6476 "support_level": "experimental" |
| 6477 }, |
| 6478 "RadioNodeList": { |
| 6479 "comment": "http://www.whatwg.org/specs/web-apps/current-work/#radionodelist
", |
| 6480 "members": { |
| 6481 "value": {} |
| 6482 }, |
| 6483 "support_level": "stable" |
| 6484 }, |
| 6485 "Range": { |
| 6486 "comment": "http://dom.spec.whatwg.org/#range", |
| 6487 "dart_action": "unstable", |
| 6488 "members": { |
| 6489 "END_TO_END": {}, |
| 6490 "END_TO_START": {}, |
| 6491 "NODE_AFTER": { |
| 6492 "dart_action": "experimental", |
| 6493 "support_level": "nonstandard" |
| 6494 }, |
| 6495 "NODE_BEFORE": { |
| 6496 "dart_action": "experimental", |
| 6497 "support_level": "nonstandard" |
| 6498 }, |
| 6499 "NODE_BEFORE_AND_AFTER": { |
| 6500 "dart_action": "experimental", |
| 6501 "support_level": "nonstandard" |
| 6502 }, |
| 6503 "NODE_INSIDE": { |
| 6504 "dart_action": "experimental", |
| 6505 "support_level": "nonstandard" |
| 6506 }, |
| 6507 "START_TO_END": {}, |
| 6508 "START_TO_START": {}, |
| 6509 "cloneContents": {}, |
| 6510 "cloneRange": {}, |
| 6511 "collapse": {}, |
| 6512 "collapsed": {}, |
| 6513 "commonAncestorContainer": {}, |
| 6514 "compareNode": { |
| 6515 "dart_action": "suppress", |
| 6516 "support_level": "deprecated" |
| 6517 }, |
| 6518 "comparePoint": {}, |
| 6519 "createContextualFragment": { |
| 6520 "comment": "http://domparsing.spec.whatwg.org/#extensions-to-the-range-i
nterface" |
| 6521 }, |
| 6522 "deleteContents": {}, |
| 6523 "detach": {}, |
| 6524 "endContainer": {}, |
| 6525 "endOffset": {}, |
| 6526 "expand": { |
| 6527 "support_level": "nonstandard" |
| 6528 }, |
| 6529 "extractContents": {}, |
| 6530 "getBoundingClientRect": { |
| 6531 "comment": "http://dev.w3.org/csswg/cssom-view/#extensions-to-the-range-
interface" |
| 6532 }, |
| 6533 "getClientRects": { |
| 6534 "comment": "http://dev.w3.org/csswg/cssom-view/#extensions-to-the-range-
interface" |
| 6535 }, |
| 6536 "insertNode": {}, |
| 6537 "intersectsNode": { |
| 6538 "dart_action": "suppress", |
| 6539 "support_level": "deprecated" |
| 6540 }, |
| 6541 "isPointInRange": {}, |
| 6542 "selectNode": {}, |
| 6543 "selectNodeContents": {}, |
| 6544 "setEnd": {}, |
| 6545 "setEndAfter": {}, |
| 6546 "setEndBefore": {}, |
| 6547 "setStart": {}, |
| 6548 "setStartAfter": {}, |
| 6549 "setStartBefore": {}, |
| 6550 "startContainer": {}, |
| 6551 "startOffset": {}, |
| 6552 "surroundContents": {}, |
| 6553 "toString": {} |
| 6554 }, |
| 6555 "support_level": "stable" |
| 6556 }, |
| 6557 "RangeException": { |
| 6558 "comment": "http://dom.spec.whatwg.org/#rangeexception", |
| 6559 "dart_action": "suppress", |
| 6560 "members": { |
| 6561 "BAD_BOUNDARYPOINTS_ERR": {}, |
| 6562 "INVALID_NODE_TYPE_ERR": {}, |
| 6563 "code": {}, |
| 6564 "message": {}, |
| 6565 "name": {}, |
| 6566 "toString": {} |
| 6567 }, |
| 6568 "support_level": "deprecated" |
| 6569 }, |
| 6570 "Rect": { |
| 6571 "comment": "http://dev.w3.org/csswg/cssom/", |
| 6572 "dart_action": "suppress", |
| 6573 "members": { |
| 6574 "bottom": {}, |
| 6575 "left": {}, |
| 6576 "right": {}, |
| 6577 "top": {} |
| 6578 }, |
| 6579 "support_level": "deprecated" |
| 6580 }, |
| 6581 "RequestAnimationFrameCallback": { |
| 6582 "comment": "http://www.w3.org/TR/animation-timing/#FrameRequestCallback", |
| 6583 "members": { |
| 6584 "handleEvent": {} |
| 6585 }, |
| 6586 "support_level": "stable" |
| 6587 }, |
| 6588 "SQLError": { |
| 6589 "comment": "http://www.w3.org/TR/webdatabase/#sqlerror", |
| 6590 "dart_action": "experimental", |
| 6591 "members": { |
| 6592 "CONSTRAINT_ERR": {}, |
| 6593 "DATABASE_ERR": {}, |
| 6594 "QUOTA_ERR": {}, |
| 6595 "SYNTAX_ERR": {}, |
| 6596 "TIMEOUT_ERR": {}, |
| 6597 "TOO_LARGE_ERR": {}, |
| 6598 "UNKNOWN_ERR": {}, |
| 6599 "VERSION_ERR": {}, |
| 6600 "code": {}, |
| 6601 "message": {} |
| 6602 }, |
| 6603 "support_level": "deprecated" |
| 6604 }, |
| 6605 "SQLException": { |
| 6606 "comment": "http://www.w3.org/TR/webdatabase/#sqlexception", |
| 6607 "dart_action": "experimental", |
| 6608 "members": { |
| 6609 "CONSTRAINT_ERR": {}, |
| 6610 "DATABASE_ERR": {}, |
| 6611 "QUOTA_ERR": {}, |
| 6612 "SYNTAX_ERR": {}, |
| 6613 "TIMEOUT_ERR": {}, |
| 6614 "TOO_LARGE_ERR": {}, |
| 6615 "UNKNOWN_ERR": {}, |
| 6616 "VERSION_ERR": {}, |
| 6617 "code": {}, |
| 6618 "message": {} |
| 6619 }, |
| 6620 "support_level": "deprecated" |
| 6621 }, |
| 6622 "SQLResultSet": { |
| 6623 "comment": "http://www.w3.org/TR/webdatabase/#sqlresultset", |
| 6624 "dart_action": "experimental", |
| 6625 "members": { |
| 6626 "insertId": {}, |
| 6627 "rows": {}, |
| 6628 "rowsAffected": {} |
| 6629 }, |
| 6630 "support_level": "deprecated" |
| 6631 }, |
| 6632 "SQLResultSetRowList": { |
| 6633 "comment": "http://www.w3.org/TR/webdatabase/#sqlresultsetrowlist", |
| 6634 "dart_action": "experimental", |
| 6635 "members": { |
| 6636 "item": {}, |
| 6637 "length": {} |
| 6638 }, |
| 6639 "support_level": "deprecated" |
| 6640 }, |
| 6641 "SQLStatementCallback": { |
| 6642 "comment": "http://www.w3.org/TR/webdatabase/#sqlstatementcallback", |
| 6643 "dart_action": "experimental", |
| 6644 "members": { |
| 6645 "handleEvent": {} |
| 6646 }, |
| 6647 "support_level": "deprecated" |
| 6648 }, |
| 6649 "SQLStatementErrorCallback": { |
| 6650 "comment": "http://www.w3.org/TR/webdatabase/#sqlstatementerrorcallback", |
| 6651 "dart_action": "experimental", |
| 6652 "members": { |
| 6653 "handleEvent": {} |
| 6654 }, |
| 6655 "support_level": "deprecated" |
| 6656 }, |
| 6657 "SQLTransaction": { |
| 6658 "comment": "http://www.w3.org/TR/webdatabase/#sqltransaction", |
| 6659 "dart_action": "suppress", |
| 6660 "members": { |
| 6661 "executeSql": {} |
| 6662 }, |
| 6663 "support_level": "deprecated" |
| 6664 }, |
| 6665 "SQLTransactionCallback": { |
| 6666 "comment": "http://www.w3.org/TR/webdatabase/#sqltransactioncallback", |
| 6667 "dart_action": "experimental", |
| 6668 "members": { |
| 6669 "handleEvent": {} |
| 6670 }, |
| 6671 "support_level": "deprecated" |
| 6672 }, |
| 6673 "SQLTransactionErrorCallback": { |
| 6674 "comment": "http://www.w3.org/TR/webdatabase/#sqltransactionerrorcallback", |
| 6675 "dart_action": "experimental", |
| 6676 "members": { |
| 6677 "handleEvent": {} |
| 6678 }, |
| 6679 "support_level": "deprecated" |
| 6680 }, |
| 6681 "SQLTransactionSync": { |
| 6682 "comment": "http://www.w3.org/TR/webdatabase/#sqltransactionsync", |
| 6683 "dart_action": "experimental", |
| 6684 "members": { |
| 6685 "executeSql": {} |
| 6686 }, |
| 6687 "support_level": "deprecated" |
| 6688 }, |
| 6689 "SQLTransactionSyncCallback": { |
| 6690 "comment": "http://www.w3.org/TR/webdatabase/#sqltransactionsynccallback", |
| 6691 "dart_action": "experimental", |
| 6692 "members": { |
| 6693 "handleEvent": {} |
| 6694 }, |
| 6695 "support_level": "deprecated" |
| 6696 }, |
| 6697 "SVGAElement": { |
| 6698 "comment": "http://www.w3.org/TR/SVG/linking.html#InterfaceSVGAElement", |
| 6699 "dart_action": "unstable", |
| 6700 "members": { |
| 6701 "SVGAElement": {}, |
| 6702 "externalResourcesRequired": { |
| 6703 "support_level": "untriaged" |
| 6704 }, |
| 6705 "farthestViewportElement": { |
| 6706 "support_level": "untriaged" |
| 6707 }, |
| 6708 "getBBox": { |
| 6709 "support_level": "untriaged" |
| 6710 }, |
| 6711 "getCTM": { |
| 6712 "support_level": "untriaged" |
| 6713 }, |
| 6714 "getScreenCTM": { |
| 6715 "support_level": "untriaged" |
| 6716 }, |
| 6717 "getTransformToElement": { |
| 6718 "support_level": "untriaged" |
| 6719 }, |
| 6720 "hasExtension": { |
| 6721 "support_level": "untriaged" |
| 6722 }, |
| 6723 "href": { |
| 6724 "support_level": "untriaged" |
| 6725 }, |
| 6726 "nearestViewportElement": { |
| 6727 "support_level": "untriaged" |
| 6728 }, |
| 6729 "requiredExtensions": { |
| 6730 "support_level": "untriaged" |
| 6731 }, |
| 6732 "requiredFeatures": { |
| 6733 "support_level": "untriaged" |
| 6734 }, |
| 6735 "systemLanguage": { |
| 6736 "support_level": "untriaged" |
| 6737 }, |
| 6738 "target": {}, |
| 6739 "transform": { |
| 6740 "support_level": "untriaged" |
| 6741 }, |
| 6742 "xmllang": { |
| 6743 "support_level": "untriaged" |
| 6744 }, |
| 6745 "xmlspace": { |
| 6746 "support_level": "untriaged" |
| 6747 } |
| 6748 }, |
| 6749 "support_level": "stable" |
| 6750 }, |
| 6751 "SVGAltGlyphDefElement": { |
| 6752 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphDefElemen
t", |
| 6753 "dart_action": "unstable", |
| 6754 "members": {}, |
| 6755 "support_level": "stable" |
| 6756 }, |
| 6757 "SVGAltGlyphElement": { |
| 6758 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphElement", |
| 6759 "dart_action": "unstable", |
| 6760 "members": { |
| 6761 "SVGAltGlyphElement": {}, |
| 6762 "format": {}, |
| 6763 "glyphRef": {}, |
| 6764 "href": { |
| 6765 "support_level": "untriaged" |
| 6766 } |
| 6767 }, |
| 6768 "support_level": "stable" |
| 6769 }, |
| 6770 "SVGAltGlyphItemElement": { |
| 6771 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphItemEleme
nt", |
| 6772 "dart_action": "unstable", |
| 6773 "members": {}, |
| 6774 "support_level": "stable" |
| 6775 }, |
| 6776 "SVGAngle": { |
| 6777 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAngle", |
| 6778 "dart_action": "unstable", |
| 6779 "members": { |
| 6780 "SVG_ANGLETYPE_DEG": {}, |
| 6781 "SVG_ANGLETYPE_GRAD": {}, |
| 6782 "SVG_ANGLETYPE_RAD": {}, |
| 6783 "SVG_ANGLETYPE_UNKNOWN": {}, |
| 6784 "SVG_ANGLETYPE_UNSPECIFIED": {}, |
| 6785 "convertToSpecifiedUnits": {}, |
| 6786 "newValueSpecifiedUnits": {}, |
| 6787 "unitType": {}, |
| 6788 "value": {}, |
| 6789 "valueAsString": {}, |
| 6790 "valueInSpecifiedUnits": {} |
| 6791 }, |
| 6792 "support_level": "stable" |
| 6793 }, |
| 6794 "SVGAnimateColorElement": { |
| 6795 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimateColorEl
ement", |
| 6796 "dart_action": "unstable", |
| 6797 "members": {}, |
| 6798 "support_level": "stable" |
| 6799 }, |
| 6800 "SVGAnimateElement": { |
| 6801 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimateElement
", |
| 6802 "dart_action": "unstable", |
| 6803 "members": { |
| 6804 "SVGAnimateElement": {} |
| 6805 }, |
| 6806 "support_level": "stable" |
| 6807 }, |
| 6808 "SVGAnimateMotionElement": { |
| 6809 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimateMotionE
lement", |
| 6810 "dart_action": "unstable", |
| 6811 "members": { |
| 6812 "SVGAnimateMotionElement": {} |
| 6813 }, |
| 6814 "support_level": "stable" |
| 6815 }, |
| 6816 "SVGAnimateTransformElement": { |
| 6817 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimateTransfo
rmElement", |
| 6818 "dart_action": "unstable", |
| 6819 "members": { |
| 6820 "SVGAnimateTransformElement": {} |
| 6821 }, |
| 6822 "support_level": "stable" |
| 6823 }, |
| 6824 "SVGAnimatedAngle": { |
| 6825 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedAngle", |
| 6826 "dart_action": "unstable", |
| 6827 "members": { |
| 6828 "animVal": {}, |
| 6829 "baseVal": {} |
| 6830 }, |
| 6831 "support_level": "stable" |
| 6832 }, |
| 6833 "SVGAnimatedBoolean": { |
| 6834 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedBoolean"
, |
| 6835 "dart_action": "unstable", |
| 6836 "members": { |
| 6837 "animVal": {}, |
| 6838 "baseVal": {} |
| 6839 }, |
| 6840 "support_level": "stable" |
| 6841 }, |
| 6842 "SVGAnimatedEnumeration": { |
| 6843 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedEnumerat
ion", |
| 6844 "dart_action": "unstable", |
| 6845 "members": { |
| 6846 "animVal": {}, |
| 6847 "baseVal": {} |
| 6848 }, |
| 6849 "support_level": "stable" |
| 6850 }, |
| 6851 "SVGAnimatedInteger": { |
| 6852 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedInteger"
, |
| 6853 "dart_action": "unstable", |
| 6854 "members": { |
| 6855 "animVal": {}, |
| 6856 "baseVal": {} |
| 6857 }, |
| 6858 "support_level": "stable" |
| 6859 }, |
| 6860 "SVGAnimatedLength": { |
| 6861 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedLength", |
| 6862 "dart_action": "unstable", |
| 6863 "members": { |
| 6864 "animVal": {}, |
| 6865 "baseVal": {} |
| 6866 }, |
| 6867 "support_level": "stable" |
| 6868 }, |
| 6869 "SVGAnimatedLengthList": { |
| 6870 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedLengthLi
st", |
| 6871 "dart_action": "unstable", |
| 6872 "members": { |
| 6873 "animVal": {}, |
| 6874 "baseVal": {} |
| 6875 }, |
| 6876 "support_level": "stable" |
| 6877 }, |
| 6878 "SVGAnimatedNumber": { |
| 6879 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedNumber", |
| 6880 "dart_action": "unstable", |
| 6881 "members": { |
| 6882 "animVal": {}, |
| 6883 "baseVal": {} |
| 6884 }, |
| 6885 "support_level": "stable" |
| 6886 }, |
| 6887 "SVGAnimatedNumberList": { |
| 6888 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedNumberLi
st", |
| 6889 "dart_action": "unstable", |
| 6890 "members": { |
| 6891 "animVal": {}, |
| 6892 "baseVal": {} |
| 6893 }, |
| 6894 "support_level": "stable" |
| 6895 }, |
| 6896 "SVGAnimatedPreserveAspectRatio": { |
| 6897 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGAnimatedPreserv
eAspectRatio", |
| 6898 "dart_action": "unstable", |
| 6899 "members": { |
| 6900 "animVal": {}, |
| 6901 "baseVal": {} |
| 6902 }, |
| 6903 "support_level": "stable" |
| 6904 }, |
| 6905 "SVGAnimatedRect": { |
| 6906 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedRect", |
| 6907 "dart_action": "unstable", |
| 6908 "members": { |
| 6909 "animVal": {}, |
| 6910 "baseVal": {} |
| 6911 }, |
| 6912 "support_level": "stable" |
| 6913 }, |
| 6914 "SVGAnimatedString": { |
| 6915 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedString", |
| 6916 "dart_action": "unstable", |
| 6917 "members": { |
| 6918 "animVal": {}, |
| 6919 "baseVal": {} |
| 6920 }, |
| 6921 "support_level": "stable" |
| 6922 }, |
| 6923 "SVGAnimatedTransformList": { |
| 6924 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGAnimatedTransfo
rmList", |
| 6925 "dart_action": "unstable", |
| 6926 "members": { |
| 6927 "animVal": {}, |
| 6928 "baseVal": {} |
| 6929 }, |
| 6930 "support_level": "stable" |
| 6931 }, |
| 6932 "SVGAnimationElement": { |
| 6933 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimationEleme
nt", |
| 6934 "dart_action": "unstable", |
| 6935 "members": { |
| 6936 "SVGAnimationElement": {}, |
| 6937 "beginElement": { |
| 6938 "support_level": "untriaged" |
| 6939 }, |
| 6940 "beginElementAt": { |
| 6941 "support_level": "untriaged" |
| 6942 }, |
| 6943 "endElement": { |
| 6944 "support_level": "untriaged" |
| 6945 }, |
| 6946 "endElementAt": { |
| 6947 "support_level": "untriaged" |
| 6948 }, |
| 6949 "externalResourcesRequired": { |
| 6950 "support_level": "untriaged" |
| 6951 }, |
| 6952 "getCurrentTime": {}, |
| 6953 "getSimpleDuration": {}, |
| 6954 "getStartTime": {}, |
| 6955 "hasExtension": { |
| 6956 "support_level": "untriaged" |
| 6957 }, |
| 6958 "requiredExtensions": { |
| 6959 "support_level": "untriaged" |
| 6960 }, |
| 6961 "requiredFeatures": { |
| 6962 "support_level": "untriaged" |
| 6963 }, |
| 6964 "systemLanguage": { |
| 6965 "support_level": "untriaged" |
| 6966 }, |
| 6967 "targetElement": {} |
| 6968 }, |
| 6969 "support_level": "stable" |
| 6970 }, |
| 6971 "SVGCircleElement": { |
| 6972 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGCircleElement", |
| 6973 "dart_action": "unstable", |
| 6974 "members": { |
| 6975 "SVGCircleElement": {}, |
| 6976 "cx": {}, |
| 6977 "cy": {}, |
| 6978 "externalResourcesRequired": { |
| 6979 "support_level": "untriaged" |
| 6980 }, |
| 6981 "farthestViewportElement": { |
| 6982 "support_level": "untriaged" |
| 6983 }, |
| 6984 "getBBox": { |
| 6985 "support_level": "untriaged" |
| 6986 }, |
| 6987 "getCTM": { |
| 6988 "support_level": "untriaged" |
| 6989 }, |
| 6990 "getScreenCTM": { |
| 6991 "support_level": "untriaged" |
| 6992 }, |
| 6993 "getTransformToElement": { |
| 6994 "support_level": "untriaged" |
| 6995 }, |
| 6996 "hasExtension": { |
| 6997 "support_level": "untriaged" |
| 6998 }, |
| 6999 "nearestViewportElement": { |
| 7000 "support_level": "untriaged" |
| 7001 }, |
| 7002 "r": {}, |
| 7003 "requiredExtensions": { |
| 7004 "support_level": "untriaged" |
| 7005 }, |
| 7006 "requiredFeatures": { |
| 7007 "support_level": "untriaged" |
| 7008 }, |
| 7009 "systemLanguage": { |
| 7010 "support_level": "untriaged" |
| 7011 }, |
| 7012 "transform": { |
| 7013 "support_level": "untriaged" |
| 7014 }, |
| 7015 "xmllang": { |
| 7016 "support_level": "untriaged" |
| 7017 }, |
| 7018 "xmlspace": { |
| 7019 "support_level": "untriaged" |
| 7020 } |
| 7021 }, |
| 7022 "support_level": "stable" |
| 7023 }, |
| 7024 "SVGClipPathElement": { |
| 7025 "comment": "http://www.w3.org/TR/SVG/masking.html#InterfaceSVGClipPathElemen
t", |
| 7026 "dart_action": "unstable", |
| 7027 "members": { |
| 7028 "SVGClipPathElement": {}, |
| 7029 "clipPathUnits": {}, |
| 7030 "externalResourcesRequired": { |
| 7031 "support_level": "untriaged" |
| 7032 }, |
| 7033 "farthestViewportElement": { |
| 7034 "support_level": "untriaged" |
| 7035 }, |
| 7036 "getBBox": { |
| 7037 "support_level": "untriaged" |
| 7038 }, |
| 7039 "getCTM": { |
| 7040 "support_level": "untriaged" |
| 7041 }, |
| 7042 "getScreenCTM": { |
| 7043 "support_level": "untriaged" |
| 7044 }, |
| 7045 "getTransformToElement": { |
| 7046 "support_level": "untriaged" |
| 7047 }, |
| 7048 "hasExtension": { |
| 7049 "support_level": "untriaged" |
| 7050 }, |
| 7051 "nearestViewportElement": { |
| 7052 "support_level": "untriaged" |
| 7053 }, |
| 7054 "requiredExtensions": { |
| 7055 "support_level": "untriaged" |
| 7056 }, |
| 7057 "requiredFeatures": { |
| 7058 "support_level": "untriaged" |
| 7059 }, |
| 7060 "systemLanguage": { |
| 7061 "support_level": "untriaged" |
| 7062 }, |
| 7063 "transform": { |
| 7064 "support_level": "untriaged" |
| 7065 }, |
| 7066 "xmllang": { |
| 7067 "support_level": "untriaged" |
| 7068 }, |
| 7069 "xmlspace": { |
| 7070 "support_level": "untriaged" |
| 7071 } |
| 7072 }, |
| 7073 "support_level": "stable" |
| 7074 }, |
| 7075 "SVGColor": { |
| 7076 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGColor", |
| 7077 "dart_action": "unstable", |
| 7078 "members": { |
| 7079 "SVG_COLORTYPE_CURRENTCOLOR": {}, |
| 7080 "SVG_COLORTYPE_RGBCOLOR": {}, |
| 7081 "SVG_COLORTYPE_RGBCOLOR_ICCCOLOR": {}, |
| 7082 "SVG_COLORTYPE_UNKNOWN": {}, |
| 7083 "colorType": {}, |
| 7084 "rgbColor": {}, |
| 7085 "setColor": {}, |
| 7086 "setRGBColor": {}, |
| 7087 "setRGBColorICCColor": {} |
| 7088 }, |
| 7089 "support_level": "stable" |
| 7090 }, |
| 7091 "SVGComponentTransferFunctionElement": { |
| 7092 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGComponentTrans
ferFunctionElement", |
| 7093 "dart_action": "unstable", |
| 7094 "members": { |
| 7095 "SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE": {}, |
| 7096 "SVG_FECOMPONENTTRANSFER_TYPE_GAMMA": {}, |
| 7097 "SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY": {}, |
| 7098 "SVG_FECOMPONENTTRANSFER_TYPE_LINEAR": {}, |
| 7099 "SVG_FECOMPONENTTRANSFER_TYPE_TABLE": {}, |
| 7100 "SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN": {}, |
| 7101 "amplitude": {}, |
| 7102 "exponent": {}, |
| 7103 "intercept": {}, |
| 7104 "offset": {}, |
| 7105 "slope": {}, |
| 7106 "tableValues": {}, |
| 7107 "type": {} |
| 7108 }, |
| 7109 "support_level": "stable" |
| 7110 }, |
| 7111 "SVGCursorElement": { |
| 7112 "comment": "http://www.w3.org/TR/SVG/interact.html#InterfaceSVGCursorElement
", |
| 7113 "dart_action": "unstable", |
| 7114 "members": { |
| 7115 "SVGCursorElement": {}, |
| 7116 "x": {}, |
| 7117 "y": {} |
| 7118 }, |
| 7119 "support_level": "stable" |
| 7120 }, |
| 7121 "SVGDefsElement": { |
| 7122 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDefsElement", |
| 7123 "dart_action": "unstable", |
| 7124 "members": { |
| 7125 "SVGDefsElement": {}, |
| 7126 "externalResourcesRequired": { |
| 7127 "support_level": "untriaged" |
| 7128 }, |
| 7129 "farthestViewportElement": { |
| 7130 "support_level": "untriaged" |
| 7131 }, |
| 7132 "getBBox": { |
| 7133 "support_level": "untriaged" |
| 7134 }, |
| 7135 "getCTM": { |
| 7136 "support_level": "untriaged" |
| 7137 }, |
| 7138 "getScreenCTM": { |
| 7139 "support_level": "untriaged" |
| 7140 }, |
| 7141 "getTransformToElement": { |
| 7142 "support_level": "untriaged" |
| 7143 }, |
| 7144 "hasExtension": { |
| 7145 "support_level": "untriaged" |
| 7146 }, |
| 7147 "nearestViewportElement": { |
| 7148 "support_level": "untriaged" |
| 7149 }, |
| 7150 "requiredExtensions": { |
| 7151 "support_level": "untriaged" |
| 7152 }, |
| 7153 "requiredFeatures": { |
| 7154 "support_level": "untriaged" |
| 7155 }, |
| 7156 "systemLanguage": { |
| 7157 "support_level": "untriaged" |
| 7158 }, |
| 7159 "transform": { |
| 7160 "support_level": "untriaged" |
| 7161 }, |
| 7162 "xmllang": { |
| 7163 "support_level": "untriaged" |
| 7164 }, |
| 7165 "xmlspace": { |
| 7166 "support_level": "untriaged" |
| 7167 } |
| 7168 }, |
| 7169 "support_level": "stable" |
| 7170 }, |
| 7171 "SVGDescElement": { |
| 7172 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDescElement", |
| 7173 "dart_action": "unstable", |
| 7174 "members": { |
| 7175 "SVGDescElement": {}, |
| 7176 "xmllang": { |
| 7177 "support_level": "untriaged" |
| 7178 }, |
| 7179 "xmlspace": { |
| 7180 "support_level": "untriaged" |
| 7181 } |
| 7182 }, |
| 7183 "support_level": "stable" |
| 7184 }, |
| 7185 "SVGDocument": { |
| 7186 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDocument", |
| 7187 "dart_action": "unstable", |
| 7188 "members": { |
| 7189 "createEvent": {}, |
| 7190 "rootElement": {} |
| 7191 }, |
| 7192 "support_level": "stable" |
| 7193 }, |
| 7194 "SVGElement": { |
| 7195 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGElement", |
| 7196 "dart_action": "unstable", |
| 7197 "members": { |
| 7198 "id": {}, |
| 7199 "ownerSVGElement": {}, |
| 7200 "viewportElement": {}, |
| 7201 "xmlbase": {} |
| 7202 }, |
| 7203 "support_level": "stable" |
| 7204 }, |
| 7205 "SVGElementInstance": { |
| 7206 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGElementInstance
", |
| 7207 "dart_action": "unstable", |
| 7208 "members": { |
| 7209 "childNodes": {}, |
| 7210 "correspondingElement": {}, |
| 7211 "correspondingUseElement": {}, |
| 7212 "firstChild": {}, |
| 7213 "lastChild": {}, |
| 7214 "nextSibling": {}, |
| 7215 "onabort": {}, |
| 7216 "onbeforecopy": {}, |
| 7217 "onbeforecut": {}, |
| 7218 "onbeforepaste": {}, |
| 7219 "onblur": {}, |
| 7220 "onchange": {}, |
| 7221 "onclick": {}, |
| 7222 "oncontextmenu": {}, |
| 7223 "oncopy": {}, |
| 7224 "oncut": {}, |
| 7225 "ondblclick": {}, |
| 7226 "ondrag": {}, |
| 7227 "ondragend": {}, |
| 7228 "ondragenter": {}, |
| 7229 "ondragleave": {}, |
| 7230 "ondragover": {}, |
| 7231 "ondragstart": {}, |
| 7232 "ondrop": {}, |
| 7233 "onerror": {}, |
| 7234 "onfocus": {}, |
| 7235 "oninput": {}, |
| 7236 "onkeydown": {}, |
| 7237 "onkeypress": {}, |
| 7238 "onkeyup": {}, |
| 7239 "onload": {}, |
| 7240 "onmousedown": {}, |
| 7241 "onmousemove": {}, |
| 7242 "onmouseout": {}, |
| 7243 "onmouseover": {}, |
| 7244 "onmouseup": {}, |
| 7245 "onmousewheel": {}, |
| 7246 "onpaste": {}, |
| 7247 "onreset": {}, |
| 7248 "onresize": {}, |
| 7249 "onscroll": {}, |
| 7250 "onsearch": { |
| 7251 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 7252 "support_level": "experimental" |
| 7253 }, |
| 7254 "onselect": {}, |
| 7255 "onselectstart": {}, |
| 7256 "onsubmit": {}, |
| 7257 "onunload": {}, |
| 7258 "parentNode": {}, |
| 7259 "previousSibling": {} |
| 7260 }, |
| 7261 "support_level": "stable" |
| 7262 }, |
| 7263 "SVGElementInstanceList": { |
| 7264 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGElementInstance
List", |
| 7265 "dart_action": "unstable", |
| 7266 "members": { |
| 7267 "item": {}, |
| 7268 "length": {} |
| 7269 }, |
| 7270 "support_level": "stable" |
| 7271 }, |
| 7272 "SVGEllipseElement": { |
| 7273 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGEllipseElement"
, |
| 7274 "dart_action": "unstable", |
| 7275 "members": { |
| 7276 "SVGEllipseElement": {}, |
| 7277 "cx": {}, |
| 7278 "cy": {}, |
| 7279 "externalResourcesRequired": { |
| 7280 "support_level": "untriaged" |
| 7281 }, |
| 7282 "farthestViewportElement": { |
| 7283 "support_level": "untriaged" |
| 7284 }, |
| 7285 "getBBox": { |
| 7286 "support_level": "untriaged" |
| 7287 }, |
| 7288 "getCTM": { |
| 7289 "support_level": "untriaged" |
| 7290 }, |
| 7291 "getScreenCTM": { |
| 7292 "support_level": "untriaged" |
| 7293 }, |
| 7294 "getTransformToElement": { |
| 7295 "support_level": "untriaged" |
| 7296 }, |
| 7297 "hasExtension": { |
| 7298 "support_level": "untriaged" |
| 7299 }, |
| 7300 "nearestViewportElement": { |
| 7301 "support_level": "untriaged" |
| 7302 }, |
| 7303 "requiredExtensions": { |
| 7304 "support_level": "untriaged" |
| 7305 }, |
| 7306 "requiredFeatures": { |
| 7307 "support_level": "untriaged" |
| 7308 }, |
| 7309 "rx": {}, |
| 7310 "ry": {}, |
| 7311 "systemLanguage": { |
| 7312 "support_level": "untriaged" |
| 7313 }, |
| 7314 "transform": { |
| 7315 "support_level": "untriaged" |
| 7316 }, |
| 7317 "xmllang": { |
| 7318 "support_level": "untriaged" |
| 7319 }, |
| 7320 "xmlspace": { |
| 7321 "support_level": "untriaged" |
| 7322 } |
| 7323 }, |
| 7324 "support_level": "stable" |
| 7325 }, |
| 7326 "SVGException": { |
| 7327 "comment": "http://www.w3.org/TR/SVG/svgdom.html#ExceptionSVGException", |
| 7328 "dart_action": "unstable", |
| 7329 "members": { |
| 7330 "SVG_INVALID_VALUE_ERR": {}, |
| 7331 "SVG_MATRIX_NOT_INVERTABLE": {}, |
| 7332 "SVG_WRONG_TYPE_ERR": {}, |
| 7333 "code": {}, |
| 7334 "message": { |
| 7335 "dart_action": "experimental", |
| 7336 "support_level": "nonstandard" |
| 7337 }, |
| 7338 "name": { |
| 7339 "dart_action": "experimental", |
| 7340 "support_level": "nonstandard" |
| 7341 }, |
| 7342 "toString": {} |
| 7343 }, |
| 7344 "support_level": "stable" |
| 7345 }, |
| 7346 "SVGExternalResourcesRequired": { |
| 7347 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalResource
sRequired", |
| 7348 "dart_action": "unstable", |
| 7349 "members": { |
| 7350 "externalResourcesRequired": {} |
| 7351 }, |
| 7352 "support_level": "stable" |
| 7353 }, |
| 7354 "SVGFEBlendElement": { |
| 7355 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEBlendElement
", |
| 7356 "dart_action": "unstable", |
| 7357 "members": { |
| 7358 "SVGFEBlendElement": {}, |
| 7359 "SVG_FEBLEND_MODE_DARKEN": {}, |
| 7360 "SVG_FEBLEND_MODE_LIGHTEN": {}, |
| 7361 "SVG_FEBLEND_MODE_MULTIPLY": {}, |
| 7362 "SVG_FEBLEND_MODE_NORMAL": {}, |
| 7363 "SVG_FEBLEND_MODE_SCREEN": {}, |
| 7364 "SVG_FEBLEND_MODE_UNKNOWN": {}, |
| 7365 "height": { |
| 7366 "support_level": "untriaged" |
| 7367 }, |
| 7368 "in1": {}, |
| 7369 "in2": {}, |
| 7370 "mode": {}, |
| 7371 "result": { |
| 7372 "support_level": "untriaged" |
| 7373 }, |
| 7374 "width": { |
| 7375 "support_level": "untriaged" |
| 7376 }, |
| 7377 "x": { |
| 7378 "support_level": "untriaged" |
| 7379 }, |
| 7380 "y": { |
| 7381 "support_level": "untriaged" |
| 7382 } |
| 7383 }, |
| 7384 "support_level": "stable" |
| 7385 }, |
| 7386 "SVGFEColorMatrixElement": { |
| 7387 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEColorMatrixE
lement", |
| 7388 "dart_action": "unstable", |
| 7389 "members": { |
| 7390 "SVGFEColorMatrixElement": {}, |
| 7391 "SVG_FECOLORMATRIX_TYPE_HUEROTATE": {}, |
| 7392 "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA": {}, |
| 7393 "SVG_FECOLORMATRIX_TYPE_MATRIX": {}, |
| 7394 "SVG_FECOLORMATRIX_TYPE_SATURATE": {}, |
| 7395 "SVG_FECOLORMATRIX_TYPE_UNKNOWN": {}, |
| 7396 "height": { |
| 7397 "support_level": "untriaged" |
| 7398 }, |
| 7399 "in1": {}, |
| 7400 "result": { |
| 7401 "support_level": "untriaged" |
| 7402 }, |
| 7403 "type": {}, |
| 7404 "values": {}, |
| 7405 "width": { |
| 7406 "support_level": "untriaged" |
| 7407 }, |
| 7408 "x": { |
| 7409 "support_level": "untriaged" |
| 7410 }, |
| 7411 "y": { |
| 7412 "support_level": "untriaged" |
| 7413 } |
| 7414 }, |
| 7415 "support_level": "stable" |
| 7416 }, |
| 7417 "SVGFEComponentTransferElement": { |
| 7418 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEComponentTra
nsferElement", |
| 7419 "dart_action": "unstable", |
| 7420 "members": { |
| 7421 "SVGFEComponentTransferElement": {}, |
| 7422 "height": { |
| 7423 "support_level": "untriaged" |
| 7424 }, |
| 7425 "in1": {}, |
| 7426 "result": { |
| 7427 "support_level": "untriaged" |
| 7428 }, |
| 7429 "width": { |
| 7430 "support_level": "untriaged" |
| 7431 }, |
| 7432 "x": { |
| 7433 "support_level": "untriaged" |
| 7434 }, |
| 7435 "y": { |
| 7436 "support_level": "untriaged" |
| 7437 } |
| 7438 }, |
| 7439 "support_level": "stable" |
| 7440 }, |
| 7441 "SVGFECompositeElement": { |
| 7442 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFECompositeEle
ment", |
| 7443 "dart_action": "unstable", |
| 7444 "members": { |
| 7445 "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC": {}, |
| 7446 "SVG_FECOMPOSITE_OPERATOR_ATOP": {}, |
| 7447 "SVG_FECOMPOSITE_OPERATOR_IN": {}, |
| 7448 "SVG_FECOMPOSITE_OPERATOR_OUT": {}, |
| 7449 "SVG_FECOMPOSITE_OPERATOR_OVER": {}, |
| 7450 "SVG_FECOMPOSITE_OPERATOR_UNKNOWN": {}, |
| 7451 "SVG_FECOMPOSITE_OPERATOR_XOR": {}, |
| 7452 "height": { |
| 7453 "support_level": "untriaged" |
| 7454 }, |
| 7455 "in1": {}, |
| 7456 "in2": {}, |
| 7457 "k1": {}, |
| 7458 "k2": {}, |
| 7459 "k3": {}, |
| 7460 "k4": {}, |
| 7461 "operator": {}, |
| 7462 "result": { |
| 7463 "support_level": "untriaged" |
| 7464 }, |
| 7465 "width": { |
| 7466 "support_level": "untriaged" |
| 7467 }, |
| 7468 "x": { |
| 7469 "support_level": "untriaged" |
| 7470 }, |
| 7471 "y": { |
| 7472 "support_level": "untriaged" |
| 7473 } |
| 7474 }, |
| 7475 "support_level": "stable" |
| 7476 }, |
| 7477 "SVGFEConvolveMatrixElement": { |
| 7478 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEConvolveMatr
ixElement", |
| 7479 "dart_action": "unstable", |
| 7480 "members": { |
| 7481 "SVGFEConvolveMatrixElement": {}, |
| 7482 "SVG_EDGEMODE_DUPLICATE": {}, |
| 7483 "SVG_EDGEMODE_NONE": {}, |
| 7484 "SVG_EDGEMODE_UNKNOWN": {}, |
| 7485 "SVG_EDGEMODE_WRAP": {}, |
| 7486 "bias": {}, |
| 7487 "divisor": {}, |
| 7488 "edgeMode": {}, |
| 7489 "height": { |
| 7490 "support_level": "untriaged" |
| 7491 }, |
| 7492 "in1": {}, |
| 7493 "kernelMatrix": {}, |
| 7494 "kernelUnitLengthX": {}, |
| 7495 "kernelUnitLengthY": {}, |
| 7496 "orderX": {}, |
| 7497 "orderY": {}, |
| 7498 "preserveAlpha": {}, |
| 7499 "result": { |
| 7500 "support_level": "untriaged" |
| 7501 }, |
| 7502 "targetX": {}, |
| 7503 "targetY": {}, |
| 7504 "width": { |
| 7505 "support_level": "untriaged" |
| 7506 }, |
| 7507 "x": { |
| 7508 "support_level": "untriaged" |
| 7509 }, |
| 7510 "y": { |
| 7511 "support_level": "untriaged" |
| 7512 } |
| 7513 }, |
| 7514 "support_level": "stable" |
| 7515 }, |
| 7516 "SVGFEDiffuseLightingElement": { |
| 7517 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDiffuseLight
ingElement", |
| 7518 "dart_action": "unstable", |
| 7519 "members": { |
| 7520 "SVGFEDiffuseLightingElement": {}, |
| 7521 "diffuseConstant": {}, |
| 7522 "height": { |
| 7523 "support_level": "untriaged" |
| 7524 }, |
| 7525 "in1": {}, |
| 7526 "kernelUnitLengthX": {}, |
| 7527 "kernelUnitLengthY": {}, |
| 7528 "result": { |
| 7529 "support_level": "untriaged" |
| 7530 }, |
| 7531 "surfaceScale": {}, |
| 7532 "width": { |
| 7533 "support_level": "untriaged" |
| 7534 }, |
| 7535 "x": { |
| 7536 "support_level": "untriaged" |
| 7537 }, |
| 7538 "y": { |
| 7539 "support_level": "untriaged" |
| 7540 } |
| 7541 }, |
| 7542 "support_level": "stable" |
| 7543 }, |
| 7544 "SVGFEDisplacementMapElement": { |
| 7545 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDisplacement
MapElement", |
| 7546 "dart_action": "unstable", |
| 7547 "members": { |
| 7548 "SVGFEDisplacementMapElement": {}, |
| 7549 "SVG_CHANNEL_A": {}, |
| 7550 "SVG_CHANNEL_B": {}, |
| 7551 "SVG_CHANNEL_G": {}, |
| 7552 "SVG_CHANNEL_R": {}, |
| 7553 "SVG_CHANNEL_UNKNOWN": {}, |
| 7554 "height": { |
| 7555 "support_level": "untriaged" |
| 7556 }, |
| 7557 "in1": {}, |
| 7558 "in2": {}, |
| 7559 "result": { |
| 7560 "support_level": "untriaged" |
| 7561 }, |
| 7562 "scale": {}, |
| 7563 "width": { |
| 7564 "support_level": "untriaged" |
| 7565 }, |
| 7566 "x": { |
| 7567 "support_level": "untriaged" |
| 7568 }, |
| 7569 "xChannelSelector": {}, |
| 7570 "y": { |
| 7571 "support_level": "untriaged" |
| 7572 }, |
| 7573 "yChannelSelector": {} |
| 7574 }, |
| 7575 "support_level": "stable" |
| 7576 }, |
| 7577 "SVGFEDistantLightElement": { |
| 7578 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDistantLight
Element", |
| 7579 "dart_action": "unstable", |
| 7580 "members": { |
| 7581 "SVGFEDistantLightElement": {}, |
| 7582 "azimuth": {}, |
| 7583 "elevation": {} |
| 7584 }, |
| 7585 "support_level": "stable" |
| 7586 }, |
| 7587 "SVGFEDropShadowElement": { |
| 7588 "dart_action": "experimental", |
| 7589 "members": { |
| 7590 "dx": {}, |
| 7591 "dy": {}, |
| 7592 "in1": {}, |
| 7593 "setStdDeviation": {}, |
| 7594 "stdDeviationX": {}, |
| 7595 "stdDeviationY": {} |
| 7596 }, |
| 7597 "support_level": "nonstandard" |
| 7598 }, |
| 7599 "SVGFEFloodElement": { |
| 7600 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFloodElement
", |
| 7601 "dart_action": "unstable", |
| 7602 "members": { |
| 7603 "SVGFEFloodElement": {}, |
| 7604 "height": { |
| 7605 "support_level": "untriaged" |
| 7606 }, |
| 7607 "result": { |
| 7608 "support_level": "untriaged" |
| 7609 }, |
| 7610 "width": { |
| 7611 "support_level": "untriaged" |
| 7612 }, |
| 7613 "x": { |
| 7614 "support_level": "untriaged" |
| 7615 }, |
| 7616 "y": { |
| 7617 "support_level": "untriaged" |
| 7618 } |
| 7619 }, |
| 7620 "support_level": "stable" |
| 7621 }, |
| 7622 "SVGFEFuncAElement": { |
| 7623 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFuncAElement
", |
| 7624 "dart_action": "unstable", |
| 7625 "members": { |
| 7626 "SVGFEFuncAElement": {} |
| 7627 }, |
| 7628 "support_level": "stable" |
| 7629 }, |
| 7630 "SVGFEFuncBElement": { |
| 7631 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFuncBElement
", |
| 7632 "dart_action": "unstable", |
| 7633 "members": { |
| 7634 "SVGFEFuncBElement": {} |
| 7635 }, |
| 7636 "support_level": "stable" |
| 7637 }, |
| 7638 "SVGFEFuncGElement": { |
| 7639 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFuncGElement
", |
| 7640 "dart_action": "unstable", |
| 7641 "members": { |
| 7642 "SVGFEFuncGElement": {} |
| 7643 }, |
| 7644 "support_level": "stable" |
| 7645 }, |
| 7646 "SVGFEFuncRElement": { |
| 7647 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFuncRElement
", |
| 7648 "dart_action": "unstable", |
| 7649 "members": { |
| 7650 "SVGFEFuncRElement": {} |
| 7651 }, |
| 7652 "support_level": "stable" |
| 7653 }, |
| 7654 "SVGFEGaussianBlurElement": { |
| 7655 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEGaussianBlur
Element", |
| 7656 "dart_action": "unstable", |
| 7657 "members": { |
| 7658 "SVGFEGaussianBlurElement": {}, |
| 7659 "height": { |
| 7660 "support_level": "untriaged" |
| 7661 }, |
| 7662 "in1": {}, |
| 7663 "result": { |
| 7664 "support_level": "untriaged" |
| 7665 }, |
| 7666 "setStdDeviation": {}, |
| 7667 "stdDeviationX": {}, |
| 7668 "stdDeviationY": {}, |
| 7669 "width": { |
| 7670 "support_level": "untriaged" |
| 7671 }, |
| 7672 "x": { |
| 7673 "support_level": "untriaged" |
| 7674 }, |
| 7675 "y": { |
| 7676 "support_level": "untriaged" |
| 7677 } |
| 7678 }, |
| 7679 "support_level": "stable" |
| 7680 }, |
| 7681 "SVGFEImageElement": { |
| 7682 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEImageElement
", |
| 7683 "dart_action": "unstable", |
| 7684 "members": { |
| 7685 "SVGFEImageElement": {}, |
| 7686 "externalResourcesRequired": { |
| 7687 "support_level": "untriaged" |
| 7688 }, |
| 7689 "height": { |
| 7690 "support_level": "untriaged" |
| 7691 }, |
| 7692 "href": { |
| 7693 "support_level": "untriaged" |
| 7694 }, |
| 7695 "preserveAspectRatio": {}, |
| 7696 "result": { |
| 7697 "support_level": "untriaged" |
| 7698 }, |
| 7699 "width": { |
| 7700 "support_level": "untriaged" |
| 7701 }, |
| 7702 "x": { |
| 7703 "support_level": "untriaged" |
| 7704 }, |
| 7705 "xmllang": { |
| 7706 "support_level": "untriaged" |
| 7707 }, |
| 7708 "xmlspace": { |
| 7709 "support_level": "untriaged" |
| 7710 }, |
| 7711 "y": { |
| 7712 "support_level": "untriaged" |
| 7713 } |
| 7714 }, |
| 7715 "support_level": "stable" |
| 7716 }, |
| 7717 "SVGFEMergeElement": { |
| 7718 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeElement
", |
| 7719 "dart_action": "unstable", |
| 7720 "members": { |
| 7721 "SVGFEMergeElement": {}, |
| 7722 "height": { |
| 7723 "support_level": "untriaged" |
| 7724 }, |
| 7725 "result": { |
| 7726 "support_level": "untriaged" |
| 7727 }, |
| 7728 "width": { |
| 7729 "support_level": "untriaged" |
| 7730 }, |
| 7731 "x": { |
| 7732 "support_level": "untriaged" |
| 7733 }, |
| 7734 "y": { |
| 7735 "support_level": "untriaged" |
| 7736 } |
| 7737 }, |
| 7738 "support_level": "stable" |
| 7739 }, |
| 7740 "SVGFEMergeNodeElement": { |
| 7741 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeNodeEle
ment", |
| 7742 "dart_action": "unstable", |
| 7743 "members": { |
| 7744 "SVGFEMergeNodeElement": {}, |
| 7745 "in1": {} |
| 7746 }, |
| 7747 "support_level": "stable" |
| 7748 }, |
| 7749 "SVGFEMorphologyElement": { |
| 7750 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMorphologyEl
ement", |
| 7751 "dart_action": "unstable", |
| 7752 "members": { |
| 7753 "SVG_MORPHOLOGY_OPERATOR_DILATE": {}, |
| 7754 "SVG_MORPHOLOGY_OPERATOR_ERODE": {}, |
| 7755 "SVG_MORPHOLOGY_OPERATOR_UNKNOWN": {}, |
| 7756 "height": { |
| 7757 "support_level": "untriaged" |
| 7758 }, |
| 7759 "in1": {}, |
| 7760 "operator": {}, |
| 7761 "radiusX": {}, |
| 7762 "radiusY": {}, |
| 7763 "result": { |
| 7764 "support_level": "untriaged" |
| 7765 }, |
| 7766 "setRadius": {}, |
| 7767 "width": { |
| 7768 "support_level": "untriaged" |
| 7769 }, |
| 7770 "x": { |
| 7771 "support_level": "untriaged" |
| 7772 }, |
| 7773 "y": { |
| 7774 "support_level": "untriaged" |
| 7775 } |
| 7776 }, |
| 7777 "support_level": "stable" |
| 7778 }, |
| 7779 "SVGFEOffsetElement": { |
| 7780 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEOffsetElemen
t", |
| 7781 "dart_action": "unstable", |
| 7782 "members": { |
| 7783 "SVGFEOffsetElement": {}, |
| 7784 "dx": {}, |
| 7785 "dy": {}, |
| 7786 "height": { |
| 7787 "support_level": "untriaged" |
| 7788 }, |
| 7789 "in1": {}, |
| 7790 "result": { |
| 7791 "support_level": "untriaged" |
| 7792 }, |
| 7793 "width": { |
| 7794 "support_level": "untriaged" |
| 7795 }, |
| 7796 "x": { |
| 7797 "support_level": "untriaged" |
| 7798 }, |
| 7799 "y": { |
| 7800 "support_level": "untriaged" |
| 7801 } |
| 7802 }, |
| 7803 "support_level": "stable" |
| 7804 }, |
| 7805 "SVGFEPointLightElement": { |
| 7806 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEPointLightEl
ement", |
| 7807 "dart_action": "unstable", |
| 7808 "members": { |
| 7809 "SVGFEPointLightElement": {}, |
| 7810 "x": {}, |
| 7811 "y": {}, |
| 7812 "z": {} |
| 7813 }, |
| 7814 "support_level": "stable" |
| 7815 }, |
| 7816 "SVGFESpecularLightingElement": { |
| 7817 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpecularLigh
tingElement", |
| 7818 "dart_action": "unstable", |
| 7819 "members": { |
| 7820 "SVGFESpecularLightingElement": {}, |
| 7821 "height": { |
| 7822 "support_level": "untriaged" |
| 7823 }, |
| 7824 "in1": {}, |
| 7825 "result": { |
| 7826 "support_level": "untriaged" |
| 7827 }, |
| 7828 "specularConstant": {}, |
| 7829 "specularExponent": {}, |
| 7830 "surfaceScale": {}, |
| 7831 "width": { |
| 7832 "support_level": "untriaged" |
| 7833 }, |
| 7834 "x": { |
| 7835 "support_level": "untriaged" |
| 7836 }, |
| 7837 "y": { |
| 7838 "support_level": "untriaged" |
| 7839 } |
| 7840 }, |
| 7841 "support_level": "stable" |
| 7842 }, |
| 7843 "SVGFESpotLightElement": { |
| 7844 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpotLightEle
ment", |
| 7845 "dart_action": "unstable", |
| 7846 "members": { |
| 7847 "SVGFESpotLightElement": {}, |
| 7848 "limitingConeAngle": {}, |
| 7849 "pointsAtX": {}, |
| 7850 "pointsAtY": {}, |
| 7851 "pointsAtZ": {}, |
| 7852 "specularExponent": {}, |
| 7853 "x": {}, |
| 7854 "y": {}, |
| 7855 "z": {} |
| 7856 }, |
| 7857 "support_level": "stable" |
| 7858 }, |
| 7859 "SVGFETileElement": { |
| 7860 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETileElement"
, |
| 7861 "dart_action": "unstable", |
| 7862 "members": { |
| 7863 "SVGFETileElement": {}, |
| 7864 "height": { |
| 7865 "support_level": "untriaged" |
| 7866 }, |
| 7867 "in1": {}, |
| 7868 "result": { |
| 7869 "support_level": "untriaged" |
| 7870 }, |
| 7871 "width": { |
| 7872 "support_level": "untriaged" |
| 7873 }, |
| 7874 "x": { |
| 7875 "support_level": "untriaged" |
| 7876 }, |
| 7877 "y": { |
| 7878 "support_level": "untriaged" |
| 7879 } |
| 7880 }, |
| 7881 "support_level": "stable" |
| 7882 }, |
| 7883 "SVGFETurbulenceElement": { |
| 7884 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETurbulenceEl
ement", |
| 7885 "dart_action": "unstable", |
| 7886 "members": { |
| 7887 "SVGFETurbulenceElement": {}, |
| 7888 "SVG_STITCHTYPE_NOSTITCH": {}, |
| 7889 "SVG_STITCHTYPE_STITCH": {}, |
| 7890 "SVG_STITCHTYPE_UNKNOWN": {}, |
| 7891 "SVG_TURBULENCE_TYPE_FRACTALNOISE": {}, |
| 7892 "SVG_TURBULENCE_TYPE_TURBULENCE": {}, |
| 7893 "SVG_TURBULENCE_TYPE_UNKNOWN": {}, |
| 7894 "baseFrequencyX": {}, |
| 7895 "baseFrequencyY": {}, |
| 7896 "height": { |
| 7897 "support_level": "untriaged" |
| 7898 }, |
| 7899 "numOctaves": {}, |
| 7900 "result": { |
| 7901 "support_level": "untriaged" |
| 7902 }, |
| 7903 "seed": {}, |
| 7904 "stitchTiles": {}, |
| 7905 "type": {}, |
| 7906 "width": { |
| 7907 "support_level": "untriaged" |
| 7908 }, |
| 7909 "x": { |
| 7910 "support_level": "untriaged" |
| 7911 }, |
| 7912 "y": { |
| 7913 "support_level": "untriaged" |
| 7914 } |
| 7915 }, |
| 7916 "support_level": "stable" |
| 7917 }, |
| 7918 "SVGFilterElement": { |
| 7919 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterElement"
, |
| 7920 "dart_action": "unstable", |
| 7921 "members": { |
| 7922 "SVGFilterElement": {}, |
| 7923 "externalResourcesRequired": { |
| 7924 "support_level": "untriaged" |
| 7925 }, |
| 7926 "filterResX": {}, |
| 7927 "filterResY": {}, |
| 7928 "filterUnits": {}, |
| 7929 "height": {}, |
| 7930 "href": { |
| 7931 "support_level": "untriaged" |
| 7932 }, |
| 7933 "primitiveUnits": {}, |
| 7934 "setFilterRes": {}, |
| 7935 "width": {}, |
| 7936 "x": {}, |
| 7937 "xmllang": { |
| 7938 "support_level": "untriaged" |
| 7939 }, |
| 7940 "xmlspace": { |
| 7941 "support_level": "untriaged" |
| 7942 }, |
| 7943 "y": {} |
| 7944 }, |
| 7945 "support_level": "stable" |
| 7946 }, |
| 7947 "SVGFilterPrimitiveStandardAttributes": { |
| 7948 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrimitiv
eStandardAttributes", |
| 7949 "dart_action": "unstable", |
| 7950 "members": { |
| 7951 "height": {}, |
| 7952 "result": {}, |
| 7953 "width": {}, |
| 7954 "x": {}, |
| 7955 "y": {} |
| 7956 }, |
| 7957 "support_level": "stable" |
| 7958 }, |
| 7959 "SVGFitToViewBox": { |
| 7960 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox", |
| 7961 "dart_action": "unstable", |
| 7962 "members": { |
| 7963 "preserveAspectRatio": {}, |
| 7964 "viewBox": {} |
| 7965 }, |
| 7966 "support_level": "stable" |
| 7967 }, |
| 7968 "SVGFontElement": { |
| 7969 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGFontElement", |
| 7970 "dart_action": "unstable", |
| 7971 "members": {}, |
| 7972 "support_level": "stable" |
| 7973 }, |
| 7974 "SVGFontFaceElement": { |
| 7975 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGFontFaceElement"
, |
| 7976 "dart_action": "unstable", |
| 7977 "members": {}, |
| 7978 "support_level": "stable" |
| 7979 }, |
| 7980 "SVGFontFaceFormatElement": { |
| 7981 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGFontFaceFormatEl
ement", |
| 7982 "dart_action": "unstable", |
| 7983 "members": {}, |
| 7984 "support_level": "stable" |
| 7985 }, |
| 7986 "SVGFontFaceNameElement": { |
| 7987 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGFontFaceNameElem
ent", |
| 7988 "dart_action": "unstable", |
| 7989 "members": {}, |
| 7990 "support_level": "stable" |
| 7991 }, |
| 7992 "SVGFontFaceSrcElement": { |
| 7993 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGFontFaceSrcEleme
nt", |
| 7994 "dart_action": "unstable", |
| 7995 "members": {}, |
| 7996 "support_level": "stable" |
| 7997 }, |
| 7998 "SVGFontFaceUriElement": { |
| 7999 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGFontFaceUriEleme
nt", |
| 8000 "dart_action": "unstable", |
| 8001 "members": {}, |
| 8002 "support_level": "stable" |
| 8003 }, |
| 8004 "SVGForeignObjectElement": { |
| 8005 "comment": "http://www.w3.org/TR/SVG/extend.html#InterfaceSVGForeignObjectEl
ement", |
| 8006 "dart_action": "unstable", |
| 8007 "members": { |
| 8008 "SVGForeignObjectElement": {}, |
| 8009 "externalResourcesRequired": { |
| 8010 "support_level": "untriaged" |
| 8011 }, |
| 8012 "farthestViewportElement": { |
| 8013 "support_level": "untriaged" |
| 8014 }, |
| 8015 "getBBox": { |
| 8016 "support_level": "untriaged" |
| 8017 }, |
| 8018 "getCTM": { |
| 8019 "support_level": "untriaged" |
| 8020 }, |
| 8021 "getScreenCTM": { |
| 8022 "support_level": "untriaged" |
| 8023 }, |
| 8024 "getTransformToElement": { |
| 8025 "support_level": "untriaged" |
| 8026 }, |
| 8027 "hasExtension": { |
| 8028 "support_level": "untriaged" |
| 8029 }, |
| 8030 "height": {}, |
| 8031 "nearestViewportElement": { |
| 8032 "support_level": "untriaged" |
| 8033 }, |
| 8034 "requiredExtensions": { |
| 8035 "support_level": "untriaged" |
| 8036 }, |
| 8037 "requiredFeatures": { |
| 8038 "support_level": "untriaged" |
| 8039 }, |
| 8040 "systemLanguage": { |
| 8041 "support_level": "untriaged" |
| 8042 }, |
| 8043 "transform": { |
| 8044 "support_level": "untriaged" |
| 8045 }, |
| 8046 "width": {}, |
| 8047 "x": {}, |
| 8048 "xmllang": { |
| 8049 "support_level": "untriaged" |
| 8050 }, |
| 8051 "xmlspace": { |
| 8052 "support_level": "untriaged" |
| 8053 }, |
| 8054 "y": {} |
| 8055 }, |
| 8056 "support_level": "stable" |
| 8057 }, |
| 8058 "SVGGElement": { |
| 8059 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGGElement", |
| 8060 "dart_action": "unstable", |
| 8061 "members": { |
| 8062 "SVGGElement": {}, |
| 8063 "externalResourcesRequired": { |
| 8064 "support_level": "untriaged" |
| 8065 }, |
| 8066 "farthestViewportElement": { |
| 8067 "support_level": "untriaged" |
| 8068 }, |
| 8069 "getBBox": { |
| 8070 "support_level": "untriaged" |
| 8071 }, |
| 8072 "getCTM": { |
| 8073 "support_level": "untriaged" |
| 8074 }, |
| 8075 "getScreenCTM": { |
| 8076 "support_level": "untriaged" |
| 8077 }, |
| 8078 "getTransformToElement": { |
| 8079 "support_level": "untriaged" |
| 8080 }, |
| 8081 "hasExtension": { |
| 8082 "support_level": "untriaged" |
| 8083 }, |
| 8084 "nearestViewportElement": { |
| 8085 "support_level": "untriaged" |
| 8086 }, |
| 8087 "requiredExtensions": { |
| 8088 "support_level": "untriaged" |
| 8089 }, |
| 8090 "requiredFeatures": { |
| 8091 "support_level": "untriaged" |
| 8092 }, |
| 8093 "systemLanguage": { |
| 8094 "support_level": "untriaged" |
| 8095 }, |
| 8096 "transform": { |
| 8097 "support_level": "untriaged" |
| 8098 }, |
| 8099 "xmllang": { |
| 8100 "support_level": "untriaged" |
| 8101 }, |
| 8102 "xmlspace": { |
| 8103 "support_level": "untriaged" |
| 8104 } |
| 8105 }, |
| 8106 "support_level": "stable" |
| 8107 }, |
| 8108 "SVGGlyphElement": { |
| 8109 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGGlyphElement", |
| 8110 "dart_action": "unstable", |
| 8111 "members": { |
| 8112 "SVGGlyphElement": {} |
| 8113 }, |
| 8114 "support_level": "stable" |
| 8115 }, |
| 8116 "SVGGlyphRefElement": { |
| 8117 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGGlyphRefElement", |
| 8118 "dart_action": "unstable", |
| 8119 "members": { |
| 8120 "dx": {}, |
| 8121 "dy": {}, |
| 8122 "format": {}, |
| 8123 "glyphRef": {}, |
| 8124 "x": {}, |
| 8125 "y": {} |
| 8126 }, |
| 8127 "support_level": "stable" |
| 8128 }, |
| 8129 "SVGGradientElement": { |
| 8130 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGGradientEleme
nt", |
| 8131 "dart_action": "unstable", |
| 8132 "members": { |
| 8133 "SVG_SPREADMETHOD_PAD": {}, |
| 8134 "SVG_SPREADMETHOD_REFLECT": {}, |
| 8135 "SVG_SPREADMETHOD_REPEAT": {}, |
| 8136 "SVG_SPREADMETHOD_UNKNOWN": {}, |
| 8137 "externalResourcesRequired": { |
| 8138 "support_level": "untriaged" |
| 8139 }, |
| 8140 "gradientTransform": {}, |
| 8141 "gradientUnits": {}, |
| 8142 "href": { |
| 8143 "support_level": "untriaged" |
| 8144 }, |
| 8145 "spreadMethod": {} |
| 8146 }, |
| 8147 "support_level": "stable" |
| 8148 }, |
| 8149 "SVGHKernElement": { |
| 8150 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGHKernElement", |
| 8151 "dart_action": "unstable", |
| 8152 "members": { |
| 8153 "SVGHKernElement": {} |
| 8154 }, |
| 8155 "support_level": "stable" |
| 8156 }, |
| 8157 "SVGImageElement": { |
| 8158 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGImageElement", |
| 8159 "dart_action": "unstable", |
| 8160 "members": { |
| 8161 "SVGImageElement": {}, |
| 8162 "externalResourcesRequired": { |
| 8163 "support_level": "untriaged" |
| 8164 }, |
| 8165 "farthestViewportElement": { |
| 8166 "support_level": "untriaged" |
| 8167 }, |
| 8168 "getBBox": { |
| 8169 "support_level": "untriaged" |
| 8170 }, |
| 8171 "getCTM": { |
| 8172 "support_level": "untriaged" |
| 8173 }, |
| 8174 "getScreenCTM": { |
| 8175 "support_level": "untriaged" |
| 8176 }, |
| 8177 "getTransformToElement": { |
| 8178 "support_level": "untriaged" |
| 8179 }, |
| 8180 "hasExtension": { |
| 8181 "support_level": "untriaged" |
| 8182 }, |
| 8183 "height": {}, |
| 8184 "href": { |
| 8185 "support_level": "untriaged" |
| 8186 }, |
| 8187 "nearestViewportElement": { |
| 8188 "support_level": "untriaged" |
| 8189 }, |
| 8190 "preserveAspectRatio": {}, |
| 8191 "requiredExtensions": { |
| 8192 "support_level": "untriaged" |
| 8193 }, |
| 8194 "requiredFeatures": { |
| 8195 "support_level": "untriaged" |
| 8196 }, |
| 8197 "systemLanguage": { |
| 8198 "support_level": "untriaged" |
| 8199 }, |
| 8200 "transform": { |
| 8201 "support_level": "untriaged" |
| 8202 }, |
| 8203 "width": {}, |
| 8204 "x": {}, |
| 8205 "xmllang": { |
| 8206 "support_level": "untriaged" |
| 8207 }, |
| 8208 "xmlspace": { |
| 8209 "support_level": "untriaged" |
| 8210 }, |
| 8211 "y": {} |
| 8212 }, |
| 8213 "support_level": "stable" |
| 8214 }, |
| 8215 "SVGLangSpace": { |
| 8216 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace", |
| 8217 "dart_action": "unstable", |
| 8218 "members": { |
| 8219 "xmllang": {}, |
| 8220 "xmlspace": {} |
| 8221 }, |
| 8222 "support_level": "stable" |
| 8223 }, |
| 8224 "SVGLength": { |
| 8225 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLength", |
| 8226 "dart_action": "unstable", |
| 8227 "members": { |
| 8228 "SVG_LENGTHTYPE_CM": {}, |
| 8229 "SVG_LENGTHTYPE_EMS": {}, |
| 8230 "SVG_LENGTHTYPE_EXS": {}, |
| 8231 "SVG_LENGTHTYPE_IN": {}, |
| 8232 "SVG_LENGTHTYPE_MM": {}, |
| 8233 "SVG_LENGTHTYPE_NUMBER": {}, |
| 8234 "SVG_LENGTHTYPE_PC": {}, |
| 8235 "SVG_LENGTHTYPE_PERCENTAGE": {}, |
| 8236 "SVG_LENGTHTYPE_PT": {}, |
| 8237 "SVG_LENGTHTYPE_PX": {}, |
| 8238 "SVG_LENGTHTYPE_UNKNOWN": {}, |
| 8239 "convertToSpecifiedUnits": {}, |
| 8240 "newValueSpecifiedUnits": {}, |
| 8241 "unitType": {}, |
| 8242 "value": {}, |
| 8243 "valueAsString": {}, |
| 8244 "valueInSpecifiedUnits": {} |
| 8245 }, |
| 8246 "support_level": "stable" |
| 8247 }, |
| 8248 "SVGLengthList": { |
| 8249 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLengthList", |
| 8250 "dart_action": "unstable", |
| 8251 "members": { |
| 8252 "appendItem": {}, |
| 8253 "clear": {}, |
| 8254 "getItem": {}, |
| 8255 "initialize": {}, |
| 8256 "insertItemBefore": {}, |
| 8257 "numberOfItems": {}, |
| 8258 "removeItem": {}, |
| 8259 "replaceItem": {} |
| 8260 }, |
| 8261 "support_level": "stable" |
| 8262 }, |
| 8263 "SVGLineElement": { |
| 8264 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGLineElement", |
| 8265 "dart_action": "unstable", |
| 8266 "members": { |
| 8267 "SVGLineElement": {}, |
| 8268 "externalResourcesRequired": { |
| 8269 "support_level": "untriaged" |
| 8270 }, |
| 8271 "farthestViewportElement": { |
| 8272 "support_level": "untriaged" |
| 8273 }, |
| 8274 "getBBox": { |
| 8275 "support_level": "untriaged" |
| 8276 }, |
| 8277 "getCTM": { |
| 8278 "support_level": "untriaged" |
| 8279 }, |
| 8280 "getScreenCTM": { |
| 8281 "support_level": "untriaged" |
| 8282 }, |
| 8283 "getTransformToElement": { |
| 8284 "support_level": "untriaged" |
| 8285 }, |
| 8286 "hasExtension": { |
| 8287 "support_level": "untriaged" |
| 8288 }, |
| 8289 "nearestViewportElement": { |
| 8290 "support_level": "untriaged" |
| 8291 }, |
| 8292 "requiredExtensions": { |
| 8293 "support_level": "untriaged" |
| 8294 }, |
| 8295 "requiredFeatures": { |
| 8296 "support_level": "untriaged" |
| 8297 }, |
| 8298 "systemLanguage": { |
| 8299 "support_level": "untriaged" |
| 8300 }, |
| 8301 "transform": { |
| 8302 "support_level": "untriaged" |
| 8303 }, |
| 8304 "x1": {}, |
| 8305 "x2": {}, |
| 8306 "xmllang": { |
| 8307 "support_level": "untriaged" |
| 8308 }, |
| 8309 "xmlspace": { |
| 8310 "support_level": "untriaged" |
| 8311 }, |
| 8312 "y1": {}, |
| 8313 "y2": {} |
| 8314 }, |
| 8315 "support_level": "stable" |
| 8316 }, |
| 8317 "SVGLinearGradientElement": { |
| 8318 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGLinearGradien
tElement", |
| 8319 "dart_action": "unstable", |
| 8320 "members": { |
| 8321 "SVGLinearGradientElement": {}, |
| 8322 "x1": {}, |
| 8323 "x2": {}, |
| 8324 "y1": {}, |
| 8325 "y2": {} |
| 8326 }, |
| 8327 "support_level": "stable" |
| 8328 }, |
| 8329 "SVGLocatable": { |
| 8330 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable", |
| 8331 "dart_action": "unstable", |
| 8332 "members": { |
| 8333 "farthestViewportElement": {}, |
| 8334 "getBBox": {}, |
| 8335 "getCTM": {}, |
| 8336 "getScreenCTM": {}, |
| 8337 "getTransformToElement": {}, |
| 8338 "nearestViewportElement": {} |
| 8339 }, |
| 8340 "support_level": "stable" |
| 8341 }, |
| 8342 "SVGMPathElement": { |
| 8343 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGMPathElement", |
| 8344 "members": { |
| 8345 "SVGMPathElement": {} |
| 8346 }, |
| 8347 "support_level": "stable" |
| 8348 }, |
| 8349 "SVGMarkerElement": { |
| 8350 "comment": "http://www.w3.org/TR/SVG/painting.html#InterfaceSVGMarkerElement
", |
| 8351 "dart_action": "unstable", |
| 8352 "members": { |
| 8353 "SVGMarkerElement": {}, |
| 8354 "SVG_MARKERUNITS_STROKEWIDTH": {}, |
| 8355 "SVG_MARKERUNITS_UNKNOWN": {}, |
| 8356 "SVG_MARKERUNITS_USERSPACEONUSE": {}, |
| 8357 "SVG_MARKER_ORIENT_ANGLE": {}, |
| 8358 "SVG_MARKER_ORIENT_AUTO": {}, |
| 8359 "SVG_MARKER_ORIENT_UNKNOWN": {}, |
| 8360 "externalResourcesRequired": { |
| 8361 "support_level": "untriaged" |
| 8362 }, |
| 8363 "markerHeight": {}, |
| 8364 "markerUnits": {}, |
| 8365 "markerWidth": {}, |
| 8366 "orientAngle": {}, |
| 8367 "orientType": {}, |
| 8368 "preserveAspectRatio": { |
| 8369 "support_level": "untriaged" |
| 8370 }, |
| 8371 "refX": {}, |
| 8372 "refY": {}, |
| 8373 "setOrientToAngle": {}, |
| 8374 "setOrientToAuto": {}, |
| 8375 "viewBox": { |
| 8376 "support_level": "untriaged" |
| 8377 }, |
| 8378 "xmllang": { |
| 8379 "support_level": "untriaged" |
| 8380 }, |
| 8381 "xmlspace": { |
| 8382 "support_level": "untriaged" |
| 8383 } |
| 8384 }, |
| 8385 "support_level": "stable" |
| 8386 }, |
| 8387 "SVGMaskElement": { |
| 8388 "comment": "http://www.w3.org/TR/SVG/masking.html#InterfaceSVGMaskElement", |
| 8389 "dart_action": "unstable", |
| 8390 "members": { |
| 8391 "SVGMaskElement": {}, |
| 8392 "externalResourcesRequired": { |
| 8393 "support_level": "untriaged" |
| 8394 }, |
| 8395 "hasExtension": { |
| 8396 "support_level": "untriaged" |
| 8397 }, |
| 8398 "height": {}, |
| 8399 "maskContentUnits": {}, |
| 8400 "maskUnits": {}, |
| 8401 "requiredExtensions": { |
| 8402 "support_level": "untriaged" |
| 8403 }, |
| 8404 "requiredFeatures": { |
| 8405 "support_level": "untriaged" |
| 8406 }, |
| 8407 "systemLanguage": { |
| 8408 "support_level": "untriaged" |
| 8409 }, |
| 8410 "width": {}, |
| 8411 "x": {}, |
| 8412 "xmllang": { |
| 8413 "support_level": "untriaged" |
| 8414 }, |
| 8415 "xmlspace": { |
| 8416 "support_level": "untriaged" |
| 8417 }, |
| 8418 "y": {} |
| 8419 }, |
| 8420 "support_level": "stable" |
| 8421 }, |
| 8422 "SVGMatrix": { |
| 8423 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix", |
| 8424 "dart_action": "unstable", |
| 8425 "members": { |
| 8426 "a": {}, |
| 8427 "b": {}, |
| 8428 "c": {}, |
| 8429 "d": {}, |
| 8430 "e": {}, |
| 8431 "f": {}, |
| 8432 "flipX": {}, |
| 8433 "flipY": {}, |
| 8434 "inverse": {}, |
| 8435 "multiply": {}, |
| 8436 "rotate": {}, |
| 8437 "rotateFromVector": {}, |
| 8438 "scale": {}, |
| 8439 "scaleNonUniform": {}, |
| 8440 "skewX": {}, |
| 8441 "skewY": {}, |
| 8442 "translate": {} |
| 8443 }, |
| 8444 "support_level": "stable" |
| 8445 }, |
| 8446 "SVGMetadataElement": { |
| 8447 "comment": "http://www.w3.org/TR/SVG/metadata.html#InterfaceSVGMetadataEleme
nt", |
| 8448 "dart_action": "unstable", |
| 8449 "members": {}, |
| 8450 "support_level": "stable" |
| 8451 }, |
| 8452 "SVGMissingGlyphElement": { |
| 8453 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGMissingGlyphElem
ent", |
| 8454 "dart_action": "unstable", |
| 8455 "members": {}, |
| 8456 "support_level": "stable" |
| 8457 }, |
| 8458 "SVGNumber": { |
| 8459 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGNumber", |
| 8460 "dart_action": "unstable", |
| 8461 "members": { |
| 8462 "value": {} |
| 8463 }, |
| 8464 "support_level": "stable" |
| 8465 }, |
| 8466 "SVGNumberList": { |
| 8467 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGNumberList", |
| 8468 "dart_action": "unstable", |
| 8469 "members": { |
| 8470 "appendItem": {}, |
| 8471 "clear": {}, |
| 8472 "getItem": {}, |
| 8473 "initialize": {}, |
| 8474 "insertItemBefore": {}, |
| 8475 "numberOfItems": {}, |
| 8476 "removeItem": {}, |
| 8477 "replaceItem": {} |
| 8478 }, |
| 8479 "support_level": "stable" |
| 8480 }, |
| 8481 "SVGPaint": { |
| 8482 "comment": "http://www.w3.org/TR/SVG/painting.html#InterfaceSVGPaint", |
| 8483 "dart_action": "unstable", |
| 8484 "members": { |
| 8485 "SVG_PAINTTYPE_CURRENTCOLOR": {}, |
| 8486 "SVG_PAINTTYPE_NONE": {}, |
| 8487 "SVG_PAINTTYPE_RGBCOLOR": {}, |
| 8488 "SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR": {}, |
| 8489 "SVG_PAINTTYPE_UNKNOWN": {}, |
| 8490 "SVG_PAINTTYPE_URI": {}, |
| 8491 "SVG_PAINTTYPE_URI_CURRENTCOLOR": {}, |
| 8492 "SVG_PAINTTYPE_URI_NONE": {}, |
| 8493 "SVG_PAINTTYPE_URI_RGBCOLOR": {}, |
| 8494 "SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR": {}, |
| 8495 "paintType": {}, |
| 8496 "setPaint": {}, |
| 8497 "setUri": {}, |
| 8498 "uri": {} |
| 8499 }, |
| 8500 "support_level": "stable" |
| 8501 }, |
| 8502 "SVGPathElement": { |
| 8503 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathElement", |
| 8504 "dart_action": "unstable", |
| 8505 "members": { |
| 8506 "SVGPathElement": {}, |
| 8507 "animatedNormalizedPathSegList": {}, |
| 8508 "animatedPathSegList": {}, |
| 8509 "createSVGPathSegArcAbs": {}, |
| 8510 "createSVGPathSegArcRel": {}, |
| 8511 "createSVGPathSegClosePath": {}, |
| 8512 "createSVGPathSegCurvetoCubicAbs": {}, |
| 8513 "createSVGPathSegCurvetoCubicRel": {}, |
| 8514 "createSVGPathSegCurvetoCubicSmoothAbs": {}, |
| 8515 "createSVGPathSegCurvetoCubicSmoothRel": {}, |
| 8516 "createSVGPathSegCurvetoQuadraticAbs": {}, |
| 8517 "createSVGPathSegCurvetoQuadraticRel": {}, |
| 8518 "createSVGPathSegCurvetoQuadraticSmoothAbs": {}, |
| 8519 "createSVGPathSegCurvetoQuadraticSmoothRel": {}, |
| 8520 "createSVGPathSegLinetoAbs": {}, |
| 8521 "createSVGPathSegLinetoHorizontalAbs": {}, |
| 8522 "createSVGPathSegLinetoHorizontalRel": {}, |
| 8523 "createSVGPathSegLinetoRel": {}, |
| 8524 "createSVGPathSegLinetoVerticalAbs": {}, |
| 8525 "createSVGPathSegLinetoVerticalRel": {}, |
| 8526 "createSVGPathSegMovetoAbs": {}, |
| 8527 "createSVGPathSegMovetoRel": {}, |
| 8528 "externalResourcesRequired": { |
| 8529 "support_level": "untriaged" |
| 8530 }, |
| 8531 "farthestViewportElement": { |
| 8532 "support_level": "untriaged" |
| 8533 }, |
| 8534 "getBBox": { |
| 8535 "support_level": "untriaged" |
| 8536 }, |
| 8537 "getCTM": { |
| 8538 "support_level": "untriaged" |
| 8539 }, |
| 8540 "getPathSegAtLength": {}, |
| 8541 "getPointAtLength": {}, |
| 8542 "getScreenCTM": { |
| 8543 "support_level": "untriaged" |
| 8544 }, |
| 8545 "getTotalLength": {}, |
| 8546 "getTransformToElement": { |
| 8547 "support_level": "untriaged" |
| 8548 }, |
| 8549 "hasExtension": { |
| 8550 "support_level": "untriaged" |
| 8551 }, |
| 8552 "nearestViewportElement": { |
| 8553 "support_level": "untriaged" |
| 8554 }, |
| 8555 "normalizedPathSegList": {}, |
| 8556 "pathLength": {}, |
| 8557 "pathSegList": {}, |
| 8558 "requiredExtensions": { |
| 8559 "support_level": "untriaged" |
| 8560 }, |
| 8561 "requiredFeatures": { |
| 8562 "support_level": "untriaged" |
| 8563 }, |
| 8564 "systemLanguage": { |
| 8565 "support_level": "untriaged" |
| 8566 }, |
| 8567 "transform": { |
| 8568 "support_level": "untriaged" |
| 8569 }, |
| 8570 "xmllang": { |
| 8571 "support_level": "untriaged" |
| 8572 }, |
| 8573 "xmlspace": { |
| 8574 "support_level": "untriaged" |
| 8575 } |
| 8576 }, |
| 8577 "support_level": "stable" |
| 8578 }, |
| 8579 "SVGPathSeg": { |
| 8580 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSeg", |
| 8581 "dart_action": "unstable", |
| 8582 "members": { |
| 8583 "PATHSEG_ARC_ABS": {}, |
| 8584 "PATHSEG_ARC_REL": {}, |
| 8585 "PATHSEG_CLOSEPATH": {}, |
| 8586 "PATHSEG_CURVETO_CUBIC_ABS": {}, |
| 8587 "PATHSEG_CURVETO_CUBIC_REL": {}, |
| 8588 "PATHSEG_CURVETO_CUBIC_SMOOTH_ABS": {}, |
| 8589 "PATHSEG_CURVETO_CUBIC_SMOOTH_REL": {}, |
| 8590 "PATHSEG_CURVETO_QUADRATIC_ABS": {}, |
| 8591 "PATHSEG_CURVETO_QUADRATIC_REL": {}, |
| 8592 "PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS": {}, |
| 8593 "PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL": {}, |
| 8594 "PATHSEG_LINETO_ABS": {}, |
| 8595 "PATHSEG_LINETO_HORIZONTAL_ABS": {}, |
| 8596 "PATHSEG_LINETO_HORIZONTAL_REL": {}, |
| 8597 "PATHSEG_LINETO_REL": {}, |
| 8598 "PATHSEG_LINETO_VERTICAL_ABS": {}, |
| 8599 "PATHSEG_LINETO_VERTICAL_REL": {}, |
| 8600 "PATHSEG_MOVETO_ABS": {}, |
| 8601 "PATHSEG_MOVETO_REL": {}, |
| 8602 "PATHSEG_UNKNOWN": {}, |
| 8603 "pathSegType": {}, |
| 8604 "pathSegTypeAsLetter": {} |
| 8605 }, |
| 8606 "support_level": "stable" |
| 8607 }, |
| 8608 "SVGPathSegArcAbs": { |
| 8609 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegArcAbs", |
| 8610 "dart_action": "unstable", |
| 8611 "members": { |
| 8612 "angle": {}, |
| 8613 "largeArcFlag": {}, |
| 8614 "r1": {}, |
| 8615 "r2": {}, |
| 8616 "sweepFlag": {}, |
| 8617 "x": {}, |
| 8618 "y": {} |
| 8619 }, |
| 8620 "support_level": "stable" |
| 8621 }, |
| 8622 "SVGPathSegArcRel": { |
| 8623 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegArcRel", |
| 8624 "dart_action": "unstable", |
| 8625 "members": { |
| 8626 "angle": {}, |
| 8627 "largeArcFlag": {}, |
| 8628 "r1": {}, |
| 8629 "r2": {}, |
| 8630 "sweepFlag": {}, |
| 8631 "x": {}, |
| 8632 "y": {} |
| 8633 }, |
| 8634 "support_level": "stable" |
| 8635 }, |
| 8636 "SVGPathSegClosePath": { |
| 8637 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegClosePath
", |
| 8638 "dart_action": "unstable", |
| 8639 "members": {}, |
| 8640 "support_level": "stable" |
| 8641 }, |
| 8642 "SVGPathSegCurvetoCubicAbs": { |
| 8643 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCu
bicAbs", |
| 8644 "dart_action": "unstable", |
| 8645 "members": { |
| 8646 "x": {}, |
| 8647 "x1": {}, |
| 8648 "x2": {}, |
| 8649 "y": {}, |
| 8650 "y1": {}, |
| 8651 "y2": {} |
| 8652 }, |
| 8653 "support_level": "stable" |
| 8654 }, |
| 8655 "SVGPathSegCurvetoCubicRel": { |
| 8656 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCu
bicRel", |
| 8657 "dart_action": "unstable", |
| 8658 "members": { |
| 8659 "x": {}, |
| 8660 "x1": {}, |
| 8661 "x2": {}, |
| 8662 "y": {}, |
| 8663 "y1": {}, |
| 8664 "y2": {} |
| 8665 }, |
| 8666 "support_level": "stable" |
| 8667 }, |
| 8668 "SVGPathSegCurvetoCubicSmoothAbs": { |
| 8669 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCu
bicSmoothAbs", |
| 8670 "dart_action": "unstable", |
| 8671 "members": { |
| 8672 "x": {}, |
| 8673 "x2": {}, |
| 8674 "y": {}, |
| 8675 "y2": {} |
| 8676 }, |
| 8677 "support_level": "stable" |
| 8678 }, |
| 8679 "SVGPathSegCurvetoCubicSmoothRel": { |
| 8680 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCu
bicSmoothRel", |
| 8681 "dart_action": "unstable", |
| 8682 "members": { |
| 8683 "x": {}, |
| 8684 "x2": {}, |
| 8685 "y": {}, |
| 8686 "y2": {} |
| 8687 }, |
| 8688 "support_level": "stable" |
| 8689 }, |
| 8690 "SVGPathSegCurvetoQuadraticAbs": { |
| 8691 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQu
adraticAbs", |
| 8692 "dart_action": "unstable", |
| 8693 "members": { |
| 8694 "x": {}, |
| 8695 "x1": {}, |
| 8696 "y": {}, |
| 8697 "y1": {} |
| 8698 }, |
| 8699 "support_level": "stable" |
| 8700 }, |
| 8701 "SVGPathSegCurvetoQuadraticRel": { |
| 8702 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQu
adraticRel", |
| 8703 "dart_action": "unstable", |
| 8704 "members": { |
| 8705 "x": {}, |
| 8706 "x1": {}, |
| 8707 "y": {}, |
| 8708 "y1": {} |
| 8709 }, |
| 8710 "support_level": "stable" |
| 8711 }, |
| 8712 "SVGPathSegCurvetoQuadraticSmoothAbs": { |
| 8713 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQu
adraticSmoothAbs", |
| 8714 "dart_action": "unstable", |
| 8715 "members": { |
| 8716 "x": {}, |
| 8717 "y": {} |
| 8718 }, |
| 8719 "support_level": "stable" |
| 8720 }, |
| 8721 "SVGPathSegCurvetoQuadraticSmoothRel": { |
| 8722 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQu
adraticSmoothRel", |
| 8723 "dart_action": "unstable", |
| 8724 "members": { |
| 8725 "x": {}, |
| 8726 "y": {} |
| 8727 }, |
| 8728 "support_level": "stable" |
| 8729 }, |
| 8730 "SVGPathSegLinetoAbs": { |
| 8731 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoAbs
", |
| 8732 "dart_action": "unstable", |
| 8733 "members": { |
| 8734 "x": {}, |
| 8735 "y": {} |
| 8736 }, |
| 8737 "support_level": "stable" |
| 8738 }, |
| 8739 "SVGPathSegLinetoHorizontalAbs": { |
| 8740 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoHor
izontalAbs", |
| 8741 "dart_action": "unstable", |
| 8742 "members": { |
| 8743 "x": {} |
| 8744 }, |
| 8745 "support_level": "stable" |
| 8746 }, |
| 8747 "SVGPathSegLinetoHorizontalRel": { |
| 8748 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoHor
izontalRel", |
| 8749 "dart_action": "unstable", |
| 8750 "members": { |
| 8751 "x": {} |
| 8752 }, |
| 8753 "support_level": "stable" |
| 8754 }, |
| 8755 "SVGPathSegLinetoRel": { |
| 8756 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoRel
", |
| 8757 "dart_action": "unstable", |
| 8758 "members": { |
| 8759 "x": {}, |
| 8760 "y": {} |
| 8761 }, |
| 8762 "support_level": "stable" |
| 8763 }, |
| 8764 "SVGPathSegLinetoVerticalAbs": { |
| 8765 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoVer
ticalAbs", |
| 8766 "dart_action": "unstable", |
| 8767 "members": { |
| 8768 "y": {} |
| 8769 }, |
| 8770 "support_level": "stable" |
| 8771 }, |
| 8772 "SVGPathSegLinetoVerticalRel": { |
| 8773 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoVer
ticalRel", |
| 8774 "dart_action": "unstable", |
| 8775 "members": { |
| 8776 "y": {} |
| 8777 }, |
| 8778 "support_level": "stable" |
| 8779 }, |
| 8780 "SVGPathSegList": { |
| 8781 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegList", |
| 8782 "dart_action": "unstable", |
| 8783 "members": { |
| 8784 "appendItem": {}, |
| 8785 "clear": {}, |
| 8786 "getItem": {}, |
| 8787 "initialize": {}, |
| 8788 "insertItemBefore": {}, |
| 8789 "numberOfItems": {}, |
| 8790 "removeItem": {}, |
| 8791 "replaceItem": {} |
| 8792 }, |
| 8793 "support_level": "stable" |
| 8794 }, |
| 8795 "SVGPathSegMovetoAbs": { |
| 8796 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegMovetoAbs
", |
| 8797 "dart_action": "unstable", |
| 8798 "members": { |
| 8799 "x": {}, |
| 8800 "y": {} |
| 8801 }, |
| 8802 "support_level": "stable" |
| 8803 }, |
| 8804 "SVGPathSegMovetoRel": { |
| 8805 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegMovetoRel
", |
| 8806 "dart_action": "unstable", |
| 8807 "members": { |
| 8808 "x": {}, |
| 8809 "y": {} |
| 8810 }, |
| 8811 "support_level": "stable" |
| 8812 }, |
| 8813 "SVGPatternElement": { |
| 8814 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGPatternElemen
t", |
| 8815 "dart_action": "unstable", |
| 8816 "members": { |
| 8817 "SVGPatternElement": {}, |
| 8818 "externalResourcesRequired": { |
| 8819 "support_level": "untriaged" |
| 8820 }, |
| 8821 "hasExtension": { |
| 8822 "support_level": "untriaged" |
| 8823 }, |
| 8824 "height": {}, |
| 8825 "href": { |
| 8826 "support_level": "untriaged" |
| 8827 }, |
| 8828 "patternContentUnits": {}, |
| 8829 "patternTransform": {}, |
| 8830 "patternUnits": {}, |
| 8831 "preserveAspectRatio": { |
| 8832 "support_level": "untriaged" |
| 8833 }, |
| 8834 "requiredExtensions": { |
| 8835 "support_level": "untriaged" |
| 8836 }, |
| 8837 "requiredFeatures": { |
| 8838 "support_level": "untriaged" |
| 8839 }, |
| 8840 "systemLanguage": { |
| 8841 "support_level": "untriaged" |
| 8842 }, |
| 8843 "viewBox": { |
| 8844 "support_level": "untriaged" |
| 8845 }, |
| 8846 "width": {}, |
| 8847 "x": {}, |
| 8848 "xmllang": { |
| 8849 "support_level": "untriaged" |
| 8850 }, |
| 8851 "xmlspace": { |
| 8852 "support_level": "untriaged" |
| 8853 }, |
| 8854 "y": {} |
| 8855 }, |
| 8856 "support_level": "stable" |
| 8857 }, |
| 8858 "SVGPoint": { |
| 8859 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPoint", |
| 8860 "dart_action": "unstable", |
| 8861 "members": { |
| 8862 "matrixTransform": {}, |
| 8863 "x": {}, |
| 8864 "y": {} |
| 8865 }, |
| 8866 "support_level": "stable" |
| 8867 }, |
| 8868 "SVGPointList": { |
| 8869 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPointList", |
| 8870 "dart_action": "unstable", |
| 8871 "members": { |
| 8872 "appendItem": {}, |
| 8873 "clear": {}, |
| 8874 "getItem": {}, |
| 8875 "initialize": {}, |
| 8876 "insertItemBefore": {}, |
| 8877 "numberOfItems": {}, |
| 8878 "removeItem": {}, |
| 8879 "replaceItem": {} |
| 8880 }, |
| 8881 "support_level": "stable" |
| 8882 }, |
| 8883 "SVGPolygonElement": { |
| 8884 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolygonElement"
, |
| 8885 "dart_action": "unstable", |
| 8886 "members": { |
| 8887 "SVGPolygonElement": {}, |
| 8888 "animatedPoints": {}, |
| 8889 "externalResourcesRequired": { |
| 8890 "support_level": "untriaged" |
| 8891 }, |
| 8892 "farthestViewportElement": { |
| 8893 "support_level": "untriaged" |
| 8894 }, |
| 8895 "getBBox": { |
| 8896 "support_level": "untriaged" |
| 8897 }, |
| 8898 "getCTM": { |
| 8899 "support_level": "untriaged" |
| 8900 }, |
| 8901 "getScreenCTM": { |
| 8902 "support_level": "untriaged" |
| 8903 }, |
| 8904 "getTransformToElement": { |
| 8905 "support_level": "untriaged" |
| 8906 }, |
| 8907 "hasExtension": { |
| 8908 "support_level": "untriaged" |
| 8909 }, |
| 8910 "nearestViewportElement": { |
| 8911 "support_level": "untriaged" |
| 8912 }, |
| 8913 "points": {}, |
| 8914 "requiredExtensions": { |
| 8915 "support_level": "untriaged" |
| 8916 }, |
| 8917 "requiredFeatures": { |
| 8918 "support_level": "untriaged" |
| 8919 }, |
| 8920 "systemLanguage": { |
| 8921 "support_level": "untriaged" |
| 8922 }, |
| 8923 "transform": { |
| 8924 "support_level": "untriaged" |
| 8925 }, |
| 8926 "xmllang": { |
| 8927 "support_level": "untriaged" |
| 8928 }, |
| 8929 "xmlspace": { |
| 8930 "support_level": "untriaged" |
| 8931 } |
| 8932 }, |
| 8933 "support_level": "stable" |
| 8934 }, |
| 8935 "SVGPolylineElement": { |
| 8936 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolylineElement
", |
| 8937 "dart_action": "unstable", |
| 8938 "members": { |
| 8939 "SVGPolylineElement": {}, |
| 8940 "animatedPoints": {}, |
| 8941 "externalResourcesRequired": { |
| 8942 "support_level": "untriaged" |
| 8943 }, |
| 8944 "farthestViewportElement": { |
| 8945 "support_level": "untriaged" |
| 8946 }, |
| 8947 "getBBox": { |
| 8948 "support_level": "untriaged" |
| 8949 }, |
| 8950 "getCTM": { |
| 8951 "support_level": "untriaged" |
| 8952 }, |
| 8953 "getScreenCTM": { |
| 8954 "support_level": "untriaged" |
| 8955 }, |
| 8956 "getTransformToElement": { |
| 8957 "support_level": "untriaged" |
| 8958 }, |
| 8959 "hasExtension": { |
| 8960 "support_level": "untriaged" |
| 8961 }, |
| 8962 "nearestViewportElement": { |
| 8963 "support_level": "untriaged" |
| 8964 }, |
| 8965 "points": {}, |
| 8966 "requiredExtensions": { |
| 8967 "support_level": "untriaged" |
| 8968 }, |
| 8969 "requiredFeatures": { |
| 8970 "support_level": "untriaged" |
| 8971 }, |
| 8972 "systemLanguage": { |
| 8973 "support_level": "untriaged" |
| 8974 }, |
| 8975 "transform": { |
| 8976 "support_level": "untriaged" |
| 8977 }, |
| 8978 "xmllang": { |
| 8979 "support_level": "untriaged" |
| 8980 }, |
| 8981 "xmlspace": { |
| 8982 "support_level": "untriaged" |
| 8983 } |
| 8984 }, |
| 8985 "support_level": "stable" |
| 8986 }, |
| 8987 "SVGPreserveAspectRatio": { |
| 8988 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPreserveAspectR
atio", |
| 8989 "dart_action": "unstable", |
| 8990 "members": { |
| 8991 "SVG_MEETORSLICE_MEET": {}, |
| 8992 "SVG_MEETORSLICE_SLICE": {}, |
| 8993 "SVG_MEETORSLICE_UNKNOWN": {}, |
| 8994 "SVG_PRESERVEASPECTRATIO_NONE": {}, |
| 8995 "SVG_PRESERVEASPECTRATIO_UNKNOWN": {}, |
| 8996 "SVG_PRESERVEASPECTRATIO_XMAXYMAX": {}, |
| 8997 "SVG_PRESERVEASPECTRATIO_XMAXYMID": {}, |
| 8998 "SVG_PRESERVEASPECTRATIO_XMAXYMIN": {}, |
| 8999 "SVG_PRESERVEASPECTRATIO_XMIDYMAX": {}, |
| 9000 "SVG_PRESERVEASPECTRATIO_XMIDYMID": {}, |
| 9001 "SVG_PRESERVEASPECTRATIO_XMIDYMIN": {}, |
| 9002 "SVG_PRESERVEASPECTRATIO_XMINYMAX": {}, |
| 9003 "SVG_PRESERVEASPECTRATIO_XMINYMID": {}, |
| 9004 "SVG_PRESERVEASPECTRATIO_XMINYMIN": {}, |
| 9005 "align": {}, |
| 9006 "meetOrSlice": {} |
| 9007 }, |
| 9008 "support_level": "stable" |
| 9009 }, |
| 9010 "SVGRadialGradientElement": { |
| 9011 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGRadialGradien
tElement", |
| 9012 "dart_action": "unstable", |
| 9013 "members": { |
| 9014 "SVGRadialGradientElement": {}, |
| 9015 "cx": {}, |
| 9016 "cy": {}, |
| 9017 "fr": {}, |
| 9018 "fx": {}, |
| 9019 "fy": {}, |
| 9020 "r": {} |
| 9021 }, |
| 9022 "support_level": "stable" |
| 9023 }, |
| 9024 "SVGRect": { |
| 9025 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGRect", |
| 9026 "dart_action": "unstable", |
| 9027 "members": { |
| 9028 "height": {}, |
| 9029 "width": {}, |
| 9030 "x": {}, |
| 9031 "y": {} |
| 9032 }, |
| 9033 "support_level": "stable" |
| 9034 }, |
| 9035 "SVGRectElement": { |
| 9036 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGRectElement", |
| 9037 "dart_action": "unstable", |
| 9038 "members": { |
| 9039 "SVGRectElement": {}, |
| 9040 "externalResourcesRequired": { |
| 9041 "support_level": "untriaged" |
| 9042 }, |
| 9043 "farthestViewportElement": { |
| 9044 "support_level": "untriaged" |
| 9045 }, |
| 9046 "getBBox": { |
| 9047 "support_level": "untriaged" |
| 9048 }, |
| 9049 "getCTM": { |
| 9050 "support_level": "untriaged" |
| 9051 }, |
| 9052 "getScreenCTM": { |
| 9053 "support_level": "untriaged" |
| 9054 }, |
| 9055 "getTransformToElement": { |
| 9056 "support_level": "untriaged" |
| 9057 }, |
| 9058 "hasExtension": { |
| 9059 "support_level": "untriaged" |
| 9060 }, |
| 9061 "height": {}, |
| 9062 "nearestViewportElement": { |
| 9063 "support_level": "untriaged" |
| 9064 }, |
| 9065 "requiredExtensions": { |
| 9066 "support_level": "untriaged" |
| 9067 }, |
| 9068 "requiredFeatures": { |
| 9069 "support_level": "untriaged" |
| 9070 }, |
| 9071 "rx": {}, |
| 9072 "ry": {}, |
| 9073 "systemLanguage": { |
| 9074 "support_level": "untriaged" |
| 9075 }, |
| 9076 "transform": { |
| 9077 "support_level": "untriaged" |
| 9078 }, |
| 9079 "width": {}, |
| 9080 "x": {}, |
| 9081 "xmllang": { |
| 9082 "support_level": "untriaged" |
| 9083 }, |
| 9084 "xmlspace": { |
| 9085 "support_level": "untriaged" |
| 9086 }, |
| 9087 "y": {} |
| 9088 }, |
| 9089 "support_level": "stable" |
| 9090 }, |
| 9091 "SVGRenderingIntent": { |
| 9092 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGRenderingIntent"
, |
| 9093 "dart_action": "unstable", |
| 9094 "members": { |
| 9095 "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC": {}, |
| 9096 "RENDERING_INTENT_AUTO": {}, |
| 9097 "RENDERING_INTENT_PERCEPTUAL": {}, |
| 9098 "RENDERING_INTENT_RELATIVE_COLORIMETRIC": {}, |
| 9099 "RENDERING_INTENT_SATURATION": {}, |
| 9100 "RENDERING_INTENT_UNKNOWN": {} |
| 9101 }, |
| 9102 "support_level": "stable" |
| 9103 }, |
| 9104 "SVGSVGElement": { |
| 9105 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSVGElement", |
| 9106 "dart_action": "unstable", |
| 9107 "members": { |
| 9108 "animationsPaused": {}, |
| 9109 "checkEnclosure": {}, |
| 9110 "checkIntersection": {}, |
| 9111 "contentScriptType": {}, |
| 9112 "contentStyleType": {}, |
| 9113 "createSVGAngle": {}, |
| 9114 "createSVGLength": {}, |
| 9115 "createSVGMatrix": {}, |
| 9116 "createSVGNumber": {}, |
| 9117 "createSVGPoint": {}, |
| 9118 "createSVGRect": {}, |
| 9119 "createSVGTransform": {}, |
| 9120 "createSVGTransformFromMatrix": {}, |
| 9121 "currentScale": {}, |
| 9122 "currentTranslate": {}, |
| 9123 "currentView": {}, |
| 9124 "deselectAll": {}, |
| 9125 "externalResourcesRequired": { |
| 9126 "support_level": "untriaged" |
| 9127 }, |
| 9128 "farthestViewportElement": { |
| 9129 "support_level": "untriaged" |
| 9130 }, |
| 9131 "forceRedraw": {}, |
| 9132 "getBBox": { |
| 9133 "support_level": "untriaged" |
| 9134 }, |
| 9135 "getCTM": { |
| 9136 "support_level": "untriaged" |
| 9137 }, |
| 9138 "getCurrentTime": {}, |
| 9139 "getElementById": {}, |
| 9140 "getEnclosureList": {}, |
| 9141 "getIntersectionList": {}, |
| 9142 "getScreenCTM": { |
| 9143 "support_level": "untriaged" |
| 9144 }, |
| 9145 "getTransformToElement": { |
| 9146 "support_level": "untriaged" |
| 9147 }, |
| 9148 "hasExtension": { |
| 9149 "support_level": "untriaged" |
| 9150 }, |
| 9151 "height": {}, |
| 9152 "nearestViewportElement": { |
| 9153 "support_level": "untriaged" |
| 9154 }, |
| 9155 "pauseAnimations": {}, |
| 9156 "pixelUnitToMillimeterX": {}, |
| 9157 "pixelUnitToMillimeterY": {}, |
| 9158 "preserveAspectRatio": { |
| 9159 "support_level": "untriaged" |
| 9160 }, |
| 9161 "requiredExtensions": { |
| 9162 "support_level": "untriaged" |
| 9163 }, |
| 9164 "requiredFeatures": { |
| 9165 "support_level": "untriaged" |
| 9166 }, |
| 9167 "screenPixelToMillimeterX": {}, |
| 9168 "screenPixelToMillimeterY": {}, |
| 9169 "setCurrentTime": {}, |
| 9170 "suspendRedraw": {}, |
| 9171 "systemLanguage": { |
| 9172 "support_level": "untriaged" |
| 9173 }, |
| 9174 "transform": { |
| 9175 "support_level": "untriaged" |
| 9176 }, |
| 9177 "unpauseAnimations": {}, |
| 9178 "unsuspendRedraw": {}, |
| 9179 "unsuspendRedrawAll": {}, |
| 9180 "useCurrentView": {}, |
| 9181 "viewBox": { |
| 9182 "support_level": "untriaged" |
| 9183 }, |
| 9184 "viewport": {}, |
| 9185 "width": {}, |
| 9186 "x": {}, |
| 9187 "xmllang": { |
| 9188 "support_level": "untriaged" |
| 9189 }, |
| 9190 "xmlspace": { |
| 9191 "support_level": "untriaged" |
| 9192 }, |
| 9193 "y": {}, |
| 9194 "zoomAndPan": { |
| 9195 "support_level": "untriaged" |
| 9196 } |
| 9197 }, |
| 9198 "support_level": "stable" |
| 9199 }, |
| 9200 "SVGScriptElement": { |
| 9201 "comment": "http://www.w3.org/TR/SVG/script.html#InterfaceSVGScriptElement", |
| 9202 "dart_action": "unstable", |
| 9203 "members": { |
| 9204 "SVGScriptElement": {}, |
| 9205 "externalResourcesRequired": { |
| 9206 "support_level": "untriaged" |
| 9207 }, |
| 9208 "href": { |
| 9209 "support_level": "untriaged" |
| 9210 }, |
| 9211 "type": {} |
| 9212 }, |
| 9213 "support_level": "stable" |
| 9214 }, |
| 9215 "SVGSetElement": { |
| 9216 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGSetElement", |
| 9217 "dart_action": "unstable", |
| 9218 "members": { |
| 9219 "SVGSetElement": {} |
| 9220 }, |
| 9221 "support_level": "stable" |
| 9222 }, |
| 9223 "SVGStopElement": { |
| 9224 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGStopElement", |
| 9225 "dart_action": "unstable", |
| 9226 "members": { |
| 9227 "SVGStopElement": {}, |
| 9228 "offset": {} |
| 9229 }, |
| 9230 "support_level": "stable" |
| 9231 }, |
| 9232 "SVGStringList": { |
| 9233 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStringList", |
| 9234 "dart_action": "unstable", |
| 9235 "members": { |
| 9236 "appendItem": {}, |
| 9237 "clear": {}, |
| 9238 "getItem": {}, |
| 9239 "initialize": {}, |
| 9240 "insertItemBefore": {}, |
| 9241 "numberOfItems": {}, |
| 9242 "removeItem": {}, |
| 9243 "replaceItem": {} |
| 9244 }, |
| 9245 "support_level": "stable" |
| 9246 }, |
| 9247 "SVGStyleElement": { |
| 9248 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable", |
| 9249 "dart_action": "experimental", |
| 9250 "members": { |
| 9251 "SVGStyleElement": {}, |
| 9252 "disabled": {}, |
| 9253 "media": {}, |
| 9254 "title": {}, |
| 9255 "type": {}, |
| 9256 "xmllang": { |
| 9257 "support_level": "untriaged" |
| 9258 }, |
| 9259 "xmlspace": { |
| 9260 "support_level": "untriaged" |
| 9261 } |
| 9262 }, |
| 9263 "support_level": "nonstandard" |
| 9264 }, |
| 9265 "SVGStyledElement": { |
| 9266 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable (SVGSty
lable)", |
| 9267 "dart_action": "unstable", |
| 9268 "members": { |
| 9269 "className": {}, |
| 9270 "getPresentationAttribute": {}, |
| 9271 "style": {} |
| 9272 }, |
| 9273 "support_level": "experimental" |
| 9274 }, |
| 9275 "SVGSwitchElement": { |
| 9276 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSwitchElement", |
| 9277 "dart_action": "unstable", |
| 9278 "members": { |
| 9279 "SVGSwitchElement": {}, |
| 9280 "externalResourcesRequired": { |
| 9281 "support_level": "untriaged" |
| 9282 }, |
| 9283 "farthestViewportElement": { |
| 9284 "support_level": "untriaged" |
| 9285 }, |
| 9286 "getBBox": { |
| 9287 "support_level": "untriaged" |
| 9288 }, |
| 9289 "getCTM": { |
| 9290 "support_level": "untriaged" |
| 9291 }, |
| 9292 "getScreenCTM": { |
| 9293 "support_level": "untriaged" |
| 9294 }, |
| 9295 "getTransformToElement": { |
| 9296 "support_level": "untriaged" |
| 9297 }, |
| 9298 "hasExtension": { |
| 9299 "support_level": "untriaged" |
| 9300 }, |
| 9301 "nearestViewportElement": { |
| 9302 "support_level": "untriaged" |
| 9303 }, |
| 9304 "requiredExtensions": { |
| 9305 "support_level": "untriaged" |
| 9306 }, |
| 9307 "requiredFeatures": { |
| 9308 "support_level": "untriaged" |
| 9309 }, |
| 9310 "systemLanguage": { |
| 9311 "support_level": "untriaged" |
| 9312 }, |
| 9313 "transform": { |
| 9314 "support_level": "untriaged" |
| 9315 }, |
| 9316 "xmllang": { |
| 9317 "support_level": "untriaged" |
| 9318 }, |
| 9319 "xmlspace": { |
| 9320 "support_level": "untriaged" |
| 9321 } |
| 9322 }, |
| 9323 "support_level": "stable" |
| 9324 }, |
| 9325 "SVGSymbolElement": { |
| 9326 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSymbolElement", |
| 9327 "dart_action": "unstable", |
| 9328 "members": { |
| 9329 "SVGSymbolElement": {}, |
| 9330 "externalResourcesRequired": { |
| 9331 "support_level": "untriaged" |
| 9332 }, |
| 9333 "preserveAspectRatio": { |
| 9334 "support_level": "untriaged" |
| 9335 }, |
| 9336 "viewBox": { |
| 9337 "support_level": "untriaged" |
| 9338 }, |
| 9339 "xmllang": { |
| 9340 "support_level": "untriaged" |
| 9341 }, |
| 9342 "xmlspace": { |
| 9343 "support_level": "untriaged" |
| 9344 } |
| 9345 }, |
| 9346 "support_level": "stable" |
| 9347 }, |
| 9348 "SVGTRefElement": { |
| 9349 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTRefElement", |
| 9350 "dart_action": "unstable", |
| 9351 "members": { |
| 9352 "SVGTRefElement": {} |
| 9353 }, |
| 9354 "support_level": "stable" |
| 9355 }, |
| 9356 "SVGTSpanElement": { |
| 9357 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTSpanElement", |
| 9358 "dart_action": "unstable", |
| 9359 "members": { |
| 9360 "SVGTSpanElement": {} |
| 9361 }, |
| 9362 "support_level": "stable" |
| 9363 }, |
| 9364 "SVGTests": { |
| 9365 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests", |
| 9366 "dart_action": "unstable", |
| 9367 "members": { |
| 9368 "hasExtension": {}, |
| 9369 "requiredExtensions": {}, |
| 9370 "requiredFeatures": {}, |
| 9371 "systemLanguage": {} |
| 9372 }, |
| 9373 "support_level": "stable" |
| 9374 }, |
| 9375 "SVGTextContentElement": { |
| 9376 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextContentElemen
t", |
| 9377 "dart_action": "unstable", |
| 9378 "members": { |
| 9379 "LENGTHADJUST_SPACING": {}, |
| 9380 "LENGTHADJUST_SPACINGANDGLYPHS": {}, |
| 9381 "LENGTHADJUST_UNKNOWN": {}, |
| 9382 "externalResourcesRequired": { |
| 9383 "support_level": "untriaged" |
| 9384 }, |
| 9385 "getCharNumAtPosition": {}, |
| 9386 "getComputedTextLength": {}, |
| 9387 "getEndPositionOfChar": {}, |
| 9388 "getExtentOfChar": {}, |
| 9389 "getNumberOfChars": {}, |
| 9390 "getRotationOfChar": {}, |
| 9391 "getStartPositionOfChar": {}, |
| 9392 "getSubStringLength": {}, |
| 9393 "hasExtension": { |
| 9394 "support_level": "untriaged" |
| 9395 }, |
| 9396 "lengthAdjust": {}, |
| 9397 "requiredExtensions": { |
| 9398 "support_level": "untriaged" |
| 9399 }, |
| 9400 "requiredFeatures": { |
| 9401 "support_level": "untriaged" |
| 9402 }, |
| 9403 "selectSubString": {}, |
| 9404 "systemLanguage": { |
| 9405 "support_level": "untriaged" |
| 9406 }, |
| 9407 "textLength": {}, |
| 9408 "xmllang": { |
| 9409 "support_level": "untriaged" |
| 9410 }, |
| 9411 "xmlspace": { |
| 9412 "support_level": "untriaged" |
| 9413 } |
| 9414 }, |
| 9415 "support_level": "stable" |
| 9416 }, |
| 9417 "SVGTextElement": { |
| 9418 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement", |
| 9419 "dart_action": "unstable", |
| 9420 "members": { |
| 9421 "SVGTextElement": {}, |
| 9422 "farthestViewportElement": { |
| 9423 "support_level": "untriaged" |
| 9424 }, |
| 9425 "getBBox": { |
| 9426 "support_level": "untriaged" |
| 9427 }, |
| 9428 "getCTM": { |
| 9429 "support_level": "untriaged" |
| 9430 }, |
| 9431 "getScreenCTM": { |
| 9432 "support_level": "untriaged" |
| 9433 }, |
| 9434 "getTransformToElement": { |
| 9435 "support_level": "untriaged" |
| 9436 }, |
| 9437 "nearestViewportElement": { |
| 9438 "support_level": "untriaged" |
| 9439 }, |
| 9440 "transform": { |
| 9441 "support_level": "untriaged" |
| 9442 } |
| 9443 }, |
| 9444 "support_level": "stable" |
| 9445 }, |
| 9446 "SVGTextPathElement": { |
| 9447 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPathElement", |
| 9448 "dart_action": "unstable", |
| 9449 "members": { |
| 9450 "TEXTPATH_METHODTYPE_ALIGN": {}, |
| 9451 "TEXTPATH_METHODTYPE_STRETCH": {}, |
| 9452 "TEXTPATH_METHODTYPE_UNKNOWN": {}, |
| 9453 "TEXTPATH_SPACINGTYPE_AUTO": {}, |
| 9454 "TEXTPATH_SPACINGTYPE_EXACT": {}, |
| 9455 "TEXTPATH_SPACINGTYPE_UNKNOWN": {}, |
| 9456 "href": { |
| 9457 "support_level": "untriaged" |
| 9458 }, |
| 9459 "method": {}, |
| 9460 "spacing": {}, |
| 9461 "startOffset": {} |
| 9462 }, |
| 9463 "support_level": "stable" |
| 9464 }, |
| 9465 "SVGTextPositioningElement": { |
| 9466 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPositioningEl
ement", |
| 9467 "dart_action": "unstable", |
| 9468 "members": { |
| 9469 "dx": {}, |
| 9470 "dy": {}, |
| 9471 "rotate": {}, |
| 9472 "x": {}, |
| 9473 "y": {} |
| 9474 }, |
| 9475 "support_level": "stable" |
| 9476 }, |
| 9477 "SVGTitleElement": { |
| 9478 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGTitleElement", |
| 9479 "dart_action": "unstable", |
| 9480 "members": { |
| 9481 "SVGTitleElement": {}, |
| 9482 "xmllang": { |
| 9483 "support_level": "untriaged" |
| 9484 }, |
| 9485 "xmlspace": { |
| 9486 "support_level": "untriaged" |
| 9487 } |
| 9488 }, |
| 9489 "support_level": "stable" |
| 9490 }, |
| 9491 "SVGTransform": { |
| 9492 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGTransform", |
| 9493 "dart_action": "unstable", |
| 9494 "members": { |
| 9495 "SVG_TRANSFORM_MATRIX": {}, |
| 9496 "SVG_TRANSFORM_ROTATE": {}, |
| 9497 "SVG_TRANSFORM_SCALE": {}, |
| 9498 "SVG_TRANSFORM_SKEWX": {}, |
| 9499 "SVG_TRANSFORM_SKEWY": {}, |
| 9500 "SVG_TRANSFORM_TRANSLATE": {}, |
| 9501 "SVG_TRANSFORM_UNKNOWN": {}, |
| 9502 "angle": {}, |
| 9503 "matrix": {}, |
| 9504 "setMatrix": {}, |
| 9505 "setRotate": {}, |
| 9506 "setScale": {}, |
| 9507 "setSkewX": {}, |
| 9508 "setSkewY": {}, |
| 9509 "setTranslate": {}, |
| 9510 "type": {} |
| 9511 }, |
| 9512 "support_level": "stable" |
| 9513 }, |
| 9514 "SVGTransformList": { |
| 9515 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGTransformList", |
| 9516 "dart_action": "unstable", |
| 9517 "members": { |
| 9518 "appendItem": {}, |
| 9519 "clear": {}, |
| 9520 "consolidate": {}, |
| 9521 "createSVGTransformFromMatrix": {}, |
| 9522 "getItem": {}, |
| 9523 "initialize": {}, |
| 9524 "insertItemBefore": {}, |
| 9525 "numberOfItems": {}, |
| 9526 "removeItem": {}, |
| 9527 "replaceItem": {} |
| 9528 }, |
| 9529 "support_level": "stable" |
| 9530 }, |
| 9531 "SVGTransformable": { |
| 9532 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformable", |
| 9533 "dart_action": "unstable", |
| 9534 "members": { |
| 9535 "farthestViewportElement": { |
| 9536 "support_level": "untriaged" |
| 9537 }, |
| 9538 "getBBox": { |
| 9539 "support_level": "untriaged" |
| 9540 }, |
| 9541 "getCTM": { |
| 9542 "support_level": "untriaged" |
| 9543 }, |
| 9544 "getScreenCTM": { |
| 9545 "support_level": "untriaged" |
| 9546 }, |
| 9547 "getTransformToElement": { |
| 9548 "support_level": "untriaged" |
| 9549 }, |
| 9550 "nearestViewportElement": { |
| 9551 "support_level": "untriaged" |
| 9552 }, |
| 9553 "transform": {} |
| 9554 }, |
| 9555 "support_level": "stable" |
| 9556 }, |
| 9557 "SVGURIReference": { |
| 9558 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference", |
| 9559 "dart_action": "unstable", |
| 9560 "members": { |
| 9561 "href": {} |
| 9562 }, |
| 9563 "support_level": "stable" |
| 9564 }, |
| 9565 "SVGUnitTypes": { |
| 9566 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGUnitTypes", |
| 9567 "dart_action": "unstable", |
| 9568 "members": { |
| 9569 "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX": {}, |
| 9570 "SVG_UNIT_TYPE_UNKNOWN": {}, |
| 9571 "SVG_UNIT_TYPE_USERSPACEONUSE": {} |
| 9572 }, |
| 9573 "support_level": "stable" |
| 9574 }, |
| 9575 "SVGUseElement": { |
| 9576 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGUseElement", |
| 9577 "dart_action": "unstable", |
| 9578 "members": { |
| 9579 "SVGUseElement": {}, |
| 9580 "animatedInstanceRoot": {}, |
| 9581 "externalResourcesRequired": { |
| 9582 "support_level": "untriaged" |
| 9583 }, |
| 9584 "farthestViewportElement": { |
| 9585 "support_level": "untriaged" |
| 9586 }, |
| 9587 "getBBox": { |
| 9588 "support_level": "untriaged" |
| 9589 }, |
| 9590 "getCTM": { |
| 9591 "support_level": "untriaged" |
| 9592 }, |
| 9593 "getScreenCTM": { |
| 9594 "support_level": "untriaged" |
| 9595 }, |
| 9596 "getTransformToElement": { |
| 9597 "support_level": "untriaged" |
| 9598 }, |
| 9599 "hasExtension": { |
| 9600 "support_level": "untriaged" |
| 9601 }, |
| 9602 "height": {}, |
| 9603 "href": { |
| 9604 "support_level": "untriaged" |
| 9605 }, |
| 9606 "instanceRoot": {}, |
| 9607 "nearestViewportElement": { |
| 9608 "support_level": "untriaged" |
| 9609 }, |
| 9610 "requiredExtensions": { |
| 9611 "support_level": "untriaged" |
| 9612 }, |
| 9613 "requiredFeatures": { |
| 9614 "support_level": "untriaged" |
| 9615 }, |
| 9616 "systemLanguage": { |
| 9617 "support_level": "untriaged" |
| 9618 }, |
| 9619 "transform": { |
| 9620 "support_level": "untriaged" |
| 9621 }, |
| 9622 "width": {}, |
| 9623 "x": {}, |
| 9624 "xmllang": { |
| 9625 "support_level": "untriaged" |
| 9626 }, |
| 9627 "xmlspace": { |
| 9628 "support_level": "untriaged" |
| 9629 }, |
| 9630 "y": {} |
| 9631 }, |
| 9632 "support_level": "stable" |
| 9633 }, |
| 9634 "SVGVKernElement": { |
| 9635 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGVKernElement", |
| 9636 "dart_action": "unstable", |
| 9637 "members": { |
| 9638 "SVGVKernElement": {} |
| 9639 }, |
| 9640 "support_level": "stable" |
| 9641 }, |
| 9642 "SVGViewElement": { |
| 9643 "comment": "http://www.w3.org/TR/SVG/linking.html#InterfaceSVGViewElement", |
| 9644 "dart_action": "unstable", |
| 9645 "members": { |
| 9646 "SVGViewElement": {}, |
| 9647 "externalResourcesRequired": { |
| 9648 "support_level": "untriaged" |
| 9649 }, |
| 9650 "preserveAspectRatio": { |
| 9651 "support_level": "untriaged" |
| 9652 }, |
| 9653 "viewBox": { |
| 9654 "support_level": "untriaged" |
| 9655 }, |
| 9656 "viewTarget": {}, |
| 9657 "zoomAndPan": { |
| 9658 "support_level": "untriaged" |
| 9659 } |
| 9660 }, |
| 9661 "support_level": "stable" |
| 9662 }, |
| 9663 "SVGViewSpec": { |
| 9664 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGViewSpec", |
| 9665 "dart_action": "unstable", |
| 9666 "members": { |
| 9667 "preserveAspectRatio": { |
| 9668 "dart_action": "experimental", |
| 9669 "support_level": "nonstandard" |
| 9670 }, |
| 9671 "preserveAspectRatioString": {}, |
| 9672 "transform": {}, |
| 9673 "transformString": {}, |
| 9674 "viewBox": { |
| 9675 "dart_action": "experimental", |
| 9676 "support_level": "nonstandard" |
| 9677 }, |
| 9678 "viewBoxString": {}, |
| 9679 "viewTarget": {}, |
| 9680 "viewTargetString": {}, |
| 9681 "zoomAndPan": { |
| 9682 "dart_action": "experimental", |
| 9683 "support_level": "nonstandard" |
| 9684 } |
| 9685 }, |
| 9686 "support_level": "stable" |
| 9687 }, |
| 9688 "SVGZoomAndPan": { |
| 9689 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGZoomAndPan", |
| 9690 "dart_action": "unstable", |
| 9691 "members": { |
| 9692 "SVG_ZOOMANDPAN_DISABLE": {}, |
| 9693 "SVG_ZOOMANDPAN_MAGNIFY": {}, |
| 9694 "SVG_ZOOMANDPAN_UNKNOWN": {}, |
| 9695 "zoomAndPan": {} |
| 9696 }, |
| 9697 "support_level": "stable" |
| 9698 }, |
| 9699 "SVGZoomEvent": { |
| 9700 "comment": "http://www.w3.org/TR/SVG/script.html#InterfaceSVGZoomEvent", |
| 9701 "dart_action": "unstable", |
| 9702 "members": { |
| 9703 "newScale": {}, |
| 9704 "newTranslate": {}, |
| 9705 "previousScale": {}, |
| 9706 "previousTranslate": {}, |
| 9707 "zoomRectScreen": {} |
| 9708 }, |
| 9709 "support_level": "stable" |
| 9710 }, |
| 9711 "Screen": { |
| 9712 "comment": "http://dev.w3.org/csswg/cssom-view/#the-screen-interface", |
| 9713 "members": { |
| 9714 "availHeight": {}, |
| 9715 "availLeft": { |
| 9716 "dart_action": "experimental", |
| 9717 "support_level": "nonstandard" |
| 9718 }, |
| 9719 "availTop": { |
| 9720 "dart_action": "experimental", |
| 9721 "support_level": "nonstandard" |
| 9722 }, |
| 9723 "availWidth": {}, |
| 9724 "colorDepth": {}, |
| 9725 "height": {}, |
| 9726 "pixelDepth": {}, |
| 9727 "width": {} |
| 9728 }, |
| 9729 "support_level": "stable" |
| 9730 }, |
| 9731 "ScriptProcessorNode": { |
| 9732 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#ScriptProcessorNode", |
| 9733 "members": { |
| 9734 "_setEventListener": { |
| 9735 "support_level": "nonstandard" |
| 9736 }, |
| 9737 "bufferSize": {} |
| 9738 }, |
| 9739 "support_level": "experimental" |
| 9740 }, |
| 9741 "ScriptProfile": { |
| 9742 "dart_action": "suppress", |
| 9743 "members": { |
| 9744 "head": {}, |
| 9745 "idleTime": {}, |
| 9746 "title": {}, |
| 9747 "uid": {} |
| 9748 }, |
| 9749 "support_level": "nonstandard" |
| 9750 }, |
| 9751 "ScriptProfileNode": { |
| 9752 "dart_action": "suppress", |
| 9753 "members": { |
| 9754 "callUID": {}, |
| 9755 "children": {}, |
| 9756 "functionName": {}, |
| 9757 "lineNumber": {}, |
| 9758 "numberOfCalls": {}, |
| 9759 "selfTime": {}, |
| 9760 "totalTime": {}, |
| 9761 "url": {}, |
| 9762 "visible": {} |
| 9763 }, |
| 9764 "support_level": "nonstandard" |
| 9765 }, |
| 9766 "SecurityPolicy": { |
| 9767 "members": {}, |
| 9768 "support_level": "untriaged" |
| 9769 }, |
| 9770 "SecurityPolicyViolationEvent": { |
| 9771 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-
specification.dev.html#securitypolicyviolationevent-events", |
| 9772 "members": { |
| 9773 "blockedURI": {}, |
| 9774 "documentURI": {}, |
| 9775 "effectiveDirective": {}, |
| 9776 "lineNumber": {}, |
| 9777 "originalPolicy": {}, |
| 9778 "referrer": {}, |
| 9779 "sourceFile": {}, |
| 9780 "violatedDirective": {} |
| 9781 }, |
| 9782 "support_level": "experimental" |
| 9783 }, |
| 9784 "Selection": { |
| 9785 "members": {}, |
| 9786 "support_level": "untriaged" |
| 9787 }, |
| 9788 "ShadowRoot": { |
| 9789 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in
dex.html#api-shadow-root", |
| 9790 "members": { |
| 9791 "activeElement": {}, |
| 9792 "applyAuthorStyles": {}, |
| 9793 "cloneNode": {}, |
| 9794 "elementFromPoint": {}, |
| 9795 "getElementById": {}, |
| 9796 "getElementsByClassName": {}, |
| 9797 "getElementsByTagName": {}, |
| 9798 "getElementsByTagNameNS": {}, |
| 9799 "getSelection": {}, |
| 9800 "innerHTML": {}, |
| 9801 "resetStyleInheritance": {} |
| 9802 }, |
| 9803 "support_level": "experimental" |
| 9804 }, |
| 9805 "SharedWorker": { |
| 9806 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#shared-workers-and-the-sharedworker-interface", |
| 9807 "members": { |
| 9808 "SharedWorker": {}, |
| 9809 "port": {} |
| 9810 }, |
| 9811 "support_level": "experimental" |
| 9812 }, |
| 9813 "SharedWorkerContext": { |
| 9814 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#shared-workers-and-the-sharedworkerglobalscope-interface", |
| 9815 "dart_action": "experimental", |
| 9816 "members": { |
| 9817 "name": {}, |
| 9818 "onconnect": {} |
| 9819 }, |
| 9820 "support_level": "nonstandard" |
| 9821 }, |
| 9822 "SourceBuffer": { |
| 9823 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#sourcebuffer", |
| 9824 "members": { |
| 9825 "abort": {}, |
| 9826 "append": { |
| 9827 "support_level": "nonstandard" |
| 9828 }, |
| 9829 "buffered": {}, |
| 9830 "timestampOffset": {} |
| 9831 }, |
| 9832 "support_level": "experimental" |
| 9833 }, |
| 9834 "SourceBufferList": { |
| 9835 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#sourcebufferlist", |
| 9836 "members": { |
| 9837 "addEventListener": {}, |
| 9838 "dispatchEvent": {}, |
| 9839 "item": {}, |
| 9840 "length": {}, |
| 9841 "removeEventListener": {} |
| 9842 }, |
| 9843 "support_level": "experimental" |
| 9844 }, |
| 9845 "SpeechGrammar": { |
| 9846 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#df
n-speechgrammar", |
| 9847 "members": { |
| 9848 "SpeechGrammar": {}, |
| 9849 "src": {}, |
| 9850 "weight": {} |
| 9851 }, |
| 9852 "support_level": "experimental" |
| 9853 }, |
| 9854 "SpeechGrammarList": { |
| 9855 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#df
n-speechgrammarlist", |
| 9856 "members": { |
| 9857 "SpeechGrammarList": {}, |
| 9858 "addFromString": {}, |
| 9859 "addFromUri": {}, |
| 9860 "item": {}, |
| 9861 "length": {} |
| 9862 }, |
| 9863 "support_level": "experimental" |
| 9864 }, |
| 9865 "SpeechInputEvent": { |
| 9866 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb
/att-0020/api-draft.html#speech_input_event_interface", |
| 9867 "members": { |
| 9868 "results": {} |
| 9869 }, |
| 9870 "support_level": "experimental" |
| 9871 }, |
| 9872 "SpeechInputResult": { |
| 9873 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb
/att-0020/api-draft.html#speech_input_result_interface", |
| 9874 "members": { |
| 9875 "confidence": {}, |
| 9876 "utterance": {} |
| 9877 }, |
| 9878 "support_level": "experimental" |
| 9879 }, |
| 9880 "SpeechInputResultList": { |
| 9881 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/2011Feb
/att-0020/api-draft.html#speech_input_result_list_interface", |
| 9882 "members": { |
| 9883 "item": {}, |
| 9884 "length": {} |
| 9885 }, |
| 9886 "support_level": "experimental" |
| 9887 }, |
| 9888 "SpeechRecognition": { |
| 9889 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#sp
eechreco-section", |
| 9890 "members": { |
| 9891 "SpeechRecognition": {}, |
| 9892 "abort": {}, |
| 9893 "addEventListener": {}, |
| 9894 "continuous": {}, |
| 9895 "dispatchEvent": {}, |
| 9896 "grammars": {}, |
| 9897 "interimResults": {}, |
| 9898 "lang": {}, |
| 9899 "maxAlternatives": {}, |
| 9900 "onaudioend": {}, |
| 9901 "onaudiostart": {}, |
| 9902 "onend": {}, |
| 9903 "onerror": {}, |
| 9904 "onnomatch": {}, |
| 9905 "onresult": {}, |
| 9906 "onsoundend": {}, |
| 9907 "onsoundstart": {}, |
| 9908 "onspeechend": {}, |
| 9909 "onspeechstart": {}, |
| 9910 "onstart": {}, |
| 9911 "removeEventListener": {}, |
| 9912 "start": {}, |
| 9913 "stop": {} |
| 9914 }, |
| 9915 "support_level": "experimental" |
| 9916 }, |
| 9917 "SpeechRecognitionAlternative": { |
| 9918 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#sp
eechrecognitionalternative", |
| 9919 "members": { |
| 9920 "confidence": {}, |
| 9921 "transcript": {} |
| 9922 }, |
| 9923 "support_level": "experimental" |
| 9924 }, |
| 9925 "SpeechRecognitionError": { |
| 9926 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#sp
eechreco-error", |
| 9927 "members": { |
| 9928 "error": {}, |
| 9929 "message": {} |
| 9930 }, |
| 9931 "support_level": "experimental" |
| 9932 }, |
| 9933 "SpeechRecognitionEvent": { |
| 9934 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#sp
eechreco-event", |
| 9935 "members": { |
| 9936 "emma": {}, |
| 9937 "interpretation": {}, |
| 9938 "resultIndex": {}, |
| 9939 "results": {} |
| 9940 }, |
| 9941 "support_level": "experimental" |
| 9942 }, |
| 9943 "SpeechRecognitionResult": { |
| 9944 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#sp
eechrecognitionresult", |
| 9945 "members": { |
| 9946 "isFinal": {}, |
| 9947 "item": {}, |
| 9948 "length": {} |
| 9949 }, |
| 9950 "support_level": "experimental" |
| 9951 }, |
| 9952 "SpeechRecognitionResultList": { |
| 9953 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#sp
eechrecognitionresultlist", |
| 9954 "members": { |
| 9955 "item": {}, |
| 9956 "length": {} |
| 9957 }, |
| 9958 "support_level": "experimental" |
| 9959 }, |
| 9960 "Storage": { |
| 9961 "comment": "http://www.w3.org/TR/webstorage/#the-storage-interface", |
| 9962 "dart_action": "unstable", |
| 9963 "members": { |
| 9964 "clear": {}, |
| 9965 "getItem": {}, |
| 9966 "key": {}, |
| 9967 "length": {}, |
| 9968 "removeItem": {}, |
| 9969 "setItem": {} |
| 9970 }, |
| 9971 "support_level": "stable" |
| 9972 }, |
| 9973 "StorageErrorCallback": { |
| 9974 "comment": "http://www.w3.org/TR/quota-api/#storageerrorcallback-callback", |
| 9975 "members": { |
| 9976 "handleEvent": {} |
| 9977 }, |
| 9978 "support_level": "experimental" |
| 9979 }, |
| 9980 "StorageEvent": { |
| 9981 "comment": "http://www.w3.org/TR/webstorage/#the-storage-event", |
| 9982 "dart_action": "unstable", |
| 9983 "members": { |
| 9984 "initStorageEvent": {}, |
| 9985 "key": {}, |
| 9986 "newValue": {}, |
| 9987 "oldValue": {}, |
| 9988 "storageArea": {}, |
| 9989 "url": {} |
| 9990 }, |
| 9991 "support_level": "stable" |
| 9992 }, |
| 9993 "StorageInfo": { |
| 9994 "comment": "http://www.w3.org/TR/file-system-api/", |
| 9995 "members": { |
| 9996 "PERSISTENT": {}, |
| 9997 "TEMPORARY": {}, |
| 9998 "queryUsageAndQuota": {}, |
| 9999 "requestQuota": {} |
| 10000 }, |
| 10001 "support_level": "experimental" |
| 10002 }, |
| 10003 "StorageQuota": { |
| 10004 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageQuota", |
| 10005 "members": { |
| 10006 "queryUsageAndQuota": {}, |
| 10007 "requestQuota": {} |
| 10008 }, |
| 10009 "support_level": "experimental" |
| 10010 }, |
| 10011 "StorageQuotaCallback": { |
| 10012 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageQuotaCallback", |
| 10013 "members": { |
| 10014 "handleEvent": {} |
| 10015 }, |
| 10016 "support_level": "experimental" |
| 10017 }, |
| 10018 "StorageUsageCallback": { |
| 10019 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageUsageCallback", |
| 10020 "members": { |
| 10021 "handleEvent": {} |
| 10022 }, |
| 10023 "support_level": "experimental" |
| 10024 }, |
| 10025 "StringCallback": { |
| 10026 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra
nsferitem-interface", |
| 10027 "members": { |
| 10028 "handleEvent": {} |
| 10029 }, |
| 10030 "support_level": "experimental" |
| 10031 }, |
| 10032 "StyleMedia": { |
| 10033 "comment": "http://developer.apple.com/library/safari/#documentation/SafariD
OMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| 10034 "dart_action": "experimental", |
| 10035 "members": { |
| 10036 "matchMedium": {}, |
| 10037 "type": {} |
| 10038 }, |
| 10039 "support_level": "nonstandard" |
| 10040 }, |
| 10041 "StyleSheet": { |
| 10042 "comment": "http://dev.w3.org/csswg/cssom/#the-stylesheet-interface", |
| 10043 "members": { |
| 10044 "disabled": {}, |
| 10045 "href": {}, |
| 10046 "media": {}, |
| 10047 "ownerNode": {}, |
| 10048 "parentStyleSheet": {}, |
| 10049 "title": {}, |
| 10050 "type": {} |
| 10051 }, |
| 10052 "support_level": "stable" |
| 10053 }, |
| 10054 "StyleSheetList": { |
| 10055 "comment": "http://dev.w3.org/csswg/cssom/#the-stylesheetlist-sequence", |
| 10056 "members": { |
| 10057 "item": {}, |
| 10058 "length": {} |
| 10059 }, |
| 10060 "support_level": "stable" |
| 10061 }, |
| 10062 "Text": { |
| 10063 "comment": "http://dom.spec.whatwg.org/#interface-text", |
| 10064 "members": { |
| 10065 "replaceWholeText": { |
| 10066 "comment": "http://dom.spec.whatwg.org/#dom-text-replacewholetext", |
| 10067 "dart_action": "suppress", |
| 10068 "support_level": "deprecated" |
| 10069 }, |
| 10070 "splitText": {}, |
| 10071 "webkitInsertionParent": { |
| 10072 "comment": "https://www.w3.org/Bugs/Public/show_bug.cgi?id=21067", |
| 10073 "support_level": "experimental" |
| 10074 }, |
| 10075 "wholeText": {} |
| 10076 }, |
| 10077 "support_level": "stable" |
| 10078 }, |
| 10079 "TextEvent": { |
| 10080 "comment": "http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/events.
html#Events-TextEvent", |
| 10081 "dart_action": "unstable", |
| 10082 "members": { |
| 10083 "data": {}, |
| 10084 "initTextEvent": {} |
| 10085 }, |
| 10086 "support_level": "stable" |
| 10087 }, |
| 10088 "TextMetrics": { |
| 10089 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#textmetrics", |
| 10090 "members": { |
| 10091 "width": {} |
| 10092 }, |
| 10093 "support_level": "stable" |
| 10094 }, |
| 10095 "TextTrack": { |
| 10096 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#texttrack", |
| 10097 "members": { |
| 10098 "activeCues": {}, |
| 10099 "addCue": {}, |
| 10100 "addEventListener": {}, |
| 10101 "cues": {}, |
| 10102 "dispatchEvent": {}, |
| 10103 "kind": {}, |
| 10104 "label": {}, |
| 10105 "language": {}, |
| 10106 "mode": {}, |
| 10107 "oncuechange": {}, |
| 10108 "removeCue": {}, |
| 10109 "removeEventListener": {} |
| 10110 }, |
| 10111 "support_level": "experimental" |
| 10112 }, |
| 10113 "TextTrackCue": { |
| 10114 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#texttrackcue", |
| 10115 "members": { |
| 10116 "TextTrackCue": {}, |
| 10117 "addEventListener": {}, |
| 10118 "align": { |
| 10119 "dart_action": "experimental", |
| 10120 "support_level": "nonstandard" |
| 10121 }, |
| 10122 "dispatchEvent": {}, |
| 10123 "endTime": {}, |
| 10124 "getCueAsHTML": { |
| 10125 "dart_action": "experimental", |
| 10126 "support_level": "nonstandard" |
| 10127 }, |
| 10128 "id": {}, |
| 10129 "line": { |
| 10130 "dart_action": "experimental", |
| 10131 "support_level": "nonstandard" |
| 10132 }, |
| 10133 "onenter": {}, |
| 10134 "onexit": {}, |
| 10135 "pauseOnExit": {}, |
| 10136 "position": { |
| 10137 "dart_action": "experimental", |
| 10138 "support_level": "nonstandard" |
| 10139 }, |
| 10140 "removeEventListener": {}, |
| 10141 "size": { |
| 10142 "dart_action": "experimental", |
| 10143 "support_level": "nonstandard" |
| 10144 }, |
| 10145 "snapToLines": { |
| 10146 "dart_action": "experimental", |
| 10147 "support_level": "nonstandard" |
| 10148 }, |
| 10149 "startTime": {}, |
| 10150 "text": { |
| 10151 "dart_action": "experimental", |
| 10152 "support_level": "nonstandard" |
| 10153 }, |
| 10154 "track": {}, |
| 10155 "vertical": { |
| 10156 "dart_action": "experimental", |
| 10157 "support_level": "nonstandard" |
| 10158 } |
| 10159 }, |
| 10160 "support_level": "experimental" |
| 10161 }, |
| 10162 "TextTrackCueList": { |
| 10163 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#texttrackcuelist", |
| 10164 "members": { |
| 10165 "getCueById": {}, |
| 10166 "item": {}, |
| 10167 "length": {} |
| 10168 }, |
| 10169 "support_level": "experimental" |
| 10170 }, |
| 10171 "TextTrackList": { |
| 10172 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#texttracklist", |
| 10173 "members": { |
| 10174 "addEventListener": {}, |
| 10175 "dispatchEvent": {}, |
| 10176 "item": {}, |
| 10177 "length": {}, |
| 10178 "onaddtrack": {}, |
| 10179 "removeEventListener": {} |
| 10180 }, |
| 10181 "support_level": "experimental" |
| 10182 }, |
| 10183 "TimeRanges": { |
| 10184 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#timeranges", |
| 10185 "dart_action": "unstable", |
| 10186 "members": { |
| 10187 "end": {}, |
| 10188 "length": {}, |
| 10189 "start": {} |
| 10190 }, |
| 10191 "support_level": "stable" |
| 10192 }, |
| 10193 "TimeoutHandler": { |
| 10194 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio
n-timers.html#timeouthandler", |
| 10195 "members": { |
| 10196 "handleEvent": {} |
| 10197 }, |
| 10198 "support_level": "stable" |
| 10199 }, |
| 10200 "Touch": { |
| 10201 "comment": "http://www.w3.org/TR/touch-events/", |
| 10202 "members": { |
| 10203 "clientX": {}, |
| 10204 "clientY": {}, |
| 10205 "identifier": {}, |
| 10206 "pageX": {}, |
| 10207 "pageY": {}, |
| 10208 "screenX": {}, |
| 10209 "screenY": {}, |
| 10210 "target": {}, |
| 10211 "webkitForce": { |
| 10212 "support_level": "experimental" |
| 10213 }, |
| 10214 "webkitRadiusX": { |
| 10215 "support_level": "experimental" |
| 10216 }, |
| 10217 "webkitRadiusY": { |
| 10218 "support_level": "experimental" |
| 10219 }, |
| 10220 "webkitRotationAngle": { |
| 10221 "support_level": "experimental" |
| 10222 } |
| 10223 }, |
| 10224 "support_level": "experimental" |
| 10225 }, |
| 10226 "TouchEvent": { |
| 10227 "comment": "http://www.w3.org/TR/touch-events/", |
| 10228 "members": { |
| 10229 "altKey": {}, |
| 10230 "changedTouches": {}, |
| 10231 "ctrlKey": {}, |
| 10232 "initTouchEvent": {}, |
| 10233 "metaKey": {}, |
| 10234 "shiftKey": {}, |
| 10235 "targetTouches": {}, |
| 10236 "touches": {} |
| 10237 }, |
| 10238 "support_level": "experimental" |
| 10239 }, |
| 10240 "TouchList": { |
| 10241 "comment": "http://www.w3.org/TR/touch-events/", |
| 10242 "members": { |
| 10243 "item": {}, |
| 10244 "length": {} |
| 10245 }, |
| 10246 "support_level": "experimental" |
| 10247 }, |
| 10248 "TrackEvent": { |
| 10249 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#trackevent", |
| 10250 "dart_action": "unstable", |
| 10251 "members": { |
| 10252 "track": {} |
| 10253 }, |
| 10254 "support_level": "experimental" |
| 10255 }, |
| 10256 "TransitionEvent": { |
| 10257 "comment": "http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent"
, |
| 10258 "members": { |
| 10259 "elapsedTime": {}, |
| 10260 "propertyName": {}, |
| 10261 "pseudoElement": {} |
| 10262 }, |
| 10263 "support_level": "stable" |
| 10264 }, |
| 10265 "TreeWalker": { |
| 10266 "comment": "http://dom.spec.whatwg.org/#treewalker", |
| 10267 "dart_action": "unstable", |
| 10268 "members": { |
| 10269 "currentNode": {}, |
| 10270 "expandEntityReferences": { |
| 10271 "comment": "http://dom.spec.whatwg.org/#dom-traversal", |
| 10272 "dart_action": "suppress", |
| 10273 "support_level": "deprecated" |
| 10274 }, |
| 10275 "filter": {}, |
| 10276 "firstChild": {}, |
| 10277 "lastChild": {}, |
| 10278 "nextNode": {}, |
| 10279 "nextSibling": {}, |
| 10280 "parentNode": {}, |
| 10281 "previousNode": {}, |
| 10282 "previousSibling": {}, |
| 10283 "root": {}, |
| 10284 "whatToShow": {} |
| 10285 }, |
| 10286 "support_level": "stable" |
| 10287 }, |
| 10288 "UIEvent": { |
| 10289 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Event
s.html#events-UIEvent", |
| 10290 "members": { |
| 10291 "charCode": { |
| 10292 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#legacy-key-attributes", |
| 10293 "dart_action": "unstable", |
| 10294 "support_level": "deprecated" |
| 10295 }, |
| 10296 "detail": {}, |
| 10297 "initUIEvent": {}, |
| 10298 "keyCode": { |
| 10299 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#legacy-key-attributes", |
| 10300 "dart_action": "unstable", |
| 10301 "support_level": "deprecated" |
| 10302 }, |
| 10303 "layerX": { |
| 10304 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#events-mouseevents", |
| 10305 "dart_action": "experimental", |
| 10306 "support_level": "nonstandard" |
| 10307 }, |
| 10308 "layerY": { |
| 10309 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#events-mouseevents", |
| 10310 "dart_action": "experimental", |
| 10311 "support_level": "nonstandard" |
| 10312 }, |
| 10313 "pageX": { |
| 10314 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#events-mouseevents", |
| 10315 "dart_action": "experimental", |
| 10316 "support_level": "nonstandard" |
| 10317 }, |
| 10318 "pageY": { |
| 10319 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#events-mouseevents", |
| 10320 "dart_action": "experimental", |
| 10321 "support_level": "nonstandard" |
| 10322 }, |
| 10323 "view": {}, |
| 10324 "which": { |
| 10325 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#legacy-key-attributes", |
| 10326 "dart_action": "unstable", |
| 10327 "support_level": "deprecated" |
| 10328 } |
| 10329 }, |
| 10330 "support_level": "stable" |
| 10331 }, |
| 10332 "URL": { |
| 10333 "members": {}, |
| 10334 "support_level": "untriaged" |
| 10335 }, |
| 10336 "Uint16Array": { |
| 10337 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 10338 "members": { |
| 10339 "BYTES_PER_ELEMENT": {}, |
| 10340 "length": {}, |
| 10341 "setElements": {}, |
| 10342 "subarray": {} |
| 10343 }, |
| 10344 "support_level": "stable" |
| 10345 }, |
| 10346 "Uint32Array": { |
| 10347 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 10348 "members": { |
| 10349 "BYTES_PER_ELEMENT": {}, |
| 10350 "length": {}, |
| 10351 "setElements": {}, |
| 10352 "subarray": {} |
| 10353 }, |
| 10354 "support_level": "stable" |
| 10355 }, |
| 10356 "Uint8Array": { |
| 10357 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 10358 "members": { |
| 10359 "BYTES_PER_ELEMENT": {}, |
| 10360 "length": {}, |
| 10361 "setElements": {}, |
| 10362 "subarray": {} |
| 10363 }, |
| 10364 "support_level": "stable" |
| 10365 }, |
| 10366 "Uint8ClampedArray": { |
| 10367 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 10368 "members": { |
| 10369 "length": {}, |
| 10370 "setElements": {}, |
| 10371 "subarray": {} |
| 10372 }, |
| 10373 "support_level": "stable" |
| 10374 }, |
| 10375 "ValidityState": { |
| 10376 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/asso
ciation-of-controls-and-forms.html#validitystate", |
| 10377 "members": { |
| 10378 "badInput": {}, |
| 10379 "customError": {}, |
| 10380 "patternMismatch": {}, |
| 10381 "rangeOverflow": {}, |
| 10382 "rangeUnderflow": {}, |
| 10383 "stepMismatch": {}, |
| 10384 "tooLong": {}, |
| 10385 "typeMismatch": {}, |
| 10386 "valid": {}, |
| 10387 "valueMissing": {} |
| 10388 }, |
| 10389 "support_level": "stable" |
| 10390 }, |
| 10391 "VoidCallback": { |
| 10392 "comment": "http://www.w3.org/TR/file-system-api/#the-voidcallback-interface
", |
| 10393 "members": { |
| 10394 "handleEvent": {} |
| 10395 }, |
| 10396 "support_level": "experimental" |
| 10397 }, |
| 10398 "WaveShaperNode": { |
| 10399 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#dfn-WaveShaperNode", |
| 10400 "members": { |
| 10401 "curve": {} |
| 10402 }, |
| 10403 "support_level": "experimental" |
| 10404 }, |
| 10405 "WaveTable": { |
| 10406 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification
.html#WaveTable-section", |
| 10407 "members": {}, |
| 10408 "support_level": "experimental" |
| 10409 }, |
| 10410 "WebGLActiveInfo": { |
| 10411 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.11", |
| 10412 "dart_action": "unstable", |
| 10413 "members": { |
| 10414 "name": {}, |
| 10415 "size": {}, |
| 10416 "type": {} |
| 10417 }, |
| 10418 "support_level": "stable" |
| 10419 }, |
| 10420 "WebGLBuffer": { |
| 10421 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.4", |
| 10422 "dart_action": "unstable", |
| 10423 "members": {}, |
| 10424 "support_level": "stable" |
| 10425 }, |
| 10426 "WebGLCompressedTextureATC": { |
| 10427 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_compresse
d_texture_atc/", |
| 10428 "members": { |
| 10429 "COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL": {}, |
| 10430 "COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL": {}, |
| 10431 "COMPRESSED_RGB_ATC_WEBGL": {} |
| 10432 }, |
| 10433 "support_level": "experimental" |
| 10434 }, |
| 10435 "WebGLCompressedTexturePVRTC": { |
| 10436 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_compresse
d_texture_pvrtc/", |
| 10437 "dart_action": "experimental", |
| 10438 "members": { |
| 10439 "COMPRESSED_RGBA_PVRTC_2BPPV1_IMG": {}, |
| 10440 "COMPRESSED_RGBA_PVRTC_4BPPV1_IMG": {}, |
| 10441 "COMPRESSED_RGB_PVRTC_2BPPV1_IMG": {}, |
| 10442 "COMPRESSED_RGB_PVRTC_4BPPV1_IMG": {} |
| 10443 }, |
| 10444 "support_level": "experimental" |
| 10445 }, |
| 10446 "WebGLCompressedTextureS3TC": { |
| 10447 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_compresse
d_texture_s3tc/", |
| 10448 "dart_action": "experimental", |
| 10449 "members": { |
| 10450 "COMPRESSED_RGBA_S3TC_DXT1_EXT": {}, |
| 10451 "COMPRESSED_RGBA_S3TC_DXT3_EXT": {}, |
| 10452 "COMPRESSED_RGBA_S3TC_DXT5_EXT": {}, |
| 10453 "COMPRESSED_RGB_S3TC_DXT1_EXT": {} |
| 10454 }, |
| 10455 "support_level": "experimental" |
| 10456 }, |
| 10457 "WebGLContextAttributes": { |
| 10458 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.2", |
| 10459 "dart_action": "unstable", |
| 10460 "members": { |
| 10461 "alpha": {}, |
| 10462 "antialias": {}, |
| 10463 "depth": {}, |
| 10464 "premultipliedAlpha": {}, |
| 10465 "preserveDrawingBuffer": {}, |
| 10466 "stencil": {} |
| 10467 }, |
| 10468 "support_level": "stable" |
| 10469 }, |
| 10470 "WebGLContextEvent": { |
| 10471 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#WEBGLCONTEXT
EVENT", |
| 10472 "dart_action": "unstable", |
| 10473 "members": { |
| 10474 "statusMessage": {} |
| 10475 }, |
| 10476 "support_level": "stable" |
| 10477 }, |
| 10478 "WebGLDebugRendererInfo": { |
| 10479 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_ren
derer_info/", |
| 10480 "dart_action": "experimental", |
| 10481 "members": { |
| 10482 "UNMASKED_RENDERER_WEBGL": {}, |
| 10483 "UNMASKED_VENDOR_WEBGL": {} |
| 10484 }, |
| 10485 "support_level": "experimental" |
| 10486 }, |
| 10487 "WebGLDebugShaders": { |
| 10488 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_debug_sha
ders/", |
| 10489 "dart_action": "experimental", |
| 10490 "members": { |
| 10491 "getTranslatedShaderSource": {} |
| 10492 }, |
| 10493 "support_level": "experimental" |
| 10494 }, |
| 10495 "WebGLDepthTexture": { |
| 10496 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_tex
ture/", |
| 10497 "dart_action": "experimental", |
| 10498 "members": { |
| 10499 "UNSIGNED_INT_24_8_WEBGL": {} |
| 10500 }, |
| 10501 "support_level": "experimental" |
| 10502 }, |
| 10503 "WebGLFramebuffer": { |
| 10504 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.5", |
| 10505 "dart_action": "unstable", |
| 10506 "members": {}, |
| 10507 "support_level": "stable" |
| 10508 }, |
| 10509 "WebGLLoseContext": { |
| 10510 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_cont
ext/", |
| 10511 "members": { |
| 10512 "loseContext": {}, |
| 10513 "restoreContext": {} |
| 10514 }, |
| 10515 "support_level": "experimental" |
| 10516 }, |
| 10517 "WebGLProgram": { |
| 10518 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.6", |
| 10519 "dart_action": "unstable", |
| 10520 "members": {}, |
| 10521 "support_level": "stable" |
| 10522 }, |
| 10523 "WebGLRenderbuffer": { |
| 10524 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.7", |
| 10525 "dart_action": "unstable", |
| 10526 "members": {}, |
| 10527 "support_level": "stable" |
| 10528 }, |
| 10529 "WebGLRenderingContext": { |
| 10530 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.14", |
| 10531 "dart_action": "unstable", |
| 10532 "members": { |
| 10533 "ACTIVE_ATTRIBUTES": {}, |
| 10534 "ACTIVE_TEXTURE": {}, |
| 10535 "ACTIVE_UNIFORMS": {}, |
| 10536 "ALIASED_LINE_WIDTH_RANGE": {}, |
| 10537 "ALIASED_POINT_SIZE_RANGE": {}, |
| 10538 "ALPHA": {}, |
| 10539 "ALPHA_BITS": {}, |
| 10540 "ALWAYS": {}, |
| 10541 "ARRAY_BUFFER": {}, |
| 10542 "ARRAY_BUFFER_BINDING": {}, |
| 10543 "ATTACHED_SHADERS": {}, |
| 10544 "BACK": {}, |
| 10545 "BLEND": {}, |
| 10546 "BLEND_COLOR": {}, |
| 10547 "BLEND_DST_ALPHA": {}, |
| 10548 "BLEND_DST_RGB": {}, |
| 10549 "BLEND_EQUATION": {}, |
| 10550 "BLEND_EQUATION_ALPHA": {}, |
| 10551 "BLEND_EQUATION_RGB": {}, |
| 10552 "BLEND_SRC_ALPHA": {}, |
| 10553 "BLEND_SRC_RGB": {}, |
| 10554 "BLUE_BITS": {}, |
| 10555 "BOOL": {}, |
| 10556 "BOOL_VEC2": {}, |
| 10557 "BOOL_VEC3": {}, |
| 10558 "BOOL_VEC4": {}, |
| 10559 "BROWSER_DEFAULT_WEBGL": {}, |
| 10560 "BUFFER_SIZE": {}, |
| 10561 "BUFFER_USAGE": {}, |
| 10562 "BYTE": {}, |
| 10563 "CCW": {}, |
| 10564 "CLAMP_TO_EDGE": {}, |
| 10565 "COLOR_ATTACHMENT0": {}, |
| 10566 "COLOR_BUFFER_BIT": {}, |
| 10567 "COLOR_CLEAR_VALUE": {}, |
| 10568 "COLOR_WRITEMASK": {}, |
| 10569 "COMPILE_STATUS": {}, |
| 10570 "COMPRESSED_TEXTURE_FORMATS": {}, |
| 10571 "CONSTANT_ALPHA": {}, |
| 10572 "CONSTANT_COLOR": {}, |
| 10573 "CONTEXT_LOST_WEBGL": {}, |
| 10574 "CULL_FACE": {}, |
| 10575 "CULL_FACE_MODE": {}, |
| 10576 "CURRENT_PROGRAM": {}, |
| 10577 "CURRENT_VERTEX_ATTRIB": {}, |
| 10578 "CW": {}, |
| 10579 "DECR": {}, |
| 10580 "DECR_WRAP": {}, |
| 10581 "DELETE_STATUS": {}, |
| 10582 "DEPTH_ATTACHMENT": {}, |
| 10583 "DEPTH_BITS": {}, |
| 10584 "DEPTH_BUFFER_BIT": {}, |
| 10585 "DEPTH_CLEAR_VALUE": {}, |
| 10586 "DEPTH_COMPONENT": {}, |
| 10587 "DEPTH_COMPONENT16": {}, |
| 10588 "DEPTH_FUNC": {}, |
| 10589 "DEPTH_RANGE": {}, |
| 10590 "DEPTH_STENCIL": {}, |
| 10591 "DEPTH_STENCIL_ATTACHMENT": {}, |
| 10592 "DEPTH_TEST": {}, |
| 10593 "DEPTH_WRITEMASK": {}, |
| 10594 "DITHER": {}, |
| 10595 "DONT_CARE": {}, |
| 10596 "DST_ALPHA": {}, |
| 10597 "DST_COLOR": {}, |
| 10598 "DYNAMIC_DRAW": {}, |
| 10599 "ELEMENT_ARRAY_BUFFER": {}, |
| 10600 "ELEMENT_ARRAY_BUFFER_BINDING": {}, |
| 10601 "EQUAL": {}, |
| 10602 "FASTEST": {}, |
| 10603 "FLOAT": {}, |
| 10604 "FLOAT_MAT2": {}, |
| 10605 "FLOAT_MAT3": {}, |
| 10606 "FLOAT_MAT4": {}, |
| 10607 "FLOAT_VEC2": {}, |
| 10608 "FLOAT_VEC3": {}, |
| 10609 "FLOAT_VEC4": {}, |
| 10610 "FRAGMENT_SHADER": {}, |
| 10611 "FRAMEBUFFER": {}, |
| 10612 "FRAMEBUFFER_ATTACHMENT_OBJECT_NAME": {}, |
| 10613 "FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE": {}, |
| 10614 "FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE": {}, |
| 10615 "FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL": {}, |
| 10616 "FRAMEBUFFER_BINDING": {}, |
| 10617 "FRAMEBUFFER_COMPLETE": {}, |
| 10618 "FRAMEBUFFER_INCOMPLETE_ATTACHMENT": {}, |
| 10619 "FRAMEBUFFER_INCOMPLETE_DIMENSIONS": {}, |
| 10620 "FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT": {}, |
| 10621 "FRAMEBUFFER_UNSUPPORTED": {}, |
| 10622 "FRONT": {}, |
| 10623 "FRONT_AND_BACK": {}, |
| 10624 "FRONT_FACE": {}, |
| 10625 "FUNC_ADD": {}, |
| 10626 "FUNC_REVERSE_SUBTRACT": {}, |
| 10627 "FUNC_SUBTRACT": {}, |
| 10628 "GENERATE_MIPMAP_HINT": {}, |
| 10629 "GEQUAL": {}, |
| 10630 "GREATER": {}, |
| 10631 "GREEN_BITS": {}, |
| 10632 "HALF_FLOAT_OES": { |
| 10633 "dart_action": "experimental", |
| 10634 "support_level": "nonstandard" |
| 10635 }, |
| 10636 "HIGH_FLOAT": {}, |
| 10637 "HIGH_INT": {}, |
| 10638 "INCR": {}, |
| 10639 "INCR_WRAP": {}, |
| 10640 "INT": {}, |
| 10641 "INT_VEC2": {}, |
| 10642 "INT_VEC3": {}, |
| 10643 "INT_VEC4": {}, |
| 10644 "INVALID_ENUM": {}, |
| 10645 "INVALID_FRAMEBUFFER_OPERATION": {}, |
| 10646 "INVALID_OPERATION": {}, |
| 10647 "INVALID_VALUE": {}, |
| 10648 "INVERT": {}, |
| 10649 "KEEP": {}, |
| 10650 "LEQUAL": {}, |
| 10651 "LESS": {}, |
| 10652 "LINEAR": {}, |
| 10653 "LINEAR_MIPMAP_LINEAR": {}, |
| 10654 "LINEAR_MIPMAP_NEAREST": {}, |
| 10655 "LINES": {}, |
| 10656 "LINE_LOOP": {}, |
| 10657 "LINE_STRIP": {}, |
| 10658 "LINE_WIDTH": {}, |
| 10659 "LINK_STATUS": {}, |
| 10660 "LOW_FLOAT": {}, |
| 10661 "LOW_INT": {}, |
| 10662 "LUMINANCE": {}, |
| 10663 "LUMINANCE_ALPHA": {}, |
| 10664 "MAX_COMBINED_TEXTURE_IMAGE_UNITS": {}, |
| 10665 "MAX_CUBE_MAP_TEXTURE_SIZE": {}, |
| 10666 "MAX_FRAGMENT_UNIFORM_VECTORS": {}, |
| 10667 "MAX_RENDERBUFFER_SIZE": {}, |
| 10668 "MAX_TEXTURE_IMAGE_UNITS": {}, |
| 10669 "MAX_TEXTURE_SIZE": {}, |
| 10670 "MAX_VARYING_VECTORS": {}, |
| 10671 "MAX_VERTEX_ATTRIBS": {}, |
| 10672 "MAX_VERTEX_TEXTURE_IMAGE_UNITS": {}, |
| 10673 "MAX_VERTEX_UNIFORM_VECTORS": {}, |
| 10674 "MAX_VIEWPORT_DIMS": {}, |
| 10675 "MEDIUM_FLOAT": {}, |
| 10676 "MEDIUM_INT": {}, |
| 10677 "MIRRORED_REPEAT": {}, |
| 10678 "NEAREST": {}, |
| 10679 "NEAREST_MIPMAP_LINEAR": {}, |
| 10680 "NEAREST_MIPMAP_NEAREST": {}, |
| 10681 "NEVER": {}, |
| 10682 "NICEST": {}, |
| 10683 "NONE": {}, |
| 10684 "NOTEQUAL": {}, |
| 10685 "NO_ERROR": {}, |
| 10686 "ONE": {}, |
| 10687 "ONE_MINUS_CONSTANT_ALPHA": {}, |
| 10688 "ONE_MINUS_CONSTANT_COLOR": {}, |
| 10689 "ONE_MINUS_DST_ALPHA": {}, |
| 10690 "ONE_MINUS_DST_COLOR": {}, |
| 10691 "ONE_MINUS_SRC_ALPHA": {}, |
| 10692 "ONE_MINUS_SRC_COLOR": {}, |
| 10693 "OUT_OF_MEMORY": {}, |
| 10694 "PACK_ALIGNMENT": {}, |
| 10695 "POINTS": {}, |
| 10696 "POLYGON_OFFSET_FACTOR": {}, |
| 10697 "POLYGON_OFFSET_FILL": {}, |
| 10698 "POLYGON_OFFSET_UNITS": {}, |
| 10699 "RED_BITS": {}, |
| 10700 "RENDERBUFFER": {}, |
| 10701 "RENDERBUFFER_ALPHA_SIZE": {}, |
| 10702 "RENDERBUFFER_BINDING": {}, |
| 10703 "RENDERBUFFER_BLUE_SIZE": {}, |
| 10704 "RENDERBUFFER_DEPTH_SIZE": {}, |
| 10705 "RENDERBUFFER_GREEN_SIZE": {}, |
| 10706 "RENDERBUFFER_HEIGHT": {}, |
| 10707 "RENDERBUFFER_INTERNAL_FORMAT": {}, |
| 10708 "RENDERBUFFER_RED_SIZE": {}, |
| 10709 "RENDERBUFFER_STENCIL_SIZE": {}, |
| 10710 "RENDERBUFFER_WIDTH": {}, |
| 10711 "RENDERER": {}, |
| 10712 "REPEAT": {}, |
| 10713 "REPLACE": {}, |
| 10714 "RGB": {}, |
| 10715 "RGB565": {}, |
| 10716 "RGB5_A1": {}, |
| 10717 "RGBA": {}, |
| 10718 "RGBA4": {}, |
| 10719 "SAMPLER_2D": {}, |
| 10720 "SAMPLER_CUBE": {}, |
| 10721 "SAMPLES": {}, |
| 10722 "SAMPLE_ALPHA_TO_COVERAGE": {}, |
| 10723 "SAMPLE_BUFFERS": {}, |
| 10724 "SAMPLE_COVERAGE": {}, |
| 10725 "SAMPLE_COVERAGE_INVERT": {}, |
| 10726 "SAMPLE_COVERAGE_VALUE": {}, |
| 10727 "SCISSOR_BOX": {}, |
| 10728 "SCISSOR_TEST": {}, |
| 10729 "SHADER_TYPE": {}, |
| 10730 "SHADING_LANGUAGE_VERSION": {}, |
| 10731 "SHORT": {}, |
| 10732 "SRC_ALPHA": {}, |
| 10733 "SRC_ALPHA_SATURATE": {}, |
| 10734 "SRC_COLOR": {}, |
| 10735 "STATIC_DRAW": {}, |
| 10736 "STENCIL_ATTACHMENT": {}, |
| 10737 "STENCIL_BACK_FAIL": {}, |
| 10738 "STENCIL_BACK_FUNC": {}, |
| 10739 "STENCIL_BACK_PASS_DEPTH_FAIL": {}, |
| 10740 "STENCIL_BACK_PASS_DEPTH_PASS": {}, |
| 10741 "STENCIL_BACK_REF": {}, |
| 10742 "STENCIL_BACK_VALUE_MASK": {}, |
| 10743 "STENCIL_BACK_WRITEMASK": {}, |
| 10744 "STENCIL_BITS": {}, |
| 10745 "STENCIL_BUFFER_BIT": {}, |
| 10746 "STENCIL_CLEAR_VALUE": {}, |
| 10747 "STENCIL_FAIL": {}, |
| 10748 "STENCIL_FUNC": {}, |
| 10749 "STENCIL_INDEX": {}, |
| 10750 "STENCIL_INDEX8": {}, |
| 10751 "STENCIL_PASS_DEPTH_FAIL": {}, |
| 10752 "STENCIL_PASS_DEPTH_PASS": {}, |
| 10753 "STENCIL_REF": {}, |
| 10754 "STENCIL_TEST": {}, |
| 10755 "STENCIL_VALUE_MASK": {}, |
| 10756 "STENCIL_WRITEMASK": {}, |
| 10757 "STREAM_DRAW": {}, |
| 10758 "SUBPIXEL_BITS": {}, |
| 10759 "TEXTURE": {}, |
| 10760 "TEXTURE0": {}, |
| 10761 "TEXTURE1": {}, |
| 10762 "TEXTURE10": {}, |
| 10763 "TEXTURE11": {}, |
| 10764 "TEXTURE12": {}, |
| 10765 "TEXTURE13": {}, |
| 10766 "TEXTURE14": {}, |
| 10767 "TEXTURE15": {}, |
| 10768 "TEXTURE16": {}, |
| 10769 "TEXTURE17": {}, |
| 10770 "TEXTURE18": {}, |
| 10771 "TEXTURE19": {}, |
| 10772 "TEXTURE2": {}, |
| 10773 "TEXTURE20": {}, |
| 10774 "TEXTURE21": {}, |
| 10775 "TEXTURE22": {}, |
| 10776 "TEXTURE23": {}, |
| 10777 "TEXTURE24": {}, |
| 10778 "TEXTURE25": {}, |
| 10779 "TEXTURE26": {}, |
| 10780 "TEXTURE27": {}, |
| 10781 "TEXTURE28": {}, |
| 10782 "TEXTURE29": {}, |
| 10783 "TEXTURE3": {}, |
| 10784 "TEXTURE30": {}, |
| 10785 "TEXTURE31": {}, |
| 10786 "TEXTURE4": {}, |
| 10787 "TEXTURE5": {}, |
| 10788 "TEXTURE6": {}, |
| 10789 "TEXTURE7": {}, |
| 10790 "TEXTURE8": {}, |
| 10791 "TEXTURE9": {}, |
| 10792 "TEXTURE_2D": {}, |
| 10793 "TEXTURE_BINDING_2D": {}, |
| 10794 "TEXTURE_BINDING_CUBE_MAP": {}, |
| 10795 "TEXTURE_CUBE_MAP": {}, |
| 10796 "TEXTURE_CUBE_MAP_NEGATIVE_X": {}, |
| 10797 "TEXTURE_CUBE_MAP_NEGATIVE_Y": {}, |
| 10798 "TEXTURE_CUBE_MAP_NEGATIVE_Z": {}, |
| 10799 "TEXTURE_CUBE_MAP_POSITIVE_X": {}, |
| 10800 "TEXTURE_CUBE_MAP_POSITIVE_Y": {}, |
| 10801 "TEXTURE_CUBE_MAP_POSITIVE_Z": {}, |
| 10802 "TEXTURE_MAG_FILTER": {}, |
| 10803 "TEXTURE_MIN_FILTER": {}, |
| 10804 "TEXTURE_WRAP_S": {}, |
| 10805 "TEXTURE_WRAP_T": {}, |
| 10806 "TRIANGLES": {}, |
| 10807 "TRIANGLE_FAN": {}, |
| 10808 "TRIANGLE_STRIP": {}, |
| 10809 "UNPACK_ALIGNMENT": {}, |
| 10810 "UNPACK_COLORSPACE_CONVERSION_WEBGL": {}, |
| 10811 "UNPACK_FLIP_Y_WEBGL": {}, |
| 10812 "UNPACK_PREMULTIPLY_ALPHA_WEBGL": {}, |
| 10813 "UNSIGNED_BYTE": {}, |
| 10814 "UNSIGNED_INT": {}, |
| 10815 "UNSIGNED_SHORT": {}, |
| 10816 "UNSIGNED_SHORT_4_4_4_4": {}, |
| 10817 "UNSIGNED_SHORT_5_5_5_1": {}, |
| 10818 "UNSIGNED_SHORT_5_6_5": {}, |
| 10819 "VALIDATE_STATUS": {}, |
| 10820 "VENDOR": {}, |
| 10821 "VERSION": {}, |
| 10822 "VERTEX_ATTRIB_ARRAY_BUFFER_BINDING": {}, |
| 10823 "VERTEX_ATTRIB_ARRAY_ENABLED": {}, |
| 10824 "VERTEX_ATTRIB_ARRAY_NORMALIZED": {}, |
| 10825 "VERTEX_ATTRIB_ARRAY_POINTER": {}, |
| 10826 "VERTEX_ATTRIB_ARRAY_SIZE": {}, |
| 10827 "VERTEX_ATTRIB_ARRAY_STRIDE": {}, |
| 10828 "VERTEX_ATTRIB_ARRAY_TYPE": {}, |
| 10829 "VERTEX_SHADER": {}, |
| 10830 "VIEWPORT": {}, |
| 10831 "ZERO": {}, |
| 10832 "activeTexture": {}, |
| 10833 "attachShader": {}, |
| 10834 "bindAttribLocation": {}, |
| 10835 "bindBuffer": {}, |
| 10836 "bindFramebuffer": {}, |
| 10837 "bindRenderbuffer": {}, |
| 10838 "bindTexture": {}, |
| 10839 "blendColor": {}, |
| 10840 "blendEquation": {}, |
| 10841 "blendEquationSeparate": {}, |
| 10842 "blendFunc": {}, |
| 10843 "blendFuncSeparate": {}, |
| 10844 "bufferData": {}, |
| 10845 "bufferSubData": {}, |
| 10846 "checkFramebufferStatus": {}, |
| 10847 "clear": {}, |
| 10848 "clearColor": {}, |
| 10849 "clearDepth": {}, |
| 10850 "clearStencil": {}, |
| 10851 "colorMask": {}, |
| 10852 "compileShader": {}, |
| 10853 "compressedTexImage2D": {}, |
| 10854 "compressedTexSubImage2D": {}, |
| 10855 "copyTexImage2D": {}, |
| 10856 "copyTexSubImage2D": {}, |
| 10857 "createBuffer": {}, |
| 10858 "createFramebuffer": {}, |
| 10859 "createProgram": {}, |
| 10860 "createRenderbuffer": {}, |
| 10861 "createShader": {}, |
| 10862 "createTexture": {}, |
| 10863 "cullFace": {}, |
| 10864 "deleteBuffer": {}, |
| 10865 "deleteFramebuffer": {}, |
| 10866 "deleteProgram": {}, |
| 10867 "deleteRenderbuffer": {}, |
| 10868 "deleteShader": {}, |
| 10869 "deleteTexture": {}, |
| 10870 "depthFunc": {}, |
| 10871 "depthMask": {}, |
| 10872 "depthRange": {}, |
| 10873 "detachShader": {}, |
| 10874 "disable": {}, |
| 10875 "disableVertexAttribArray": {}, |
| 10876 "drawArrays": {}, |
| 10877 "drawElements": {}, |
| 10878 "drawingBufferHeight": {}, |
| 10879 "drawingBufferWidth": {}, |
| 10880 "enable": {}, |
| 10881 "enableVertexAttribArray": {}, |
| 10882 "finish": {}, |
| 10883 "flush": {}, |
| 10884 "framebufferRenderbuffer": {}, |
| 10885 "framebufferTexture2D": {}, |
| 10886 "frontFace": {}, |
| 10887 "generateMipmap": {}, |
| 10888 "getActiveAttrib": {}, |
| 10889 "getActiveUniform": {}, |
| 10890 "getAttachedShaders": {}, |
| 10891 "getAttribLocation": {}, |
| 10892 "getBufferParameter": {}, |
| 10893 "getContextAttributes": {}, |
| 10894 "getError": {}, |
| 10895 "getExtension": {}, |
| 10896 "getFramebufferAttachmentParameter": {}, |
| 10897 "getParameter": {}, |
| 10898 "getProgramInfoLog": {}, |
| 10899 "getProgramParameter": {}, |
| 10900 "getRenderbufferParameter": {}, |
| 10901 "getShaderInfoLog": {}, |
| 10902 "getShaderParameter": {}, |
| 10903 "getShaderPrecisionFormat": {}, |
| 10904 "getShaderSource": {}, |
| 10905 "getSupportedExtensions": {}, |
| 10906 "getTexParameter": {}, |
| 10907 "getUniform": {}, |
| 10908 "getUniformLocation": {}, |
| 10909 "getVertexAttrib": {}, |
| 10910 "getVertexAttribOffset": {}, |
| 10911 "hint": {}, |
| 10912 "isBuffer": {}, |
| 10913 "isContextLost": {}, |
| 10914 "isEnabled": {}, |
| 10915 "isFramebuffer": {}, |
| 10916 "isProgram": {}, |
| 10917 "isRenderbuffer": {}, |
| 10918 "isShader": {}, |
| 10919 "isTexture": {}, |
| 10920 "lineWidth": {}, |
| 10921 "linkProgram": {}, |
| 10922 "pixelStorei": {}, |
| 10923 "polygonOffset": {}, |
| 10924 "readPixels": {}, |
| 10925 "releaseShaderCompiler": { |
| 10926 "dart_action": "suppress", |
| 10927 "support_level": "nonstandard" |
| 10928 }, |
| 10929 "renderbufferStorage": {}, |
| 10930 "sampleCoverage": {}, |
| 10931 "scissor": {}, |
| 10932 "shaderSource": {}, |
| 10933 "stencilFunc": {}, |
| 10934 "stencilFuncSeparate": {}, |
| 10935 "stencilMask": {}, |
| 10936 "stencilMaskSeparate": {}, |
| 10937 "stencilOp": {}, |
| 10938 "stencilOpSeparate": {}, |
| 10939 "texImage2D": {}, |
| 10940 "texParameterf": {}, |
| 10941 "texParameteri": {}, |
| 10942 "texSubImage2D": {}, |
| 10943 "uniform1f": {}, |
| 10944 "uniform1fv": {}, |
| 10945 "uniform1i": {}, |
| 10946 "uniform1iv": {}, |
| 10947 "uniform2f": {}, |
| 10948 "uniform2fv": {}, |
| 10949 "uniform2i": {}, |
| 10950 "uniform2iv": {}, |
| 10951 "uniform3f": {}, |
| 10952 "uniform3fv": {}, |
| 10953 "uniform3i": {}, |
| 10954 "uniform3iv": {}, |
| 10955 "uniform4f": {}, |
| 10956 "uniform4fv": {}, |
| 10957 "uniform4i": {}, |
| 10958 "uniform4iv": {}, |
| 10959 "uniformMatrix2fv": {}, |
| 10960 "uniformMatrix3fv": {}, |
| 10961 "uniformMatrix4fv": {}, |
| 10962 "useProgram": {}, |
| 10963 "validateProgram": {}, |
| 10964 "vertexAttrib1f": {}, |
| 10965 "vertexAttrib1fv": {}, |
| 10966 "vertexAttrib2f": {}, |
| 10967 "vertexAttrib2fv": {}, |
| 10968 "vertexAttrib3f": {}, |
| 10969 "vertexAttrib3fv": {}, |
| 10970 "vertexAttrib4f": {}, |
| 10971 "vertexAttrib4fv": {}, |
| 10972 "vertexAttribPointer": {}, |
| 10973 "viewport": {} |
| 10974 }, |
| 10975 "support_level": "stable" |
| 10976 }, |
| 10977 "WebGLShader": { |
| 10978 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.8", |
| 10979 "members": {}, |
| 10980 "support_level": "stable" |
| 10981 }, |
| 10982 "WebGLShaderPrecisionFormat": { |
| 10983 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.12", |
| 10984 "members": { |
| 10985 "precision": {}, |
| 10986 "rangeMax": {}, |
| 10987 "rangeMin": {} |
| 10988 }, |
| 10989 "support_level": "stable" |
| 10990 }, |
| 10991 "WebGLTexture": { |
| 10992 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.9", |
| 10993 "members": {}, |
| 10994 "support_level": "stable" |
| 10995 }, |
| 10996 "WebGLUniformLocation": { |
| 10997 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.10", |
| 10998 "members": {}, |
| 10999 "support_level": "stable" |
| 11000 }, |
| 11001 "WebGLVertexArrayObjectOES": { |
| 11002 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra
y_object/", |
| 11003 "dart_action": "experimental", |
| 11004 "members": {}, |
| 11005 "support_level": "experimental" |
| 11006 }, |
| 11007 "WebKitAnimationEvent": { |
| 11008 "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface", |
| 11009 "dart_action": "suppress", |
| 11010 "members": { |
| 11011 "animationName": {}, |
| 11012 "elapsedTime": {} |
| 11013 }, |
| 11014 "support_level": "deprecated" |
| 11015 }, |
| 11016 "WebKitCSSFilterRule": { |
| 11017 "comment": "http://www.w3.org/TR/filter-effects/", |
| 11018 "members": { |
| 11019 "style": {} |
| 11020 }, |
| 11021 "support_level": "experimental" |
| 11022 }, |
| 11023 "WebKitCSSFilterValue": { |
| 11024 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11025 "dart_action": "suppress", |
| 11026 "members": { |
| 11027 "CSS_FILTER_BLUR": {}, |
| 11028 "CSS_FILTER_BRIGHTNESS": {}, |
| 11029 "CSS_FILTER_CONTRAST": {}, |
| 11030 "CSS_FILTER_CUSTOM": {}, |
| 11031 "CSS_FILTER_DROP_SHADOW": {}, |
| 11032 "CSS_FILTER_GRAYSCALE": {}, |
| 11033 "CSS_FILTER_HUE_ROTATE": {}, |
| 11034 "CSS_FILTER_INVERT": {}, |
| 11035 "CSS_FILTER_OPACITY": {}, |
| 11036 "CSS_FILTER_REFERENCE": {}, |
| 11037 "CSS_FILTER_SATURATE": {}, |
| 11038 "CSS_FILTER_SEPIA": {}, |
| 11039 "operationType": {} |
| 11040 }, |
| 11041 "support_level": "deprecated" |
| 11042 }, |
| 11043 "WebKitCSSKeyframeRule": { |
| 11044 "comment": "http://www.w3.org/TR/css3-animations/#CSSKeyframeRule-interface"
, |
| 11045 "members": { |
| 11046 "keyText": {}, |
| 11047 "style": {} |
| 11048 }, |
| 11049 "support_level": "experimental" |
| 11050 }, |
| 11051 "WebKitCSSKeyframesRule": { |
| 11052 "comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule", |
| 11053 "members": { |
| 11054 "cssRules": {}, |
| 11055 "deleteRule": {}, |
| 11056 "findRule": {}, |
| 11057 "insertRule": {}, |
| 11058 "name": {} |
| 11059 }, |
| 11060 "support_level": "experimental" |
| 11061 }, |
| 11062 "WebKitCSSMatrix": { |
| 11063 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11064 "dart_action": "suppress", |
| 11065 "members": { |
| 11066 "WebKitCSSMatrix": {}, |
| 11067 "a": {}, |
| 11068 "b": {}, |
| 11069 "c": {}, |
| 11070 "d": {}, |
| 11071 "e": {}, |
| 11072 "f": {}, |
| 11073 "inverse": {}, |
| 11074 "m11": {}, |
| 11075 "m12": {}, |
| 11076 "m13": {}, |
| 11077 "m14": {}, |
| 11078 "m21": {}, |
| 11079 "m22": {}, |
| 11080 "m23": {}, |
| 11081 "m24": {}, |
| 11082 "m31": {}, |
| 11083 "m32": {}, |
| 11084 "m33": {}, |
| 11085 "m34": {}, |
| 11086 "m41": {}, |
| 11087 "m42": {}, |
| 11088 "m43": {}, |
| 11089 "m44": {}, |
| 11090 "multiply": {}, |
| 11091 "rotate": {}, |
| 11092 "rotateAxisAngle": {}, |
| 11093 "scale": {}, |
| 11094 "setMatrixValue": {}, |
| 11095 "skewX": {}, |
| 11096 "skewY": {}, |
| 11097 "toString": {}, |
| 11098 "translate": {} |
| 11099 }, |
| 11100 "support_level": "deprecated" |
| 11101 }, |
| 11102 "WebKitCSSMixFunctionValue": { |
| 11103 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11104 "dart_action": "suppress", |
| 11105 "members": {}, |
| 11106 "support_level": "deprecated" |
| 11107 }, |
| 11108 "WebKitCSSRegionRule": { |
| 11109 "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface
", |
| 11110 "members": { |
| 11111 "cssRules": {} |
| 11112 }, |
| 11113 "support_level": "experimental" |
| 11114 }, |
| 11115 "WebKitCSSTransformValue": { |
| 11116 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11117 "dart_action": "suppress", |
| 11118 "members": { |
| 11119 "CSS_MATRIX": {}, |
| 11120 "CSS_MATRIX3D": {}, |
| 11121 "CSS_PERSPECTIVE": {}, |
| 11122 "CSS_ROTATE": {}, |
| 11123 "CSS_ROTATE3D": {}, |
| 11124 "CSS_ROTATEX": {}, |
| 11125 "CSS_ROTATEY": {}, |
| 11126 "CSS_ROTATEZ": {}, |
| 11127 "CSS_SCALE": {}, |
| 11128 "CSS_SCALE3D": {}, |
| 11129 "CSS_SCALEX": {}, |
| 11130 "CSS_SCALEY": {}, |
| 11131 "CSS_SCALEZ": {}, |
| 11132 "CSS_SKEW": {}, |
| 11133 "CSS_SKEWX": {}, |
| 11134 "CSS_SKEWY": {}, |
| 11135 "CSS_TRANSLATE": {}, |
| 11136 "CSS_TRANSLATE3D": {}, |
| 11137 "CSS_TRANSLATEX": {}, |
| 11138 "CSS_TRANSLATEY": {}, |
| 11139 "CSS_TRANSLATEZ": {}, |
| 11140 "operationType": {} |
| 11141 }, |
| 11142 "support_level": "deprecated" |
| 11143 }, |
| 11144 "WebKitNamedFlow": { |
| 11145 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| 11146 "dart_action": "suppress", |
| 11147 "members": { |
| 11148 "addEventListener": {}, |
| 11149 "dispatchEvent": {}, |
| 11150 "firstEmptyRegionIndex": {}, |
| 11151 "getContent": {}, |
| 11152 "getRegions": {}, |
| 11153 "getRegionsByContent": {}, |
| 11154 "name": {}, |
| 11155 "overset": {}, |
| 11156 "removeEventListener": {} |
| 11157 }, |
| 11158 "support_level": "experimental" |
| 11159 }, |
| 11160 "WebKitNamedFlowCollection": { |
| 11161 "members": {}, |
| 11162 "support_level": "untriaged" |
| 11163 }, |
| 11164 "WebKitPoint": { |
| 11165 "comment": "http://developer.apple.com/library/safari/#documentation/DataMan
agement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditi
ons.html", |
| 11166 "dart_action": "private", |
| 11167 "members": { |
| 11168 "x": {}, |
| 11169 "y": {} |
| 11170 }, |
| 11171 "support_level": "nonstandard" |
| 11172 }, |
| 11173 "WebKitTransitionEvent": { |
| 11174 "comment": "http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent"
, |
| 11175 "dart_action": "suppress", |
| 11176 "members": { |
| 11177 "elapsedTime": {}, |
| 11178 "propertyName": {}, |
| 11179 "pseudoElement": {} |
| 11180 }, |
| 11181 "support_level": "deprecated" |
| 11182 }, |
| 11183 "WebSocket": { |
| 11184 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", |
| 11185 "dart_action": "unstable", |
| 11186 "members": { |
| 11187 "CLOSED": {}, |
| 11188 "CLOSING": {}, |
| 11189 "CONNECTING": {}, |
| 11190 "OPEN": {}, |
| 11191 "URL": { |
| 11192 "dart_action": "suppress", |
| 11193 "support_level": "deprecated" |
| 11194 }, |
| 11195 "WebSocket": {}, |
| 11196 "addEventListener": {}, |
| 11197 "binaryType": {}, |
| 11198 "bufferedAmount": {}, |
| 11199 "close": {}, |
| 11200 "dispatchEvent": {}, |
| 11201 "extensions": {}, |
| 11202 "onclose": {}, |
| 11203 "onerror": {}, |
| 11204 "onmessage": {}, |
| 11205 "onopen": {}, |
| 11206 "protocol": {}, |
| 11207 "readyState": {}, |
| 11208 "removeEventListener": {}, |
| 11209 "send": {}, |
| 11210 "url": {} |
| 11211 }, |
| 11212 "support_level": "stable" |
| 11213 }, |
| 11214 "WheelEvent": { |
| 11215 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", |
| 11216 "members": { |
| 11217 "DOM_DELTA_LINE": {}, |
| 11218 "DOM_DELTA_PAGE": {}, |
| 11219 "DOM_DELTA_PIXEL": {}, |
| 11220 "deltaMode": {}, |
| 11221 "initWebKitWheelEvent": { |
| 11222 "dart_action": "default", |
| 11223 "support_level": "experimental" |
| 11224 }, |
| 11225 "webkitDirectionInvertedFromDevice": { |
| 11226 "support_level": "experimental" |
| 11227 }, |
| 11228 "wheelDelta": { |
| 11229 "support_level": "nonstandard" |
| 11230 }, |
| 11231 "wheelDeltaX": { |
| 11232 "support_level": "nonstandard" |
| 11233 }, |
| 11234 "wheelDeltaY": { |
| 11235 "support_level": "nonstandard" |
| 11236 } |
| 11237 }, |
| 11238 "support_level": "stable" |
| 11239 }, |
| 11240 "Window": { |
| 11241 "members": {}, |
| 11242 "support_level": "untriaged" |
| 11243 }, |
| 11244 "Worker": { |
| 11245 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#worker", |
| 11246 "dart_action": "experimental", |
| 11247 "members": { |
| 11248 "Worker": {}, |
| 11249 "onmessage": {}, |
| 11250 "postMessage": {}, |
| 11251 "terminate": {} |
| 11252 }, |
| 11253 "support_level": "stable" |
| 11254 }, |
| 11255 "WorkerContext": { |
| 11256 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#WorkerGlobalScope-partial", |
| 11257 "dart_action": "experimental", |
| 11258 "members": { |
| 11259 "PERSISTENT": { |
| 11260 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11261 "support_level": "experimental" |
| 11262 }, |
| 11263 "TEMPORARY": { |
| 11264 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11265 "support_level": "experimental" |
| 11266 }, |
| 11267 "addEventListener": {}, |
| 11268 "clearInterval": { |
| 11269 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#windowtimers" |
| 11270 }, |
| 11271 "clearTimeout": { |
| 11272 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#windowtimers" |
| 11273 }, |
| 11274 "close": {}, |
| 11275 "dispatchEvent": {}, |
| 11276 "importScripts": { |
| 11277 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
workers.html#WorkerGlobalScope-partial" |
| 11278 }, |
| 11279 "indexedDB": { |
| 11280 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment" |
| 11281 }, |
| 11282 "location": {}, |
| 11283 "navigator": { |
| 11284 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
workers.html#WorkerGlobalScope-partial" |
| 11285 }, |
| 11286 "onerror": {}, |
| 11287 "openDatabase": { |
| 11288 "comment": "http://www.w3.org/TR/webdatabase/", |
| 11289 "dart_action": "suppress", |
| 11290 "support_level": "deprecated" |
| 11291 }, |
| 11292 "openDatabaseSync": { |
| 11293 "comment": "http://www.w3.org/TR/webdatabase/", |
| 11294 "dart_action": "suppress", |
| 11295 "support_level": "deprecated" |
| 11296 }, |
| 11297 "removeEventListener": {}, |
| 11298 "self": {}, |
| 11299 "setInterval": { |
| 11300 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#windowtimers" |
| 11301 }, |
| 11302 "setTimeout": { |
| 11303 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#windowtimers" |
| 11304 }, |
| 11305 "webkitIndexedDB": { |
| 11306 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", |
| 11307 "dart_action": "suppress", |
| 11308 "support_level": "deprecated" |
| 11309 }, |
| 11310 "webkitNotifications": { |
| 11311 "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/
posts/8vWo8hq4pDm?e=Showroom", |
| 11312 "dart_action": "suppress", |
| 11313 "support_level": "deprecated" |
| 11314 }, |
| 11315 "webkitRequestFileSystem": { |
| 11316 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11317 "support_level": "experimental" |
| 11318 }, |
| 11319 "webkitRequestFileSystemSync": { |
| 11320 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
mSync", |
| 11321 "support_level": "experimental" |
| 11322 }, |
| 11323 "webkitResolveLocalFileSystemSyncURL": { |
| 11324 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
mSync", |
| 11325 "support_level": "experimental" |
| 11326 }, |
| 11327 "webkitResolveLocalFileSystemURL": { |
| 11328 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11329 "support_level": "experimental" |
| 11330 } |
| 11331 }, |
| 11332 "support_level": "stable" |
| 11333 }, |
| 11334 "WorkerLocation": { |
| 11335 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#workerlocation", |
| 11336 "dart_action": "default", |
| 11337 "members": { |
| 11338 "hash": { |
| 11339 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11340 }, |
| 11341 "host": { |
| 11342 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11343 }, |
| 11344 "hostname": { |
| 11345 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11346 }, |
| 11347 "href": { |
| 11348 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11349 }, |
| 11350 "pathname": { |
| 11351 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11352 }, |
| 11353 "port": { |
| 11354 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11355 }, |
| 11356 "protocol": { |
| 11357 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11358 }, |
| 11359 "search": { |
| 11360 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11361 }, |
| 11362 "toString": { |
| 11363 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11364 } |
| 11365 }, |
| 11366 "support_level": "experimental" |
| 11367 }, |
| 11368 "WorkerNavigator": { |
| 11369 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#workernavigator", |
| 11370 "members": { |
| 11371 "appName": { |
| 11372 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 11373 }, |
| 11374 "appVersion": { |
| 11375 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 11376 }, |
| 11377 "onLine": { |
| 11378 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
offline.html#navigatoronline" |
| 11379 }, |
| 11380 "platform": { |
| 11381 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 11382 }, |
| 11383 "userAgent": { |
| 11384 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 11385 }, |
| 11386 "webkitPersistentStorage": { |
| 11387 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", |
| 11388 "support_level": "experimental" |
| 11389 }, |
| 11390 "webkitTemporaryStorage": { |
| 11391 "support_level": "experimental" |
| 11392 } |
| 11393 }, |
| 11394 "support_level": "experimental" |
| 11395 }, |
| 11396 "XMLHttpRequest": { |
| 11397 "comment": "http://xhr.spec.whatwg.org/#interface-xmlhttprequest", |
| 11398 "members": { |
| 11399 "DONE": {}, |
| 11400 "HEADERS_RECEIVED": {}, |
| 11401 "LOADING": {}, |
| 11402 "OPENED": {}, |
| 11403 "UNSENT": {}, |
| 11404 "XMLHttpRequest": {}, |
| 11405 "abort": {}, |
| 11406 "addEventListener": {}, |
| 11407 "dispatchEvent": {}, |
| 11408 "getAllResponseHeaders": { |
| 11409 "dart_action": "unstable" |
| 11410 }, |
| 11411 "getResponseHeader": { |
| 11412 "dart_action": "unstable" |
| 11413 }, |
| 11414 "onabort": {}, |
| 11415 "onerror": {}, |
| 11416 "onload": {}, |
| 11417 "onloadend": {}, |
| 11418 "onloadstart": {}, |
| 11419 "onprogress": {}, |
| 11420 "onreadystatechange": {}, |
| 11421 "open": {}, |
| 11422 "overrideMimeType": {}, |
| 11423 "readyState": {}, |
| 11424 "removeEventListener": {}, |
| 11425 "response": {}, |
| 11426 "responseText": {}, |
| 11427 "responseType": {}, |
| 11428 "responseXML": {}, |
| 11429 "send": {}, |
| 11430 "setRequestHeader": {}, |
| 11431 "status": {}, |
| 11432 "statusText": {}, |
| 11433 "upload": { |
| 11434 "dart_action": "unstable" |
| 11435 }, |
| 11436 "withCredentials": {} |
| 11437 }, |
| 11438 "support_level": "stable" |
| 11439 }, |
| 11440 "XMLHttpRequestException": { |
| 11441 "comment": "http://www.w3.org/TR/2007/WD-XMLHttpRequest-20070227/#exceptions
", |
| 11442 "dart_action": "experimental", |
| 11443 "members": { |
| 11444 "ABORT_ERR": { |
| 11445 "support_level": "nonstandard" |
| 11446 }, |
| 11447 "NETWORK_ERR": {}, |
| 11448 "code": {}, |
| 11449 "message": { |
| 11450 "support_level": "nonstandard" |
| 11451 }, |
| 11452 "name": { |
| 11453 "support_level": "nonstandard" |
| 11454 }, |
| 11455 "toString": {} |
| 11456 }, |
| 11457 "support_level": "nonstandard" |
| 11458 }, |
| 11459 "XMLHttpRequestProgressEvent": { |
| 11460 "dart_action": "experimental", |
| 11461 "members": { |
| 11462 "position": {}, |
| 11463 "totalSize": {} |
| 11464 }, |
| 11465 "support_level": "nonstandard" |
| 11466 }, |
| 11467 "XMLHttpRequestUpload": { |
| 11468 "comment": "http://xhr.spec.whatwg.org/#xmlhttprequestupload", |
| 11469 "members": { |
| 11470 "addEventListener": {}, |
| 11471 "dispatchEvent": {}, |
| 11472 "onabort": {}, |
| 11473 "onerror": {}, |
| 11474 "onload": {}, |
| 11475 "onloadend": {}, |
| 11476 "onloadstart": {}, |
| 11477 "onprogress": {}, |
| 11478 "removeEventListener": {} |
| 11479 }, |
| 11480 "support_level": "experimental" |
| 11481 }, |
| 11482 "XMLSerializer": { |
| 11483 "comment": "http://domparsing.spec.whatwg.org/#the-xmlserializer-interface", |
| 11484 "dart_action": "suppress", |
| 11485 "members": { |
| 11486 "XMLSerializer": {}, |
| 11487 "serializeToString": {} |
| 11488 }, |
| 11489 "support_level": "stable" |
| 11490 }, |
| 11491 "XPathEvaluator": { |
| 11492 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvaluator
", |
| 11493 "dart_action": "suppress", |
| 11494 "members": { |
| 11495 "XPathEvaluator": {}, |
| 11496 "createExpression": {}, |
| 11497 "createNSResolver": {}, |
| 11498 "evaluate": {} |
| 11499 }, |
| 11500 "support_level": "experimental" |
| 11501 }, |
| 11502 "XPathException": { |
| 11503 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathException
", |
| 11504 "dart_action": "suppress", |
| 11505 "members": { |
| 11506 "INVALID_EXPRESSION_ERR": {}, |
| 11507 "TYPE_ERR": {}, |
| 11508 "code": {}, |
| 11509 "message": { |
| 11510 "support_level": "nonstandard" |
| 11511 }, |
| 11512 "name": { |
| 11513 "support_level": "nonstandard" |
| 11514 }, |
| 11515 "toString": {} |
| 11516 }, |
| 11517 "support_level": "experimental" |
| 11518 }, |
| 11519 "XPathExpression": { |
| 11520 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathExpressio
n", |
| 11521 "dart_action": "suppress", |
| 11522 "members": { |
| 11523 "evaluate": {} |
| 11524 }, |
| 11525 "support_level": "experimental" |
| 11526 }, |
| 11527 "XPathNSResolver": { |
| 11528 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathNSResolve
r", |
| 11529 "dart_action": "suppress", |
| 11530 "members": { |
| 11531 "lookupNamespaceURI": {} |
| 11532 }, |
| 11533 "support_level": "experimental" |
| 11534 }, |
| 11535 "XPathResult": { |
| 11536 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult", |
| 11537 "dart_action": "suppress", |
| 11538 "members": { |
| 11539 "ANY_TYPE": {}, |
| 11540 "ANY_UNORDERED_NODE_TYPE": {}, |
| 11541 "BOOLEAN_TYPE": {}, |
| 11542 "FIRST_ORDERED_NODE_TYPE": {}, |
| 11543 "NUMBER_TYPE": {}, |
| 11544 "ORDERED_NODE_ITERATOR_TYPE": {}, |
| 11545 "ORDERED_NODE_SNAPSHOT_TYPE": {}, |
| 11546 "STRING_TYPE": {}, |
| 11547 "UNORDERED_NODE_ITERATOR_TYPE": {}, |
| 11548 "UNORDERED_NODE_SNAPSHOT_TYPE": {}, |
| 11549 "booleanValue": {}, |
| 11550 "invalidIteratorState": {}, |
| 11551 "iterateNext": {}, |
| 11552 "numberValue": {}, |
| 11553 "resultType": {}, |
| 11554 "singleNodeValue": {}, |
| 11555 "snapshotItem": {}, |
| 11556 "snapshotLength": {}, |
| 11557 "stringValue": {} |
| 11558 }, |
| 11559 "support_level": "experimental" |
| 11560 }, |
| 11561 "XSLTProcessor": { |
| 11562 "dart_action": "suppress", |
| 11563 "members": { |
| 11564 "XSLTProcessor": {}, |
| 11565 "clearParameters": {}, |
| 11566 "getParameter": {}, |
| 11567 "importStylesheet": {}, |
| 11568 "removeParameter": {}, |
| 11569 "reset": {}, |
| 11570 "setParameter": {}, |
| 11571 "transformToDocument": {}, |
| 11572 "transformToFragment": {} |
| 11573 }, |
| 11574 "support_level": "nonstandard" |
| 11575 } |
| 11576 } |
| OLD | NEW |