Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "ANGLEInstancedArrays": { | |
| 3 "members": { | |
| 4 "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE": { | |
| 5 "support_level": "untriaged" | |
| 6 }, | |
| 7 "drawArraysInstancedANGLE": { | |
| 8 "support_level": "untriaged" | |
| 9 }, | |
| 10 "drawElementsInstancedANGLE": { | |
| 11 "support_level": "untriaged" | |
| 12 }, | |
| 13 "vertexAttribDivisorANGLE": { | |
| 14 "support_level": "untriaged" | |
| 15 } | |
| 16 }, | |
| 17 "support_level": "untriaged" | |
| 18 }, | |
| 2 "AbstractWorker": { | 19 "AbstractWorker": { |
| 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace", | 20 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace", |
| 4 "members": { | 21 "members": { |
| 5 "addEventListener": {}, | 22 "addEventListener": {}, |
| 6 "dispatchEvent": {}, | 23 "dispatchEvent": {}, |
| 7 "onerror": {}, | 24 "onerror": {}, |
| 8 "removeEventListener": {} | 25 "removeEventListener": {} |
| 9 }, | 26 }, |
| 10 "support_level": "stable" | 27 "support_level": "stable" |
| 11 }, | 28 }, |
| 12 "AnalyserNode": { | 29 "AnalyserNode": { |
| 13 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#AnalyserNode", | 30 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#AnalyserNode", |
| 14 "members": { | 31 "members": { |
| 15 "fftSize": {}, | 32 "fftSize": {}, |
| 16 "frequencyBinCount": {}, | 33 "frequencyBinCount": {}, |
| 17 "getByteFrequencyData": {}, | 34 "getByteFrequencyData": {}, |
| 18 "getByteTimeDomainData": {}, | 35 "getByteTimeDomainData": {}, |
| 19 "getFloatFrequencyData": {}, | 36 "getFloatFrequencyData": {}, |
| 20 "maxDecibels": {}, | 37 "maxDecibels": {}, |
| 21 "minDecibels": {}, | 38 "minDecibels": {}, |
| 22 "smoothingTimeConstant": {} | 39 "smoothingTimeConstant": {} |
| 23 }, | 40 }, |
| 24 "support_level": "experimental" | 41 "support_level": "experimental" |
| 25 }, | 42 }, |
| 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": { | 43 "ArrayBuffer": { |
| 35 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | 44 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 36 "members": { | 45 "members": { |
| 37 "byteLength": {}, | 46 "byteLength": {}, |
| 38 "slice": {} | 47 "slice": {} |
| 39 }, | 48 }, |
| 40 "support_level": "stable" | 49 "support_level": "stable" |
| 41 }, | 50 }, |
| 42 "ArrayBufferView": { | 51 "ArrayBufferView": { |
| 43 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | 52 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 295 "supportsProperty": {} | 304 "supportsProperty": {} |
| 296 } | 305 } |
| 297 }, | 306 }, |
| 298 "CSSCharsetRule": { | 307 "CSSCharsetRule": { |
| 299 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", | 308 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", |
| 300 "members": { | 309 "members": { |
| 301 "encoding": {} | 310 "encoding": {} |
| 302 }, | 311 }, |
| 303 "support_level": "experimental" | 312 "support_level": "experimental" |
| 304 }, | 313 }, |
| 305 "CSSFilterRule": { | |
| 306 "comment": "http://www.w3.org/TR/filter-effects/", | |
| 307 "members": { | |
| 308 "style": {} | |
| 309 }, | |
| 310 "support_level": "experimental" | |
| 311 }, | |
| 312 "CSSFilterValue": { | |
| 313 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 314 "dart_action": "suppress", | |
| 315 "members": { | |
| 316 "CSS_FILTER_BLUR": {}, | |
| 317 "CSS_FILTER_BRIGHTNESS": {}, | |
| 318 "CSS_FILTER_CONTRAST": {}, | |
| 319 "CSS_FILTER_CUSTOM": {}, | |
| 320 "CSS_FILTER_DROP_SHADOW": {}, | |
| 321 "CSS_FILTER_GRAYSCALE": {}, | |
| 322 "CSS_FILTER_HUE_ROTATE": {}, | |
| 323 "CSS_FILTER_INVERT": {}, | |
| 324 "CSS_FILTER_OPACITY": {}, | |
| 325 "CSS_FILTER_REFERENCE": {}, | |
| 326 "CSS_FILTER_SATURATE": {}, | |
| 327 "CSS_FILTER_SEPIA": {}, | |
| 328 "__getter__": {}, | |
| 329 "operationType": {} | |
| 330 }, | |
| 331 "support_level": "deprecated" | |
| 332 }, | |
| 333 "CSSFontFaceLoadEvent": { | 314 "CSSFontFaceLoadEvent": { |
| 334 "comment": "http://www.w3.org/TR/css3-fonts/", | 315 "comment": "http://www.w3.org/TR/css3-fonts/", |
| 335 "members": { | 316 "members": { |
| 336 "error": {}, | 317 "error": {}, |
| 337 "fontface": {} | 318 "fontface": {} |
| 338 }, | 319 }, |
| 339 "support_level": "experimental" | 320 "support_level": "experimental" |
| 340 }, | 321 }, |
| 341 "CSSFontFaceRule": { | 322 "CSSFontFaceRule": { |
| 342 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceR ule", | 323 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceR ule", |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 356 }, | 337 }, |
| 357 "CSSImportRule": { | 338 "CSSImportRule": { |
| 358 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRul e", | 339 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRul e", |
| 359 "members": { | 340 "members": { |
| 360 "href": {}, | 341 "href": {}, |
| 361 "media": {}, | 342 "media": {}, |
| 362 "styleSheet": {} | 343 "styleSheet": {} |
| 363 }, | 344 }, |
| 364 "support_level": "stable" | 345 "support_level": "stable" |
| 365 }, | 346 }, |
| 366 "CSSKeyframeRule": { | |
| 367 "comment": "http://www.w3.org/TR/css3-animations/#CSSKeyframeRule-interface" , | |
| 368 "members": { | |
| 369 "keyText": {}, | |
| 370 "style": {} | |
| 371 }, | |
| 372 "support_level": "experimental" | |
| 373 }, | |
| 374 "CSSKeyframesRule": { | |
| 375 "comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule", | |
| 376 "members": { | |
| 377 "__getter__": {}, | |
| 378 "cssRules": {}, | |
| 379 "deleteRule": {}, | |
| 380 "findRule": {}, | |
| 381 "insertRule": {}, | |
| 382 "name": {} | |
| 383 }, | |
| 384 "support_level": "experimental" | |
| 385 }, | |
| 386 "CSSMatrix": { | |
| 387 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 388 "dart_action": "suppress", | |
| 389 "members": { | |
| 390 "CSSMatrix": {}, | |
| 391 "a": {}, | |
| 392 "b": {}, | |
| 393 "c": {}, | |
| 394 "d": {}, | |
| 395 "e": {}, | |
| 396 "f": {}, | |
| 397 "inverse": {}, | |
| 398 "m11": {}, | |
| 399 "m12": {}, | |
| 400 "m13": {}, | |
| 401 "m14": {}, | |
| 402 "m21": {}, | |
| 403 "m22": {}, | |
| 404 "m23": {}, | |
| 405 "m24": {}, | |
| 406 "m31": {}, | |
| 407 "m32": {}, | |
| 408 "m33": {}, | |
| 409 "m34": {}, | |
| 410 "m41": {}, | |
| 411 "m42": {}, | |
| 412 "m43": {}, | |
| 413 "m44": {}, | |
| 414 "multiply": {}, | |
| 415 "rotate": {}, | |
| 416 "rotateAxisAngle": {}, | |
| 417 "scale": {}, | |
| 418 "setMatrixValue": {}, | |
| 419 "skewX": {}, | |
| 420 "skewY": {}, | |
| 421 "toString": {}, | |
| 422 "translate": {} | |
| 423 }, | |
| 424 "support_level": "deprecated" | |
| 425 }, | |
| 426 "CSSMediaRule": { | 347 "CSSMediaRule": { |
| 427 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule ", | 348 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule ", |
| 428 "members": { | 349 "members": { |
| 429 "cssRules": {}, | 350 "cssRules": {}, |
| 430 "deleteRule": {}, | 351 "deleteRule": {}, |
| 431 "insertRule": {}, | 352 "insertRule": {}, |
| 432 "media": {} | 353 "media": {} |
| 433 }, | 354 }, |
| 434 "support_level": "stable" | 355 "support_level": "stable" |
| 435 }, | 356 }, |
| 436 "CSSMixFunctionValue": { | |
| 437 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 438 "dart_action": "suppress", | |
| 439 "members": {}, | |
| 440 "support_level": "deprecated" | |
| 441 }, | |
| 442 "CSSPageRule": { | 357 "CSSPageRule": { |
| 443 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPageRule" , | 358 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSPageRule" , |
| 444 "members": { | 359 "members": { |
| 445 "selectorText": {}, | 360 "selectorText": {}, |
| 446 "style": {} | 361 "style": {} |
| 447 }, | 362 }, |
| 448 "support_level": "stable" | 363 "support_level": "stable" |
| 449 }, | 364 }, |
| 450 "CSSPrimitiveValue": { | 365 "CSSPrimitiveValue": { |
| 451 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface ", | 366 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface ", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 485 "getFloatValue": {}, | 400 "getFloatValue": {}, |
| 486 "getRGBColorValue": {}, | 401 "getRGBColorValue": {}, |
| 487 "getRectValue": {}, | 402 "getRectValue": {}, |
| 488 "getStringValue": {}, | 403 "getStringValue": {}, |
| 489 "primitiveType": {}, | 404 "primitiveType": {}, |
| 490 "setFloatValue": {}, | 405 "setFloatValue": {}, |
| 491 "setStringValue": {} | 406 "setStringValue": {} |
| 492 }, | 407 }, |
| 493 "support_level": "deprecated" | 408 "support_level": "deprecated" |
| 494 }, | 409 }, |
| 495 "CSSRegionRule": { | |
| 496 "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface ", | |
| 497 "members": { | |
| 498 "cssRules": {} | |
| 499 }, | |
| 500 "support_level": "experimental" | |
| 501 }, | |
| 502 "CSSRule": { | 410 "CSSRule": { |
| 503 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule", | 411 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule", |
| 504 "members": { | 412 "members": { |
| 505 "CHARSET_RULE": {}, | 413 "CHARSET_RULE": {}, |
| 506 "FONT_FACE_RULE": {}, | 414 "FONT_FACE_RULE": {}, |
| 507 "HOST_RULE": { | 415 "HOST_RULE": { |
| 508 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-css-rule-host-rule", | 416 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-css-rule-host-rule", |
| 509 "support_level": "experimental" | 417 "support_level": "experimental" |
| 510 }, | 418 }, |
| 511 "IMPORT_RULE": {}, | 419 "IMPORT_RULE": {}, |
| 512 "MEDIA_RULE": {}, | 420 "MEDIA_RULE": {}, |
| 513 "PAGE_RULE": {}, | 421 "PAGE_RULE": {}, |
| 514 "STYLE_RULE": {}, | 422 "STYLE_RULE": {}, |
| 515 "SUPPORTS_RULE": {}, | 423 "SUPPORTS_RULE": {}, |
| 516 "UNKNOWN_RULE": { | 424 "UNKNOWN_RULE": { |
| 517 "comment": "http://dev.w3.org/csswg/cssom/#changes-from-dom2", | 425 "comment": "http://dev.w3.org/csswg/cssom/#changes-from-dom2", |
| 518 "dart_action": "suppress", | 426 "dart_action": "suppress", |
| 519 "support_level": "deprecated" | 427 "support_level": "deprecated" |
| 520 }, | 428 }, |
| 429 "VIEWPORT_RULE": { | |
| 430 "support_level": "untriaged" | |
| 431 }, | |
| 521 "WEBKIT_FILTER_RULE": { | 432 "WEBKIT_FILTER_RULE": { |
| 522 "comment": "http://www.w3.org/TR/filter-effects/", | 433 "comment": "http://www.w3.org/TR/filter-effects/", |
| 523 "support_level": "experimental" | 434 "support_level": "experimental" |
| 524 }, | 435 }, |
| 525 "WEBKIT_KEYFRAMES_RULE": { | 436 "WEBKIT_KEYFRAMES_RULE": { |
| 526 "comment": "http://www.w3.org/TR/css3-animations/#cssrule", | 437 "comment": "http://www.w3.org/TR/css3-animations/#cssrule", |
| 527 "support_level": "experimental" | 438 "support_level": "experimental" |
| 528 }, | 439 }, |
| 529 "WEBKIT_KEYFRAME_RULE": { | 440 "WEBKIT_KEYFRAME_RULE": { |
| 530 "comment": "http://www.w3.org/TR/css3-animations/#cssrule", | 441 "comment": "http://www.w3.org/TR/css3-animations/#cssrule", |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 545 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList" , | 456 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList" , |
| 546 "members": { | 457 "members": { |
| 547 "item": {}, | 458 "item": {}, |
| 548 "length": {} | 459 "length": {} |
| 549 }, | 460 }, |
| 550 "support_level": "stable" | 461 "support_level": "stable" |
| 551 }, | 462 }, |
| 552 "CSSStyleDeclaration": { | 463 "CSSStyleDeclaration": { |
| 553 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface ", | 464 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface ", |
| 554 "members": { | 465 "members": { |
| 466 "__getter__": { | |
| 467 "support_level": "untriaged" | |
| 468 }, | |
| 555 "__setter__": {}, | 469 "__setter__": {}, |
| 556 "cssText": {}, | 470 "cssText": {}, |
| 557 "getPropertyCSSValue": { | 471 "getPropertyCSSValue": { |
| 558 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", | 472 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", |
| 559 "dart_action": "suppress", | 473 "dart_action": "suppress", |
| 560 "support_level": "deprecated" | 474 "support_level": "deprecated" |
| 561 }, | 475 }, |
| 562 "getPropertyPriority": {}, | 476 "getPropertyPriority": {}, |
| 563 "getPropertyValue": {}, | 477 "getPropertyValue": {}, |
| 564 "item": {}, | 478 "item": {}, |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 599 "CSSSupportsRule": { | 513 "CSSSupportsRule": { |
| 600 "comment": "http://www.w3.org/TR/css3-conditional/#csssupportsrule", | 514 "comment": "http://www.w3.org/TR/css3-conditional/#csssupportsrule", |
| 601 "members": { | 515 "members": { |
| 602 "conditionText": {}, | 516 "conditionText": {}, |
| 603 "cssRules": {}, | 517 "cssRules": {}, |
| 604 "deleteRule": {}, | 518 "deleteRule": {}, |
| 605 "insertRule": {} | 519 "insertRule": {} |
| 606 }, | 520 }, |
| 607 "support_level": "standard" | 521 "support_level": "standard" |
| 608 }, | 522 }, |
| 609 "CSSTransformValue": { | |
| 610 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 611 "dart_action": "suppress", | |
| 612 "members": { | |
| 613 "CSS_MATRIX": {}, | |
| 614 "CSS_MATRIX3D": {}, | |
| 615 "CSS_PERSPECTIVE": {}, | |
| 616 "CSS_ROTATE": {}, | |
| 617 "CSS_ROTATE3D": {}, | |
| 618 "CSS_ROTATEX": {}, | |
| 619 "CSS_ROTATEY": {}, | |
| 620 "CSS_ROTATEZ": {}, | |
| 621 "CSS_SCALE": {}, | |
| 622 "CSS_SCALE3D": {}, | |
| 623 "CSS_SCALEX": {}, | |
| 624 "CSS_SCALEY": {}, | |
| 625 "CSS_SCALEZ": {}, | |
| 626 "CSS_SKEW": {}, | |
| 627 "CSS_SKEWX": {}, | |
| 628 "CSS_SKEWY": {}, | |
| 629 "CSS_TRANSLATE": {}, | |
| 630 "CSS_TRANSLATE3D": {}, | |
| 631 "CSS_TRANSLATEX": {}, | |
| 632 "CSS_TRANSLATEY": {}, | |
| 633 "CSS_TRANSLATEZ": {}, | |
| 634 "__getter__": {}, | |
| 635 "operationType": {} | |
| 636 }, | |
| 637 "support_level": "deprecated" | |
| 638 }, | |
| 639 "CSSUnknownRule": { | 523 "CSSUnknownRule": { |
| 640 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", | 524 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstylesheet-interface", |
| 641 "dart_action": "suppress", | 525 "dart_action": "suppress", |
| 642 "members": {}, | 526 "members": {}, |
| 643 "support_level": "deprecated" | 527 "support_level": "deprecated" |
| 644 }, | 528 }, |
| 645 "CSSValue": { | 529 "CSSValue": { |
| 646 "comment": "http://dev.w3.org/csswg/cssom/", | 530 "comment": "http://dev.w3.org/csswg/cssom/", |
| 647 "dart_action": "suppress", | 531 "dart_action": "suppress", |
| 648 "members": { | 532 "members": { |
| 649 "CSS_CUSTOM": {}, | 533 "CSS_CUSTOM": {}, |
| 650 "CSS_INHERIT": {}, | 534 "CSS_INHERIT": {}, |
| 651 "CSS_PRIMITIVE_VALUE": {}, | 535 "CSS_PRIMITIVE_VALUE": {}, |
| 652 "CSS_VALUE_LIST": {}, | 536 "CSS_VALUE_LIST": {}, |
| 653 "cssText": {}, | 537 "cssText": {}, |
| 654 "cssValueType": {} | 538 "cssValueType": {} |
| 655 }, | 539 }, |
| 656 "support_level": "deprecated" | 540 "support_level": "deprecated" |
| 657 }, | 541 }, |
| 658 "CSSValueList": { | 542 "CSSValueList": { |
| 659 "comment": "http://dev.w3.org/csswg/cssom/", | 543 "comment": "http://dev.w3.org/csswg/cssom/", |
| 660 "dart_action": "suppress", | 544 "dart_action": "suppress", |
| 661 "members": { | 545 "members": { |
| 662 "item": {}, | 546 "item": {}, |
| 663 "length": {} | 547 "length": {} |
| 664 }, | 548 }, |
| 665 "support_level": "deprecated" | 549 "support_level": "deprecated" |
| 666 }, | 550 }, |
| 551 "CSSViewportRule": { | |
| 552 "members": { | |
| 553 "style": { | |
| 554 "support_level": "untriaged" | |
| 555 } | |
| 556 }, | |
| 557 "support_level": "untriaged" | |
| 558 }, | |
| 667 "Canvas2DContextAttributes": { | 559 "Canvas2DContextAttributes": { |
| 668 "comment": "http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL", | 560 "comment": "http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL", |
| 669 "members": { | 561 "members": { |
| 670 "alpha": {} | 562 "alpha": {} |
| 671 }, | 563 }, |
| 672 "support_level": "experimental" | 564 "support_level": "experimental" |
| 673 }, | 565 }, |
| 674 "CanvasGradient": { | 566 "CanvasGradient": { |
| 675 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#canvasgradient", | 567 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#canvasgradient", |
| 676 "members": { | 568 "members": { |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 843 "comment": "http://dom.spec.whatwg.org/#childnode" | 735 "comment": "http://dom.spec.whatwg.org/#childnode" |
| 844 }, | 736 }, |
| 845 "remove": { | 737 "remove": { |
| 846 "support_level": "nonstandard" | 738 "support_level": "nonstandard" |
| 847 }, | 739 }, |
| 848 "replaceData": {}, | 740 "replaceData": {}, |
| 849 "substringData": {} | 741 "substringData": {} |
| 850 }, | 742 }, |
| 851 "support_level": "stable" | 743 "support_level": "stable" |
| 852 }, | 744 }, |
| 745 "ChildNode": { | |
| 746 "members": { | |
| 747 "nextElementSibling": { | |
| 748 "support_level": "untriaged" | |
| 749 }, | |
| 750 "previousElementSibling": { | |
| 751 "support_level": "untriaged" | |
| 752 }, | |
| 753 "remove": { | |
| 754 "support_level": "untriaged" | |
| 755 } | |
| 756 }, | |
| 757 "support_level": "untriaged" | |
| 758 }, | |
| 853 "ClientRect": { | 759 "ClientRect": { |
| 854 "comment": "http://www.w3.org/TR/cssom-view/#the-clientrect-interface", | 760 "comment": "http://www.w3.org/TR/cssom-view/#the-clientrect-interface", |
| 855 "members": { | 761 "members": { |
| 856 "bottom": {}, | 762 "bottom": {}, |
| 857 "height": {}, | 763 "height": {}, |
| 858 "left": {}, | 764 "left": {}, |
| 859 "right": {}, | 765 "right": {}, |
| 860 "top": {}, | 766 "top": {}, |
| 861 "width": {} | 767 "width": {} |
| 862 }, | 768 }, |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 997 "members": { | 903 "members": { |
| 998 "identifier": {}, | 904 "identifier": {}, |
| 999 "listStyle": {}, | 905 "listStyle": {}, |
| 1000 "separator": {} | 906 "separator": {} |
| 1001 }, | 907 }, |
| 1002 "support_level": "deprecated" | 908 "support_level": "deprecated" |
| 1003 }, | 909 }, |
| 1004 "Crypto": { | 910 "Crypto": { |
| 1005 "comment": "http://www.w3.org/TR/WebCryptoAPI/", | 911 "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| 1006 "members": { | 912 "members": { |
| 1007 "getRandomValues": {} | 913 "getRandomValues": {}, |
| 914 "subtle": { | |
| 915 "support_level": "untriaged" | |
| 916 } | |
| 1008 }, | 917 }, |
| 1009 "support_level": "experimental" | 918 "support_level": "experimental" |
| 1010 }, | 919 }, |
| 1011 "CustomElementConstructor": { | 920 "CustomElementConstructor": { |
| 1012 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/in dex.html#dfn-custom-element-constructor-generation", | 921 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/in dex.html#dfn-custom-element-constructor-generation", |
| 1013 "dart_action": "suppress", | 922 "dart_action": "suppress", |
| 1014 "members": {}, | 923 "members": {}, |
| 1015 "support_level": "experimental" | 924 "support_level": "experimental" |
| 1016 }, | 925 }, |
| 1017 "CustomEvent": { | 926 "CustomEvent": { |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1161 }, | 1070 }, |
| 1162 "message": {}, | 1071 "message": {}, |
| 1163 "name": {}, | 1072 "name": {}, |
| 1164 "toString": {} | 1073 "toString": {} |
| 1165 }, | 1074 }, |
| 1166 "support_level": "stable" | 1075 "support_level": "stable" |
| 1167 }, | 1076 }, |
| 1168 "DOMError": { | 1077 "DOMError": { |
| 1169 "comment": "http://www.w3.org/TR/dom/#interface-domerror", | 1078 "comment": "http://www.w3.org/TR/dom/#interface-domerror", |
| 1170 "members": { | 1079 "members": { |
| 1080 "message": { | |
| 1081 "support_level": "untriaged" | |
| 1082 }, | |
| 1171 "name": {} | 1083 "name": {} |
| 1172 }, | 1084 }, |
| 1173 "support_level": "stable" | 1085 "support_level": "stable" |
| 1174 }, | 1086 }, |
| 1087 "DOMException": { | |
|
Emily Fortuna
2013/07/24 22:37:25
transfer annotations from DOMCoreException to this
vsm
2013/07/25 00:06:31
Done.
| |
| 1088 "members": { | |
| 1089 "ABORT_ERR": { | |
| 1090 "support_level": "untriaged" | |
| 1091 }, | |
| 1092 "DATA_CLONE_ERR": { | |
| 1093 "support_level": "untriaged" | |
| 1094 }, | |
| 1095 "DOMSTRING_SIZE_ERR": { | |
| 1096 "support_level": "untriaged" | |
| 1097 }, | |
| 1098 "HIERARCHY_REQUEST_ERR": { | |
| 1099 "support_level": "untriaged" | |
| 1100 }, | |
| 1101 "INDEX_SIZE_ERR": { | |
| 1102 "support_level": "untriaged" | |
| 1103 }, | |
| 1104 "INUSE_ATTRIBUTE_ERR": { | |
| 1105 "support_level": "untriaged" | |
| 1106 }, | |
| 1107 "INVALID_ACCESS_ERR": { | |
| 1108 "support_level": "untriaged" | |
| 1109 }, | |
| 1110 "INVALID_CHARACTER_ERR": { | |
| 1111 "support_level": "untriaged" | |
| 1112 }, | |
| 1113 "INVALID_MODIFICATION_ERR": { | |
| 1114 "support_level": "untriaged" | |
| 1115 }, | |
| 1116 "INVALID_NODE_TYPE_ERR": { | |
| 1117 "support_level": "untriaged" | |
| 1118 }, | |
| 1119 "INVALID_STATE_ERR": { | |
| 1120 "support_level": "untriaged" | |
| 1121 }, | |
| 1122 "NAMESPACE_ERR": { | |
| 1123 "support_level": "untriaged" | |
| 1124 }, | |
| 1125 "NETWORK_ERR": { | |
| 1126 "support_level": "untriaged" | |
| 1127 }, | |
| 1128 "NOT_FOUND_ERR": { | |
| 1129 "support_level": "untriaged" | |
| 1130 }, | |
| 1131 "NOT_SUPPORTED_ERR": { | |
| 1132 "support_level": "untriaged" | |
| 1133 }, | |
| 1134 "NO_DATA_ALLOWED_ERR": { | |
| 1135 "support_level": "untriaged" | |
| 1136 }, | |
| 1137 "NO_MODIFICATION_ALLOWED_ERR": { | |
| 1138 "support_level": "untriaged" | |
| 1139 }, | |
| 1140 "QUOTA_EXCEEDED_ERR": { | |
| 1141 "support_level": "untriaged" | |
| 1142 }, | |
| 1143 "SECURITY_ERR": { | |
| 1144 "support_level": "untriaged" | |
| 1145 }, | |
| 1146 "SYNTAX_ERR": { | |
| 1147 "support_level": "untriaged" | |
| 1148 }, | |
| 1149 "TIMEOUT_ERR": { | |
| 1150 "support_level": "untriaged" | |
| 1151 }, | |
| 1152 "TYPE_MISMATCH_ERR": { | |
| 1153 "support_level": "untriaged" | |
| 1154 }, | |
| 1155 "URL_MISMATCH_ERR": { | |
| 1156 "support_level": "untriaged" | |
| 1157 }, | |
| 1158 "VALIDATION_ERR": { | |
| 1159 "support_level": "untriaged" | |
| 1160 }, | |
| 1161 "WRONG_DOCUMENT_ERR": { | |
| 1162 "support_level": "untriaged" | |
| 1163 }, | |
| 1164 "code": { | |
| 1165 "support_level": "untriaged" | |
| 1166 }, | |
| 1167 "message": { | |
| 1168 "support_level": "untriaged" | |
| 1169 }, | |
| 1170 "name": { | |
| 1171 "support_level": "untriaged" | |
| 1172 }, | |
| 1173 "toString": { | |
| 1174 "support_level": "untriaged" | |
| 1175 } | |
| 1176 }, | |
| 1177 "support_level": "untriaged" | |
| 1178 }, | |
| 1175 "DOMFileSystem": { | 1179 "DOMFileSystem": { |
| 1176 "comment": "http://www.w3.org/TR/file-system-api/", | 1180 "comment": "http://www.w3.org/TR/file-system-api/", |
| 1177 "members": { | 1181 "members": { |
| 1178 "name": {}, | 1182 "name": {}, |
| 1179 "root": {} | 1183 "root": {} |
| 1180 }, | 1184 }, |
| 1181 "support_level": "experimental" | 1185 "support_level": "experimental" |
| 1182 }, | 1186 }, |
| 1183 "DOMFileSystemSync": { | 1187 "DOMFileSystemSync": { |
| 1184 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa ce", | 1188 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa ce", |
| 1185 "members": { | 1189 "members": { |
| 1186 "name": {}, | 1190 "name": {}, |
| 1187 "root": {} | 1191 "root": {} |
| 1188 }, | 1192 }, |
| 1189 "support_level": "experimental" | 1193 "support_level": "experimental" |
| 1190 }, | 1194 }, |
| 1191 "DOMImplementation": { | 1195 "DOMImplementation": { |
| 1192 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490", | 1196 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490", |
| 1193 "members": { | 1197 "members": { |
| 1194 "createCSSStyleSheet": { | 1198 "createCSSStyleSheet": { |
| 1195 "support_level": "nonstandard" | 1199 "support_level": "nonstandard" |
| 1196 }, | 1200 }, |
| 1197 "createDocument": {}, | 1201 "createDocument": {}, |
| 1198 "createDocumentType": {}, | 1202 "createDocumentType": {}, |
| 1199 "createHTMLDocument": {}, | 1203 "createHTMLDocument": {}, |
| 1200 "hasFeature": {} | 1204 "hasFeature": {} |
| 1201 }, | 1205 }, |
| 1202 "support_level": "stable" | 1206 "support_level": "stable" |
| 1203 }, | 1207 }, |
| 1204 "DOMNamedFlowCollection": { | |
| 1205 "comment": "http://dev.w3.org/csswg/css-regions/#dom-named-flow-collection", | |
| 1206 "members": { | |
| 1207 "__getter__": {}, | |
| 1208 "item": {}, | |
| 1209 "length": {}, | |
| 1210 "namedItem": {} | |
| 1211 }, | |
| 1212 "support_level": "experimental" | |
| 1213 }, | |
| 1214 "DOMParser": { | 1208 "DOMParser": { |
| 1215 "members": { | 1209 "members": { |
| 1216 "DOMParser": {}, | 1210 "DOMParser": {}, |
| 1217 "parseFromString": {} | 1211 "parseFromString": {} |
| 1218 }, | 1212 }, |
| 1219 "support_level": "stable" | 1213 "support_level": "stable" |
| 1220 }, | 1214 }, |
| 1221 "DOMPoint": { | |
| 1222 "comment": "http://developer.apple.com/library/safari/#documentation/DataMan agement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditi ons.html", | |
| 1223 "members": { | |
| 1224 "DOMPoint": {}, | |
| 1225 "_DomPoint": {}, | |
| 1226 "x": {}, | |
| 1227 "y": {} | |
| 1228 }, | |
| 1229 "support_level": "nonstandard" | |
| 1230 }, | |
| 1231 "DOMSettableTokenList": { | 1215 "DOMSettableTokenList": { |
| 1232 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domse ttabletokenlist-0", | 1216 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domse ttabletokenlist-0", |
| 1233 "members": { | 1217 "members": { |
| 1234 "__getter__": {}, | 1218 "__getter__": {}, |
| 1235 "value": {} | 1219 "value": {} |
| 1236 }, | 1220 }, |
| 1237 "support_level": "stable" | 1221 "support_level": "stable" |
| 1238 }, | 1222 }, |
| 1239 "DOMStringList": { | 1223 "DOMStringList": { |
| 1240 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMStringList", | 1224 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMStringList", |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 1258 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domto kenlist-0", | 1242 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domto kenlist-0", |
| 1259 "members": { | 1243 "members": { |
| 1260 "contains": {}, | 1244 "contains": {}, |
| 1261 "item": {}, | 1245 "item": {}, |
| 1262 "length": {}, | 1246 "length": {}, |
| 1263 "toString": {}, | 1247 "toString": {}, |
| 1264 "toggle": {} | 1248 "toggle": {} |
| 1265 }, | 1249 }, |
| 1266 "support_level": "stable" | 1250 "support_level": "stable" |
| 1267 }, | 1251 }, |
| 1268 "Window": { | 1252 "DataTransferItem": { |
| 1269 "members": { | 1253 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra nsferitem-interface", |
| 1270 "CSS": { | 1254 "members": { |
| 1271 "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface" | 1255 "getAsFile": {}, |
| 1272 }, | 1256 "getAsString": {}, |
| 1273 "PERSISTENT": { | 1257 "kind": {}, |
| 1274 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | 1258 "type": {}, |
| 1275 "support_level": "experimental" | 1259 "webkitGetAsEntry": { |
| 1276 }, | 1260 "support_level": "experimental" |
| 1277 "TEMPORARY": { | 1261 } |
| 1278 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | 1262 }, |
| 1279 "support_level": "experimental" | 1263 "support_level": "experimental" |
| 1280 }, | 1264 }, |
| 1281 "__getter__": {}, | 1265 "DataTransferItemList": { |
| 1282 "addEventListener": {}, | 1266 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd. html#the-datatransferitemlist-interface", |
| 1283 "alert": {}, | 1267 "members": { |
| 1284 "applicationCache": {}, | 1268 "add": {}, |
| 1285 "atob": {}, | 1269 "addData": {}, |
| 1286 "blur": { | 1270 "addFile": {}, |
| 1287 "dart_action": "suppress", | 1271 "clear": {}, |
| 1288 "support_level": "deprecated" | 1272 "item": {}, |
| 1289 }, | 1273 "length": {} |
| 1290 "btoa": {}, | 1274 }, |
| 1291 "cancelAnimationFrame": {}, | 1275 "support_level": "experimental" |
| 1292 "captureEvents": { | 1276 }, |
| 1293 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | 1277 "DataView": { |
| 1294 "dart_action": "suppress", | 1278 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| 1295 "support_level": "deprecated" | 1279 "members": { |
| 1296 }, | 1280 "getFloat32": {}, |
| 1297 "clearInterval": {}, | 1281 "getFloat64": {}, |
| 1298 "clearTimeout": {}, | 1282 "getInt16": {}, |
| 1299 "clientInformation": { | 1283 "getInt32": {}, |
| 1284 "getInt8": {}, | |
| 1285 "getUint16": {}, | |
| 1286 "getUint32": {}, | |
| 1287 "getUint8": {}, | |
| 1288 "setFloat32": {}, | |
| 1289 "setFloat64": {}, | |
| 1290 "setInt16": {}, | |
| 1291 "setInt32": {}, | |
| 1292 "setInt8": {}, | |
| 1293 "setUint16": {}, | |
| 1294 "setUint32": {}, | |
| 1295 "setUint8": {} | |
| 1296 }, | |
| 1297 "support_level": "stable" | |
| 1298 }, | |
| 1299 "Database": { | |
| 1300 "comment": "http://www.w3.org/TR/webdatabase/#asynchronous-database-api", | |
| 1301 "dart_action": "experimental", | |
| 1302 "members": { | |
| 1303 "changeVersion": {}, | |
| 1304 "readTransaction": {}, | |
| 1305 "transaction": {}, | |
| 1306 "version": {} | |
| 1307 }, | |
| 1308 "support_level": "deprecated" | |
| 1309 }, | |
| 1310 "DatabaseCallback": { | |
| 1311 "comment": "http://www.w3.org/TR/webdatabase/#databasecallback", | |
| 1312 "dart_action": "experimental", | |
| 1313 "members": { | |
| 1314 "handleEvent": {} | |
| 1315 }, | |
| 1316 "support_level": "deprecated" | |
| 1317 }, | |
| 1318 "DatabaseSync": { | |
| 1319 "comment": "http://www.w3.org/TR/webdatabase/#databasesync", | |
| 1320 "dart_action": "suppress", | |
| 1321 "members": { | |
| 1322 "changeVersion": {}, | |
| 1323 "lastErrorMessage": {}, | |
| 1324 "readTransaction": {}, | |
| 1325 "transaction": {}, | |
| 1326 "version": {} | |
| 1327 }, | |
| 1328 "support_level": "deprecated" | |
| 1329 }, | |
| 1330 "DedicatedWorkerContext": { | |
| 1331 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html", | |
| 1332 "members": { | |
| 1333 "onmessage": {}, | |
| 1334 "postMessage": {} | |
| 1335 }, | |
| 1336 "support_level": "experimental" | |
| 1337 }, | |
| 1338 "DelayNode": { | |
| 1339 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#DelayNode", | |
| 1340 "members": { | |
| 1341 "delayTime": {} | |
| 1342 }, | |
| 1343 "support_level": "experimental" | |
| 1344 }, | |
| 1345 "DeviceAcceleration": { | |
| 1346 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1347 "members": { | |
| 1348 "x": {}, | |
| 1349 "y": {}, | |
| 1350 "z": {} | |
| 1351 }, | |
| 1352 "support_level": "experimental" | |
| 1353 }, | |
| 1354 "DeviceMotionEvent": { | |
| 1355 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1356 "members": { | |
| 1357 "acceleration": {}, | |
| 1358 "accelerationIncludingGravity": {}, | |
| 1359 "interval": {}, | |
| 1360 "rotationRate": {} | |
| 1361 }, | |
| 1362 "support_level": "experimental" | |
| 1363 }, | |
| 1364 "DeviceOrientationEvent": { | |
| 1365 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1366 "members": { | |
| 1367 "absolute": {}, | |
| 1368 "alpha": {}, | |
| 1369 "beta": {}, | |
| 1370 "gamma": {}, | |
| 1371 "initDeviceOrientationEvent": {} | |
| 1372 }, | |
| 1373 "support_level": "experimental" | |
| 1374 }, | |
| 1375 "DeviceRotationRate": { | |
| 1376 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1377 "members": { | |
| 1378 "alpha": {}, | |
| 1379 "beta": {}, | |
| 1380 "gamma": {} | |
| 1381 }, | |
| 1382 "support_level": "experimental" | |
| 1383 }, | |
| 1384 "DirectoryEntry": { | |
| 1385 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentry-interfa ce", | |
| 1386 "members": { | |
| 1387 "createReader": {}, | |
| 1388 "getDirectory": {}, | |
| 1389 "getFile": {}, | |
| 1390 "removeRecursively": {} | |
| 1391 }, | |
| 1392 "support_level": "experimental" | |
| 1393 }, | |
| 1394 "DirectoryEntrySync": { | |
| 1395 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentrysync-int erface", | |
| 1396 "members": { | |
| 1397 "createReader": {}, | |
| 1398 "getDirectory": {}, | |
| 1399 "getFile": {}, | |
| 1400 "removeRecursively": {} | |
| 1401 }, | |
| 1402 "support_level": "experimental" | |
| 1403 }, | |
| 1404 "DirectoryReader": { | |
| 1405 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryreader-interf ace", | |
| 1406 "members": { | |
| 1407 "readEntries": {} | |
| 1408 }, | |
| 1409 "support_level": "experimental" | |
| 1410 }, | |
| 1411 "DirectoryReaderSync": { | |
| 1412 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-DirectoryReaderSyn c", | |
| 1413 "members": { | |
| 1414 "readEntries": {} | |
| 1415 }, | |
| 1416 "support_level": "experimental" | |
| 1417 }, | |
| 1418 "Document": { | |
| 1419 "comment": "http://dom.spec.whatwg.org/#interface-document", | |
| 1420 "members": { | |
| 1421 "URL": {}, | |
| 1422 "adoptNode": {}, | |
| 1423 "anchors": { | |
| 1424 "dart_action": "suppress" | |
| 1425 }, | |
| 1426 "applets": { | |
| 1427 "dart_action": "suppress", | |
| 1428 "support_level": "deprecated" | |
| 1429 }, | |
| 1430 "body": {}, | |
| 1431 "caretRangeFromPoint": { | |
| 1432 "comment": "http://www.w3.org/TR/2009/WD-cssom-view-20090804/#dom-docume ntview-caretrangefrompoint", | |
| 1433 "support_level": "experimental" | |
| 1434 }, | |
| 1435 "characterSet": {}, | |
| 1436 "charset": { | |
| 1437 "dart_action": "suppress", | |
| 1300 "support_level": "nonstandard" | 1438 "support_level": "nonstandard" |
| 1301 }, | 1439 }, |
| 1302 "close": {}, | 1440 "childElementCount": { |
| 1303 "closed": {}, | 1441 "comment": "http://dom.spec.whatwg.org/#parentnode" |
| 1304 "confirm": {}, | 1442 }, |
| 1305 "console": {}, | 1443 "children": { |
| 1306 "crypto": { | 1444 "comment": "http://dom.spec.whatwg.org/#parentnode" |
| 1307 "comment": "http://www.w3.org/TR/WebCryptoAPI/", | 1445 }, |
| 1308 "support_level": "experimental" | 1446 "compatMode": { |
| 1309 }, | 1447 "dart_action": "suppress" |
| 1310 "defaultStatus": {}, | 1448 }, |
| 1311 "defaultstatus": { | 1449 "cookie": {}, |
| 1450 "createAttribute": { | |
| 1451 "comment": "http://dom.spec.whatwg.org/#dom-document-createattribute", | |
| 1452 "dart_action": "suppress", | |
| 1453 "support_level": "deprecated" | |
| 1454 }, | |
| 1455 "createAttributeNS": { | |
| 1456 "comment": "http://dom.spec.whatwg.org/#dom-document-createattributens", | |
| 1457 "dart_action": "suppress", | |
| 1458 "support_level": "deprecated" | |
| 1459 }, | |
| 1460 "createCDATASection": { | |
| 1461 "comment": "http://dom.spec.whatwg.org/#dom-document-createcdatasection" , | |
| 1462 "dart_action": "suppress", | |
| 1463 "support_level": "deprecated" | |
| 1464 }, | |
| 1465 "createComment": {}, | |
| 1466 "createDocumentFragment": {}, | |
| 1467 "createElement": {}, | |
| 1468 "createElementNS": {}, | |
| 1469 "createEntityReference": { | |
| 1470 "comment": "http://dom.spec.whatwg.org/#dom-document-createentityreferen ce", | |
| 1471 "dart_action": "suppress", | |
| 1472 "support_level": "deprecated" | |
| 1473 }, | |
| 1474 "createEvent": {}, | |
| 1475 "createExpression": { | |
| 1476 "dart_action": "suppress" | |
| 1477 }, | |
| 1478 "createNSResolver": { | |
| 1479 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvalu ator-createNSResolver", | |
| 1480 "dart_action": "suppress" | |
| 1481 }, | |
| 1482 "createNodeIterator": { | |
| 1483 "dart_action": "unstable" | |
| 1484 }, | |
| 1485 "createProcessingInstruction": { | |
| 1486 "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#do m-document-createprocessinginstruction", | |
| 1487 "dart_action": "unstable" | |
| 1488 }, | |
| 1489 "createRange": {}, | |
| 1490 "createTextNode": {}, | |
| 1491 "createTouch": { | |
| 1492 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 1493 "support_level": "experimental" | |
| 1494 }, | |
| 1495 "createTouchList": { | |
| 1496 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 1497 "support_level": "experimental" | |
| 1498 }, | |
| 1499 "createTreeWalker": {}, | |
| 1500 "currentScript": { | |
| 1501 "support_level": "untriaged" | |
| 1502 }, | |
| 1503 "defaultCharset": { | |
| 1504 "dart_action": "suppress", | |
| 1312 "support_level": "nonstandard" | 1505 "support_level": "nonstandard" |
| 1313 }, | 1506 }, |
| 1314 "devicePixelRatio": { | 1507 "defaultView": {}, |
| 1315 "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelr ati.html", | 1508 "doctype": { |
| 1509 "dart_action": "suppress" | |
| 1510 }, | |
| 1511 "documentElement": {}, | |
| 1512 "documentURI": {}, | |
| 1513 "domain": {}, | |
| 1514 "elementFromPoint": {}, | |
| 1515 "evaluate": { | |
| 1516 "dart_action": "suppress" | |
| 1517 }, | |
| 1518 "execCommand": {}, | |
| 1519 "firstElementChild": { | |
| 1520 "comment": "http://dom.spec.whatwg.org/#parentnode" | |
| 1521 }, | |
| 1522 "fontloader": { | |
| 1523 "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", | |
| 1524 "support_level": "experimental" | |
| 1525 }, | |
| 1526 "forms": {}, | |
| 1527 "getCSSCanvasContext": { | |
| 1528 "comment": "https://developer.apple.com/library/safari/#documentation/Ap pleApplications/Reference/SafariCSSRef/Articles/Functions.html", | |
| 1316 "support_level": "nonstandard" | 1529 "support_level": "nonstandard" |
| 1317 }, | 1530 }, |
| 1318 "dispatchEvent": {}, | 1531 "getElementById": {}, |
| 1319 "document": {}, | 1532 "getElementsByClassName": {}, |
| 1320 "event": { | 1533 "getElementsByName": {}, |
| 1321 "dart_action": "suppress", | 1534 "getElementsByTagName": {}, |
| 1322 "support_level": "deprecated" | 1535 "getElementsByTagNameNS": {}, |
| 1323 }, | 1536 "getOverrideStyle": { |
| 1324 "find": { | 1537 "dart_action": "suppress", |
| 1325 "support_level": "nonstandard" | 1538 "support_level": "nonstandard" |
| 1326 }, | 1539 }, |
| 1327 "focus": { | 1540 "getSelection": { |
| 1328 "dart_action": "suppress", | 1541 "dart_action": "unstable" |
| 1329 "support_level": "deprecated" | 1542 }, |
| 1330 }, | 1543 "head": {}, |
| 1331 "frameElement": {}, | 1544 "images": { |
| 1332 "frames": {}, | 1545 "dart_action": "suppress" |
| 1333 "getComputedStyle": {}, | 1546 }, |
| 1334 "getMatchedCSSRules": { | 1547 "implementation": {}, |
| 1335 "support_level": "nonstandard" | 1548 "importNode": {}, |
| 1336 }, | 1549 "inputEncoding": { |
| 1337 "getSelection": {}, | 1550 "comment": "http://www.w3.org/TR/domcore/", |
| 1338 "history": {}, | 1551 "dart_action": "suppress", |
| 1339 "indexedDB": {}, | 1552 "support_level": "deprecated" |
| 1340 "innerHeight": {}, | 1553 }, |
| 1341 "innerWidth": {}, | 1554 "lastElementChild": { |
| 1342 "length": { | 1555 "comment": "http://dom.spec.whatwg.org/#parentnode" |
| 1343 "dart_action": "suppress", | 1556 }, |
| 1344 "support_level": "deprecated" | 1557 "lastModified": {}, |
| 1345 }, | 1558 "links": { |
| 1346 "localStorage": {}, | 1559 "dart_action": "suppress" |
| 1347 "location": {}, | 1560 }, |
| 1348 "locationbar": {}, | 1561 "location": { |
| 1349 "matchMedia": {}, | 1562 "dart_action": "suppress" |
| 1350 "menubar": {}, | 1563 }, |
| 1351 "moveBy": {}, | |
| 1352 "moveTo": {}, | |
| 1353 "name": {}, | |
| 1354 "navigator": {}, | |
| 1355 "offscreenBuffering": { | |
| 1356 "support_level": "nonstandard" | |
| 1357 }, | |
| 1358 "onDOMContentLoaded": {}, | |
| 1359 "onabort": {}, | 1564 "onabort": {}, |
| 1360 "onbeforeunload": {}, | 1565 "onbeforecopy": {}, |
| 1566 "onbeforecut": {}, | |
| 1567 "onbeforepaste": {}, | |
| 1361 "onblur": {}, | 1568 "onblur": {}, |
| 1362 "oncanplay": {}, | |
| 1363 "oncanplaythrough": {}, | |
| 1364 "onchange": {}, | 1569 "onchange": {}, |
| 1365 "onclick": {}, | 1570 "onclick": {}, |
| 1366 "oncontextmenu": {}, | 1571 "oncontextmenu": {}, |
| 1572 "oncopy": {}, | |
| 1573 "oncut": {}, | |
| 1367 "ondblclick": {}, | 1574 "ondblclick": {}, |
| 1368 "ondevicemotion": { | |
| 1369 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic emotion", | |
| 1370 "support_level": "experimental" | |
| 1371 }, | |
| 1372 "ondeviceorientation": { | |
| 1373 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic emotion", | |
| 1374 "support_level": "experimental" | |
| 1375 }, | |
| 1376 "ondrag": {}, | 1575 "ondrag": {}, |
| 1377 "ondragend": {}, | 1576 "ondragend": {}, |
| 1378 "ondragenter": {}, | 1577 "ondragenter": {}, |
| 1379 "ondragleave": {}, | 1578 "ondragleave": {}, |
| 1380 "ondragover": {}, | 1579 "ondragover": {}, |
| 1381 "ondragstart": {}, | 1580 "ondragstart": {}, |
| 1382 "ondrop": {}, | 1581 "ondrop": {}, |
| 1383 "ondurationchange": {}, | |
| 1384 "onemptied": {}, | |
| 1385 "onended": {}, | |
| 1386 "onerror": {}, | 1582 "onerror": {}, |
| 1387 "onfocus": {}, | 1583 "onfocus": {}, |
| 1388 "onhashchange": {}, | |
| 1389 "oninput": {}, | 1584 "oninput": {}, |
| 1390 "oninvalid": { | 1585 "oninvalid": { |
| 1391 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ section-index.html#attributes-1" | 1586 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ section-index.html#attributes-1" |
| 1392 }, | 1587 }, |
| 1393 "onkeydown": {}, | 1588 "onkeydown": {}, |
| 1394 "onkeypress": {}, | 1589 "onkeypress": {}, |
| 1395 "onkeyup": {}, | 1590 "onkeyup": {}, |
| 1396 "onload": {}, | 1591 "onload": {}, |
| 1397 "onloadeddata": {}, | |
| 1398 "onloadedmetadata": {}, | |
| 1399 "onloadstart": {}, | |
| 1400 "onmessage": {}, | |
| 1401 "onmousedown": {}, | 1592 "onmousedown": {}, |
| 1402 "onmousemove": {}, | 1593 "onmousemove": {}, |
| 1403 "onmouseout": {}, | 1594 "onmouseout": {}, |
| 1404 "onmouseover": {}, | 1595 "onmouseover": {}, |
| 1405 "onmouseup": {}, | 1596 "onmouseup": {}, |
| 1406 "onmousewheel": {}, | 1597 "onmousewheel": {}, |
| 1407 "onoffline": {}, | 1598 "onpaste": {}, |
| 1408 "ononline": {}, | 1599 "onreadystatechange": {}, |
| 1409 "onpagehide": {}, | |
| 1410 "onpageshow": {}, | |
| 1411 "onpause": {}, | |
| 1412 "onplay": {}, | |
| 1413 "onplaying": {}, | |
| 1414 "onpopstate": {}, | |
| 1415 "onprogress": {}, | |
| 1416 "onratechange": {}, | |
| 1417 "onreset": {}, | 1600 "onreset": {}, |
| 1418 "onresize": {}, | |
| 1419 "onscroll": {}, | 1601 "onscroll": {}, |
| 1420 "onsearch": { | 1602 "onsearch": { |
| 1421 "comment": "http://www.w3.org/TR/html-markup/input.search.html", | 1603 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 1422 "support_level": "experimental" | 1604 "support_level": "experimental" |
| 1423 }, | 1605 }, |
| 1424 "onseeked": {}, | 1606 "onsecuritypolicyviolation": { |
| 1425 "onseeking": {}, | 1607 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/ csp-specification.dev.html#widl-Document-onsecuritypolicyviolation", |
| 1608 "support_level": "experimental" | |
| 1609 }, | |
| 1426 "onselect": {}, | 1610 "onselect": {}, |
| 1427 "onstalled": {}, | 1611 "onselectionchange": {}, |
| 1428 "onstorage": {}, | 1612 "onselectstart": {}, |
| 1429 "onsubmit": {}, | 1613 "onsubmit": {}, |
| 1430 "onsuspend": {}, | |
| 1431 "ontimeupdate": {}, | |
| 1432 "ontouchcancel": { | 1614 "ontouchcancel": { |
| 1433 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1615 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1434 "support_level": "experimental" | 1616 "support_level": "experimental" |
| 1435 }, | 1617 }, |
| 1436 "ontouchend": { | 1618 "ontouchend": { |
| 1437 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1619 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1438 "support_level": "experimental" | 1620 "support_level": "experimental" |
| 1439 }, | 1621 }, |
| 1440 "ontouchmove": { | 1622 "ontouchmove": { |
| 1441 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1623 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1442 "support_level": "experimental" | 1624 "support_level": "experimental" |
| 1443 }, | 1625 }, |
| 1444 "ontouchstart": { | 1626 "ontouchstart": { |
| 1445 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1627 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1446 "support_level": "experimental" | 1628 "support_level": "experimental" |
| 1447 }, | 1629 }, |
| 1448 "ontransitionend": {}, | 1630 "onwebkitfullscreenchange": { |
| 1449 "onunload": {}, | 1631 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1450 "onvolumechange": {}, | 1632 "support_level": "experimental" |
| 1451 "onwaiting": {}, | 1633 }, |
| 1452 "onwebkitAnimationEnd": { | 1634 "onwebkitfullscreenerror": { |
| 1453 "support_level": "experimental" | 1635 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1454 }, | 1636 "support_level": "experimental" |
| 1455 "onwebkitAnimationIteration": { | 1637 }, |
| 1456 "support_level": "experimental" | 1638 "onwebkitpointerlockchange": { |
| 1457 }, | 1639 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-onpointerlockchange", |
| 1458 "onwebkitAnimationStart": { | 1640 "support_level": "experimental" |
| 1459 "support_level": "experimental" | 1641 }, |
| 1460 }, | 1642 "onwebkitpointerlockerror": { |
| 1461 "onwebkitTransitionEnd": { | 1643 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-onpointerlockerror", |
| 1462 "support_level": "deprecated" | 1644 "support_level": "experimental" |
| 1463 }, | 1645 }, |
| 1464 "onwebkitanimationend": { | 1646 "preferredStylesheetSet": { |
| 1465 "support_level": "experimental" | 1647 "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-preferredStyleS heetSet" |
| 1466 }, | 1648 }, |
| 1467 "onwebkitanimationiteration": { | 1649 "queryCommandEnabled": {}, |
| 1468 "support_level": "experimental" | 1650 "queryCommandIndeterm": {}, |
| 1469 }, | 1651 "queryCommandState": {}, |
| 1470 "onwebkitanimationstart": { | 1652 "queryCommandSupported": {}, |
| 1471 "support_level": "experimental" | 1653 "queryCommandValue": {}, |
| 1472 }, | 1654 "querySelector": {}, |
| 1473 "onwebkittransitionend": { | 1655 "querySelectorAll": {}, |
| 1474 "support_level": "deprecated" | 1656 "readyState": {}, |
| 1475 }, | 1657 "referrer": {}, |
| 1476 "open": {}, | 1658 "securityPolicy": { |
| 1477 "openDatabase": { | 1659 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/ csp-specification.dev.html#idl-def-SecurityPolicy", |
| 1478 "comment": "http://www.w3.org/TR/webdatabase/", | 1660 "support_level": "experimental" |
| 1479 "dart_action": "experimental", | 1661 }, |
| 1480 "support_level": "deprecated" | 1662 "selectedStylesheetSet": { |
| 1481 }, | 1663 "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-selectedStyleSh eetSet" |
| 1482 "opener": {}, | 1664 }, |
| 1483 "outerHeight": {}, | 1665 "styleSheets": {}, |
| 1484 "outerWidth": {}, | 1666 "title": {}, |
| 1485 "pagePopupController": { | 1667 "webkitCancelFullScreen": { |
| 1486 "dart_action": "suppress", | 1668 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1487 "support_level": "nonstandard" | 1669 "dart_action": "suppress", |
| 1488 }, | 1670 "support_level": "deprecated" |
| 1489 "pageXOffset": {}, | 1671 }, |
| 1490 "pageYOffset": {}, | 1672 "webkitCurrentFullScreenElement": { |
| 1491 "parent": {}, | 1673 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1492 "performance": { | 1674 "dart_action": "suppress", |
| 1493 "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performan ce-attribute" | 1675 "support_level": "deprecated" |
| 1494 }, | 1676 }, |
| 1495 "personalbar": { | 1677 "webkitExitFullscreen": { |
| 1496 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personal bar", | 1678 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-document-exitfullscreen", |
| 1497 "dart_action": "suppress", | 1679 "support_level": "experimental" |
| 1498 "support_level": "deprecated" | 1680 }, |
| 1499 }, | 1681 "webkitExitPointerLock": { |
| 1500 "postMessage": {}, | 1682 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-exitPointerLock-void", |
| 1501 "print": {}, | 1683 "support_level": "experimental" |
| 1502 "prompt": {}, | 1684 }, |
| 1503 "releaseEvents": { | 1685 "webkitFullScreenKeyboardInputAllowed": { |
| 1504 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | 1686 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1505 "dart_action": "suppress", | 1687 "dart_action": "suppress", |
| 1506 "support_level": "deprecated" | 1688 "support_level": "deprecated" |
| 1507 }, | 1689 }, |
| 1508 "removeEventListener": {}, | 1690 "webkitFullscreenElement": { |
| 1509 "requestAnimationFrame": {}, | 1691 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-document-fullscreenelement", |
| 1510 "resizeBy": {}, | 1692 "support_level": "experimental" |
| 1511 "resizeTo": {}, | 1693 }, |
| 1512 "screen": {}, | 1694 "webkitFullscreenEnabled": { |
| 1513 "screenLeft": {}, | 1695 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-document-fullscreenenabled", |
| 1514 "screenTop": {}, | 1696 "support_level": "experimental" |
| 1515 "screenX": {}, | 1697 }, |
| 1516 "screenY": {}, | 1698 "webkitGetNamedFlows": { |
| 1517 "scroll": {}, | 1699 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection ", |
| 1518 "scrollBy": {}, | 1700 "support_level": "experimental" |
| 1519 "scrollTo": {}, | 1701 }, |
| 1520 "scrollX": {}, | 1702 "webkitHidden": { |
| 1521 "scrollY": {}, | 1703 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibi lity/Overview.html#document", |
| 1522 "scrollbars": {}, | 1704 "support_level": "experimental" |
| 1523 "self": {}, | 1705 }, |
| 1524 "sessionStorage": {}, | 1706 "webkitIsFullScreen": { |
| 1525 "setInterval": {}, | 1707 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1526 "setTimeout": {}, | 1708 "dart_action": "suppress", |
| 1527 "showModalDialog": {}, | 1709 "support_level": "deprecated" |
| 1528 "speechSynthesis": { | 1710 }, |
| 1529 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.htm l#tts-section", | 1711 "webkitPointerLockElement": { |
| 1530 "support_level": "experimental" | 1712 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-pointerLockElement", |
| 1531 }, | 1713 "support_level": "experimental" |
| 1532 "status": {}, | 1714 }, |
| 1533 "statusbar": {}, | 1715 "webkitRegister": { |
| 1534 "stop": {}, | 1716 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custo m/index.html#dfn-document-register", |
| 1535 "styleMedia": { | 1717 "support_level": "experimental" |
| 1536 "comment": "http://developer.apple.com/library/safari/#documentation/Saf ariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", | 1718 }, |
| 1537 "dart_action": "experimental", | 1719 "webkitVisibilityState": { |
| 1538 "support_level": "nonstandard" | 1720 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibi lity/Overview.html#dom-document-visibilitystate", |
| 1539 }, | 1721 "support_level": "experimental" |
| 1540 "toString": {}, | 1722 }, |
| 1541 "toolbar": {}, | 1723 "window": { |
| 1542 "top": {}, | 1724 "support_level": "untriaged" |
| 1543 "webkitCancelAnimationFrame": { | 1725 }, |
| 1544 "support_level": "experimental" | 1726 "xmlEncoding": { |
| 1545 }, | 1727 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlencoding", |
| 1546 "webkitCancelRequestAnimationFrame": { | 1728 "dart_action": "suppress", |
| 1547 "support_level": "experimental" | 1729 "support_level": "deprecated" |
| 1548 }, | 1730 }, |
| 1549 "webkitConvertPointFromNodeToPage": { | 1731 "xmlStandalone": { |
| 1550 "comment": "http://developer.apple.com/library/safari/#documentation/Dat aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd ditions.html", | 1732 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlstandalone", |
| 1551 "support_level": "experimental" | 1733 "dart_action": "suppress", |
| 1552 }, | 1734 "support_level": "deprecated" |
| 1553 "webkitConvertPointFromPageToNode": { | 1735 }, |
| 1554 "comment": "http://developer.apple.com/library/safari/#documentation/Dat aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd ditions.html", | 1736 "xmlVersion": { |
| 1555 "support_level": "experimental" | 1737 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlversion", |
| 1556 }, | 1738 "dart_action": "suppress", |
| 1557 "webkitIndexedDB": { | 1739 "support_level": "deprecated" |
| 1558 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", | 1740 } |
| 1559 "support_level": "experimental" | |
| 1560 }, | |
| 1561 "webkitNotifications": { | |
| 1562 "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/ posts/8vWo8hq4pDm?e=Showroom", | |
| 1563 "dart_action": "suppress", | |
| 1564 "support_level": "deprecated" | |
| 1565 }, | |
| 1566 "webkitRequestAnimationFrame": { | |
| 1567 "dart_action": "suppress", | |
| 1568 "support_level": "deprecated" | |
| 1569 }, | |
| 1570 "webkitRequestFileSystem": { | |
| 1571 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | |
| 1572 "support_level": "experimental" | |
| 1573 }, | |
| 1574 "webkitResolveLocalFileSystemURL": { | |
| 1575 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | |
| 1576 "support_level": "experimental" | |
| 1577 }, | |
| 1578 "webkitStorageInfo": { | |
| 1579 "comment": "http://www.w3.org/TR/file-system-api/", | |
| 1580 "dart_action": "suppress", | |
| 1581 "support_level": "deprecated" | |
| 1582 }, | |
| 1583 "window": {} | |
| 1584 }, | 1741 }, |
| 1585 "support_level": "stable" | 1742 "support_level": "stable" |
| 1586 }, | 1743 }, |
| 1587 "DataTransferItem": { | 1744 "DocumentFragment": { |
| 1588 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra nsferitem-interface", | 1745 "members": { |
| 1589 "members": { | 1746 "DocumentFragment": {}, |
| 1590 "getAsFile": {}, | |
| 1591 "getAsString": {}, | |
| 1592 "kind": {}, | |
| 1593 "type": {}, | |
| 1594 "webkitGetAsEntry": { | |
| 1595 "support_level": "experimental" | |
| 1596 } | |
| 1597 }, | |
| 1598 "support_level": "experimental" | |
| 1599 }, | |
| 1600 "DataTransferItemList": { | |
| 1601 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd. html#the-datatransferitemlist-interface", | |
| 1602 "members": { | |
| 1603 "add": {}, | |
| 1604 "addData": {}, | |
| 1605 "addFile": {}, | |
| 1606 "clear": {}, | |
| 1607 "item": {}, | |
| 1608 "length": {} | |
| 1609 }, | |
| 1610 "support_level": "experimental" | |
| 1611 }, | |
| 1612 "DataView": { | |
| 1613 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | |
| 1614 "members": { | |
| 1615 "getFloat32": {}, | |
| 1616 "getFloat64": {}, | |
| 1617 "getInt16": {}, | |
| 1618 "getInt32": {}, | |
| 1619 "getInt8": {}, | |
| 1620 "getUint16": {}, | |
| 1621 "getUint32": {}, | |
| 1622 "getUint8": {}, | |
| 1623 "setFloat32": {}, | |
| 1624 "setFloat64": {}, | |
| 1625 "setInt16": {}, | |
| 1626 "setInt32": {}, | |
| 1627 "setInt8": {}, | |
| 1628 "setUint16": {}, | |
| 1629 "setUint32": {}, | |
| 1630 "setUint8": {} | |
| 1631 }, | |
| 1632 "support_level": "stable" | |
| 1633 }, | |
| 1634 "Database": { | |
| 1635 "comment": "http://www.w3.org/TR/webdatabase/#asynchronous-database-api", | |
| 1636 "dart_action": "experimental", | |
| 1637 "members": { | |
| 1638 "changeVersion": {}, | |
| 1639 "readTransaction": {}, | |
| 1640 "transaction": {}, | |
| 1641 "version": {} | |
| 1642 }, | |
| 1643 "support_level": "deprecated" | |
| 1644 }, | |
| 1645 "DatabaseCallback": { | |
| 1646 "comment": "http://www.w3.org/TR/webdatabase/#databasecallback", | |
| 1647 "dart_action": "experimental", | |
| 1648 "members": { | |
| 1649 "handleEvent": {} | |
| 1650 }, | |
| 1651 "support_level": "deprecated" | |
| 1652 }, | |
| 1653 "DatabaseSync": { | |
| 1654 "comment": "http://www.w3.org/TR/webdatabase/#databasesync", | |
| 1655 "dart_action": "suppress", | |
| 1656 "members": { | |
| 1657 "changeVersion": {}, | |
| 1658 "lastErrorMessage": {}, | |
| 1659 "readTransaction": {}, | |
| 1660 "transaction": {}, | |
| 1661 "version": {} | |
| 1662 }, | |
| 1663 "support_level": "deprecated" | |
| 1664 }, | |
| 1665 "DedicatedWorkerContext": { | |
| 1666 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html", | |
| 1667 "members": { | |
| 1668 "onmessage": {}, | |
| 1669 "postMessage": {} | |
| 1670 }, | |
| 1671 "support_level": "experimental" | |
| 1672 }, | |
| 1673 "DelayNode": { | |
| 1674 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#DelayNode", | |
| 1675 "members": { | |
| 1676 "delayTime": {} | |
| 1677 }, | |
| 1678 "support_level": "experimental" | |
| 1679 }, | |
| 1680 "DeviceAcceleration": { | |
| 1681 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1682 "members": { | |
| 1683 "x": {}, | |
| 1684 "y": {}, | |
| 1685 "z": {} | |
| 1686 }, | |
| 1687 "support_level": "experimental" | |
| 1688 }, | |
| 1689 "DeviceMotionEvent": { | |
| 1690 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1691 "members": { | |
| 1692 "acceleration": {}, | |
| 1693 "accelerationIncludingGravity": {}, | |
| 1694 "interval": {}, | |
| 1695 "rotationRate": {} | |
| 1696 }, | |
| 1697 "support_level": "experimental" | |
| 1698 }, | |
| 1699 "DeviceOrientationEvent": { | |
| 1700 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1701 "members": { | |
| 1702 "absolute": {}, | |
| 1703 "alpha": {}, | |
| 1704 "beta": {}, | |
| 1705 "gamma": {}, | |
| 1706 "initDeviceOrientationEvent": {} | |
| 1707 }, | |
| 1708 "support_level": "experimental" | |
| 1709 }, | |
| 1710 "DeviceRotationRate": { | |
| 1711 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devicemot ion", | |
| 1712 "members": { | |
| 1713 "alpha": {}, | |
| 1714 "beta": {}, | |
| 1715 "gamma": {} | |
| 1716 }, | |
| 1717 "support_level": "experimental" | |
| 1718 }, | |
| 1719 "DirectoryEntry": { | |
| 1720 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentry-interfa ce", | |
| 1721 "members": { | |
| 1722 "createReader": {}, | |
| 1723 "getDirectory": {}, | |
| 1724 "getFile": {}, | |
| 1725 "removeRecursively": {} | |
| 1726 }, | |
| 1727 "support_level": "experimental" | |
| 1728 }, | |
| 1729 "DirectoryEntrySync": { | |
| 1730 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryentrysync-int erface", | |
| 1731 "members": { | |
| 1732 "createReader": {}, | |
| 1733 "getDirectory": {}, | |
| 1734 "getFile": {}, | |
| 1735 "removeRecursively": {} | |
| 1736 }, | |
| 1737 "support_level": "experimental" | |
| 1738 }, | |
| 1739 "DirectoryReader": { | |
| 1740 "comment": "http://www.w3.org/TR/file-system-api/#the-directoryreader-interf ace", | |
| 1741 "members": { | |
| 1742 "readEntries": {} | |
| 1743 }, | |
| 1744 "support_level": "experimental" | |
| 1745 }, | |
| 1746 "DirectoryReaderSync": { | |
| 1747 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-DirectoryReaderSyn c", | |
| 1748 "members": { | |
| 1749 "readEntries": {} | |
| 1750 }, | |
| 1751 "support_level": "experimental" | |
| 1752 }, | |
| 1753 "Document": { | |
| 1754 "comment": "http://dom.spec.whatwg.org/#interface-document", | |
| 1755 "members": { | |
| 1756 "URL": {}, | |
| 1757 "adoptNode": {}, | |
| 1758 "anchors": { | |
| 1759 "dart_action": "suppress" | |
| 1760 }, | |
| 1761 "applets": { | |
| 1762 "dart_action": "suppress", | |
| 1763 "support_level": "deprecated" | |
| 1764 }, | |
| 1765 "body": {}, | |
| 1766 "caretRangeFromPoint": { | |
| 1767 "comment": "http://www.w3.org/TR/2009/WD-cssom-view-20090804/#dom-docume ntview-caretrangefrompoint", | |
| 1768 "support_level": "experimental" | |
| 1769 }, | |
| 1770 "characterSet": {}, | |
| 1771 "charset": { | |
| 1772 "dart_action": "suppress", | |
| 1773 "support_level": "nonstandard" | |
| 1774 }, | |
| 1775 "childElementCount": { | 1747 "childElementCount": { |
| 1776 "comment": "http://dom.spec.whatwg.org/#parentnode" | 1748 "comment": "http://dom.spec.whatwg.org/#parentnode" |
| 1777 }, | 1749 }, |
| 1778 "children": { | |
| 1779 "comment": "http://dom.spec.whatwg.org/#parentnode" | |
| 1780 }, | |
| 1781 "compatMode": { | |
| 1782 "dart_action": "suppress" | |
| 1783 }, | |
| 1784 "cookie": {}, | |
| 1785 "createAttribute": { | |
| 1786 "comment": "http://dom.spec.whatwg.org/#dom-document-createattribute", | |
| 1787 "dart_action": "suppress", | |
| 1788 "support_level": "deprecated" | |
| 1789 }, | |
| 1790 "createAttributeNS": { | |
| 1791 "comment": "http://dom.spec.whatwg.org/#dom-document-createattributens", | |
| 1792 "dart_action": "suppress", | |
| 1793 "support_level": "deprecated" | |
| 1794 }, | |
| 1795 "createCDATASection": { | |
| 1796 "comment": "http://dom.spec.whatwg.org/#dom-document-createcdatasection" , | |
| 1797 "dart_action": "suppress", | |
| 1798 "support_level": "deprecated" | |
| 1799 }, | |
| 1800 "createComment": {}, | |
| 1801 "createDocumentFragment": {}, | |
| 1802 "createElement": {}, | |
| 1803 "createElementNS": {}, | |
| 1804 "createEntityReference": { | |
| 1805 "comment": "http://dom.spec.whatwg.org/#dom-document-createentityreferen ce", | |
| 1806 "dart_action": "suppress", | |
| 1807 "support_level": "deprecated" | |
| 1808 }, | |
| 1809 "createEvent": {}, | |
| 1810 "createExpression": { | |
| 1811 "dart_action": "suppress" | |
| 1812 }, | |
| 1813 "createNSResolver": { | |
| 1814 "comment": "http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathEvalu ator-createNSResolver", | |
| 1815 "dart_action": "suppress" | |
| 1816 }, | |
| 1817 "createNodeIterator": { | |
| 1818 "dart_action": "unstable" | |
| 1819 }, | |
| 1820 "createProcessingInstruction": { | |
| 1821 "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#do m-document-createprocessinginstruction", | |
| 1822 "dart_action": "unstable" | |
| 1823 }, | |
| 1824 "createRange": {}, | |
| 1825 "createTextNode": {}, | |
| 1826 "createTouch": { | |
| 1827 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 1828 "support_level": "experimental" | |
| 1829 }, | |
| 1830 "createTouchList": { | |
| 1831 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 1832 "support_level": "experimental" | |
| 1833 }, | |
| 1834 "createTreeWalker": {}, | |
| 1835 "defaultCharset": { | |
| 1836 "dart_action": "suppress", | |
| 1837 "support_level": "nonstandard" | |
| 1838 }, | |
| 1839 "defaultView": {}, | |
| 1840 "doctype": { | |
| 1841 "dart_action": "suppress" | |
| 1842 }, | |
| 1843 "documentElement": {}, | |
| 1844 "documentURI": {}, | |
| 1845 "domain": {}, | |
| 1846 "elementFromPoint": {}, | |
| 1847 "evaluate": { | |
| 1848 "dart_action": "suppress" | |
| 1849 }, | |
| 1850 "execCommand": {}, | |
| 1851 "firstElementChild": { | 1750 "firstElementChild": { |
| 1852 "comment": "http://dom.spec.whatwg.org/#parentnode" | 1751 "comment": "http://dom.spec.whatwg.org/#parentnode" |
| 1853 }, | 1752 }, |
| 1854 "fontloader": { | |
| 1855 "comment": "http://www.w3.org/TR/css3-fonts/#document-fontloader", | |
| 1856 "support_level": "experimental" | |
| 1857 }, | |
| 1858 "forms": {}, | |
| 1859 "getCSSCanvasContext": { | |
| 1860 "comment": "https://developer.apple.com/library/safari/#documentation/Ap pleApplications/Reference/SafariCSSRef/Articles/Functions.html", | |
| 1861 "support_level": "nonstandard" | |
| 1862 }, | |
| 1863 "getElementById": {}, | |
| 1864 "getElementsByClassName": {}, | |
| 1865 "getElementsByName": {}, | |
| 1866 "getElementsByTagName": {}, | |
| 1867 "getElementsByTagNameNS": {}, | |
| 1868 "getOverrideStyle": { | |
| 1869 "dart_action": "suppress", | |
| 1870 "support_level": "nonstandard" | |
| 1871 }, | |
| 1872 "getSelection": { | |
| 1873 "dart_action": "unstable" | |
| 1874 }, | |
| 1875 "head": {}, | |
| 1876 "images": { | |
| 1877 "dart_action": "suppress" | |
| 1878 }, | |
| 1879 "implementation": {}, | |
| 1880 "importNode": {}, | |
| 1881 "inputEncoding": { | |
| 1882 "comment": "http://www.w3.org/TR/domcore/", | |
| 1883 "dart_action": "suppress", | |
| 1884 "support_level": "deprecated" | |
| 1885 }, | |
| 1886 "lastElementChild": { | 1753 "lastElementChild": { |
| 1887 "comment": "http://dom.spec.whatwg.org/#parentnode" | 1754 "comment": "http://dom.spec.whatwg.org/#parentnode" |
| 1888 }, | 1755 }, |
| 1889 "lastModified": {}, | 1756 "querySelector": {}, |
| 1890 "links": { | 1757 "querySelectorAll": {} |
| 1758 }, | |
| 1759 "support_level": "stable" | |
| 1760 }, | |
| 1761 "DocumentType": { | |
| 1762 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927", | |
| 1763 "dart_action": "suppress", | |
| 1764 "members": { | |
| 1765 "entities": { | |
| 1766 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities", | |
| 1767 "dart_action": "suppress", | |
| 1768 "support_level": "deprecated" | |
| 1769 }, | |
| 1770 "internalSubset": { | |
| 1771 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset" , | |
| 1772 "dart_action": "suppress", | |
| 1773 "support_level": "deprecated" | |
| 1774 }, | |
| 1775 "name": {}, | |
| 1776 "notations": { | |
| 1777 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations", | |
| 1778 "dart_action": "suppress", | |
| 1779 "support_level": "deprecated" | |
| 1780 }, | |
| 1781 "publicId": {}, | |
| 1782 "remove": { | |
| 1783 "support_level": "nonstandard" | |
| 1784 }, | |
| 1785 "systemId": {} | |
| 1786 }, | |
| 1787 "support_level": "stable" | |
| 1788 }, | |
| 1789 "DynamicsCompressorNode": { | |
| 1790 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#DynamicsCompressorNode", | |
| 1791 "members": { | |
| 1792 "attack": {}, | |
| 1793 "knee": {}, | |
| 1794 "ratio": {}, | |
| 1795 "reduction": {}, | |
| 1796 "release": {}, | |
| 1797 "threshold": {} | |
| 1798 }, | |
| 1799 "support_level": "experimental" | |
| 1800 }, | |
| 1801 "EXTFragDepth": { | |
| 1802 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ ", | |
| 1803 "members": {}, | |
| 1804 "support_level": "experimental" | |
| 1805 }, | |
| 1806 "EXTTextureFilterAnisotropic": { | |
| 1807 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil ter_anisotropic/", | |
| 1808 "members": { | |
| 1809 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, | |
| 1810 "TEXTURE_MAX_ANISOTROPY_EXT": {} | |
| 1811 }, | |
| 1812 "support_level": "experimental" | |
| 1813 }, | |
| 1814 "Element": { | |
| 1815 "comment": "http://dom.spec.whatwg.org/#interface-element", | |
| 1816 "members": { | |
| 1817 "ALLOW_KEYBOARD_INPUT": { | |
| 1818 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-element-requestfullscreen", | |
| 1819 "dart_action": "suppress", | |
| 1820 "support_level": "deprecated" | |
| 1821 }, | |
| 1822 "attributes": {}, | |
| 1823 "blur": {}, | |
| 1824 "childElementCount": {}, | |
| 1825 "children": { | |
| 1826 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1827 "dart_action": "stable", | |
| 1828 "support_level": "nonstandard" | |
| 1829 }, | |
| 1830 "classList": { | |
| 1831 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-classlist" | |
| 1832 }, | |
| 1833 "className": {}, | |
| 1834 "click": { | |
| 1835 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1836 "dart_action": "stable", | |
| 1837 "support_level": "nonstandard" | |
| 1838 }, | |
| 1839 "clientHeight": {}, | |
| 1840 "clientLeft": {}, | |
| 1841 "clientTop": {}, | |
| 1842 "clientWidth": {}, | |
| 1843 "contentEditable": { | |
| 1844 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1845 "dart_action": "stable", | |
| 1846 "support_level": "nonstandard" | |
| 1847 }, | |
| 1848 "dataset": { | |
| 1849 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-dataset" | |
| 1850 }, | |
| 1851 "dir": { | |
| 1852 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1853 "dart_action": "stable", | |
| 1854 "support_level": "nonstandard" | |
| 1855 }, | |
| 1856 "draggable": { | |
| 1857 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1858 "dart_action": "stable", | |
| 1859 "support_level": "nonstandard" | |
| 1860 }, | |
| 1861 "firstElementChild": {}, | |
| 1862 "focus": {}, | |
| 1863 "getAttribute": {}, | |
| 1864 "getAttributeNS": {}, | |
| 1865 "getAttributeNode": { | |
| 1866 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", | |
| 1867 "dart_action": "suppress", | |
| 1868 "support_level": "deprecated" | |
| 1869 }, | |
| 1870 "getAttributeNodeNS": { | |
| 1871 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", | |
| 1872 "dart_action": "suppress", | |
| 1873 "support_level": "deprecated" | |
| 1874 }, | |
| 1875 "getBoundingClientRect": {}, | |
| 1876 "getClientRects": {}, | |
| 1877 "getElementsByClassName": {}, | |
| 1878 "getElementsByTagName": {}, | |
| 1879 "getElementsByTagNameNS": { | |
| 1891 "dart_action": "suppress" | 1880 "dart_action": "suppress" |
| 1892 }, | 1881 }, |
| 1893 "location": { | 1882 "getInputContext": { |
| 1894 "dart_action": "suppress" | 1883 "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", |
| 1895 }, | 1884 "support_level": "experimental" |
| 1885 }, | |
| 1886 "hasAttribute": {}, | |
| 1887 "hasAttributeNS": {}, | |
| 1888 "hasAttributes": {}, | |
| 1889 "hidden": { | |
| 1890 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1891 "dart_action": "stable", | |
| 1892 "support_level": "nonstandard" | |
| 1893 }, | |
| 1894 "id": { | |
| 1895 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1896 "dart_action": "stable", | |
| 1897 "support_level": "nonstandard" | |
| 1898 }, | |
| 1899 "innerHTML": { | |
| 1900 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1901 "dart_action": "stable", | |
| 1902 "support_level": "nonstandard" | |
| 1903 }, | |
| 1904 "isContentEditable": { | |
| 1905 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1906 "dart_action": "stable", | |
| 1907 "support_level": "nonstandard" | |
| 1908 }, | |
| 1909 "lang": { | |
| 1910 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 1911 "dart_action": "stable", | |
| 1912 "support_level": "nonstandard" | |
| 1913 }, | |
| 1914 "lastElementChild": {}, | |
| 1915 "nextElementSibling": {}, | |
| 1916 "offsetHeight": {}, | |
| 1917 "offsetLeft": {}, | |
| 1918 "offsetParent": {}, | |
| 1919 "offsetTop": {}, | |
| 1920 "offsetWidth": {}, | |
| 1896 "onabort": {}, | 1921 "onabort": {}, |
| 1897 "onbeforecopy": {}, | 1922 "onbeforecopy": {}, |
| 1898 "onbeforecut": {}, | 1923 "onbeforecut": {}, |
| 1899 "onbeforepaste": {}, | 1924 "onbeforepaste": {}, |
| 1900 "onblur": {}, | 1925 "onblur": {}, |
| 1901 "onchange": {}, | 1926 "onchange": {}, |
| 1902 "onclick": {}, | 1927 "onclick": {}, |
| 1903 "oncontextmenu": {}, | 1928 "oncontextmenu": {}, |
| 1904 "oncopy": {}, | 1929 "oncopy": {}, |
| 1905 "oncut": {}, | 1930 "oncut": {}, |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 1919 }, | 1944 }, |
| 1920 "onkeydown": {}, | 1945 "onkeydown": {}, |
| 1921 "onkeypress": {}, | 1946 "onkeypress": {}, |
| 1922 "onkeyup": {}, | 1947 "onkeyup": {}, |
| 1923 "onload": {}, | 1948 "onload": {}, |
| 1924 "onmousedown": {}, | 1949 "onmousedown": {}, |
| 1925 "onmousemove": {}, | 1950 "onmousemove": {}, |
| 1926 "onmouseout": {}, | 1951 "onmouseout": {}, |
| 1927 "onmouseover": {}, | 1952 "onmouseover": {}, |
| 1928 "onmouseup": {}, | 1953 "onmouseup": {}, |
| 1929 "onmousewheel": {}, | 1954 "onmousewheel": { |
| 1955 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents" , | |
| 1956 "support_level": "nonstandard" | |
| 1957 }, | |
| 1930 "onpaste": {}, | 1958 "onpaste": {}, |
| 1931 "onreadystatechange": {}, | |
| 1932 "onreset": {}, | 1959 "onreset": {}, |
| 1933 "onscroll": {}, | 1960 "onscroll": {}, |
| 1934 "onsearch": { | 1961 "onsearch": { |
| 1935 "comment": "http://www.w3.org/TR/html-markup/input.search.html", | 1962 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 1936 "support_level": "experimental" | 1963 "support_level": "experimental" |
| 1937 }, | 1964 }, |
| 1938 "onsecuritypolicyviolation": { | 1965 "onselect": {}, |
| 1939 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/ csp-specification.dev.html#widl-Document-onsecuritypolicyviolation", | 1966 "onselectstart": { |
| 1940 "support_level": "experimental" | 1967 "dart_action": "experimental", |
| 1968 "support_level": "nonstandard" | |
| 1941 }, | 1969 }, |
| 1942 "onselect": {}, | |
| 1943 "onselectionchange": {}, | |
| 1944 "onselectstart": {}, | |
| 1945 "onsubmit": {}, | 1970 "onsubmit": {}, |
| 1946 "ontouchcancel": { | 1971 "ontouchcancel": { |
| 1947 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1972 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1948 "support_level": "experimental" | 1973 "support_level": "experimental" |
| 1949 }, | 1974 }, |
| 1950 "ontouchend": { | 1975 "ontouchend": { |
| 1951 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1976 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1952 "support_level": "experimental" | 1977 "support_level": "experimental" |
| 1953 }, | 1978 }, |
| 1979 "ontouchenter": { | |
| 1980 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 1981 "support_level": "experimental" | |
| 1982 }, | |
| 1983 "ontouchleave": { | |
| 1984 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 1985 "support_level": "experimental" | |
| 1986 }, | |
| 1954 "ontouchmove": { | 1987 "ontouchmove": { |
| 1955 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1988 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1956 "support_level": "experimental" | 1989 "support_level": "experimental" |
| 1957 }, | 1990 }, |
| 1958 "ontouchstart": { | 1991 "ontouchstart": { |
| 1959 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | 1992 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", |
| 1960 "support_level": "experimental" | 1993 "support_level": "experimental" |
| 1961 }, | 1994 }, |
| 1995 "ontransitionend": {}, | |
| 1996 "onwebkitTransitionEnd": { | |
| 1997 "support_level": "deprecated" | |
| 1998 }, | |
| 1962 "onwebkitfullscreenchange": { | 1999 "onwebkitfullscreenchange": { |
| 1963 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | 2000 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1964 "support_level": "experimental" | 2001 "support_level": "experimental" |
| 1965 }, | 2002 }, |
| 1966 "onwebkitfullscreenerror": { | 2003 "onwebkitfullscreenerror": { |
| 1967 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | 2004 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", |
| 1968 "support_level": "experimental" | 2005 "support_level": "experimental" |
| 1969 }, | 2006 }, |
| 1970 "onwebkitpointerlockchange": { | |
| 1971 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-onpointerlockchange", | |
| 1972 "support_level": "experimental" | |
| 1973 }, | |
| 1974 "onwebkitpointerlockerror": { | |
| 1975 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-onpointerlockerror", | |
| 1976 "support_level": "experimental" | |
| 1977 }, | |
| 1978 "preferredStylesheetSet": { | |
| 1979 "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-preferredStyleS heetSet" | |
| 1980 }, | |
| 1981 "queryCommandEnabled": {}, | |
| 1982 "queryCommandIndeterm": {}, | |
| 1983 "queryCommandState": {}, | |
| 1984 "queryCommandSupported": {}, | |
| 1985 "queryCommandValue": {}, | |
| 1986 "querySelector": {}, | |
| 1987 "querySelectorAll": {}, | |
| 1988 "readyState": {}, | |
| 1989 "referrer": {}, | |
| 1990 "securityPolicy": { | |
| 1991 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/ csp-specification.dev.html#idl-def-SecurityPolicy", | |
| 1992 "support_level": "experimental" | |
| 1993 }, | |
| 1994 "selectedStylesheetSet": { | |
| 1995 "comment": "http://dev.w3.org/csswg/cssom/#widl-Document-selectedStyleSh eetSet" | |
| 1996 }, | |
| 1997 "styleSheets": {}, | |
| 1998 "title": {}, | |
| 1999 "webkitCancelFullScreen": { | |
| 2000 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | |
| 2001 "dart_action": "suppress", | |
| 2002 "support_level": "deprecated" | |
| 2003 }, | |
| 2004 "webkitCurrentFullScreenElement": { | |
| 2005 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | |
| 2006 "dart_action": "suppress", | |
| 2007 "support_level": "deprecated" | |
| 2008 }, | |
| 2009 "webkitExitFullscreen": { | |
| 2010 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-document-exitfullscreen", | |
| 2011 "support_level": "experimental" | |
| 2012 }, | |
| 2013 "webkitExitPointerLock": { | |
| 2014 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-exitPointerLock-void", | |
| 2015 "support_level": "experimental" | |
| 2016 }, | |
| 2017 "webkitFullScreenKeyboardInputAllowed": { | |
| 2018 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | |
| 2019 "dart_action": "suppress", | |
| 2020 "support_level": "deprecated" | |
| 2021 }, | |
| 2022 "webkitFullscreenElement": { | |
| 2023 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-document-fullscreenelement", | |
| 2024 "support_level": "experimental" | |
| 2025 }, | |
| 2026 "webkitFullscreenEnabled": { | |
| 2027 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-document-fullscreenenabled", | |
| 2028 "support_level": "experimental" | |
| 2029 }, | |
| 2030 "webkitGetNamedFlows": { | |
| 2031 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection ", | |
| 2032 "support_level": "experimental" | |
| 2033 }, | |
| 2034 "webkitHidden": { | |
| 2035 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibi lity/Overview.html#document", | |
| 2036 "support_level": "experimental" | |
| 2037 }, | |
| 2038 "webkitIsFullScreen": { | |
| 2039 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | |
| 2040 "dart_action": "suppress", | |
| 2041 "support_level": "deprecated" | |
| 2042 }, | |
| 2043 "webkitPointerLockElement": { | |
| 2044 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Document-pointerLockElement", | |
| 2045 "support_level": "experimental" | |
| 2046 }, | |
| 2047 "webkitRegister": { | |
| 2048 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custo m/index.html#dfn-document-register", | |
| 2049 "support_level": "experimental" | |
| 2050 }, | |
| 2051 "webkitVisibilityState": { | |
| 2052 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibi lity/Overview.html#dom-document-visibilitystate", | |
| 2053 "support_level": "experimental" | |
| 2054 }, | |
| 2055 "window": { | |
| 2056 "support_level": "untriaged" | |
| 2057 }, | |
| 2058 "xmlEncoding": { | |
| 2059 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlencoding", | |
| 2060 "dart_action": "suppress", | |
| 2061 "support_level": "deprecated" | |
| 2062 }, | |
| 2063 "xmlStandalone": { | |
| 2064 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlstandalone", | |
| 2065 "dart_action": "suppress", | |
| 2066 "support_level": "deprecated" | |
| 2067 }, | |
| 2068 "xmlVersion": { | |
| 2069 "comment": "http://dom.spec.whatwg.org/#dom-document-xmlversion", | |
| 2070 "dart_action": "suppress", | |
| 2071 "support_level": "deprecated" | |
| 2072 } | |
| 2073 }, | |
| 2074 "support_level": "stable" | |
| 2075 }, | |
| 2076 "DocumentFragment": { | |
| 2077 "members": { | |
| 2078 "DocumentFragment": {}, | |
| 2079 "childElementCount": { | |
| 2080 "comment": "http://dom.spec.whatwg.org/#parentnode" | |
| 2081 }, | |
| 2082 "firstElementChild": { | |
| 2083 "comment": "http://dom.spec.whatwg.org/#parentnode" | |
| 2084 }, | |
| 2085 "lastElementChild": { | |
| 2086 "comment": "http://dom.spec.whatwg.org/#parentnode" | |
| 2087 }, | |
| 2088 "querySelector": {}, | |
| 2089 "querySelectorAll": {} | |
| 2090 }, | |
| 2091 "support_level": "stable" | |
| 2092 }, | |
| 2093 "DocumentType": { | |
| 2094 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927", | |
| 2095 "dart_action": "suppress", | |
| 2096 "members": { | |
| 2097 "entities": { | |
| 2098 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-entities", | |
| 2099 "dart_action": "suppress", | |
| 2100 "support_level": "deprecated" | |
| 2101 }, | |
| 2102 "internalSubset": { | |
| 2103 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-internalsubset" , | |
| 2104 "dart_action": "suppress", | |
| 2105 "support_level": "deprecated" | |
| 2106 }, | |
| 2107 "name": {}, | |
| 2108 "notations": { | |
| 2109 "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations", | |
| 2110 "dart_action": "suppress", | |
| 2111 "support_level": "deprecated" | |
| 2112 }, | |
| 2113 "publicId": {}, | |
| 2114 "remove": { | |
| 2115 "support_level": "nonstandard" | |
| 2116 }, | |
| 2117 "systemId": {} | |
| 2118 }, | |
| 2119 "support_level": "stable" | |
| 2120 }, | |
| 2121 "DynamicsCompressorNode": { | |
| 2122 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#DynamicsCompressorNode", | |
| 2123 "members": { | |
| 2124 "attack": {}, | |
| 2125 "knee": {}, | |
| 2126 "ratio": {}, | |
| 2127 "reduction": {}, | |
| 2128 "release": {}, | |
| 2129 "threshold": {} | |
| 2130 }, | |
| 2131 "support_level": "experimental" | |
| 2132 }, | |
| 2133 "EXTDrawBuffers": { | |
| 2134 "comment": "http://www.khronos.org/registry/webgl/specs/latest/", | |
| 2135 "dart_action": "experimental", | |
| 2136 "members": { | |
| 2137 "COLOR_ATTACHMENT0_EXT": {}, | |
| 2138 "COLOR_ATTACHMENT10_EXT": {}, | |
| 2139 "COLOR_ATTACHMENT11_EXT": {}, | |
| 2140 "COLOR_ATTACHMENT12_EXT": {}, | |
| 2141 "COLOR_ATTACHMENT13_EXT": {}, | |
| 2142 "COLOR_ATTACHMENT14_EXT": {}, | |
| 2143 "COLOR_ATTACHMENT15_EXT": {}, | |
| 2144 "COLOR_ATTACHMENT1_EXT": {}, | |
| 2145 "COLOR_ATTACHMENT2_EXT": {}, | |
| 2146 "COLOR_ATTACHMENT3_EXT": {}, | |
| 2147 "COLOR_ATTACHMENT4_EXT": {}, | |
| 2148 "COLOR_ATTACHMENT5_EXT": {}, | |
| 2149 "COLOR_ATTACHMENT6_EXT": {}, | |
| 2150 "COLOR_ATTACHMENT7_EXT": {}, | |
| 2151 "COLOR_ATTACHMENT8_EXT": {}, | |
| 2152 "COLOR_ATTACHMENT9_EXT": {}, | |
| 2153 "DRAW_BUFFER0_EXT": {}, | |
| 2154 "DRAW_BUFFER10_EXT": {}, | |
| 2155 "DRAW_BUFFER11_EXT": {}, | |
| 2156 "DRAW_BUFFER12_EXT": {}, | |
| 2157 "DRAW_BUFFER13_EXT": {}, | |
| 2158 "DRAW_BUFFER14_EXT": {}, | |
| 2159 "DRAW_BUFFER15_EXT": {}, | |
| 2160 "DRAW_BUFFER1_EXT": {}, | |
| 2161 "DRAW_BUFFER2_EXT": {}, | |
| 2162 "DRAW_BUFFER3_EXT": {}, | |
| 2163 "DRAW_BUFFER4_EXT": {}, | |
| 2164 "DRAW_BUFFER5_EXT": {}, | |
| 2165 "DRAW_BUFFER6_EXT": {}, | |
| 2166 "DRAW_BUFFER7_EXT": {}, | |
| 2167 "DRAW_BUFFER8_EXT": {}, | |
| 2168 "DRAW_BUFFER9_EXT": {}, | |
| 2169 "MAX_COLOR_ATTACHMENTS_EXT": {}, | |
| 2170 "MAX_DRAW_BUFFERS_EXT": {}, | |
| 2171 "drawBuffersEXT": {} | |
| 2172 }, | |
| 2173 "support_level": "stable" | |
| 2174 }, | |
| 2175 "EXTFragDepth": { | |
| 2176 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/ ", | |
| 2177 "members": {}, | |
| 2178 "support_level": "experimental" | |
| 2179 }, | |
| 2180 "EXTTextureFilterAnisotropic": { | |
| 2181 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil ter_anisotropic/", | |
| 2182 "members": { | |
| 2183 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, | |
| 2184 "TEXTURE_MAX_ANISOTROPY_EXT": {} | |
| 2185 }, | |
| 2186 "support_level": "experimental" | |
| 2187 }, | |
| 2188 "Element": { | |
| 2189 "comment": "http://dom.spec.whatwg.org/#interface-element", | |
| 2190 "members": { | |
| 2191 "ALLOW_KEYBOARD_INPUT": { | |
| 2192 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-element-requestfullscreen", | |
| 2193 "dart_action": "suppress", | |
| 2194 "support_level": "deprecated" | |
| 2195 }, | |
| 2196 "attributes": {}, | |
| 2197 "blur": {}, | |
| 2198 "childElementCount": {}, | |
| 2199 "children": { | |
| 2200 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2201 "dart_action": "stable", | |
| 2202 "support_level": "nonstandard" | |
| 2203 }, | |
| 2204 "classList": { | |
| 2205 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-classlist" | |
| 2206 }, | |
| 2207 "className": {}, | |
| 2208 "click": { | |
| 2209 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2210 "dart_action": "stable", | |
| 2211 "support_level": "nonstandard" | |
| 2212 }, | |
| 2213 "clientHeight": {}, | |
| 2214 "clientLeft": {}, | |
| 2215 "clientTop": {}, | |
| 2216 "clientWidth": {}, | |
| 2217 "contentEditable": { | |
| 2218 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2219 "dart_action": "stable", | |
| 2220 "support_level": "nonstandard" | |
| 2221 }, | |
| 2222 "dataset": { | |
| 2223 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-dataset" | |
| 2224 }, | |
| 2225 "dir": { | |
| 2226 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2227 "dart_action": "stable", | |
| 2228 "support_level": "nonstandard" | |
| 2229 }, | |
| 2230 "draggable": { | |
| 2231 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2232 "dart_action": "stable", | |
| 2233 "support_level": "nonstandard" | |
| 2234 }, | |
| 2235 "firstElementChild": {}, | |
| 2236 "focus": {}, | |
| 2237 "getAttribute": {}, | |
| 2238 "getAttributeNS": {}, | |
| 2239 "getAttributeNode": { | |
| 2240 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", | |
| 2241 "dart_action": "suppress", | |
| 2242 "support_level": "deprecated" | |
| 2243 }, | |
| 2244 "getAttributeNodeNS": { | |
| 2245 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", | |
| 2246 "dart_action": "suppress", | |
| 2247 "support_level": "deprecated" | |
| 2248 }, | |
| 2249 "getBoundingClientRect": {}, | |
| 2250 "getClientRects": {}, | |
| 2251 "getElementsByClassName": {}, | |
| 2252 "getElementsByTagName": {}, | |
| 2253 "getElementsByTagNameNS": { | |
| 2254 "dart_action": "suppress" | |
| 2255 }, | |
| 2256 "getInputContext": { | |
| 2257 "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", | |
| 2258 "support_level": "experimental" | |
| 2259 }, | |
| 2260 "hasAttribute": {}, | |
| 2261 "hasAttributeNS": {}, | |
| 2262 "hasAttributes": {}, | |
| 2263 "hidden": { | |
| 2264 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2265 "dart_action": "stable", | |
| 2266 "support_level": "nonstandard" | |
| 2267 }, | |
| 2268 "id": { | |
| 2269 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2270 "dart_action": "stable", | |
| 2271 "support_level": "nonstandard" | |
| 2272 }, | |
| 2273 "innerHTML": { | |
| 2274 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2275 "dart_action": "stable", | |
| 2276 "support_level": "nonstandard" | |
| 2277 }, | |
| 2278 "isContentEditable": { | |
| 2279 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2280 "dart_action": "stable", | |
| 2281 "support_level": "nonstandard" | |
| 2282 }, | |
| 2283 "lang": { | |
| 2284 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | |
| 2285 "dart_action": "stable", | |
| 2286 "support_level": "nonstandard" | |
| 2287 }, | |
| 2288 "lastElementChild": {}, | |
| 2289 "nextElementSibling": {}, | |
| 2290 "offsetHeight": {}, | |
| 2291 "offsetLeft": {}, | |
| 2292 "offsetParent": {}, | |
| 2293 "offsetTop": {}, | |
| 2294 "offsetWidth": {}, | |
| 2295 "onabort": {}, | |
| 2296 "onbeforecopy": {}, | |
| 2297 "onbeforecut": {}, | |
| 2298 "onbeforepaste": {}, | |
| 2299 "onblur": {}, | |
| 2300 "onchange": {}, | |
| 2301 "onclick": {}, | |
| 2302 "oncontextmenu": {}, | |
| 2303 "oncopy": {}, | |
| 2304 "oncut": {}, | |
| 2305 "ondblclick": {}, | |
| 2306 "ondrag": {}, | |
| 2307 "ondragend": {}, | |
| 2308 "ondragenter": {}, | |
| 2309 "ondragleave": {}, | |
| 2310 "ondragover": {}, | |
| 2311 "ondragstart": {}, | |
| 2312 "ondrop": {}, | |
| 2313 "onerror": {}, | |
| 2314 "onfocus": {}, | |
| 2315 "oninput": {}, | |
| 2316 "oninvalid": { | |
| 2317 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ section-index.html#attributes-1" | |
| 2318 }, | |
| 2319 "onkeydown": {}, | |
| 2320 "onkeypress": {}, | |
| 2321 "onkeyup": {}, | |
| 2322 "onload": {}, | |
| 2323 "onmousedown": {}, | |
| 2324 "onmousemove": {}, | |
| 2325 "onmouseout": {}, | |
| 2326 "onmouseover": {}, | |
| 2327 "onmouseup": {}, | |
| 2328 "onmousewheel": { | |
| 2329 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents" , | |
| 2330 "support_level": "nonstandard" | |
| 2331 }, | |
| 2332 "onpaste": {}, | |
| 2333 "onreset": {}, | |
| 2334 "onscroll": {}, | |
| 2335 "onsearch": { | |
| 2336 "comment": "http://www.w3.org/TR/html-markup/input.search.html", | |
| 2337 "support_level": "experimental" | |
| 2338 }, | |
| 2339 "onselect": {}, | |
| 2340 "onselectstart": { | |
| 2341 "dart_action": "experimental", | |
| 2342 "support_level": "nonstandard" | |
| 2343 }, | |
| 2344 "onsubmit": {}, | |
| 2345 "ontouchcancel": { | |
| 2346 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 2347 "support_level": "experimental" | |
| 2348 }, | |
| 2349 "ontouchend": { | |
| 2350 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 2351 "support_level": "experimental" | |
| 2352 }, | |
| 2353 "ontouchenter": { | |
| 2354 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 2355 "support_level": "experimental" | |
| 2356 }, | |
| 2357 "ontouchleave": { | |
| 2358 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 2359 "support_level": "experimental" | |
| 2360 }, | |
| 2361 "ontouchmove": { | |
| 2362 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 2363 "support_level": "experimental" | |
| 2364 }, | |
| 2365 "ontouchstart": { | |
| 2366 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 2367 "support_level": "experimental" | |
| 2368 }, | |
| 2369 "ontransitionend": {}, | |
| 2370 "onwebkitTransitionEnd": { | |
| 2371 "support_level": "deprecated" | |
| 2372 }, | |
| 2373 "onwebkitfullscreenchange": { | |
| 2374 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | |
| 2375 "support_level": "experimental" | |
| 2376 }, | |
| 2377 "onwebkitfullscreenerror": { | |
| 2378 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", | |
| 2379 "support_level": "experimental" | |
| 2380 }, | |
| 2381 "outerHTML": { | 2007 "outerHTML": { |
| 2382 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", | 2008 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", |
| 2383 "dart_action": "stable", | 2009 "dart_action": "stable", |
| 2384 "support_level": "nonstandard" | 2010 "support_level": "nonstandard" |
| 2385 }, | 2011 }, |
| 2386 "previousElementSibling": {}, | 2012 "previousElementSibling": {}, |
| 2387 "querySelector": {}, | 2013 "querySelector": {}, |
| 2388 "querySelectorAll": {}, | 2014 "querySelectorAll": {}, |
| 2389 "remove": { | 2015 "remove": { |
| 2390 "dart_action": "stable", | 2016 "dart_action": "stable", |
| (...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3235 "support_level": "deprecated" | 2861 "support_level": "deprecated" |
| 3236 }, | 2862 }, |
| 3237 "link": { | 2863 "link": { |
| 3238 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLBodyElement-partial", | 2864 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLBodyElement-partial", |
| 3239 "dart_action": "suppress", | 2865 "dart_action": "suppress", |
| 3240 "support_level": "deprecated" | 2866 "support_level": "deprecated" |
| 3241 }, | 2867 }, |
| 3242 "onbeforeunload": {}, | 2868 "onbeforeunload": {}, |
| 3243 "onblur": {}, | 2869 "onblur": {}, |
| 3244 "onerror": {}, | 2870 "onerror": {}, |
| 2871 "onfocus": {}, | |
| 2872 "onhashchange": {}, | |
| 2873 "onload": {}, | |
| 2874 "onmessage": {}, | |
| 2875 "onoffline": {}, | |
| 2876 "ononline": {}, | |
| 2877 "onpopstate": {}, | |
| 2878 "onresize": {}, | |
| 2879 "onstorage": {}, | |
| 2880 "onunload": {}, | |
| 2881 "text": { | |
| 2882 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLBodyElement-partial", | |
| 2883 "dart_action": "suppress", | |
| 2884 "support_level": "deprecated" | |
| 2885 }, | |
| 2886 "vLink": { | |
| 2887 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLBodyElement-partial", | |
| 2888 "dart_action": "suppress", | |
| 2889 "support_level": "deprecated" | |
| 2890 } | |
| 2891 }, | |
| 2892 "support_level": "stable" | |
| 2893 }, | |
| 2894 "HTMLButtonElement": { | |
| 2895 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-button-element", | |
| 2896 "members": { | |
| 2897 "HTMLButtonElement": {}, | |
| 2898 "autofocus": {}, | |
| 2899 "checkValidity": {}, | |
| 2900 "disabled": {}, | |
| 2901 "form": {}, | |
| 2902 "formAction": {}, | |
| 2903 "formEnctype": {}, | |
| 2904 "formMethod": {}, | |
| 2905 "formNoValidate": {}, | |
| 2906 "formTarget": {}, | |
| 2907 "labels": { | |
| 2908 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", | |
| 2909 "dart_action": "unstable" | |
| 2910 }, | |
| 2911 "name": {}, | |
| 2912 "setCustomValidity": {}, | |
| 2913 "type": {}, | |
| 2914 "validationMessage": {}, | |
| 2915 "validity": {}, | |
| 2916 "value": {}, | |
| 2917 "willValidate": {} | |
| 2918 }, | |
| 2919 "support_level": "stable" | |
| 2920 }, | |
| 2921 "HTMLCanvasElement": { | |
| 2922 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#the-canvas-element", | |
| 2923 "members": { | |
| 2924 "HTMLCanvasElement": {}, | |
| 2925 "getContext": {}, | |
| 2926 "height": {}, | |
| 2927 "onwebglcontextlost": { | |
| 2928 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.2" | |
| 2929 }, | |
| 2930 "onwebglcontextrestored": { | |
| 2931 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.3" | |
| 2932 }, | |
| 2933 "toDataURL": {}, | |
| 2934 "width": {} | |
| 2935 }, | |
| 2936 "support_level": "stable" | |
| 2937 }, | |
| 2938 "HTMLCollection": { | |
| 2939 "comment": "http://www.w3.org/TR/domcore/#interface-htmlcollection", | |
| 2940 "members": { | |
| 2941 "__getter__": {}, | |
| 2942 "item": {}, | |
| 2943 "length": {}, | |
| 2944 "namedItem": {} | |
| 2945 }, | |
| 2946 "support_level": "stable" | |
| 2947 }, | |
| 2948 "HTMLContentElement": { | |
| 2949 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in dex.html#content-element", | |
| 2950 "members": { | |
| 2951 "HTMLContentElement": {}, | |
| 2952 "getDistributedNodes": {}, | |
| 2953 "resetStyleInheritance": {}, | |
| 2954 "select": {} | |
| 2955 }, | |
| 2956 "support_level": "experimental" | |
| 2957 }, | |
| 2958 "HTMLDListElement": { | |
| 2959 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-dl-element", | |
| 2960 "members": { | |
| 2961 "HTMLDListElement": {}, | |
| 2962 "compact": { | |
| 2963 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLDListElement-partial", | |
| 2964 "dart_action": "suppress", | |
| 2965 "support_level": "deprecated" | |
| 2966 } | |
| 2967 }, | |
| 2968 "support_level": "stable" | |
| 2969 }, | |
| 2970 "HTMLDataListElement": { | |
| 2971 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-datalist-element", | |
| 2972 "members": { | |
| 2973 "HTMLDataListElement": {}, | |
| 2974 "options": {} | |
| 2975 }, | |
| 2976 "support_level": "stable" | |
| 2977 }, | |
| 2978 "HTMLDetailsElement": { | |
| 2979 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/inte ractive-elements.html#the-details-element", | |
| 2980 "members": { | |
| 2981 "HTMLDetailsElement": {}, | |
| 2982 "open": {} | |
| 2983 }, | |
| 2984 "support_level": "stable" | |
| 2985 }, | |
| 2986 "HTMLDialogElement": { | |
| 2987 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm ands.html#the-dialog-element", | |
| 2988 "dart_action": "unstable", | |
| 2989 "members": { | |
| 2990 "close": {}, | |
| 2991 "open": {}, | |
| 2992 "show": {}, | |
| 2993 "showModal": {} | |
| 2994 }, | |
| 2995 "support_level": "stable" | |
| 2996 }, | |
| 2997 "HTMLDirectoryElement": { | |
| 2998 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#dir", | |
| 2999 "dart_action": "suppress", | |
| 3000 "members": { | |
| 3001 "compact": {} | |
| 3002 }, | |
| 3003 "support_level": "deprecated" | |
| 3004 }, | |
| 3005 "HTMLDivElement": { | |
| 3006 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-div-element", | |
| 3007 "members": { | |
| 3008 "HTMLDivElement": {}, | |
| 3009 "align": { | |
| 3010 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLDivElement-partial", | |
| 3011 "dart_action": "suppress", | |
| 3012 "support_level": "deprecated" | |
| 3013 } | |
| 3014 }, | |
| 3015 "support_level": "stable" | |
| 3016 }, | |
| 3017 "HTMLDocument": { | |
| 3018 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio n-documents.html#htmldocument", | |
| 3019 "members": { | |
| 3020 "activeElement": {}, | |
| 3021 "alinkColor": { | |
| 3022 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-alinkcolor", | |
| 3023 "dart_action": "suppress", | |
| 3024 "support_level": "deprecated" | |
| 3025 }, | |
| 3026 "all": { | |
| 3027 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-all", | |
| 3028 "dart_action": "suppress", | |
| 3029 "support_level": "deprecated" | |
| 3030 }, | |
| 3031 "bgColor": { | |
| 3032 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-bgcolor", | |
| 3033 "dart_action": "suppress", | |
| 3034 "support_level": "deprecated" | |
| 3035 }, | |
| 3036 "captureEvents": { | |
| 3037 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | |
| 3038 "dart_action": "suppress", | |
| 3039 "support_level": "deprecated" | |
| 3040 }, | |
| 3041 "clear": { | |
| 3042 "support_level": "suppressed" | |
| 3043 }, | |
| 3044 "close": {}, | |
| 3045 "compatMode": {}, | |
| 3046 "designMode": {}, | |
| 3047 "dir": {}, | |
| 3048 "embeds": {}, | |
| 3049 "fgColor": { | |
| 3050 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-fgcolor", | |
| 3051 "dart_action": "suppress", | |
| 3052 "support_level": "deprecated" | |
| 3053 }, | |
| 3054 "hasFocus": {}, | |
| 3055 "height": { | |
| 3056 "dart_action": "suppress", | |
| 3057 "support_level": "deprecated" | |
| 3058 }, | |
| 3059 "linkColor": { | |
| 3060 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-linkcolor", | |
| 3061 "dart_action": "suppress", | |
| 3062 "support_level": "deprecated" | |
| 3063 }, | |
| 3064 "open": { | |
| 3065 "comment": "http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-72161170" | |
| 3066 }, | |
| 3067 "plugins": { | |
| 3068 "dart_action": "suppress", | |
| 3069 "support_level": "nonstandard" | |
| 3070 }, | |
| 3071 "releaseEvents": { | |
| 3072 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | |
| 3073 "dart_action": "suppress", | |
| 3074 "support_level": "deprecated" | |
| 3075 }, | |
| 3076 "scripts": { | |
| 3077 "dart_action": "suppress" | |
| 3078 }, | |
| 3079 "vlinkColor": { | |
| 3080 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-vlinkcolor", | |
| 3081 "dart_action": "suppress", | |
| 3082 "support_level": "deprecated" | |
| 3083 }, | |
| 3084 "width": { | |
| 3085 "comment": "https://developer.mozilla.org/en-US/docs/DOM/document.width" , | |
| 3086 "dart_action": "suppress", | |
| 3087 "support_level": "deprecated" | |
| 3088 }, | |
| 3089 "write": {}, | |
| 3090 "writeln": {} | |
| 3091 }, | |
| 3092 "support_level": "stable" | |
| 3093 }, | |
| 3094 "HTMLElement": { | |
| 3095 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio n-elements.html#htmlelement", | |
| 3096 "members": { | |
| 3097 "accessKey": {}, | |
| 3098 "children": {}, | |
| 3099 "click": {}, | |
| 3100 "contentEditable": {}, | |
| 3101 "dir": {}, | |
| 3102 "draggable": {}, | |
| 3103 "getInputContext": { | |
| 3104 "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", | |
| 3105 "support_level": "experimental" | |
| 3106 }, | |
| 3107 "hidden": {}, | |
| 3108 "id": {}, | |
| 3109 "innerHTML": {}, | |
| 3110 "innerText": { | |
| 3111 "dart_action": "suppress", | |
| 3112 "support_level": "nonstandard" | |
| 3113 }, | |
| 3114 "insertAdjacentElement": { | |
| 3115 "support_level": "nonstandard" | |
| 3116 }, | |
| 3117 "insertAdjacentHTML": { | |
| 3118 "comment": "http://domparsing.spec.whatwg.org/#insertadjacenthtml%28%29" | |
| 3119 }, | |
| 3120 "insertAdjacentText": { | |
| 3121 "support_level": "nonstandard" | |
| 3122 }, | |
| 3123 "isContentEditable": {}, | |
| 3124 "lang": {}, | |
| 3125 "outerHTML": {}, | |
| 3126 "outerText": { | |
| 3127 "dart_action": "suppress", | |
| 3128 "support_level": "nonstandard" | |
| 3129 }, | |
| 3130 "spellcheck": { | |
| 3131 "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking", | |
| 3132 "dart_action": "experimental", | |
| 3133 "support_level": "nonstandard" | |
| 3134 }, | |
| 3135 "tabIndex": {}, | |
| 3136 "title": {}, | |
| 3137 "translate": {}, | |
| 3138 "webkitdropzone": { | |
| 3139 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ dnd.html#the-dropzone-attribute", | |
| 3140 "support_level": "experimental" | |
| 3141 } | |
| 3142 }, | |
| 3143 "support_level": "stable" | |
| 3144 }, | |
| 3145 "HTMLEmbedElement": { | |
| 3146 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- iframe-element.html#the-embed-element", | |
| 3147 "dart_action": "unstable", | |
| 3148 "members": { | |
| 3149 "HTMLEmbedElement": {}, | |
| 3150 "__getter__": {}, | |
| 3151 "__setter__": {}, | |
| 3152 "align": { | |
| 3153 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLEmbedElement-partial", | |
| 3154 "dart_action": "suppress", | |
| 3155 "support_level": "deprecated" | |
| 3156 }, | |
| 3157 "getSVGDocument": { | |
| 3158 "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocume nt", | |
| 3159 "dart_action": "suppress", | |
| 3160 "support_level": "deprecated" | |
| 3161 }, | |
| 3162 "height": {}, | |
| 3163 "name": {}, | |
| 3164 "src": {}, | |
| 3165 "type": {}, | |
| 3166 "width": {} | |
| 3167 }, | |
| 3168 "support_level": "stable" | |
| 3169 }, | |
| 3170 "HTMLFieldSetElement": { | |
| 3171 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form s.html#the-fieldset-element", | |
| 3172 "dart_action": "unstable", | |
| 3173 "members": { | |
| 3174 "HTMLFieldSetElement": {}, | |
| 3175 "checkValidity": {}, | |
| 3176 "disabled": {}, | |
| 3177 "elements": {}, | |
| 3178 "form": {}, | |
| 3179 "name": {}, | |
| 3180 "setCustomValidity": {}, | |
| 3181 "type": {}, | |
| 3182 "validationMessage": {}, | |
| 3183 "validity": {}, | |
| 3184 "willValidate": {} | |
| 3185 }, | |
| 3186 "support_level": "stable" | |
| 3187 }, | |
| 3188 "HTMLFontElement": { | |
| 3189 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#htmlfontelement", | |
| 3190 "dart_action": "suppress", | |
| 3191 "members": { | |
| 3192 "color": {}, | |
| 3193 "face": {}, | |
| 3194 "size": {} | |
| 3195 }, | |
| 3196 "support_level": "deprecated" | |
| 3197 }, | |
| 3198 "HTMLFormControlsCollection": { | |
| 3199 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm on-dom-interfaces.html#htmlformcontrolscollection-0", | |
| 3200 "members": { | |
| 3201 "__getter__": {}, | |
| 3202 "namedItem": {} | |
| 3203 }, | |
| 3204 "support_level": "stable" | |
| 3205 }, | |
| 3206 "HTMLFormElement": { | |
| 3207 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form s.html#the-form-element", | |
| 3208 "members": { | |
| 3209 "HTMLFormElement": {}, | |
| 3210 "__getter__": {}, | |
| 3211 "acceptCharset": {}, | |
| 3212 "action": {}, | |
| 3213 "autocomplete": { | |
| 3214 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple te-attribute", | |
| 3215 "support_level": "experimental" | |
| 3216 }, | |
| 3217 "checkValidity": {}, | |
| 3218 "elements": {}, | |
| 3219 "encoding": {}, | |
| 3220 "enctype": {}, | |
| 3221 "length": {}, | |
| 3222 "method": {}, | |
| 3223 "name": {}, | |
| 3224 "noValidate": {}, | |
| 3225 "onautocomplete": { | |
| 3226 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple te-attribute", | |
| 3227 "support_level": "experimental" | |
| 3228 }, | |
| 3229 "onautocompleteerror": { | |
| 3230 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple te-attribute", | |
| 3231 "support_level": "experimental" | |
| 3232 }, | |
| 3233 "requestAutocomplete": { | |
| 3234 "comment": "http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-Oct ober/037711.html", | |
| 3235 "support_level": "experimental" | |
| 3236 }, | |
| 3237 "reset": {}, | |
| 3238 "submit": {}, | |
| 3239 "target": {} | |
| 3240 }, | |
| 3241 "support_level": "stable" | |
| 3242 }, | |
| 3243 "HTMLFrameElement": { | |
| 3244 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#htmlframeelement", | |
| 3245 "dart_action": "suppress", | |
| 3246 "members": { | |
| 3247 "contentDocument": {}, | |
| 3248 "contentWindow": {}, | |
| 3249 "frameBorder": {}, | |
| 3250 "getSVGDocument": {}, | |
| 3251 "height": {}, | |
| 3252 "location": {}, | |
| 3253 "longDesc": {}, | |
| 3254 "marginHeight": {}, | |
| 3255 "marginWidth": {}, | |
| 3256 "name": {}, | |
| 3257 "noResize": {}, | |
| 3258 "scrolling": {}, | |
| 3259 "src": {}, | |
| 3260 "width": {} | |
| 3261 }, | |
| 3262 "support_level": "deprecated" | |
| 3263 }, | |
| 3264 "HTMLFrameSetElement": { | |
| 3265 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#frameset", | |
| 3266 "dart_action": "suppress", | |
| 3267 "members": { | |
| 3268 "cols": {}, | |
| 3269 "onbeforeunload": {}, | |
| 3270 "onblur": {}, | |
| 3271 "onerror": {}, | |
| 3245 "onfocus": {}, | 3272 "onfocus": {}, |
| 3246 "onhashchange": {}, | 3273 "onhashchange": {}, |
| 3247 "onload": {}, | 3274 "onload": {}, |
| 3248 "onmessage": {}, | 3275 "onmessage": {}, |
| 3249 "onoffline": {}, | 3276 "onoffline": {}, |
| 3250 "ononline": {}, | 3277 "ononline": {}, |
| 3251 "onpopstate": {}, | 3278 "onpopstate": {}, |
| 3252 "onresize": {}, | 3279 "onresize": {}, |
| 3253 "onstorage": {}, | 3280 "onstorage": {}, |
| 3254 "onunload": {}, | 3281 "onunload": {}, |
| 3255 "text": { | |
| 3256 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLBodyElement-partial", | |
| 3257 "dart_action": "suppress", | |
| 3258 "support_level": "deprecated" | |
| 3259 }, | |
| 3260 "vLink": { | |
| 3261 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLBodyElement-partial", | |
| 3262 "dart_action": "suppress", | |
| 3263 "support_level": "deprecated" | |
| 3264 } | |
| 3265 }, | |
| 3266 "support_level": "stable" | |
| 3267 }, | |
| 3268 "HTMLButtonElement": { | |
| 3269 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-button-element", | |
| 3270 "members": { | |
| 3271 "HTMLButtonElement": {}, | |
| 3272 "autofocus": {}, | |
| 3273 "checkValidity": {}, | |
| 3274 "disabled": {}, | |
| 3275 "form": {}, | |
| 3276 "formAction": {}, | |
| 3277 "formEnctype": {}, | |
| 3278 "formMethod": {}, | |
| 3279 "formNoValidate": {}, | |
| 3280 "formTarget": {}, | |
| 3281 "labels": { | |
| 3282 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels", | |
| 3283 "dart_action": "unstable" | |
| 3284 }, | |
| 3285 "name": {}, | |
| 3286 "setCustomValidity": {}, | |
| 3287 "type": {}, | |
| 3288 "validationMessage": {}, | |
| 3289 "validity": {}, | |
| 3290 "value": {}, | |
| 3291 "willValidate": {} | |
| 3292 }, | |
| 3293 "support_level": "stable" | |
| 3294 }, | |
| 3295 "HTMLCanvasElement": { | |
| 3296 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#the-canvas-element", | |
| 3297 "members": { | |
| 3298 "HTMLCanvasElement": {}, | |
| 3299 "getContext": {}, | |
| 3300 "height": {}, | |
| 3301 "onwebglcontextlost": { | |
| 3302 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.2" | |
| 3303 }, | |
| 3304 "onwebglcontextrestored": { | |
| 3305 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.3" | |
| 3306 }, | |
| 3307 "toDataURL": {}, | |
| 3308 "width": {} | |
| 3309 }, | |
| 3310 "support_level": "stable" | |
| 3311 }, | |
| 3312 "HTMLCollection": { | |
| 3313 "comment": "http://www.w3.org/TR/domcore/#interface-htmlcollection", | |
| 3314 "members": { | |
| 3315 "__getter__": {}, | |
| 3316 "item": {}, | |
| 3317 "length": {}, | |
| 3318 "namedItem": {} | |
| 3319 }, | |
| 3320 "support_level": "stable" | |
| 3321 }, | |
| 3322 "HTMLContentElement": { | |
| 3323 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in dex.html#content-element", | |
| 3324 "members": { | |
| 3325 "HTMLContentElement": {}, | |
| 3326 "getDistributedNodes": {}, | |
| 3327 "resetStyleInheritance": {}, | |
| 3328 "select": {} | |
| 3329 }, | |
| 3330 "support_level": "experimental" | |
| 3331 }, | |
| 3332 "HTMLDListElement": { | |
| 3333 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-dl-element", | |
| 3334 "members": { | |
| 3335 "HTMLDListElement": {}, | |
| 3336 "compact": { | |
| 3337 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLDListElement-partial", | |
| 3338 "dart_action": "suppress", | |
| 3339 "support_level": "deprecated" | |
| 3340 } | |
| 3341 }, | |
| 3342 "support_level": "stable" | |
| 3343 }, | |
| 3344 "HTMLDataListElement": { | |
| 3345 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-datalist-element", | |
| 3346 "members": { | |
| 3347 "HTMLDataListElement": {}, | |
| 3348 "options": {} | |
| 3349 }, | |
| 3350 "support_level": "stable" | |
| 3351 }, | |
| 3352 "HTMLDetailsElement": { | |
| 3353 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/inte ractive-elements.html#the-details-element", | |
| 3354 "members": { | |
| 3355 "HTMLDetailsElement": {}, | |
| 3356 "open": {} | |
| 3357 }, | |
| 3358 "support_level": "stable" | |
| 3359 }, | |
| 3360 "HTMLDialogElement": { | |
| 3361 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm ands.html#the-dialog-element", | |
| 3362 "dart_action": "unstable", | |
| 3363 "members": { | |
| 3364 "close": {}, | |
| 3365 "open": {}, | |
| 3366 "show": {}, | |
| 3367 "showModal": {} | |
| 3368 }, | |
| 3369 "support_level": "stable" | |
| 3370 }, | |
| 3371 "HTMLDirectoryElement": { | |
| 3372 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#dir", | |
| 3373 "dart_action": "suppress", | |
| 3374 "members": { | |
| 3375 "compact": {} | |
| 3376 }, | |
| 3377 "support_level": "deprecated" | |
| 3378 }, | |
| 3379 "HTMLDivElement": { | |
| 3380 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-div-element", | |
| 3381 "members": { | |
| 3382 "HTMLDivElement": {}, | |
| 3383 "align": { | |
| 3384 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLDivElement-partial", | |
| 3385 "dart_action": "suppress", | |
| 3386 "support_level": "deprecated" | |
| 3387 } | |
| 3388 }, | |
| 3389 "support_level": "stable" | |
| 3390 }, | |
| 3391 "HTMLDocument": { | |
| 3392 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio n-documents.html#htmldocument", | |
| 3393 "members": { | |
| 3394 "activeElement": {}, | |
| 3395 "alinkColor": { | |
| 3396 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-alinkcolor", | |
| 3397 "dart_action": "suppress", | |
| 3398 "support_level": "deprecated" | |
| 3399 }, | |
| 3400 "all": { | |
| 3401 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-all", | |
| 3402 "dart_action": "suppress", | |
| 3403 "support_level": "deprecated" | |
| 3404 }, | |
| 3405 "bgColor": { | |
| 3406 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-bgcolor", | |
| 3407 "dart_action": "suppress", | |
| 3408 "support_level": "deprecated" | |
| 3409 }, | |
| 3410 "captureEvents": { | |
| 3411 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | |
| 3412 "dart_action": "suppress", | |
| 3413 "support_level": "deprecated" | |
| 3414 }, | |
| 3415 "clear": { | |
| 3416 "support_level": "suppressed" | |
| 3417 }, | |
| 3418 "close": {}, | |
| 3419 "compatMode": {}, | |
| 3420 "designMode": {}, | |
| 3421 "dir": {}, | |
| 3422 "embeds": {}, | |
| 3423 "fgColor": { | |
| 3424 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-fgcolor", | |
| 3425 "dart_action": "suppress", | |
| 3426 "support_level": "deprecated" | |
| 3427 }, | |
| 3428 "hasFocus": {}, | |
| 3429 "height": { | |
| 3430 "dart_action": "suppress", | |
| 3431 "support_level": "deprecated" | |
| 3432 }, | |
| 3433 "linkColor": { | |
| 3434 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-linkcolor", | |
| 3435 "dart_action": "suppress", | |
| 3436 "support_level": "deprecated" | |
| 3437 }, | |
| 3438 "open": { | |
| 3439 "comment": "http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-72161170" | |
| 3440 }, | |
| 3441 "plugins": { | |
| 3442 "dart_action": "suppress", | |
| 3443 "support_level": "nonstandard" | |
| 3444 }, | |
| 3445 "releaseEvents": { | |
| 3446 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | |
| 3447 "dart_action": "suppress", | |
| 3448 "support_level": "deprecated" | |
| 3449 }, | |
| 3450 "scripts": { | |
| 3451 "dart_action": "suppress" | |
| 3452 }, | |
| 3453 "vlinkColor": { | |
| 3454 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#dom-document-vlinkcolor", | |
| 3455 "dart_action": "suppress", | |
| 3456 "support_level": "deprecated" | |
| 3457 }, | |
| 3458 "width": { | |
| 3459 "comment": "https://developer.mozilla.org/en-US/docs/DOM/document.width" , | |
| 3460 "dart_action": "suppress", | |
| 3461 "support_level": "deprecated" | |
| 3462 }, | |
| 3463 "write": {}, | |
| 3464 "writeln": {} | |
| 3465 }, | |
| 3466 "support_level": "stable" | |
| 3467 }, | |
| 3468 "HTMLElement": { | |
| 3469 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio n-elements.html#htmlelement", | |
| 3470 "members": { | |
| 3471 "accessKey": {}, | |
| 3472 "children": {}, | |
| 3473 "click": {}, | |
| 3474 "contentEditable": {}, | |
| 3475 "dir": {}, | |
| 3476 "draggable": {}, | |
| 3477 "getInputContext": { | |
| 3478 "comment": "http://www.w3.org/TR/ime-api/#the-getinputcontext-method", | |
| 3479 "support_level": "experimental" | |
| 3480 }, | |
| 3481 "hidden": {}, | |
| 3482 "id": {}, | |
| 3483 "innerHTML": {}, | |
| 3484 "innerText": { | |
| 3485 "dart_action": "suppress", | |
| 3486 "support_level": "nonstandard" | |
| 3487 }, | |
| 3488 "insertAdjacentElement": { | |
| 3489 "support_level": "nonstandard" | |
| 3490 }, | |
| 3491 "insertAdjacentHTML": { | |
| 3492 "comment": "http://domparsing.spec.whatwg.org/#insertadjacenthtml%28%29" | |
| 3493 }, | |
| 3494 "insertAdjacentText": { | |
| 3495 "support_level": "nonstandard" | |
| 3496 }, | |
| 3497 "isContentEditable": {}, | |
| 3498 "lang": {}, | |
| 3499 "outerHTML": {}, | |
| 3500 "outerText": { | |
| 3501 "dart_action": "suppress", | |
| 3502 "support_level": "nonstandard" | |
| 3503 }, | |
| 3504 "spellcheck": { | |
| 3505 "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking", | |
| 3506 "dart_action": "experimental", | |
| 3507 "support_level": "nonstandard" | |
| 3508 }, | |
| 3509 "tabIndex": {}, | |
| 3510 "title": {}, | |
| 3511 "translate": {}, | |
| 3512 "webkitdropzone": { | |
| 3513 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ dnd.html#the-dropzone-attribute", | |
| 3514 "support_level": "experimental" | |
| 3515 } | |
| 3516 }, | |
| 3517 "support_level": "stable" | |
| 3518 }, | |
| 3519 "HTMLEmbedElement": { | |
| 3520 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- iframe-element.html#the-embed-element", | |
| 3521 "dart_action": "unstable", | |
| 3522 "members": { | |
| 3523 "HTMLEmbedElement": {}, | |
| 3524 "__getter__": {}, | |
| 3525 "__setter__": {}, | |
| 3526 "align": { | |
| 3527 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLEmbedElement-partial", | |
| 3528 "dart_action": "suppress", | |
| 3529 "support_level": "deprecated" | |
| 3530 }, | |
| 3531 "getSVGDocument": { | |
| 3532 "comment": "http://www.w3.org/TR/SVG11/struct.html#InterfaceGetSVGDocume nt", | |
| 3533 "dart_action": "suppress", | |
| 3534 "support_level": "deprecated" | |
| 3535 }, | |
| 3536 "height": {}, | |
| 3537 "name": {}, | |
| 3538 "src": {}, | |
| 3539 "type": {}, | |
| 3540 "width": {} | |
| 3541 }, | |
| 3542 "support_level": "stable" | |
| 3543 }, | |
| 3544 "HTMLFieldSetElement": { | |
| 3545 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form s.html#the-fieldset-element", | |
| 3546 "dart_action": "unstable", | |
| 3547 "members": { | |
| 3548 "HTMLFieldSetElement": {}, | |
| 3549 "checkValidity": {}, | |
| 3550 "disabled": {}, | |
| 3551 "elements": {}, | |
| 3552 "form": {}, | |
| 3553 "name": {}, | |
| 3554 "setCustomValidity": {}, | |
| 3555 "type": {}, | |
| 3556 "validationMessage": {}, | |
| 3557 "validity": {}, | |
| 3558 "willValidate": {} | |
| 3559 }, | |
| 3560 "support_level": "stable" | |
| 3561 }, | |
| 3562 "HTMLFontElement": { | |
| 3563 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#htmlfontelement", | |
| 3564 "dart_action": "suppress", | |
| 3565 "members": { | |
| 3566 "color": {}, | |
| 3567 "face": {}, | |
| 3568 "size": {} | |
| 3569 }, | |
| 3570 "support_level": "deprecated" | |
| 3571 }, | |
| 3572 "HTMLFormControlsCollection": { | |
| 3573 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm on-dom-interfaces.html#htmlformcontrolscollection-0", | |
| 3574 "members": { | |
| 3575 "__getter__": {}, | |
| 3576 "namedItem": {} | |
| 3577 }, | |
| 3578 "support_level": "stable" | |
| 3579 }, | |
| 3580 "HTMLFormElement": { | |
| 3581 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/form s.html#the-form-element", | |
| 3582 "members": { | |
| 3583 "HTMLFormElement": {}, | |
| 3584 "__getter__": {}, | |
| 3585 "acceptCharset": {}, | |
| 3586 "action": {}, | |
| 3587 "autocomplete": { | |
| 3588 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple te-attribute", | |
| 3589 "support_level": "experimental" | |
| 3590 }, | |
| 3591 "checkValidity": {}, | |
| 3592 "elements": {}, | |
| 3593 "encoding": {}, | |
| 3594 "enctype": {}, | |
| 3595 "length": {}, | |
| 3596 "method": {}, | |
| 3597 "name": {}, | |
| 3598 "noValidate": {}, | |
| 3599 "onautocomplete": { | |
| 3600 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple te-attribute", | |
| 3601 "support_level": "experimental" | |
| 3602 }, | |
| 3603 "onautocompleteerror": { | |
| 3604 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomple te-attribute", | |
| 3605 "support_level": "experimental" | |
| 3606 }, | |
| 3607 "requestAutocomplete": { | |
| 3608 "comment": "http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-Oct ober/037711.html", | |
| 3609 "support_level": "experimental" | |
| 3610 }, | |
| 3611 "reset": {}, | |
| 3612 "submit": {}, | |
| 3613 "target": {} | |
| 3614 }, | |
| 3615 "support_level": "stable" | |
| 3616 }, | |
| 3617 "HTMLFrameElement": { | |
| 3618 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#htmlframeelement", | |
| 3619 "dart_action": "suppress", | |
| 3620 "members": { | |
| 3621 "contentDocument": {}, | |
| 3622 "contentWindow": {}, | |
| 3623 "frameBorder": {}, | |
| 3624 "getSVGDocument": {}, | |
| 3625 "height": {}, | |
| 3626 "location": {}, | |
| 3627 "longDesc": {}, | |
| 3628 "marginHeight": {}, | |
| 3629 "marginWidth": {}, | |
| 3630 "name": {}, | |
| 3631 "noResize": {}, | |
| 3632 "scrolling": {}, | |
| 3633 "src": {}, | |
| 3634 "width": {} | |
| 3635 }, | |
| 3636 "support_level": "deprecated" | |
| 3637 }, | |
| 3638 "HTMLFrameSetElement": { | |
| 3639 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/obso lete.html#frameset", | |
| 3640 "dart_action": "suppress", | |
| 3641 "members": { | |
| 3642 "cols": {}, | |
| 3643 "onbeforeunload": {}, | |
| 3644 "onblur": {}, | |
| 3645 "onerror": {}, | |
| 3646 "onfocus": {}, | |
| 3647 "onhashchange": {}, | |
| 3648 "onload": {}, | |
| 3649 "onmessage": {}, | |
| 3650 "onoffline": {}, | |
| 3651 "ononline": {}, | |
| 3652 "onpopstate": {}, | |
| 3653 "onresize": {}, | |
| 3654 "onstorage": {}, | |
| 3655 "onunload": {}, | |
| 3656 "rows": {} | 3282 "rows": {} |
| 3657 }, | 3283 }, |
| 3658 "support_level": "deprecated" | 3284 "support_level": "deprecated" |
| 3659 }, | 3285 }, |
| 3660 "HTMLHRElement": { | 3286 "HTMLHRElement": { |
| 3661 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-hr-element", | 3287 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-hr-element", |
| 3662 "members": { | 3288 "members": { |
| 3663 "HTMLHRElement": {}, | 3289 "HTMLHRElement": {}, |
| 3664 "align": { | 3290 "align": { |
| 3665 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLHRElement-partial", | 3291 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLHRElement-partial", |
| (...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5181 "webkitErrorMessage": { | 4807 "webkitErrorMessage": { |
| 5182 "support_level": "experimental" | 4808 "support_level": "experimental" |
| 5183 } | 4809 } |
| 5184 }, | 4810 }, |
| 5185 "support_level": "stable" | 4811 "support_level": "stable" |
| 5186 }, | 4812 }, |
| 5187 "IDBVersionChangeEvent": { | 4813 "IDBVersionChangeEvent": { |
| 5188 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent", | 4814 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent", |
| 5189 "dart_action": "unstable", | 4815 "dart_action": "unstable", |
| 5190 "members": { | 4816 "members": { |
| 4817 "dataLoss": { | |
| 4818 "support_level": "untriaged" | |
| 4819 }, | |
| 5191 "newVersion": {}, | 4820 "newVersion": {}, |
| 5192 "oldVersion": {} | 4821 "oldVersion": {} |
| 5193 }, | 4822 }, |
| 5194 "support_level": "stable" | 4823 "support_level": "stable" |
| 5195 }, | 4824 }, |
| 5196 "ImageData": { | 4825 "ImageData": { |
| 5197 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#imagedata", | 4826 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#imagedata", |
| 5198 "members": { | 4827 "members": { |
| 5199 "data": {}, | 4828 "data": {}, |
| 5200 "height": {}, | 4829 "height": {}, |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5328 "addEventListener": {}, | 4957 "addEventListener": {}, |
| 5329 "dispatchEvent": {}, | 4958 "dispatchEvent": {}, |
| 5330 "inputs": {}, | 4959 "inputs": {}, |
| 5331 "onconnect": {}, | 4960 "onconnect": {}, |
| 5332 "ondisconnect": {}, | 4961 "ondisconnect": {}, |
| 5333 "outputs": {}, | 4962 "outputs": {}, |
| 5334 "removeEventListener": {} | 4963 "removeEventListener": {} |
| 5335 }, | 4964 }, |
| 5336 "support_level": "experimental" | 4965 "support_level": "experimental" |
| 5337 }, | 4966 }, |
| 4967 "MIDIAccessPromise": { | |
| 4968 "members": { | |
| 4969 "then": { | |
| 4970 "support_level": "untriaged" | |
| 4971 } | |
| 4972 }, | |
| 4973 "support_level": "untriaged" | |
| 4974 }, | |
| 5338 "MIDIConnectionEvent": { | 4975 "MIDIConnectionEvent": { |
| 5339 "comment": "http://webaudio.github.io/web-midi-api/#midiconnectionevent-inte rface", | 4976 "comment": "http://webaudio.github.io/web-midi-api/#midiconnectionevent-inte rface", |
| 5340 "members": { | 4977 "members": { |
| 5341 "port": {} | 4978 "port": {} |
| 5342 }, | 4979 }, |
| 5343 "support_level": "experimental" | 4980 "support_level": "experimental" |
| 5344 }, | 4981 }, |
| 5345 "MIDIErrorCallback": { | 4982 "MIDIErrorCallback": { |
| 5346 "comment": "http://webaudio.github.io/web-midi-api/#midierrorcallback", | 4983 "comment": "http://webaudio.github.io/web-midi-api/#midierrorcallback", |
| 5347 "members": {}, | 4984 "members": {}, |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 5377 "id": {}, | 5014 "id": {}, |
| 5378 "manufacturer": {}, | 5015 "manufacturer": {}, |
| 5379 "name": {}, | 5016 "name": {}, |
| 5380 "ondisconnect": {}, | 5017 "ondisconnect": {}, |
| 5381 "removeEventListener": {}, | 5018 "removeEventListener": {}, |
| 5382 "type": {}, | 5019 "type": {}, |
| 5383 "version": {} | 5020 "version": {} |
| 5384 }, | 5021 }, |
| 5385 "support_level": "experimental" | 5022 "support_level": "experimental" |
| 5386 }, | 5023 }, |
| 5024 "MIDISuccessCallback": { | |
| 5025 "members": {}, | |
| 5026 "support_level": "untriaged" | |
| 5027 }, | |
| 5387 "MediaController": { | 5028 "MediaController": { |
| 5388 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- video-element.html#mediacontroller", | 5029 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- video-element.html#mediacontroller", |
| 5389 "members": { | 5030 "members": { |
| 5390 "MediaController": {}, | 5031 "MediaController": {}, |
| 5391 "addEventListener": {}, | 5032 "addEventListener": {}, |
| 5392 "buffered": {}, | 5033 "buffered": {}, |
| 5393 "currentTime": {}, | 5034 "currentTime": {}, |
| 5394 "defaultPlaybackRate": {}, | 5035 "defaultPlaybackRate": {}, |
| 5395 "dispatchEvent": {}, | 5036 "dispatchEvent": {}, |
| 5396 "duration": {}, | 5037 "duration": {}, |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5527 "support_level": "stable" | 5168 "support_level": "stable" |
| 5528 }, | 5169 }, |
| 5529 "MediaQueryListListener": { | 5170 "MediaQueryListListener": { |
| 5530 "comment": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface ", | 5171 "comment": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface ", |
| 5531 "dart_action": "unstable", | 5172 "dart_action": "unstable", |
| 5532 "members": { | 5173 "members": { |
| 5533 "queryChanged": {} | 5174 "queryChanged": {} |
| 5534 }, | 5175 }, |
| 5535 "support_level": "stable" | 5176 "support_level": "stable" |
| 5536 }, | 5177 }, |
| 5178 "MediaSource": { | |
| 5179 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi a-source.html#mediasource", | |
| 5180 "members": { | |
| 5181 "MediaSource": {}, | |
| 5182 "activeSourceBuffers": {}, | |
| 5183 "addEventListener": {}, | |
| 5184 "addSourceBuffer": {}, | |
| 5185 "dispatchEvent": {}, | |
| 5186 "duration": {}, | |
| 5187 "endOfStream": {}, | |
| 5188 "isTypeSupported": {}, | |
| 5189 "readyState": {}, | |
| 5190 "removeEventListener": {}, | |
| 5191 "removeSourceBuffer": {}, | |
| 5192 "sourceBuffers": {} | |
| 5193 }, | |
| 5194 "support_level": "experimental" | |
| 5195 }, | |
| 5537 "MediaStream": { | 5196 "MediaStream": { |
| 5538 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre am", | 5197 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre am", |
| 5539 "members": { | 5198 "members": { |
| 5540 "MediaStream": {}, | 5199 "MediaStream": {}, |
| 5541 "addEventListener": {}, | 5200 "addEventListener": {}, |
| 5542 "addTrack": {}, | 5201 "addTrack": {}, |
| 5543 "dispatchEvent": {}, | 5202 "dispatchEvent": {}, |
| 5544 "ended": {}, | 5203 "ended": {}, |
| 5545 "getAudioTracks": {}, | 5204 "getAudioTracks": {}, |
| 5546 "getTrackById": {}, | 5205 "getTrackById": {}, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5578 "stream": {} | 5237 "stream": {} |
| 5579 }, | 5238 }, |
| 5580 "support_level": "experimental" | 5239 "support_level": "experimental" |
| 5581 }, | 5240 }, |
| 5582 "MediaStreamTrack": { | 5241 "MediaStreamTrack": { |
| 5583 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre amtrack", | 5242 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre amtrack", |
| 5584 "members": { | 5243 "members": { |
| 5585 "addEventListener": {}, | 5244 "addEventListener": {}, |
| 5586 "dispatchEvent": {}, | 5245 "dispatchEvent": {}, |
| 5587 "enabled": {}, | 5246 "enabled": {}, |
| 5247 "getSources": { | |
| 5248 "support_level": "untriaged" | |
| 5249 }, | |
| 5588 "id": {}, | 5250 "id": {}, |
| 5589 "kind": {}, | 5251 "kind": {}, |
| 5590 "label": {}, | 5252 "label": {}, |
| 5591 "onended": {}, | 5253 "onended": {}, |
| 5592 "onmute": {}, | 5254 "onmute": {}, |
| 5593 "onunmute": {}, | 5255 "onunmute": {}, |
| 5594 "readyState": {}, | 5256 "readyState": {}, |
| 5595 "removeEventListener": {} | 5257 "removeEventListener": {} |
| 5596 }, | 5258 }, |
| 5597 "support_level": "experimental" | 5259 "support_level": "experimental" |
| 5598 }, | 5260 }, |
| 5599 "MediaStreamTrackEvent": { | 5261 "MediaStreamTrackEvent": { |
| 5600 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", | 5262 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", |
| 5601 "members": { | 5263 "members": { |
| 5602 "track": {} | 5264 "track": {} |
| 5603 }, | 5265 }, |
| 5604 "support_level": "experimental" | 5266 "support_level": "experimental" |
| 5605 }, | 5267 }, |
| 5268 "MediaStreamTrackSourcesCallback": { | |
| 5269 "members": {}, | |
| 5270 "support_level": "untriaged" | |
| 5271 }, | |
| 5606 "MemoryInfo": { | 5272 "MemoryInfo": { |
| 5607 "dart_action": "experimental", | 5273 "dart_action": "experimental", |
| 5608 "members": { | 5274 "members": { |
| 5609 "jsHeapSizeLimit": {}, | 5275 "jsHeapSizeLimit": {}, |
| 5610 "totalJSHeapSize": {}, | 5276 "totalJSHeapSize": {}, |
| 5611 "usedJSHeapSize": {} | 5277 "usedJSHeapSize": {} |
| 5612 }, | 5278 }, |
| 5613 "support_level": "nonstandard" | 5279 "support_level": "nonstandard" |
| 5614 }, | 5280 }, |
| 5615 "MessageChannel": { | 5281 "MessageChannel": { |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5781 "attributeNamespace": {}, | 5447 "attributeNamespace": {}, |
| 5782 "nextSibling": {}, | 5448 "nextSibling": {}, |
| 5783 "oldValue": {}, | 5449 "oldValue": {}, |
| 5784 "previousSibling": {}, | 5450 "previousSibling": {}, |
| 5785 "removedNodes": {}, | 5451 "removedNodes": {}, |
| 5786 "target": {}, | 5452 "target": {}, |
| 5787 "type": {} | 5453 "type": {} |
| 5788 }, | 5454 }, |
| 5789 "support_level": "stable" | 5455 "support_level": "stable" |
| 5790 }, | 5456 }, |
| 5791 "NamedFlow": { | |
| 5792 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", | |
| 5793 "members": { | |
| 5794 "addEventListener": {}, | |
| 5795 "dispatchEvent": {}, | |
| 5796 "firstEmptyRegionIndex": {}, | |
| 5797 "getContent": {}, | |
| 5798 "getRegions": {}, | |
| 5799 "getRegionsByContent": {}, | |
| 5800 "name": {}, | |
| 5801 "overset": {}, | |
| 5802 "removeEventListener": {} | |
| 5803 }, | |
| 5804 "support_level": "experimental" | |
| 5805 }, | |
| 5806 "NamedNodeMap": { | 5457 "NamedNodeMap": { |
| 5807 "comment": "http://dom.spec.whatwg.org/#namednodemap", | 5458 "comment": "http://dom.spec.whatwg.org/#namednodemap", |
| 5808 "dart_action": "suppress", | 5459 "dart_action": "suppress", |
| 5809 "members": { | 5460 "members": { |
| 5810 "__getter__": {}, | 5461 "__getter__": {}, |
| 5811 "getNamedItem": {}, | 5462 "getNamedItem": {}, |
| 5812 "getNamedItemNS": {}, | 5463 "getNamedItemNS": {}, |
| 5813 "item": {}, | 5464 "item": {}, |
| 5814 "length": {}, | 5465 "length": {}, |
| 5815 "removeNamedItem": {}, | 5466 "removeNamedItem": {}, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5878 "support_level": "nonstandard" | 5529 "support_level": "nonstandard" |
| 5879 }, | 5530 }, |
| 5880 "productSub": { | 5531 "productSub": { |
| 5881 "dart_action": "unstable", | 5532 "dart_action": "unstable", |
| 5882 "support_level": "nonstandard" | 5533 "support_level": "nonstandard" |
| 5883 }, | 5534 }, |
| 5884 "registerProtocolHandler": { | 5535 "registerProtocolHandler": { |
| 5885 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorcontentutils", | 5536 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorcontentutils", |
| 5886 "dart_action": "unstable" | 5537 "dart_action": "unstable" |
| 5887 }, | 5538 }, |
| 5539 "requestMIDIAccess": { | |
| 5540 "support_level": "untriaged" | |
| 5541 }, | |
| 5888 "userAgent": { | 5542 "userAgent": { |
| 5889 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid" | 5543 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid" |
| 5890 }, | 5544 }, |
| 5891 "vendor": { | 5545 "vendor": { |
| 5892 "dart_action": "unstable", | 5546 "dart_action": "unstable", |
| 5893 "support_level": "nonstandard" | 5547 "support_level": "nonstandard" |
| 5894 }, | 5548 }, |
| 5895 "vendorSub": { | 5549 "vendorSub": { |
| 5896 "dart_action": "unstable", | 5550 "dart_action": "unstable", |
| 5897 "support_level": "nonstandard" | 5551 "support_level": "nonstandard" |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6083 "previousNode": {}, | 5737 "previousNode": {}, |
| 6084 "referenceNode": {}, | 5738 "referenceNode": {}, |
| 6085 "root": {}, | 5739 "root": {}, |
| 6086 "whatToShow": {} | 5740 "whatToShow": {} |
| 6087 }, | 5741 }, |
| 6088 "support_level": "stable" | 5742 "support_level": "stable" |
| 6089 }, | 5743 }, |
| 6090 "NodeList": { | 5744 "NodeList": { |
| 6091 "comment": "http://dom.spec.whatwg.org/#nodelist", | 5745 "comment": "http://dom.spec.whatwg.org/#nodelist", |
| 6092 "members": { | 5746 "members": { |
| 5747 "__getter__": { | |
| 5748 "support_level": "untriaged" | |
| 5749 }, | |
| 6093 "item": {}, | 5750 "item": {}, |
| 6094 "length": {} | 5751 "length": {} |
| 6095 }, | 5752 }, |
| 6096 "support_level": "stable" | 5753 "support_level": "stable" |
| 6097 }, | 5754 }, |
| 6098 "Notation": { | 5755 "Notation": { |
| 6099 "comment": "http://dom.spec.whatwg.org/#notation", | 5756 "comment": "http://dom.spec.whatwg.org/#notation", |
| 6100 "dart_action": "suppress", | 5757 "dart_action": "suppress", |
| 6101 "members": { | 5758 "members": { |
| 6102 "publicId": {}, | 5759 "publicId": {}, |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6344 "maxDistance": {}, | 6001 "maxDistance": {}, |
| 6345 "panningModel": {}, | 6002 "panningModel": {}, |
| 6346 "refDistance": {}, | 6003 "refDistance": {}, |
| 6347 "rolloffFactor": {}, | 6004 "rolloffFactor": {}, |
| 6348 "setOrientation": {}, | 6005 "setOrientation": {}, |
| 6349 "setPosition": {}, | 6006 "setPosition": {}, |
| 6350 "setVelocity": {} | 6007 "setVelocity": {} |
| 6351 }, | 6008 }, |
| 6352 "support_level": "experimental" | 6009 "support_level": "experimental" |
| 6353 }, | 6010 }, |
| 6011 "ParentNode": { | |
| 6012 "members": { | |
| 6013 "childElementCount": { | |
| 6014 "support_level": "untriaged" | |
| 6015 }, | |
| 6016 "children": { | |
| 6017 "support_level": "untriaged" | |
| 6018 }, | |
| 6019 "firstElementChild": { | |
| 6020 "support_level": "untriaged" | |
| 6021 }, | |
| 6022 "lastElementChild": { | |
| 6023 "support_level": "untriaged" | |
| 6024 } | |
| 6025 }, | |
| 6026 "support_level": "untriaged" | |
| 6027 }, | |
| 6354 "Path": { | 6028 "Path": { |
| 6355 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#path-objects", | 6029 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- canvas-element.html#path-objects", |
| 6356 "members": { | 6030 "members": { |
| 6357 "Path": {}, | 6031 "Path": {}, |
| 6358 "arc": {}, | 6032 "arc": {}, |
| 6359 "arcTo": {}, | 6033 "arcTo": {}, |
| 6360 "bezierCurveTo": {}, | 6034 "bezierCurveTo": {}, |
| 6361 "closePath": {}, | 6035 "closePath": {}, |
| 6362 "lineTo": {}, | 6036 "lineTo": {}, |
| 6363 "moveTo": {}, | 6037 "moveTo": {}, |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6590 }, | 6264 }, |
| 6591 "ProgressEvent": { | 6265 "ProgressEvent": { |
| 6592 "comment": "http://xhr.spec.whatwg.org/#interface-progressevent", | 6266 "comment": "http://xhr.spec.whatwg.org/#interface-progressevent", |
| 6593 "members": { | 6267 "members": { |
| 6594 "lengthComputable": {}, | 6268 "lengthComputable": {}, |
| 6595 "loaded": {}, | 6269 "loaded": {}, |
| 6596 "total": {} | 6270 "total": {} |
| 6597 }, | 6271 }, |
| 6598 "support_level": "stable" | 6272 "support_level": "stable" |
| 6599 }, | 6273 }, |
| 6274 "Promise": { | |
| 6275 "members": {}, | |
| 6276 "support_level": "untriaged" | |
| 6277 }, | |
| 6278 "PromiseResolver": { | |
| 6279 "members": {}, | |
| 6280 "support_level": "untriaged" | |
| 6281 }, | |
| 6600 "RGBColor": { | 6282 "RGBColor": { |
| 6601 "comment": "http://dev.w3.org/csswg/cssom/", | 6283 "comment": "http://dev.w3.org/csswg/cssom/", |
| 6602 "dart_action": "suppress", | 6284 "dart_action": "suppress", |
| 6603 "members": { | 6285 "members": { |
| 6604 "blue": {}, | 6286 "blue": {}, |
| 6605 "green": {}, | 6287 "green": {}, |
| 6606 "red": {} | 6288 "red": {} |
| 6607 }, | 6289 }, |
| 6608 "support_level": "deprecated" | 6290 "support_level": "deprecated" |
| 6609 }, | 6291 }, |
| (...skipping 3523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10133 "activeElement": {}, | 9815 "activeElement": {}, |
| 10134 "applyAuthorStyles": {}, | 9816 "applyAuthorStyles": {}, |
| 10135 "cloneNode": {}, | 9817 "cloneNode": {}, |
| 10136 "elementFromPoint": {}, | 9818 "elementFromPoint": {}, |
| 10137 "getElementById": {}, | 9819 "getElementById": {}, |
| 10138 "getElementsByClassName": {}, | 9820 "getElementsByClassName": {}, |
| 10139 "getElementsByTagName": {}, | 9821 "getElementsByTagName": {}, |
| 10140 "getElementsByTagNameNS": {}, | 9822 "getElementsByTagNameNS": {}, |
| 10141 "getSelection": {}, | 9823 "getSelection": {}, |
| 10142 "innerHTML": {}, | 9824 "innerHTML": {}, |
| 9825 "olderShadowRoot": { | |
| 9826 "support_level": "untriaged" | |
| 9827 }, | |
| 10143 "resetStyleInheritance": {} | 9828 "resetStyleInheritance": {} |
| 10144 }, | 9829 }, |
| 10145 "support_level": "experimental" | 9830 "support_level": "experimental" |
| 10146 }, | 9831 }, |
| 10147 "SharedWorker": { | 9832 "SharedWorker": { |
| 10148 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#shared-workers-and-the-sharedworker-interface", | 9833 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#shared-workers-and-the-sharedworker-interface", |
| 10149 "members": { | 9834 "members": { |
| 10150 "SharedWorker": {}, | 9835 "SharedWorker": {}, |
| 10151 "port": {} | 9836 "port": {} |
| 10152 }, | 9837 }, |
| 10153 "support_level": "experimental" | 9838 "support_level": "experimental" |
| 10154 }, | 9839 }, |
| 10155 "SharedWorkerContext": { | 9840 "SharedWorkerContext": { |
| 10156 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#shared-workers-and-the-sharedworkerglobalscope-interface", | 9841 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#shared-workers-and-the-sharedworkerglobalscope-interface", |
| 10157 "dart_action": "experimental", | 9842 "dart_action": "experimental", |
| 10158 "members": { | 9843 "members": { |
| 10159 "name": {}, | 9844 "name": {}, |
| 10160 "onconnect": {} | 9845 "onconnect": {} |
| 10161 }, | 9846 }, |
| 10162 "support_level": "nonstandard" | 9847 "support_level": "nonstandard" |
| 10163 }, | 9848 }, |
| 9849 "SourceBuffer": { | |
| 9850 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi a-source.html#sourcebuffer", | |
| 9851 "members": { | |
| 9852 "abort": {}, | |
| 9853 "addEventListener": { | |
| 9854 "support_level": "untriaged" | |
| 9855 }, | |
| 9856 "append": { | |
| 9857 "support_level": "nonstandard" | |
| 9858 }, | |
| 9859 "appendBuffer": { | |
| 9860 "support_level": "untriaged" | |
| 9861 }, | |
| 9862 "buffered": {}, | |
| 9863 "dispatchEvent": { | |
| 9864 "support_level": "untriaged" | |
| 9865 }, | |
| 9866 "removeEventListener": { | |
| 9867 "support_level": "untriaged" | |
| 9868 }, | |
| 9869 "timestampOffset": {}, | |
| 9870 "updating": { | |
| 9871 "support_level": "untriaged" | |
| 9872 } | |
| 9873 }, | |
| 9874 "support_level": "experimental" | |
| 9875 }, | |
| 9876 "SourceBufferList": { | |
| 9877 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi a-source.html#sourcebufferlist", | |
| 9878 "members": { | |
| 9879 "addEventListener": {}, | |
| 9880 "dispatchEvent": {}, | |
| 9881 "item": {}, | |
| 9882 "length": {}, | |
| 9883 "removeEventListener": {} | |
| 9884 }, | |
| 9885 "support_level": "experimental" | |
| 9886 }, | |
| 9887 "SourceInfo": { | |
| 9888 "members": { | |
| 9889 "facing": { | |
| 9890 "support_level": "untriaged" | |
| 9891 }, | |
| 9892 "id": { | |
| 9893 "support_level": "untriaged" | |
| 9894 }, | |
| 9895 "kind": { | |
| 9896 "support_level": "untriaged" | |
| 9897 }, | |
| 9898 "label": { | |
| 9899 "support_level": "untriaged" | |
| 9900 } | |
| 9901 }, | |
| 9902 "support_level": "untriaged" | |
| 9903 }, | |
| 10164 "SpeechGrammar": { | 9904 "SpeechGrammar": { |
| 10165 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#df n-speechgrammar", | 9905 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#df n-speechgrammar", |
| 10166 "members": { | 9906 "members": { |
| 10167 "SpeechGrammar": {}, | 9907 "SpeechGrammar": {}, |
| 10168 "src": {}, | 9908 "src": {}, |
| 10169 "weight": {} | 9909 "weight": {} |
| 10170 }, | 9910 }, |
| 10171 "support_level": "experimental" | 9911 "support_level": "experimental" |
| 10172 }, | 9912 }, |
| 10173 "SpeechGrammarList": { | 9913 "SpeechGrammarList": { |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10391 }, | 10131 }, |
| 10392 "support_level": "experimental" | 10132 "support_level": "experimental" |
| 10393 }, | 10133 }, |
| 10394 "StorageUsageCallback": { | 10134 "StorageUsageCallback": { |
| 10395 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageUsageCallback", | 10135 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageUsageCallback", |
| 10396 "members": { | 10136 "members": { |
| 10397 "handleEvent": {} | 10137 "handleEvent": {} |
| 10398 }, | 10138 }, |
| 10399 "support_level": "experimental" | 10139 "support_level": "experimental" |
| 10400 }, | 10140 }, |
| 10141 "Stream": { | |
| 10142 "members": { | |
| 10143 "type": { | |
| 10144 "support_level": "untriaged" | |
| 10145 } | |
| 10146 }, | |
| 10147 "support_level": "untriaged" | |
| 10148 }, | |
| 10401 "StringCallback": { | 10149 "StringCallback": { |
| 10402 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra nsferitem-interface", | 10150 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra nsferitem-interface", |
| 10403 "members": { | 10151 "members": { |
| 10404 "handleEvent": {} | 10152 "handleEvent": {} |
| 10405 }, | 10153 }, |
| 10406 "support_level": "experimental" | 10154 "support_level": "experimental" |
| 10407 }, | 10155 }, |
| 10408 "StyleMedia": { | 10156 "StyleMedia": { |
| 10409 "comment": "http://developer.apple.com/library/safari/#documentation/SafariD OMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", | 10157 "comment": "http://developer.apple.com/library/safari/#documentation/SafariD OMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| 10410 "dart_action": "experimental", | 10158 "dart_action": "experimental", |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 10429 }, | 10177 }, |
| 10430 "StyleSheetList": { | 10178 "StyleSheetList": { |
| 10431 "comment": "http://dev.w3.org/csswg/cssom/#the-stylesheetlist-sequence", | 10179 "comment": "http://dev.w3.org/csswg/cssom/#the-stylesheetlist-sequence", |
| 10432 "members": { | 10180 "members": { |
| 10433 "__getter__": {}, | 10181 "__getter__": {}, |
| 10434 "item": {}, | 10182 "item": {}, |
| 10435 "length": {} | 10183 "length": {} |
| 10436 }, | 10184 }, |
| 10437 "support_level": "stable" | 10185 "support_level": "stable" |
| 10438 }, | 10186 }, |
| 10187 "SubtleCrypto": { | |
| 10188 "members": {}, | |
| 10189 "support_level": "untriaged" | |
| 10190 }, | |
| 10439 "Text": { | 10191 "Text": { |
| 10440 "comment": "http://dom.spec.whatwg.org/#interface-text", | 10192 "comment": "http://dom.spec.whatwg.org/#interface-text", |
| 10441 "members": { | 10193 "members": { |
| 10442 "Text": {}, | 10194 "Text": {}, |
| 10443 "replaceWholeText": { | 10195 "replaceWholeText": { |
| 10444 "comment": "http://dom.spec.whatwg.org/#dom-text-replacewholetext", | 10196 "comment": "http://dom.spec.whatwg.org/#dom-text-replacewholetext", |
| 10445 "dart_action": "suppress", | 10197 "dart_action": "suppress", |
| 10446 "support_level": "deprecated" | 10198 "support_level": "deprecated" |
| 10447 }, | 10199 }, |
| 10448 "splitText": {}, | 10200 "splitText": {}, |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10703 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E vents.html#legacy-key-attributes", | 10455 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E vents.html#legacy-key-attributes", |
| 10704 "dart_action": "unstable", | 10456 "dart_action": "unstable", |
| 10705 "support_level": "deprecated" | 10457 "support_level": "deprecated" |
| 10706 } | 10458 } |
| 10707 }, | 10459 }, |
| 10708 "support_level": "stable" | 10460 "support_level": "stable" |
| 10709 }, | 10461 }, |
| 10710 "URL": { | 10462 "URL": { |
| 10711 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", | 10463 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", |
| 10712 "members": { | 10464 "members": { |
| 10465 "_createObjectUrlFromWebKitMediaSource": { | |
| 10466 "support_level": "untriaged" | |
| 10467 }, | |
| 10713 "createObjectURL": {}, | 10468 "createObjectURL": {}, |
| 10714 "createObjectUrlFromBlob": {}, | 10469 "createObjectUrlFromBlob": {}, |
| 10715 "createObjectUrlFromSource": {}, | 10470 "createObjectUrlFromSource": {}, |
| 10716 "createObjectUrlFromStream": {}, | 10471 "createObjectUrlFromStream": {}, |
| 10717 "revokeObjectURL": {} | 10472 "revokeObjectURL": {} |
| 10718 }, | 10473 }, |
| 10719 "support_level": "stable" | 10474 "support_level": "stable" |
| 10720 }, | 10475 }, |
| 10721 "Uint16Array": { | 10476 "Uint16Array": { |
| 10722 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | 10477 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10879 "support_level": "experimental" | 10634 "support_level": "experimental" |
| 10880 }, | 10635 }, |
| 10881 "WebGLDepthTexture": { | 10636 "WebGLDepthTexture": { |
| 10882 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_tex ture/", | 10637 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_tex ture/", |
| 10883 "dart_action": "experimental", | 10638 "dart_action": "experimental", |
| 10884 "members": { | 10639 "members": { |
| 10885 "UNSIGNED_INT_24_8_WEBGL": {} | 10640 "UNSIGNED_INT_24_8_WEBGL": {} |
| 10886 }, | 10641 }, |
| 10887 "support_level": "experimental" | 10642 "support_level": "experimental" |
| 10888 }, | 10643 }, |
| 10644 "WebGLDrawBuffers": { | |
| 10645 "comment": "http://www.khronos.org/registry/webgl/specs/latest/", | |
| 10646 "dart_action": "experimental", | |
| 10647 "members": { | |
| 10648 "COLOR_ATTACHMENT0_WEBGL": {}, | |
| 10649 "COLOR_ATTACHMENT10_WEBGL": {}, | |
| 10650 "COLOR_ATTACHMENT11_WEBGL": {}, | |
| 10651 "COLOR_ATTACHMENT12_WEBGL": {}, | |
| 10652 "COLOR_ATTACHMENT13_WEBGL": {}, | |
| 10653 "COLOR_ATTACHMENT14_WEBGL": {}, | |
| 10654 "COLOR_ATTACHMENT15_WEBGL": {}, | |
| 10655 "COLOR_ATTACHMENT1_WEBGL": {}, | |
| 10656 "COLOR_ATTACHMENT2_WEBGL": {}, | |
| 10657 "COLOR_ATTACHMENT3_WEBGL": {}, | |
| 10658 "COLOR_ATTACHMENT4_WEBGL": {}, | |
| 10659 "COLOR_ATTACHMENT5_WEBGL": {}, | |
| 10660 "COLOR_ATTACHMENT6_WEBGL": {}, | |
| 10661 "COLOR_ATTACHMENT7_WEBGL": {}, | |
| 10662 "COLOR_ATTACHMENT8_WEBGL": {}, | |
| 10663 "COLOR_ATTACHMENT9_WEBGL": {}, | |
| 10664 "DRAW_BUFFER0_WEBGL": {}, | |
| 10665 "DRAW_BUFFER10_WEBGL": {}, | |
| 10666 "DRAW_BUFFER11_WEBGL": {}, | |
| 10667 "DRAW_BUFFER12_WEBGL": {}, | |
| 10668 "DRAW_BUFFER13_WEBGL": {}, | |
| 10669 "DRAW_BUFFER14_WEBGL": {}, | |
| 10670 "DRAW_BUFFER15_WEBGL": {}, | |
| 10671 "DRAW_BUFFER1_WEBGL": {}, | |
| 10672 "DRAW_BUFFER2_WEBGL": {}, | |
| 10673 "DRAW_BUFFER3_WEBGL": {}, | |
| 10674 "DRAW_BUFFER4_WEBGL": {}, | |
| 10675 "DRAW_BUFFER5_WEBGL": {}, | |
| 10676 "DRAW_BUFFER6_WEBGL": {}, | |
| 10677 "DRAW_BUFFER7_WEBGL": {}, | |
| 10678 "DRAW_BUFFER8_WEBGL": {}, | |
| 10679 "DRAW_BUFFER9_WEBGL": {}, | |
| 10680 "MAX_COLOR_ATTACHMENTS_WEBGL": {}, | |
| 10681 "MAX_DRAW_BUFFERS_WEBGL": {}, | |
| 10682 "drawBuffersWEBGL": {} | |
| 10683 }, | |
| 10684 "support_level": "stable" | |
| 10685 }, | |
| 10889 "WebGLFramebuffer": { | 10686 "WebGLFramebuffer": { |
| 10890 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.5", | 10687 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.5", |
| 10891 "dart_action": "unstable", | 10688 "dart_action": "unstable", |
| 10892 "members": {}, | 10689 "members": {}, |
| 10893 "support_level": "stable" | 10690 "support_level": "stable" |
| 10894 }, | 10691 }, |
| 10895 "WebGLLoseContext": { | 10692 "WebGLLoseContext": { |
| 10896 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_cont ext/", | 10693 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_cont ext/", |
| 10897 "members": { | 10694 "members": { |
| 10898 "loseContext": {}, | 10695 "loseContext": {}, |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11400 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.10", | 11197 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.10", |
| 11401 "members": {}, | 11198 "members": {}, |
| 11402 "support_level": "stable" | 11199 "support_level": "stable" |
| 11403 }, | 11200 }, |
| 11404 "WebGLVertexArrayObjectOES": { | 11201 "WebGLVertexArrayObjectOES": { |
| 11405 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra y_object/", | 11202 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra y_object/", |
| 11406 "dart_action": "experimental", | 11203 "dart_action": "experimental", |
| 11407 "members": {}, | 11204 "members": {}, |
| 11408 "support_level": "experimental" | 11205 "support_level": "experimental" |
| 11409 }, | 11206 }, |
| 11207 "WebKitAnimationEvent": { | |
| 11208 "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface", | |
| 11209 "members": { | |
| 11210 "animationName": {}, | |
| 11211 "elapsedTime": {} | |
| 11212 }, | |
| 11213 "support_level": "stable" | |
| 11214 }, | |
| 11215 "WebKitCSSFilterRule": { | |
| 11216 "comment": "http://www.w3.org/TR/filter-effects/", | |
| 11217 "members": { | |
| 11218 "style": {} | |
| 11219 }, | |
| 11220 "support_level": "experimental" | |
| 11221 }, | |
| 11222 "WebKitCSSFilterValue": { | |
| 11223 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 11224 "dart_action": "suppress", | |
| 11225 "members": { | |
| 11226 "CSS_FILTER_BLUR": {}, | |
| 11227 "CSS_FILTER_BRIGHTNESS": {}, | |
| 11228 "CSS_FILTER_CONTRAST": {}, | |
| 11229 "CSS_FILTER_CUSTOM": {}, | |
| 11230 "CSS_FILTER_DROP_SHADOW": {}, | |
| 11231 "CSS_FILTER_GRAYSCALE": {}, | |
| 11232 "CSS_FILTER_HUE_ROTATE": {}, | |
| 11233 "CSS_FILTER_INVERT": {}, | |
| 11234 "CSS_FILTER_OPACITY": {}, | |
| 11235 "CSS_FILTER_REFERENCE": {}, | |
| 11236 "CSS_FILTER_SATURATE": {}, | |
| 11237 "CSS_FILTER_SEPIA": {}, | |
| 11238 "__getter__": {}, | |
| 11239 "operationType": {} | |
| 11240 }, | |
| 11241 "support_level": "deprecated" | |
| 11242 }, | |
| 11243 "WebKitCSSKeyframeRule": { | |
| 11244 "comment": "http://www.w3.org/TR/css3-animations/#CSSKeyframeRule-interface" , | |
| 11245 "members": { | |
| 11246 "keyText": {}, | |
| 11247 "style": {} | |
| 11248 }, | |
| 11249 "support_level": "experimental" | |
| 11250 }, | |
| 11251 "WebKitCSSKeyframesRule": { | |
| 11252 "comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule", | |
| 11253 "members": { | |
| 11254 "__getter__": {}, | |
| 11255 "cssRules": {}, | |
| 11256 "deleteRule": {}, | |
| 11257 "findRule": {}, | |
| 11258 "insertRule": {}, | |
| 11259 "name": {} | |
| 11260 }, | |
| 11261 "support_level": "experimental" | |
| 11262 }, | |
| 11263 "WebKitCSSMatrix": { | |
| 11264 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 11265 "dart_action": "suppress", | |
| 11266 "members": { | |
| 11267 "WebKitCSSMatrix": {}, | |
| 11268 "a": {}, | |
| 11269 "b": {}, | |
| 11270 "c": {}, | |
| 11271 "d": {}, | |
| 11272 "e": {}, | |
| 11273 "f": {}, | |
| 11274 "inverse": {}, | |
| 11275 "m11": {}, | |
| 11276 "m12": {}, | |
| 11277 "m13": {}, | |
| 11278 "m14": {}, | |
| 11279 "m21": {}, | |
| 11280 "m22": {}, | |
| 11281 "m23": {}, | |
| 11282 "m24": {}, | |
| 11283 "m31": {}, | |
| 11284 "m32": {}, | |
| 11285 "m33": {}, | |
| 11286 "m34": {}, | |
| 11287 "m41": {}, | |
| 11288 "m42": {}, | |
| 11289 "m43": {}, | |
| 11290 "m44": {}, | |
| 11291 "multiply": {}, | |
| 11292 "rotate": {}, | |
| 11293 "rotateAxisAngle": {}, | |
| 11294 "scale": {}, | |
| 11295 "setMatrixValue": {}, | |
| 11296 "skewX": {}, | |
| 11297 "skewY": {}, | |
| 11298 "toString": {}, | |
| 11299 "translate": {} | |
| 11300 }, | |
| 11301 "support_level": "deprecated" | |
| 11302 }, | |
| 11303 "WebKitCSSMixFunctionValue": { | |
| 11304 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 11305 "dart_action": "suppress", | |
| 11306 "members": {}, | |
| 11307 "support_level": "deprecated" | |
| 11308 }, | |
| 11309 "WebKitCSSRegionRule": { | |
| 11310 "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface ", | |
| 11311 "members": { | |
| 11312 "cssRules": {} | |
| 11313 }, | |
| 11314 "support_level": "experimental" | |
| 11315 }, | |
| 11316 "WebKitCSSTransformValue": { | |
| 11317 "comment": "http://dev.w3.org/csswg/cssom/", | |
| 11318 "dart_action": "suppress", | |
| 11319 "members": { | |
| 11320 "CSS_MATRIX": {}, | |
| 11321 "CSS_MATRIX3D": {}, | |
| 11322 "CSS_PERSPECTIVE": {}, | |
| 11323 "CSS_ROTATE": {}, | |
| 11324 "CSS_ROTATE3D": {}, | |
| 11325 "CSS_ROTATEX": {}, | |
| 11326 "CSS_ROTATEY": {}, | |
| 11327 "CSS_ROTATEZ": {}, | |
| 11328 "CSS_SCALE": {}, | |
| 11329 "CSS_SCALE3D": {}, | |
| 11330 "CSS_SCALEX": {}, | |
| 11331 "CSS_SCALEY": {}, | |
| 11332 "CSS_SCALEZ": {}, | |
| 11333 "CSS_SKEW": {}, | |
| 11334 "CSS_SKEWX": {}, | |
| 11335 "CSS_SKEWY": {}, | |
| 11336 "CSS_TRANSLATE": {}, | |
| 11337 "CSS_TRANSLATE3D": {}, | |
| 11338 "CSS_TRANSLATEX": {}, | |
| 11339 "CSS_TRANSLATEY": {}, | |
| 11340 "CSS_TRANSLATEZ": {}, | |
| 11341 "__getter__": {}, | |
| 11342 "operationType": {} | |
| 11343 }, | |
| 11344 "support_level": "deprecated" | |
| 11345 }, | |
| 11410 "WebKitMediaSource": { | 11346 "WebKitMediaSource": { |
| 11411 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi a-source.html#mediasource", | 11347 "members": { |
| 11412 "members": { | 11348 "WebKitMediaSource": {} |
| 11413 "WebKitMediaSource": {}, | 11349 }, |
| 11414 "activeSourceBuffers": {}, | 11350 "support_level": "untriaged" |
| 11415 "addEventListener": {}, | 11351 }, |
| 11416 "addSourceBuffer": {}, | 11352 "WebKitNamedFlow": { |
| 11417 "dispatchEvent": {}, | 11353 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection", |
| 11418 "duration": {}, | |
| 11419 "endOfStream": {}, | |
| 11420 "isTypeSupported": {}, | |
| 11421 "readyState": {}, | |
| 11422 "removeEventListener": {}, | |
| 11423 "removeSourceBuffer": {}, | |
| 11424 "sourceBuffers": {} | |
| 11425 }, | |
| 11426 "support_level": "experimental" | |
| 11427 }, | |
| 11428 "WebKitSourceBuffer": { | |
| 11429 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi a-source.html#sourcebuffer", | |
| 11430 "members": { | |
| 11431 "abort": {}, | |
| 11432 "append": { | |
| 11433 "support_level": "nonstandard" | |
| 11434 }, | |
| 11435 "buffered": {}, | |
| 11436 "timestampOffset": {} | |
| 11437 }, | |
| 11438 "support_level": "experimental" | |
| 11439 }, | |
| 11440 "WebKitSourceBufferList": { | |
| 11441 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi a-source.html#sourcebufferlist", | |
| 11442 "members": { | 11354 "members": { |
| 11443 "addEventListener": {}, | 11355 "addEventListener": {}, |
| 11444 "dispatchEvent": {}, | 11356 "dispatchEvent": {}, |
| 11357 "firstEmptyRegionIndex": {}, | |
| 11358 "getContent": {}, | |
| 11359 "getRegions": {}, | |
| 11360 "getRegionsByContent": {}, | |
| 11361 "name": {}, | |
| 11362 "overset": {}, | |
| 11363 "removeEventListener": {} | |
| 11364 }, | |
| 11365 "support_level": "experimental" | |
| 11366 }, | |
| 11367 "WebKitNamedFlowCollection": { | |
| 11368 "comment": "http://dev.w3.org/csswg/css-regions/#dom-named-flow-collection", | |
| 11369 "members": { | |
| 11370 "__getter__": {}, | |
| 11445 "item": {}, | 11371 "item": {}, |
| 11446 "length": {}, | 11372 "length": {}, |
| 11447 "removeEventListener": {} | 11373 "namedItem": {} |
| 11448 }, | 11374 }, |
| 11449 "support_level": "experimental" | 11375 "support_level": "experimental" |
| 11450 }, | 11376 }, |
| 11377 "WebKitPoint": { | |
| 11378 "comment": "http://developer.apple.com/library/safari/#documentation/DataMan agement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditi ons.html", | |
| 11379 "members": { | |
| 11380 "WebKitPoint": {}, | |
| 11381 "_DomPoint": {}, | |
| 11382 "x": {}, | |
| 11383 "y": {} | |
| 11384 }, | |
| 11385 "support_level": "nonstandard" | |
| 11386 }, | |
| 11387 "WebKitSourceBuffer": { | |
| 11388 "members": {}, | |
| 11389 "support_level": "untriaged" | |
| 11390 }, | |
| 11391 "WebKitSourceBufferList": { | |
| 11392 "members": { | |
| 11393 "item": { | |
| 11394 "support_level": "untriaged" | |
| 11395 } | |
| 11396 }, | |
| 11397 "support_level": "untriaged" | |
| 11398 }, | |
| 11451 "WebSocket": { | 11399 "WebSocket": { |
| 11452 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", | 11400 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", |
| 11453 "dart_action": "unstable", | 11401 "dart_action": "unstable", |
| 11454 "members": { | 11402 "members": { |
| 11455 "CLOSED": {}, | 11403 "CLOSED": {}, |
| 11456 "CLOSING": {}, | 11404 "CLOSING": {}, |
| 11457 "CONNECTING": {}, | 11405 "CONNECTING": {}, |
| 11458 "OPEN": {}, | 11406 "OPEN": {}, |
| 11459 "URL": { | 11407 "URL": { |
| 11460 "dart_action": "suppress", | 11408 "dart_action": "suppress", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11501 }, | 11449 }, |
| 11502 "wheelDeltaX": { | 11450 "wheelDeltaX": { |
| 11503 "support_level": "nonstandard" | 11451 "support_level": "nonstandard" |
| 11504 }, | 11452 }, |
| 11505 "wheelDeltaY": { | 11453 "wheelDeltaY": { |
| 11506 "support_level": "nonstandard" | 11454 "support_level": "nonstandard" |
| 11507 } | 11455 } |
| 11508 }, | 11456 }, |
| 11509 "support_level": "stable" | 11457 "support_level": "stable" |
| 11510 }, | 11458 }, |
| 11459 "Window": { | |
| 11460 "members": { | |
| 11461 "CSS": { | |
| 11462 "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface" | |
| 11463 }, | |
| 11464 "PERSISTENT": { | |
| 11465 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | |
| 11466 "support_level": "experimental" | |
| 11467 }, | |
| 11468 "TEMPORARY": { | |
| 11469 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | |
| 11470 "support_level": "experimental" | |
| 11471 }, | |
| 11472 "__getter__": {}, | |
| 11473 "addEventListener": {}, | |
| 11474 "alert": {}, | |
| 11475 "applicationCache": {}, | |
| 11476 "atob": {}, | |
| 11477 "blur": { | |
| 11478 "dart_action": "suppress", | |
| 11479 "support_level": "deprecated" | |
| 11480 }, | |
| 11481 "btoa": {}, | |
| 11482 "cancelAnimationFrame": {}, | |
| 11483 "captureEvents": { | |
| 11484 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | |
| 11485 "dart_action": "suppress", | |
| 11486 "support_level": "deprecated" | |
| 11487 }, | |
| 11488 "clearInterval": {}, | |
| 11489 "clearTimeout": {}, | |
| 11490 "clientInformation": { | |
| 11491 "support_level": "nonstandard" | |
| 11492 }, | |
| 11493 "close": {}, | |
| 11494 "closed": {}, | |
| 11495 "confirm": {}, | |
| 11496 "console": {}, | |
| 11497 "crypto": { | |
| 11498 "comment": "http://www.w3.org/TR/WebCryptoAPI/", | |
| 11499 "support_level": "experimental" | |
| 11500 }, | |
| 11501 "defaultStatus": {}, | |
| 11502 "defaultstatus": { | |
| 11503 "support_level": "nonstandard" | |
| 11504 }, | |
| 11505 "devicePixelRatio": { | |
| 11506 "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelr ati.html", | |
| 11507 "support_level": "nonstandard" | |
| 11508 }, | |
| 11509 "dispatchEvent": {}, | |
| 11510 "document": {}, | |
| 11511 "event": { | |
| 11512 "dart_action": "suppress", | |
| 11513 "support_level": "deprecated" | |
| 11514 }, | |
| 11515 "find": { | |
| 11516 "support_level": "nonstandard" | |
| 11517 }, | |
| 11518 "focus": { | |
| 11519 "dart_action": "suppress", | |
| 11520 "support_level": "deprecated" | |
| 11521 }, | |
| 11522 "frameElement": {}, | |
| 11523 "frames": {}, | |
| 11524 "getComputedStyle": {}, | |
| 11525 "getMatchedCSSRules": { | |
| 11526 "support_level": "nonstandard" | |
| 11527 }, | |
| 11528 "getSelection": {}, | |
| 11529 "history": {}, | |
| 11530 "indexedDB": {}, | |
| 11531 "innerHeight": {}, | |
| 11532 "innerWidth": {}, | |
| 11533 "length": { | |
| 11534 "dart_action": "suppress", | |
| 11535 "support_level": "deprecated" | |
| 11536 }, | |
| 11537 "localStorage": {}, | |
| 11538 "location": {}, | |
| 11539 "locationbar": {}, | |
| 11540 "matchMedia": {}, | |
| 11541 "menubar": {}, | |
| 11542 "moveBy": {}, | |
| 11543 "moveTo": {}, | |
| 11544 "name": {}, | |
| 11545 "navigator": {}, | |
| 11546 "offscreenBuffering": { | |
| 11547 "support_level": "nonstandard" | |
| 11548 }, | |
| 11549 "onDOMContentLoaded": {}, | |
| 11550 "onabort": {}, | |
| 11551 "onbeforeunload": {}, | |
| 11552 "onblur": {}, | |
| 11553 "oncanplay": {}, | |
| 11554 "oncanplaythrough": {}, | |
| 11555 "onchange": {}, | |
| 11556 "onclick": {}, | |
| 11557 "oncontextmenu": {}, | |
| 11558 "ondblclick": {}, | |
| 11559 "ondevicemotion": { | |
| 11560 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic emotion", | |
| 11561 "support_level": "experimental" | |
| 11562 }, | |
| 11563 "ondeviceorientation": { | |
| 11564 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic emotion", | |
| 11565 "support_level": "experimental" | |
| 11566 }, | |
| 11567 "ondrag": {}, | |
| 11568 "ondragend": {}, | |
| 11569 "ondragenter": {}, | |
| 11570 "ondragleave": {}, | |
| 11571 "ondragover": {}, | |
| 11572 "ondragstart": {}, | |
| 11573 "ondrop": {}, | |
| 11574 "ondurationchange": {}, | |
| 11575 "onemptied": {}, | |
| 11576 "onended": {}, | |
| 11577 "onerror": {}, | |
| 11578 "onfocus": {}, | |
| 11579 "onhashchange": {}, | |
| 11580 "oninput": {}, | |
| 11581 "oninvalid": { | |
| 11582 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ section-index.html#attributes-1" | |
| 11583 }, | |
| 11584 "onkeydown": {}, | |
| 11585 "onkeypress": {}, | |
| 11586 "onkeyup": {}, | |
| 11587 "onload": {}, | |
| 11588 "onloadeddata": {}, | |
| 11589 "onloadedmetadata": {}, | |
| 11590 "onloadstart": {}, | |
| 11591 "onmessage": {}, | |
| 11592 "onmousedown": {}, | |
| 11593 "onmousemove": {}, | |
| 11594 "onmouseout": {}, | |
| 11595 "onmouseover": {}, | |
| 11596 "onmouseup": {}, | |
| 11597 "onmousewheel": {}, | |
| 11598 "onoffline": {}, | |
| 11599 "ononline": {}, | |
| 11600 "onpagehide": {}, | |
| 11601 "onpageshow": {}, | |
| 11602 "onpause": {}, | |
| 11603 "onplay": {}, | |
| 11604 "onplaying": {}, | |
| 11605 "onpopstate": {}, | |
| 11606 "onprogress": {}, | |
| 11607 "onratechange": {}, | |
| 11608 "onreset": {}, | |
| 11609 "onresize": {}, | |
| 11610 "onscroll": {}, | |
| 11611 "onsearch": { | |
| 11612 "comment": "http://www.w3.org/TR/html-markup/input.search.html", | |
| 11613 "support_level": "experimental" | |
| 11614 }, | |
| 11615 "onseeked": {}, | |
| 11616 "onseeking": {}, | |
| 11617 "onselect": {}, | |
| 11618 "onstalled": {}, | |
| 11619 "onstorage": {}, | |
| 11620 "onsubmit": {}, | |
| 11621 "onsuspend": {}, | |
| 11622 "ontimeupdate": {}, | |
| 11623 "ontouchcancel": { | |
| 11624 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 11625 "support_level": "experimental" | |
| 11626 }, | |
| 11627 "ontouchend": { | |
| 11628 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 11629 "support_level": "experimental" | |
| 11630 }, | |
| 11631 "ontouchmove": { | |
| 11632 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 11633 "support_level": "experimental" | |
| 11634 }, | |
| 11635 "ontouchstart": { | |
| 11636 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features", | |
| 11637 "support_level": "experimental" | |
| 11638 }, | |
| 11639 "ontransitionend": {}, | |
| 11640 "onunload": {}, | |
| 11641 "onvolumechange": {}, | |
| 11642 "onwaiting": {}, | |
| 11643 "onwebkitAnimationEnd": { | |
| 11644 "support_level": "experimental" | |
| 11645 }, | |
| 11646 "onwebkitAnimationIteration": { | |
| 11647 "support_level": "experimental" | |
| 11648 }, | |
| 11649 "onwebkitAnimationStart": { | |
| 11650 "support_level": "experimental" | |
| 11651 }, | |
| 11652 "onwebkitTransitionEnd": { | |
| 11653 "support_level": "deprecated" | |
| 11654 }, | |
| 11655 "onwebkitanimationend": { | |
| 11656 "support_level": "experimental" | |
| 11657 }, | |
| 11658 "onwebkitanimationiteration": { | |
| 11659 "support_level": "experimental" | |
| 11660 }, | |
| 11661 "onwebkitanimationstart": { | |
| 11662 "support_level": "experimental" | |
| 11663 }, | |
| 11664 "onwebkittransitionend": { | |
| 11665 "support_level": "deprecated" | |
| 11666 }, | |
| 11667 "open": {}, | |
| 11668 "openDatabase": { | |
| 11669 "comment": "http://www.w3.org/TR/webdatabase/", | |
| 11670 "dart_action": "experimental", | |
| 11671 "support_level": "deprecated" | |
| 11672 }, | |
| 11673 "opener": {}, | |
| 11674 "outerHeight": {}, | |
| 11675 "outerWidth": {}, | |
| 11676 "pagePopupController": { | |
| 11677 "dart_action": "suppress", | |
| 11678 "support_level": "nonstandard" | |
| 11679 }, | |
| 11680 "pageXOffset": {}, | |
| 11681 "pageYOffset": {}, | |
| 11682 "parent": {}, | |
| 11683 "performance": { | |
| 11684 "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performan ce-attribute" | |
| 11685 }, | |
| 11686 "personalbar": { | |
| 11687 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personal bar", | |
| 11688 "dart_action": "suppress", | |
| 11689 "support_level": "deprecated" | |
| 11690 }, | |
| 11691 "postMessage": {}, | |
| 11692 "print": {}, | |
| 11693 "prompt": {}, | |
| 11694 "releaseEvents": { | |
| 11695 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f low-capture", | |
| 11696 "dart_action": "suppress", | |
| 11697 "support_level": "deprecated" | |
| 11698 }, | |
| 11699 "removeEventListener": {}, | |
| 11700 "requestAnimationFrame": {}, | |
| 11701 "resizeBy": {}, | |
| 11702 "resizeTo": {}, | |
| 11703 "screen": {}, | |
| 11704 "screenLeft": {}, | |
| 11705 "screenTop": {}, | |
| 11706 "screenX": {}, | |
| 11707 "screenY": {}, | |
| 11708 "scroll": {}, | |
| 11709 "scrollBy": {}, | |
| 11710 "scrollTo": {}, | |
| 11711 "scrollX": {}, | |
| 11712 "scrollY": {}, | |
| 11713 "scrollbars": {}, | |
| 11714 "self": {}, | |
| 11715 "sessionStorage": {}, | |
| 11716 "setInterval": {}, | |
| 11717 "setTimeout": {}, | |
| 11718 "showModalDialog": {}, | |
| 11719 "speechSynthesis": { | |
| 11720 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.htm l#tts-section", | |
| 11721 "support_level": "experimental" | |
| 11722 }, | |
| 11723 "status": {}, | |
| 11724 "statusbar": {}, | |
| 11725 "stop": {}, | |
| 11726 "styleMedia": { | |
| 11727 "comment": "http://developer.apple.com/library/safari/#documentation/Saf ariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", | |
| 11728 "dart_action": "experimental", | |
| 11729 "support_level": "nonstandard" | |
| 11730 }, | |
| 11731 "toString": {}, | |
| 11732 "toolbar": {}, | |
| 11733 "top": {}, | |
| 11734 "webkitCancelAnimationFrame": { | |
| 11735 "support_level": "experimental" | |
| 11736 }, | |
| 11737 "webkitCancelRequestAnimationFrame": { | |
| 11738 "support_level": "experimental" | |
| 11739 }, | |
| 11740 "webkitConvertPointFromNodeToPage": { | |
| 11741 "comment": "http://developer.apple.com/library/safari/#documentation/Dat aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd ditions.html", | |
| 11742 "support_level": "experimental" | |
| 11743 }, | |
| 11744 "webkitConvertPointFromPageToNode": { | |
| 11745 "comment": "http://developer.apple.com/library/safari/#documentation/Dat aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd ditions.html", | |
| 11746 "support_level": "experimental" | |
| 11747 }, | |
| 11748 "webkitIndexedDB": { | |
| 11749 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", | |
| 11750 "support_level": "experimental" | |
| 11751 }, | |
| 11752 "webkitNotifications": { | |
| 11753 "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/ posts/8vWo8hq4pDm?e=Showroom", | |
| 11754 "dart_action": "suppress", | |
| 11755 "support_level": "deprecated" | |
| 11756 }, | |
| 11757 "webkitRequestAnimationFrame": { | |
| 11758 "dart_action": "suppress", | |
| 11759 "support_level": "deprecated" | |
| 11760 }, | |
| 11761 "webkitRequestFileSystem": { | |
| 11762 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | |
| 11763 "support_level": "experimental" | |
| 11764 }, | |
| 11765 "webkitResolveLocalFileSystemURL": { | |
| 11766 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | |
| 11767 "support_level": "experimental" | |
| 11768 }, | |
| 11769 "webkitStorageInfo": { | |
| 11770 "comment": "http://www.w3.org/TR/file-system-api/", | |
| 11771 "dart_action": "suppress", | |
| 11772 "support_level": "deprecated" | |
| 11773 }, | |
| 11774 "window": {} | |
| 11775 }, | |
| 11776 "support_level": "stable" | |
| 11777 }, | |
| 11778 "WindowTimers": { | |
| 11779 "members": { | |
| 11780 "clearInterval": { | |
| 11781 "support_level": "untriaged" | |
| 11782 }, | |
| 11783 "clearTimeout": { | |
| 11784 "support_level": "untriaged" | |
| 11785 }, | |
| 11786 "setInterval": { | |
| 11787 "support_level": "untriaged" | |
| 11788 }, | |
| 11789 "setTimeout": { | |
| 11790 "support_level": "untriaged" | |
| 11791 } | |
| 11792 }, | |
| 11793 "support_level": "untriaged" | |
| 11794 }, | |
| 11511 "Worker": { | 11795 "Worker": { |
| 11512 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#worker", | 11796 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#worker", |
| 11513 "dart_action": "experimental", | 11797 "dart_action": "experimental", |
| 11514 "members": { | 11798 "members": { |
| 11515 "Worker": {}, | 11799 "Worker": {}, |
| 11800 "onerror": { | |
| 11801 "support_level": "untriaged" | |
| 11802 }, | |
| 11516 "onmessage": {}, | 11803 "onmessage": {}, |
| 11517 "postMessage": {}, | 11804 "postMessage": {}, |
| 11518 "terminate": {} | 11805 "terminate": {} |
| 11519 }, | 11806 }, |
| 11520 "support_level": "stable" | 11807 "support_level": "stable" |
| 11521 }, | 11808 }, |
| 11522 "WorkerContext": { | 11809 "WorkerContext": { |
| 11523 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#WorkerGlobalScope-partial", | 11810 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#WorkerGlobalScope-partial", |
| 11524 "dart_action": "experimental", | 11811 "dart_action": "experimental", |
| 11525 "members": { | 11812 "members": { |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11591 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste mSync", | 11878 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste mSync", |
| 11592 "support_level": "experimental" | 11879 "support_level": "experimental" |
| 11593 }, | 11880 }, |
| 11594 "webkitResolveLocalFileSystemURL": { | 11881 "webkitResolveLocalFileSystemURL": { |
| 11595 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", | 11882 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", |
| 11596 "support_level": "experimental" | 11883 "support_level": "experimental" |
| 11597 } | 11884 } |
| 11598 }, | 11885 }, |
| 11599 "support_level": "stable" | 11886 "support_level": "stable" |
| 11600 }, | 11887 }, |
| 11888 "WorkerCrypto": { | |
| 11889 "members": { | |
| 11890 "getRandomValues": { | |
| 11891 "support_level": "untriaged" | |
| 11892 } | |
| 11893 }, | |
| 11894 "support_level": "untriaged" | |
| 11895 }, | |
| 11601 "WorkerLocation": { | 11896 "WorkerLocation": { |
| 11602 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#workerlocation", | 11897 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#workerlocation", |
| 11603 "members": { | 11898 "members": { |
| 11604 "hash": { | 11899 "hash": { |
| 11605 "comment": "http://url.spec.whatwg.org/#urlutils" | 11900 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11606 }, | 11901 }, |
| 11607 "host": { | 11902 "host": { |
| 11608 "comment": "http://url.spec.whatwg.org/#urlutils" | 11903 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11609 }, | 11904 }, |
| 11610 "hostname": { | 11905 "hostname": { |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11652 "webkitPersistentStorage": { | 11947 "webkitPersistentStorage": { |
| 11653 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", | 11948 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", |
| 11654 "support_level": "experimental" | 11949 "support_level": "experimental" |
| 11655 }, | 11950 }, |
| 11656 "webkitTemporaryStorage": { | 11951 "webkitTemporaryStorage": { |
| 11657 "support_level": "experimental" | 11952 "support_level": "experimental" |
| 11658 } | 11953 } |
| 11659 }, | 11954 }, |
| 11660 "support_level": "experimental" | 11955 "support_level": "experimental" |
| 11661 }, | 11956 }, |
| 11957 "WorkerPerformance": { | |
| 11958 "members": { | |
| 11959 "now": { | |
| 11960 "support_level": "untriaged" | |
| 11961 } | |
| 11962 }, | |
| 11963 "support_level": "untriaged" | |
| 11964 }, | |
| 11662 "XMLHttpRequest": { | 11965 "XMLHttpRequest": { |
| 11663 "comment": "http://xhr.spec.whatwg.org/#interface-xmlhttprequest", | 11966 "comment": "http://xhr.spec.whatwg.org/#interface-xmlhttprequest", |
| 11664 "members": { | 11967 "members": { |
| 11665 "DONE": {}, | 11968 "DONE": {}, |
| 11666 "HEADERS_RECEIVED": {}, | 11969 "HEADERS_RECEIVED": {}, |
| 11667 "HttpRequest": {}, | 11970 "HttpRequest": {}, |
| 11668 "LOADING": {}, | 11971 "LOADING": {}, |
| 11669 "OPENED": {}, | 11972 "OPENED": {}, |
| 11670 "UNSENT": {}, | 11973 "UNSENT": {}, |
| 11671 "XMLHttpRequest": {}, | 11974 "XMLHttpRequest": {}, |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 11690 "readyState": {}, | 11993 "readyState": {}, |
| 11691 "removeEventListener": {}, | 11994 "removeEventListener": {}, |
| 11692 "response": {}, | 11995 "response": {}, |
| 11693 "responseText": {}, | 11996 "responseText": {}, |
| 11694 "responseType": {}, | 11997 "responseType": {}, |
| 11695 "responseXML": {}, | 11998 "responseXML": {}, |
| 11696 "send": {}, | 11999 "send": {}, |
| 11697 "setRequestHeader": {}, | 12000 "setRequestHeader": {}, |
| 11698 "status": {}, | 12001 "status": {}, |
| 11699 "statusText": {}, | 12002 "statusText": {}, |
| 12003 "timeout": { | |
| 12004 "support_level": "untriaged" | |
| 12005 }, | |
| 11700 "upload": { | 12006 "upload": { |
| 11701 "dart_action": "unstable" | 12007 "dart_action": "unstable" |
| 11702 }, | 12008 }, |
| 11703 "withCredentials": {} | 12009 "withCredentials": {} |
| 11704 }, | 12010 }, |
| 11705 "support_level": "stable" | 12011 "support_level": "stable" |
| 11706 }, | 12012 }, |
| 11707 "XMLHttpRequestException": { | 12013 "XMLHttpRequestException": { |
| 11708 "comment": "http://www.w3.org/TR/2007/WD-XMLHttpRequest-20070227/#exceptions ", | 12014 "comment": "http://www.w3.org/TR/2007/WD-XMLHttpRequest-20070227/#exceptions ", |
| 11709 "dart_action": "experimental", | 12015 "dart_action": "experimental", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11834 "importStylesheet": {}, | 12140 "importStylesheet": {}, |
| 11835 "removeParameter": {}, | 12141 "removeParameter": {}, |
| 11836 "reset": {}, | 12142 "reset": {}, |
| 11837 "setParameter": {}, | 12143 "setParameter": {}, |
| 11838 "transformToDocument": {}, | 12144 "transformToDocument": {}, |
| 11839 "transformToFragment": {} | 12145 "transformToFragment": {} |
| 11840 }, | 12146 }, |
| 11841 "support_level": "nonstandard" | 12147 "support_level": "nonstandard" |
| 11842 } | 12148 } |
| 11843 } | 12149 } |
| OLD | NEW |