| 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 25 matching lines...) Expand all Loading... |
| 1043 "onobsolete": {}, | 952 "onobsolete": {}, |
| 1044 "onprogress": {}, | 953 "onprogress": {}, |
| 1045 "onupdateready": {}, | 954 "onupdateready": {}, |
| 1046 "removeEventListener": {}, | 955 "removeEventListener": {}, |
| 1047 "status": {}, | 956 "status": {}, |
| 1048 "swapCache": {}, | 957 "swapCache": {}, |
| 1049 "update": {} | 958 "update": {} |
| 1050 }, | 959 }, |
| 1051 "support_level": "stable" | 960 "support_level": "stable" |
| 1052 }, | 961 }, |
| 1053 "DOMCoreException": { | 962 "DOMError": { |
| 963 "comment": "http://www.w3.org/TR/dom/#interface-domerror", |
| 964 "members": { |
| 965 "message": { |
| 966 "support_level": "untriaged" |
| 967 }, |
| 968 "name": {} |
| 969 }, |
| 970 "support_level": "stable" |
| 971 }, |
| 972 "DOMException": { |
| 1054 "comment": "http://www.w3.org/TR/dom/#domexception (Should be DOMException)"
, | 973 "comment": "http://www.w3.org/TR/dom/#domexception (Should be DOMException)"
, |
| 1055 "dart_action": "unstable", | 974 "dart_action": "unstable", |
| 1056 "members": { | 975 "members": { |
| 1057 "ABORT_ERR": { | 976 "ABORT_ERR": { |
| 1058 "dart_action": "suppress", | 977 "dart_action": "suppress", |
| 1059 "support_level": "deprecated" | 978 "support_level": "deprecated" |
| 1060 }, | 979 }, |
| 1061 "DATA_CLONE_ERR": { | 980 "DATA_CLONE_ERR": { |
| 1062 "dart_action": "suppress", | 981 "dart_action": "suppress", |
| 1063 "support_level": "deprecated" | 982 "support_level": "deprecated" |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1158 "comment": "http://www.w3.org/TR/dom/#dom-domexception-code", | 1077 "comment": "http://www.w3.org/TR/dom/#dom-domexception-code", |
| 1159 "dart_action": "suppress", | 1078 "dart_action": "suppress", |
| 1160 "support_level": "deprecated" | 1079 "support_level": "deprecated" |
| 1161 }, | 1080 }, |
| 1162 "message": {}, | 1081 "message": {}, |
| 1163 "name": {}, | 1082 "name": {}, |
| 1164 "toString": {} | 1083 "toString": {} |
| 1165 }, | 1084 }, |
| 1166 "support_level": "stable" | 1085 "support_level": "stable" |
| 1167 }, | 1086 }, |
| 1168 "DOMError": { | |
| 1169 "comment": "http://www.w3.org/TR/dom/#interface-domerror", | |
| 1170 "members": { | |
| 1171 "name": {} | |
| 1172 }, | |
| 1173 "support_level": "stable" | |
| 1174 }, | |
| 1175 "DOMFileSystem": { | 1087 "DOMFileSystem": { |
| 1176 "comment": "http://www.w3.org/TR/file-system-api/", | 1088 "comment": "http://www.w3.org/TR/file-system-api/", |
| 1177 "members": { | 1089 "members": { |
| 1178 "name": {}, | 1090 "name": {}, |
| 1179 "root": {} | 1091 "root": {} |
| 1180 }, | 1092 }, |
| 1181 "support_level": "experimental" | 1093 "support_level": "experimental" |
| 1182 }, | 1094 }, |
| 1183 "DOMFileSystemSync": { | 1095 "DOMFileSystemSync": { |
| 1184 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa
ce", | 1096 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa
ce", |
| 1185 "members": { | 1097 "members": { |
| 1186 "name": {}, | 1098 "name": {}, |
| 1187 "root": {} | 1099 "root": {} |
| 1188 }, | 1100 }, |
| 1189 "support_level": "experimental" | 1101 "support_level": "experimental" |
| 1190 }, | 1102 }, |
| 1191 "DOMImplementation": { | 1103 "DOMImplementation": { |
| 1192 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490", | 1104 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490", |
| 1193 "members": { | 1105 "members": { |
| 1194 "createCSSStyleSheet": { | 1106 "createCSSStyleSheet": { |
| 1195 "support_level": "nonstandard" | 1107 "support_level": "nonstandard" |
| 1196 }, | 1108 }, |
| 1197 "createDocument": {}, | 1109 "createDocument": {}, |
| 1198 "createDocumentType": {}, | 1110 "createDocumentType": {}, |
| 1199 "createHTMLDocument": {}, | 1111 "createHTMLDocument": {}, |
| 1200 "hasFeature": {} | 1112 "hasFeature": {} |
| 1201 }, | 1113 }, |
| 1202 "support_level": "stable" | 1114 "support_level": "stable" |
| 1203 }, | 1115 }, |
| 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": { | 1116 "DOMParser": { |
| 1215 "members": { | 1117 "members": { |
| 1216 "DOMParser": {}, | 1118 "DOMParser": {}, |
| 1217 "parseFromString": {} | 1119 "parseFromString": {} |
| 1218 }, | 1120 }, |
| 1219 "support_level": "stable" | 1121 "support_level": "stable" |
| 1220 }, | 1122 }, |
| 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": { | 1123 "DOMSettableTokenList": { |
| 1232 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domse
ttabletokenlist-0", | 1124 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domse
ttabletokenlist-0", |
| 1233 "members": { | 1125 "members": { |
| 1234 "__getter__": {}, | 1126 "__getter__": {}, |
| 1235 "value": {} | 1127 "value": {} |
| 1236 }, | 1128 }, |
| 1237 "support_level": "stable" | 1129 "support_level": "stable" |
| 1238 }, | 1130 }, |
| 1239 "DOMStringList": { | 1131 "DOMStringList": { |
| 1240 "comment": "http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMStringList", | 1132 "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", | 1150 "comment": "http://dev.w3.org/html5/spec-LC/common-dom-interfaces.html#domto
kenlist-0", |
| 1259 "members": { | 1151 "members": { |
| 1260 "contains": {}, | 1152 "contains": {}, |
| 1261 "item": {}, | 1153 "item": {}, |
| 1262 "length": {}, | 1154 "length": {}, |
| 1263 "toString": {}, | 1155 "toString": {}, |
| 1264 "toggle": {} | 1156 "toggle": {} |
| 1265 }, | 1157 }, |
| 1266 "support_level": "stable" | 1158 "support_level": "stable" |
| 1267 }, | 1159 }, |
| 1268 "Window": { | |
| 1269 "members": { | |
| 1270 "CSS": { | |
| 1271 "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface" | |
| 1272 }, | |
| 1273 "PERSISTENT": { | |
| 1274 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", | |
| 1275 "support_level": "experimental" | |
| 1276 }, | |
| 1277 "TEMPORARY": { | |
| 1278 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", | |
| 1279 "support_level": "experimental" | |
| 1280 }, | |
| 1281 "__getter__": {}, | |
| 1282 "addEventListener": {}, | |
| 1283 "alert": {}, | |
| 1284 "applicationCache": {}, | |
| 1285 "atob": {}, | |
| 1286 "blur": { | |
| 1287 "dart_action": "suppress", | |
| 1288 "support_level": "deprecated" | |
| 1289 }, | |
| 1290 "btoa": {}, | |
| 1291 "cancelAnimationFrame": {}, | |
| 1292 "captureEvents": { | |
| 1293 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", | |
| 1294 "dart_action": "suppress", | |
| 1295 "support_level": "deprecated" | |
| 1296 }, | |
| 1297 "clearInterval": {}, | |
| 1298 "clearTimeout": {}, | |
| 1299 "clientInformation": { | |
| 1300 "support_level": "nonstandard" | |
| 1301 }, | |
| 1302 "close": {}, | |
| 1303 "closed": {}, | |
| 1304 "confirm": {}, | |
| 1305 "console": {}, | |
| 1306 "crypto": { | |
| 1307 "comment": "http://www.w3.org/TR/WebCryptoAPI/", | |
| 1308 "support_level": "experimental" | |
| 1309 }, | |
| 1310 "defaultStatus": {}, | |
| 1311 "defaultstatus": { | |
| 1312 "support_level": "nonstandard" | |
| 1313 }, | |
| 1314 "devicePixelRatio": { | |
| 1315 "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelr
ati.html", | |
| 1316 "support_level": "nonstandard" | |
| 1317 }, | |
| 1318 "dispatchEvent": {}, | |
| 1319 "document": {}, | |
| 1320 "event": { | |
| 1321 "dart_action": "suppress", | |
| 1322 "support_level": "deprecated" | |
| 1323 }, | |
| 1324 "find": { | |
| 1325 "support_level": "nonstandard" | |
| 1326 }, | |
| 1327 "focus": { | |
| 1328 "dart_action": "suppress", | |
| 1329 "support_level": "deprecated" | |
| 1330 }, | |
| 1331 "frameElement": {}, | |
| 1332 "frames": {}, | |
| 1333 "getComputedStyle": {}, | |
| 1334 "getMatchedCSSRules": { | |
| 1335 "support_level": "nonstandard" | |
| 1336 }, | |
| 1337 "getSelection": {}, | |
| 1338 "history": {}, | |
| 1339 "indexedDB": {}, | |
| 1340 "innerHeight": {}, | |
| 1341 "innerWidth": {}, | |
| 1342 "length": { | |
| 1343 "dart_action": "suppress", | |
| 1344 "support_level": "deprecated" | |
| 1345 }, | |
| 1346 "localStorage": {}, | |
| 1347 "location": {}, | |
| 1348 "locationbar": {}, | |
| 1349 "matchMedia": {}, | |
| 1350 "menubar": {}, | |
| 1351 "moveBy": {}, | |
| 1352 "moveTo": {}, | |
| 1353 "name": {}, | |
| 1354 "navigator": {}, | |
| 1355 "offscreenBuffering": { | |
| 1356 "support_level": "nonstandard" | |
| 1357 }, | |
| 1358 "onDOMContentLoaded": {}, | |
| 1359 "onabort": {}, | |
| 1360 "onbeforeunload": {}, | |
| 1361 "onblur": {}, | |
| 1362 "oncanplay": {}, | |
| 1363 "oncanplaythrough": {}, | |
| 1364 "onchange": {}, | |
| 1365 "onclick": {}, | |
| 1366 "oncontextmenu": {}, | |
| 1367 "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": {}, | |
| 1377 "ondragend": {}, | |
| 1378 "ondragenter": {}, | |
| 1379 "ondragleave": {}, | |
| 1380 "ondragover": {}, | |
| 1381 "ondragstart": {}, | |
| 1382 "ondrop": {}, | |
| 1383 "ondurationchange": {}, | |
| 1384 "onemptied": {}, | |
| 1385 "onended": {}, | |
| 1386 "onerror": {}, | |
| 1387 "onfocus": {}, | |
| 1388 "onhashchange": {}, | |
| 1389 "oninput": {}, | |
| 1390 "oninvalid": { | |
| 1391 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
section-index.html#attributes-1" | |
| 1392 }, | |
| 1393 "onkeydown": {}, | |
| 1394 "onkeypress": {}, | |
| 1395 "onkeyup": {}, | |
| 1396 "onload": {}, | |
| 1397 "onloadeddata": {}, | |
| 1398 "onloadedmetadata": {}, | |
| 1399 "onloadstart": {}, | |
| 1400 "onmessage": {}, | |
| 1401 "onmousedown": {}, | |
| 1402 "onmousemove": {}, | |
| 1403 "onmouseout": {}, | |
| 1404 "onmouseover": {}, | |
| 1405 "onmouseup": {}, | |
| 1406 "onmousewheel": {}, | |
| 1407 "onoffline": {}, | |
| 1408 "ononline": {}, | |
| 1409 "onpagehide": {}, | |
| 1410 "onpageshow": {}, | |
| 1411 "onpause": {}, | |
| 1412 "onplay": {}, | |
| 1413 "onplaying": {}, | |
| 1414 "onpopstate": {}, | |
| 1415 "onprogress": {}, | |
| 1416 "onratechange": {}, | |
| 1417 "onreset": {}, | |
| 1418 "onresize": {}, | |
| 1419 "onscroll": {}, | |
| 1420 "onsearch": { | |
| 1421 "comment": "http://www.w3.org/TR/html-markup/input.search.html", | |
| 1422 "support_level": "experimental" | |
| 1423 }, | |
| 1424 "onseeked": {}, | |
| 1425 "onseeking": {}, | |
| 1426 "onselect": {}, | |
| 1427 "onstalled": {}, | |
| 1428 "onstorage": {}, | |
| 1429 "onsubmit": {}, | |
| 1430 "onsuspend": {}, | |
| 1431 "ontimeupdate": {}, | |
| 1432 "ontouchcancel": { | |
| 1433 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", | |
| 1434 "support_level": "experimental" | |
| 1435 }, | |
| 1436 "ontouchend": { | |
| 1437 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", | |
| 1438 "support_level": "experimental" | |
| 1439 }, | |
| 1440 "ontouchmove": { | |
| 1441 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", | |
| 1442 "support_level": "experimental" | |
| 1443 }, | |
| 1444 "ontouchstart": { | |
| 1445 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", | |
| 1446 "support_level": "experimental" | |
| 1447 }, | |
| 1448 "ontransitionend": {}, | |
| 1449 "onunload": {}, | |
| 1450 "onvolumechange": {}, | |
| 1451 "onwaiting": {}, | |
| 1452 "onwebkitAnimationEnd": { | |
| 1453 "support_level": "experimental" | |
| 1454 }, | |
| 1455 "onwebkitAnimationIteration": { | |
| 1456 "support_level": "experimental" | |
| 1457 }, | |
| 1458 "onwebkitAnimationStart": { | |
| 1459 "support_level": "experimental" | |
| 1460 }, | |
| 1461 "onwebkitTransitionEnd": { | |
| 1462 "support_level": "deprecated" | |
| 1463 }, | |
| 1464 "onwebkitanimationend": { | |
| 1465 "support_level": "experimental" | |
| 1466 }, | |
| 1467 "onwebkitanimationiteration": { | |
| 1468 "support_level": "experimental" | |
| 1469 }, | |
| 1470 "onwebkitanimationstart": { | |
| 1471 "support_level": "experimental" | |
| 1472 }, | |
| 1473 "onwebkittransitionend": { | |
| 1474 "support_level": "deprecated" | |
| 1475 }, | |
| 1476 "open": {}, | |
| 1477 "openDatabase": { | |
| 1478 "comment": "http://www.w3.org/TR/webdatabase/", | |
| 1479 "dart_action": "experimental", | |
| 1480 "support_level": "deprecated" | |
| 1481 }, | |
| 1482 "opener": {}, | |
| 1483 "outerHeight": {}, | |
| 1484 "outerWidth": {}, | |
| 1485 "pagePopupController": { | |
| 1486 "dart_action": "suppress", | |
| 1487 "support_level": "nonstandard" | |
| 1488 }, | |
| 1489 "pageXOffset": {}, | |
| 1490 "pageYOffset": {}, | |
| 1491 "parent": {}, | |
| 1492 "performance": { | |
| 1493 "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performan
ce-attribute" | |
| 1494 }, | |
| 1495 "personalbar": { | |
| 1496 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personal
bar", | |
| 1497 "dart_action": "suppress", | |
| 1498 "support_level": "deprecated" | |
| 1499 }, | |
| 1500 "postMessage": {}, | |
| 1501 "print": {}, | |
| 1502 "prompt": {}, | |
| 1503 "releaseEvents": { | |
| 1504 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", | |
| 1505 "dart_action": "suppress", | |
| 1506 "support_level": "deprecated" | |
| 1507 }, | |
| 1508 "removeEventListener": {}, | |
| 1509 "requestAnimationFrame": {}, | |
| 1510 "resizeBy": {}, | |
| 1511 "resizeTo": {}, | |
| 1512 "screen": {}, | |
| 1513 "screenLeft": {}, | |
| 1514 "screenTop": {}, | |
| 1515 "screenX": {}, | |
| 1516 "screenY": {}, | |
| 1517 "scroll": {}, | |
| 1518 "scrollBy": {}, | |
| 1519 "scrollTo": {}, | |
| 1520 "scrollX": {}, | |
| 1521 "scrollY": {}, | |
| 1522 "scrollbars": {}, | |
| 1523 "self": {}, | |
| 1524 "sessionStorage": {}, | |
| 1525 "setInterval": {}, | |
| 1526 "setTimeout": {}, | |
| 1527 "showModalDialog": {}, | |
| 1528 "speechSynthesis": { | |
| 1529 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.htm
l#tts-section", | |
| 1530 "support_level": "experimental" | |
| 1531 }, | |
| 1532 "status": {}, | |
| 1533 "statusbar": {}, | |
| 1534 "stop": {}, | |
| 1535 "styleMedia": { | |
| 1536 "comment": "http://developer.apple.com/library/safari/#documentation/Saf
ariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", | |
| 1537 "dart_action": "experimental", | |
| 1538 "support_level": "nonstandard" | |
| 1539 }, | |
| 1540 "toString": {}, | |
| 1541 "toolbar": {}, | |
| 1542 "top": {}, | |
| 1543 "webkitCancelAnimationFrame": { | |
| 1544 "support_level": "experimental" | |
| 1545 }, | |
| 1546 "webkitCancelRequestAnimationFrame": { | |
| 1547 "support_level": "experimental" | |
| 1548 }, | |
| 1549 "webkitConvertPointFromNodeToPage": { | |
| 1550 "comment": "http://developer.apple.com/library/safari/#documentation/Dat
aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd
ditions.html", | |
| 1551 "support_level": "experimental" | |
| 1552 }, | |
| 1553 "webkitConvertPointFromPageToNode": { | |
| 1554 "comment": "http://developer.apple.com/library/safari/#documentation/Dat
aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd
ditions.html", | |
| 1555 "support_level": "experimental" | |
| 1556 }, | |
| 1557 "webkitIndexedDB": { | |
| 1558 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", | |
| 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 }, | |
| 1585 "support_level": "stable" | |
| 1586 }, | |
| 1587 "DataTransferItem": { | 1160 "DataTransferItem": { |
| 1588 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra
nsferitem-interface", | 1161 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra
nsferitem-interface", |
| 1589 "members": { | 1162 "members": { |
| 1590 "getAsFile": {}, | 1163 "getAsFile": {}, |
| 1591 "getAsString": {}, | 1164 "getAsString": {}, |
| 1592 "kind": {}, | 1165 "kind": {}, |
| 1593 "type": {}, | 1166 "type": {}, |
| 1594 "webkitGetAsEntry": { | 1167 "webkitGetAsEntry": { |
| 1595 "support_level": "experimental" | 1168 "support_level": "experimental" |
| 1596 } | 1169 } |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 "createTextNode": {}, | 1398 "createTextNode": {}, |
| 1826 "createTouch": { | 1399 "createTouch": { |
| 1827 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", | 1400 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", |
| 1828 "support_level": "experimental" | 1401 "support_level": "experimental" |
| 1829 }, | 1402 }, |
| 1830 "createTouchList": { | 1403 "createTouchList": { |
| 1831 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", | 1404 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", |
| 1832 "support_level": "experimental" | 1405 "support_level": "experimental" |
| 1833 }, | 1406 }, |
| 1834 "createTreeWalker": {}, | 1407 "createTreeWalker": {}, |
| 1408 "currentScript": { |
| 1409 "support_level": "untriaged" |
| 1410 }, |
| 1835 "defaultCharset": { | 1411 "defaultCharset": { |
| 1836 "dart_action": "suppress", | 1412 "dart_action": "suppress", |
| 1837 "support_level": "nonstandard" | 1413 "support_level": "nonstandard" |
| 1838 }, | 1414 }, |
| 1839 "defaultView": {}, | 1415 "defaultView": {}, |
| 1840 "doctype": { | 1416 "doctype": { |
| 1841 "dart_action": "suppress" | 1417 "dart_action": "suppress" |
| 1842 }, | 1418 }, |
| 1843 "documentElement": {}, | 1419 "documentElement": {}, |
| 1844 "documentURI": {}, | 1420 "documentURI": {}, |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2123 "members": { | 1699 "members": { |
| 2124 "attack": {}, | 1700 "attack": {}, |
| 2125 "knee": {}, | 1701 "knee": {}, |
| 2126 "ratio": {}, | 1702 "ratio": {}, |
| 2127 "reduction": {}, | 1703 "reduction": {}, |
| 2128 "release": {}, | 1704 "release": {}, |
| 2129 "threshold": {} | 1705 "threshold": {} |
| 2130 }, | 1706 }, |
| 2131 "support_level": "experimental" | 1707 "support_level": "experimental" |
| 2132 }, | 1708 }, |
| 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": { | 1709 "EXTFragDepth": { |
| 2176 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/
", | 1710 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/
", |
| 2177 "members": {}, | 1711 "members": {}, |
| 2178 "support_level": "experimental" | 1712 "support_level": "experimental" |
| 2179 }, | 1713 }, |
| 2180 "EXTTextureFilterAnisotropic": { | 1714 "EXTTextureFilterAnisotropic": { |
| 2181 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil
ter_anisotropic/", | 1715 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil
ter_anisotropic/", |
| 2182 "members": { | 1716 "members": { |
| 2183 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, | 1717 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, |
| 2184 "TEXTURE_MAX_ANISOTROPY_EXT": {} | 1718 "TEXTURE_MAX_ANISOTROPY_EXT": {} |
| (...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5181 "webkitErrorMessage": { | 4715 "webkitErrorMessage": { |
| 5182 "support_level": "experimental" | 4716 "support_level": "experimental" |
| 5183 } | 4717 } |
| 5184 }, | 4718 }, |
| 5185 "support_level": "stable" | 4719 "support_level": "stable" |
| 5186 }, | 4720 }, |
| 5187 "IDBVersionChangeEvent": { | 4721 "IDBVersionChangeEvent": { |
| 5188 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent", | 4722 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent", |
| 5189 "dart_action": "unstable", | 4723 "dart_action": "unstable", |
| 5190 "members": { | 4724 "members": { |
| 4725 "dataLoss": { |
| 4726 "support_level": "untriaged" |
| 4727 }, |
| 5191 "newVersion": {}, | 4728 "newVersion": {}, |
| 5192 "oldVersion": {} | 4729 "oldVersion": {} |
| 5193 }, | 4730 }, |
| 5194 "support_level": "stable" | 4731 "support_level": "stable" |
| 5195 }, | 4732 }, |
| 5196 "ImageData": { | 4733 "ImageData": { |
| 5197 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#imagedata", | 4734 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#imagedata", |
| 5198 "members": { | 4735 "members": { |
| 5199 "data": {}, | 4736 "data": {}, |
| 5200 "height": {}, | 4737 "height": {}, |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5328 "addEventListener": {}, | 4865 "addEventListener": {}, |
| 5329 "dispatchEvent": {}, | 4866 "dispatchEvent": {}, |
| 5330 "inputs": {}, | 4867 "inputs": {}, |
| 5331 "onconnect": {}, | 4868 "onconnect": {}, |
| 5332 "ondisconnect": {}, | 4869 "ondisconnect": {}, |
| 5333 "outputs": {}, | 4870 "outputs": {}, |
| 5334 "removeEventListener": {} | 4871 "removeEventListener": {} |
| 5335 }, | 4872 }, |
| 5336 "support_level": "experimental" | 4873 "support_level": "experimental" |
| 5337 }, | 4874 }, |
| 4875 "MIDIAccessPromise": { |
| 4876 "members": { |
| 4877 "then": { |
| 4878 "support_level": "untriaged" |
| 4879 } |
| 4880 }, |
| 4881 "support_level": "untriaged" |
| 4882 }, |
| 5338 "MIDIConnectionEvent": { | 4883 "MIDIConnectionEvent": { |
| 5339 "comment": "http://webaudio.github.io/web-midi-api/#midiconnectionevent-inte
rface", | 4884 "comment": "http://webaudio.github.io/web-midi-api/#midiconnectionevent-inte
rface", |
| 5340 "members": { | 4885 "members": { |
| 5341 "port": {} | 4886 "port": {} |
| 5342 }, | 4887 }, |
| 5343 "support_level": "experimental" | 4888 "support_level": "experimental" |
| 5344 }, | 4889 }, |
| 5345 "MIDIErrorCallback": { | 4890 "MIDIErrorCallback": { |
| 5346 "comment": "http://webaudio.github.io/web-midi-api/#midierrorcallback", | 4891 "comment": "http://webaudio.github.io/web-midi-api/#midierrorcallback", |
| 5347 "members": {}, | 4892 "members": {}, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 5377 "id": {}, | 4922 "id": {}, |
| 5378 "manufacturer": {}, | 4923 "manufacturer": {}, |
| 5379 "name": {}, | 4924 "name": {}, |
| 5380 "ondisconnect": {}, | 4925 "ondisconnect": {}, |
| 5381 "removeEventListener": {}, | 4926 "removeEventListener": {}, |
| 5382 "type": {}, | 4927 "type": {}, |
| 5383 "version": {} | 4928 "version": {} |
| 5384 }, | 4929 }, |
| 5385 "support_level": "experimental" | 4930 "support_level": "experimental" |
| 5386 }, | 4931 }, |
| 4932 "MIDISuccessCallback": { |
| 4933 "members": {}, |
| 4934 "support_level": "untriaged" |
| 4935 }, |
| 5387 "MediaController": { | 4936 "MediaController": { |
| 5388 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#mediacontroller", | 4937 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
video-element.html#mediacontroller", |
| 5389 "members": { | 4938 "members": { |
| 5390 "MediaController": {}, | 4939 "MediaController": {}, |
| 5391 "addEventListener": {}, | 4940 "addEventListener": {}, |
| 5392 "buffered": {}, | 4941 "buffered": {}, |
| 5393 "currentTime": {}, | 4942 "currentTime": {}, |
| 5394 "defaultPlaybackRate": {}, | 4943 "defaultPlaybackRate": {}, |
| 5395 "dispatchEvent": {}, | 4944 "dispatchEvent": {}, |
| 5396 "duration": {}, | 4945 "duration": {}, |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5527 "support_level": "stable" | 5076 "support_level": "stable" |
| 5528 }, | 5077 }, |
| 5529 "MediaQueryListListener": { | 5078 "MediaQueryListListener": { |
| 5530 "comment": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
", | 5079 "comment": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
", |
| 5531 "dart_action": "unstable", | 5080 "dart_action": "unstable", |
| 5532 "members": { | 5081 "members": { |
| 5533 "queryChanged": {} | 5082 "queryChanged": {} |
| 5534 }, | 5083 }, |
| 5535 "support_level": "stable" | 5084 "support_level": "stable" |
| 5536 }, | 5085 }, |
| 5086 "MediaSource": { |
| 5087 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#mediasource", |
| 5088 "members": { |
| 5089 "MediaSource": {}, |
| 5090 "activeSourceBuffers": {}, |
| 5091 "addEventListener": {}, |
| 5092 "addSourceBuffer": {}, |
| 5093 "dispatchEvent": {}, |
| 5094 "duration": {}, |
| 5095 "endOfStream": {}, |
| 5096 "isTypeSupported": {}, |
| 5097 "readyState": {}, |
| 5098 "removeEventListener": {}, |
| 5099 "removeSourceBuffer": {}, |
| 5100 "sourceBuffers": {} |
| 5101 }, |
| 5102 "support_level": "experimental" |
| 5103 }, |
| 5537 "MediaStream": { | 5104 "MediaStream": { |
| 5538 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre
am", | 5105 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre
am", |
| 5539 "members": { | 5106 "members": { |
| 5540 "MediaStream": {}, | 5107 "MediaStream": {}, |
| 5541 "addEventListener": {}, | 5108 "addEventListener": {}, |
| 5542 "addTrack": {}, | 5109 "addTrack": {}, |
| 5543 "dispatchEvent": {}, | 5110 "dispatchEvent": {}, |
| 5544 "ended": {}, | 5111 "ended": {}, |
| 5545 "getAudioTracks": {}, | 5112 "getAudioTracks": {}, |
| 5546 "getTrackById": {}, | 5113 "getTrackById": {}, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5578 "stream": {} | 5145 "stream": {} |
| 5579 }, | 5146 }, |
| 5580 "support_level": "experimental" | 5147 "support_level": "experimental" |
| 5581 }, | 5148 }, |
| 5582 "MediaStreamTrack": { | 5149 "MediaStreamTrack": { |
| 5583 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre
amtrack", | 5150 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre
amtrack", |
| 5584 "members": { | 5151 "members": { |
| 5585 "addEventListener": {}, | 5152 "addEventListener": {}, |
| 5586 "dispatchEvent": {}, | 5153 "dispatchEvent": {}, |
| 5587 "enabled": {}, | 5154 "enabled": {}, |
| 5155 "getSources": { |
| 5156 "support_level": "untriaged" |
| 5157 }, |
| 5588 "id": {}, | 5158 "id": {}, |
| 5589 "kind": {}, | 5159 "kind": {}, |
| 5590 "label": {}, | 5160 "label": {}, |
| 5591 "onended": {}, | 5161 "onended": {}, |
| 5592 "onmute": {}, | 5162 "onmute": {}, |
| 5593 "onunmute": {}, | 5163 "onunmute": {}, |
| 5594 "readyState": {}, | 5164 "readyState": {}, |
| 5595 "removeEventListener": {} | 5165 "removeEventListener": {} |
| 5596 }, | 5166 }, |
| 5597 "support_level": "experimental" | 5167 "support_level": "experimental" |
| 5598 }, | 5168 }, |
| 5599 "MediaStreamTrackEvent": { | 5169 "MediaStreamTrackEvent": { |
| 5600 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", | 5170 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", |
| 5601 "members": { | 5171 "members": { |
| 5602 "track": {} | 5172 "track": {} |
| 5603 }, | 5173 }, |
| 5604 "support_level": "experimental" | 5174 "support_level": "experimental" |
| 5605 }, | 5175 }, |
| 5176 "MediaStreamTrackSourcesCallback": { |
| 5177 "members": {}, |
| 5178 "support_level": "untriaged" |
| 5179 }, |
| 5606 "MemoryInfo": { | 5180 "MemoryInfo": { |
| 5607 "dart_action": "experimental", | 5181 "dart_action": "experimental", |
| 5608 "members": { | 5182 "members": { |
| 5609 "jsHeapSizeLimit": {}, | 5183 "jsHeapSizeLimit": {}, |
| 5610 "totalJSHeapSize": {}, | 5184 "totalJSHeapSize": {}, |
| 5611 "usedJSHeapSize": {} | 5185 "usedJSHeapSize": {} |
| 5612 }, | 5186 }, |
| 5613 "support_level": "nonstandard" | 5187 "support_level": "nonstandard" |
| 5614 }, | 5188 }, |
| 5615 "MessageChannel": { | 5189 "MessageChannel": { |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5781 "attributeNamespace": {}, | 5355 "attributeNamespace": {}, |
| 5782 "nextSibling": {}, | 5356 "nextSibling": {}, |
| 5783 "oldValue": {}, | 5357 "oldValue": {}, |
| 5784 "previousSibling": {}, | 5358 "previousSibling": {}, |
| 5785 "removedNodes": {}, | 5359 "removedNodes": {}, |
| 5786 "target": {}, | 5360 "target": {}, |
| 5787 "type": {} | 5361 "type": {} |
| 5788 }, | 5362 }, |
| 5789 "support_level": "stable" | 5363 "support_level": "stable" |
| 5790 }, | 5364 }, |
| 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": { | 5365 "NamedNodeMap": { |
| 5807 "comment": "http://dom.spec.whatwg.org/#namednodemap", | 5366 "comment": "http://dom.spec.whatwg.org/#namednodemap", |
| 5808 "dart_action": "suppress", | 5367 "dart_action": "suppress", |
| 5809 "members": { | 5368 "members": { |
| 5810 "__getter__": {}, | 5369 "__getter__": {}, |
| 5811 "getNamedItem": {}, | 5370 "getNamedItem": {}, |
| 5812 "getNamedItemNS": {}, | 5371 "getNamedItemNS": {}, |
| 5813 "item": {}, | 5372 "item": {}, |
| 5814 "length": {}, | 5373 "length": {}, |
| 5815 "removeNamedItem": {}, | 5374 "removeNamedItem": {}, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5878 "support_level": "nonstandard" | 5437 "support_level": "nonstandard" |
| 5879 }, | 5438 }, |
| 5880 "productSub": { | 5439 "productSub": { |
| 5881 "dart_action": "unstable", | 5440 "dart_action": "unstable", |
| 5882 "support_level": "nonstandard" | 5441 "support_level": "nonstandard" |
| 5883 }, | 5442 }, |
| 5884 "registerProtocolHandler": { | 5443 "registerProtocolHandler": { |
| 5885 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorcontentutils", | 5444 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorcontentutils", |
| 5886 "dart_action": "unstable" | 5445 "dart_action": "unstable" |
| 5887 }, | 5446 }, |
| 5447 "requestMIDIAccess": { |
| 5448 "support_level": "untriaged" |
| 5449 }, |
| 5888 "userAgent": { | 5450 "userAgent": { |
| 5889 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" | 5451 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
timers.html#navigatorid" |
| 5890 }, | 5452 }, |
| 5891 "vendor": { | 5453 "vendor": { |
| 5892 "dart_action": "unstable", | 5454 "dart_action": "unstable", |
| 5893 "support_level": "nonstandard" | 5455 "support_level": "nonstandard" |
| 5894 }, | 5456 }, |
| 5895 "vendorSub": { | 5457 "vendorSub": { |
| 5896 "dart_action": "unstable", | 5458 "dart_action": "unstable", |
| 5897 "support_level": "nonstandard" | 5459 "support_level": "nonstandard" |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6083 "previousNode": {}, | 5645 "previousNode": {}, |
| 6084 "referenceNode": {}, | 5646 "referenceNode": {}, |
| 6085 "root": {}, | 5647 "root": {}, |
| 6086 "whatToShow": {} | 5648 "whatToShow": {} |
| 6087 }, | 5649 }, |
| 6088 "support_level": "stable" | 5650 "support_level": "stable" |
| 6089 }, | 5651 }, |
| 6090 "NodeList": { | 5652 "NodeList": { |
| 6091 "comment": "http://dom.spec.whatwg.org/#nodelist", | 5653 "comment": "http://dom.spec.whatwg.org/#nodelist", |
| 6092 "members": { | 5654 "members": { |
| 5655 "__getter__": { |
| 5656 "support_level": "untriaged" |
| 5657 }, |
| 6093 "item": {}, | 5658 "item": {}, |
| 6094 "length": {} | 5659 "length": {} |
| 6095 }, | 5660 }, |
| 6096 "support_level": "stable" | 5661 "support_level": "stable" |
| 6097 }, | 5662 }, |
| 6098 "Notation": { | 5663 "Notation": { |
| 6099 "comment": "http://dom.spec.whatwg.org/#notation", | 5664 "comment": "http://dom.spec.whatwg.org/#notation", |
| 6100 "dart_action": "suppress", | 5665 "dart_action": "suppress", |
| 6101 "members": { | 5666 "members": { |
| 6102 "publicId": {}, | 5667 "publicId": {}, |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6344 "maxDistance": {}, | 5909 "maxDistance": {}, |
| 6345 "panningModel": {}, | 5910 "panningModel": {}, |
| 6346 "refDistance": {}, | 5911 "refDistance": {}, |
| 6347 "rolloffFactor": {}, | 5912 "rolloffFactor": {}, |
| 6348 "setOrientation": {}, | 5913 "setOrientation": {}, |
| 6349 "setPosition": {}, | 5914 "setPosition": {}, |
| 6350 "setVelocity": {} | 5915 "setVelocity": {} |
| 6351 }, | 5916 }, |
| 6352 "support_level": "experimental" | 5917 "support_level": "experimental" |
| 6353 }, | 5918 }, |
| 5919 "ParentNode": { |
| 5920 "members": { |
| 5921 "childElementCount": { |
| 5922 "support_level": "untriaged" |
| 5923 }, |
| 5924 "children": { |
| 5925 "support_level": "untriaged" |
| 5926 }, |
| 5927 "firstElementChild": { |
| 5928 "support_level": "untriaged" |
| 5929 }, |
| 5930 "lastElementChild": { |
| 5931 "support_level": "untriaged" |
| 5932 } |
| 5933 }, |
| 5934 "support_level": "untriaged" |
| 5935 }, |
| 6354 "Path": { | 5936 "Path": { |
| 6355 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#path-objects", | 5937 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
canvas-element.html#path-objects", |
| 6356 "members": { | 5938 "members": { |
| 6357 "Path": {}, | 5939 "Path": {}, |
| 6358 "arc": {}, | 5940 "arc": {}, |
| 6359 "arcTo": {}, | 5941 "arcTo": {}, |
| 6360 "bezierCurveTo": {}, | 5942 "bezierCurveTo": {}, |
| 6361 "closePath": {}, | 5943 "closePath": {}, |
| 6362 "lineTo": {}, | 5944 "lineTo": {}, |
| 6363 "moveTo": {}, | 5945 "moveTo": {}, |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6590 }, | 6172 }, |
| 6591 "ProgressEvent": { | 6173 "ProgressEvent": { |
| 6592 "comment": "http://xhr.spec.whatwg.org/#interface-progressevent", | 6174 "comment": "http://xhr.spec.whatwg.org/#interface-progressevent", |
| 6593 "members": { | 6175 "members": { |
| 6594 "lengthComputable": {}, | 6176 "lengthComputable": {}, |
| 6595 "loaded": {}, | 6177 "loaded": {}, |
| 6596 "total": {} | 6178 "total": {} |
| 6597 }, | 6179 }, |
| 6598 "support_level": "stable" | 6180 "support_level": "stable" |
| 6599 }, | 6181 }, |
| 6182 "Promise": { |
| 6183 "members": {}, |
| 6184 "support_level": "untriaged" |
| 6185 }, |
| 6186 "PromiseResolver": { |
| 6187 "members": {}, |
| 6188 "support_level": "untriaged" |
| 6189 }, |
| 6600 "RGBColor": { | 6190 "RGBColor": { |
| 6601 "comment": "http://dev.w3.org/csswg/cssom/", | 6191 "comment": "http://dev.w3.org/csswg/cssom/", |
| 6602 "dart_action": "suppress", | 6192 "dart_action": "suppress", |
| 6603 "members": { | 6193 "members": { |
| 6604 "blue": {}, | 6194 "blue": {}, |
| 6605 "green": {}, | 6195 "green": {}, |
| 6606 "red": {} | 6196 "red": {} |
| 6607 }, | 6197 }, |
| 6608 "support_level": "deprecated" | 6198 "support_level": "deprecated" |
| 6609 }, | 6199 }, |
| (...skipping 3523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10133 "activeElement": {}, | 9723 "activeElement": {}, |
| 10134 "applyAuthorStyles": {}, | 9724 "applyAuthorStyles": {}, |
| 10135 "cloneNode": {}, | 9725 "cloneNode": {}, |
| 10136 "elementFromPoint": {}, | 9726 "elementFromPoint": {}, |
| 10137 "getElementById": {}, | 9727 "getElementById": {}, |
| 10138 "getElementsByClassName": {}, | 9728 "getElementsByClassName": {}, |
| 10139 "getElementsByTagName": {}, | 9729 "getElementsByTagName": {}, |
| 10140 "getElementsByTagNameNS": {}, | 9730 "getElementsByTagNameNS": {}, |
| 10141 "getSelection": {}, | 9731 "getSelection": {}, |
| 10142 "innerHTML": {}, | 9732 "innerHTML": {}, |
| 9733 "olderShadowRoot": { |
| 9734 "support_level": "untriaged" |
| 9735 }, |
| 10143 "resetStyleInheritance": {} | 9736 "resetStyleInheritance": {} |
| 10144 }, | 9737 }, |
| 10145 "support_level": "experimental" | 9738 "support_level": "experimental" |
| 10146 }, | 9739 }, |
| 10147 "SharedWorker": { | 9740 "SharedWorker": { |
| 10148 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#shared-workers-and-the-sharedworker-interface", | 9741 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#shared-workers-and-the-sharedworker-interface", |
| 10149 "members": { | 9742 "members": { |
| 10150 "SharedWorker": {}, | 9743 "SharedWorker": {}, |
| 10151 "port": {} | 9744 "port": {} |
| 10152 }, | 9745 }, |
| 10153 "support_level": "experimental" | 9746 "support_level": "experimental" |
| 10154 }, | 9747 }, |
| 10155 "SharedWorkerContext": { | 9748 "SharedWorkerContext": { |
| 10156 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#shared-workers-and-the-sharedworkerglobalscope-interface", | 9749 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#shared-workers-and-the-sharedworkerglobalscope-interface", |
| 10157 "dart_action": "experimental", | 9750 "dart_action": "experimental", |
| 10158 "members": { | 9751 "members": { |
| 10159 "name": {}, | 9752 "name": {}, |
| 10160 "onconnect": {} | 9753 "onconnect": {} |
| 10161 }, | 9754 }, |
| 10162 "support_level": "nonstandard" | 9755 "support_level": "nonstandard" |
| 10163 }, | 9756 }, |
| 9757 "SourceBuffer": { |
| 9758 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#sourcebuffer", |
| 9759 "members": { |
| 9760 "abort": {}, |
| 9761 "addEventListener": { |
| 9762 "support_level": "untriaged" |
| 9763 }, |
| 9764 "append": { |
| 9765 "support_level": "nonstandard" |
| 9766 }, |
| 9767 "appendBuffer": { |
| 9768 "support_level": "untriaged" |
| 9769 }, |
| 9770 "buffered": {}, |
| 9771 "dispatchEvent": { |
| 9772 "support_level": "untriaged" |
| 9773 }, |
| 9774 "removeEventListener": { |
| 9775 "support_level": "untriaged" |
| 9776 }, |
| 9777 "timestampOffset": {}, |
| 9778 "updating": { |
| 9779 "support_level": "untriaged" |
| 9780 } |
| 9781 }, |
| 9782 "support_level": "experimental" |
| 9783 }, |
| 9784 "SourceBufferList": { |
| 9785 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#sourcebufferlist", |
| 9786 "members": { |
| 9787 "addEventListener": {}, |
| 9788 "dispatchEvent": {}, |
| 9789 "item": {}, |
| 9790 "length": {}, |
| 9791 "removeEventListener": {} |
| 9792 }, |
| 9793 "support_level": "experimental" |
| 9794 }, |
| 9795 "SourceInfo": { |
| 9796 "members": { |
| 9797 "facing": { |
| 9798 "support_level": "untriaged" |
| 9799 }, |
| 9800 "id": { |
| 9801 "support_level": "untriaged" |
| 9802 }, |
| 9803 "kind": { |
| 9804 "support_level": "untriaged" |
| 9805 }, |
| 9806 "label": { |
| 9807 "support_level": "untriaged" |
| 9808 } |
| 9809 }, |
| 9810 "support_level": "untriaged" |
| 9811 }, |
| 10164 "SpeechGrammar": { | 9812 "SpeechGrammar": { |
| 10165 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#df
n-speechgrammar", | 9813 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#df
n-speechgrammar", |
| 10166 "members": { | 9814 "members": { |
| 10167 "SpeechGrammar": {}, | 9815 "SpeechGrammar": {}, |
| 10168 "src": {}, | 9816 "src": {}, |
| 10169 "weight": {} | 9817 "weight": {} |
| 10170 }, | 9818 }, |
| 10171 "support_level": "experimental" | 9819 "support_level": "experimental" |
| 10172 }, | 9820 }, |
| 10173 "SpeechGrammarList": { | 9821 "SpeechGrammarList": { |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10391 }, | 10039 }, |
| 10392 "support_level": "experimental" | 10040 "support_level": "experimental" |
| 10393 }, | 10041 }, |
| 10394 "StorageUsageCallback": { | 10042 "StorageUsageCallback": { |
| 10395 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageUsageCallback", | 10043 "comment": "http://www.w3.org/TR/quota-api/#idl-def-StorageUsageCallback", |
| 10396 "members": { | 10044 "members": { |
| 10397 "handleEvent": {} | 10045 "handleEvent": {} |
| 10398 }, | 10046 }, |
| 10399 "support_level": "experimental" | 10047 "support_level": "experimental" |
| 10400 }, | 10048 }, |
| 10049 "Stream": { |
| 10050 "members": { |
| 10051 "type": { |
| 10052 "support_level": "untriaged" |
| 10053 } |
| 10054 }, |
| 10055 "support_level": "untriaged" |
| 10056 }, |
| 10401 "StringCallback": { | 10057 "StringCallback": { |
| 10402 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra
nsferitem-interface", | 10058 "comment": "http://www.w3.org/TR/2011/WD-html5-20110113/dnd.html#the-datatra
nsferitem-interface", |
| 10403 "members": { | 10059 "members": { |
| 10404 "handleEvent": {} | 10060 "handleEvent": {} |
| 10405 }, | 10061 }, |
| 10406 "support_level": "experimental" | 10062 "support_level": "experimental" |
| 10407 }, | 10063 }, |
| 10408 "StyleMedia": { | 10064 "StyleMedia": { |
| 10409 "comment": "http://developer.apple.com/library/safari/#documentation/SafariD
OMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", | 10065 "comment": "http://developer.apple.com/library/safari/#documentation/SafariD
OMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| 10410 "dart_action": "experimental", | 10066 "dart_action": "experimental", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 10429 }, | 10085 }, |
| 10430 "StyleSheetList": { | 10086 "StyleSheetList": { |
| 10431 "comment": "http://dev.w3.org/csswg/cssom/#the-stylesheetlist-sequence", | 10087 "comment": "http://dev.w3.org/csswg/cssom/#the-stylesheetlist-sequence", |
| 10432 "members": { | 10088 "members": { |
| 10433 "__getter__": {}, | 10089 "__getter__": {}, |
| 10434 "item": {}, | 10090 "item": {}, |
| 10435 "length": {} | 10091 "length": {} |
| 10436 }, | 10092 }, |
| 10437 "support_level": "stable" | 10093 "support_level": "stable" |
| 10438 }, | 10094 }, |
| 10095 "SubtleCrypto": { |
| 10096 "members": {}, |
| 10097 "support_level": "untriaged" |
| 10098 }, |
| 10439 "Text": { | 10099 "Text": { |
| 10440 "comment": "http://dom.spec.whatwg.org/#interface-text", | 10100 "comment": "http://dom.spec.whatwg.org/#interface-text", |
| 10441 "members": { | 10101 "members": { |
| 10442 "Text": {}, | 10102 "Text": {}, |
| 10443 "replaceWholeText": { | 10103 "replaceWholeText": { |
| 10444 "comment": "http://dom.spec.whatwg.org/#dom-text-replacewholetext", | 10104 "comment": "http://dom.spec.whatwg.org/#dom-text-replacewholetext", |
| 10445 "dart_action": "suppress", | 10105 "dart_action": "suppress", |
| 10446 "support_level": "deprecated" | 10106 "support_level": "deprecated" |
| 10447 }, | 10107 }, |
| 10448 "splitText": {}, | 10108 "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", | 10363 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E
vents.html#legacy-key-attributes", |
| 10704 "dart_action": "unstable", | 10364 "dart_action": "unstable", |
| 10705 "support_level": "deprecated" | 10365 "support_level": "deprecated" |
| 10706 } | 10366 } |
| 10707 }, | 10367 }, |
| 10708 "support_level": "stable" | 10368 "support_level": "stable" |
| 10709 }, | 10369 }, |
| 10710 "URL": { | 10370 "URL": { |
| 10711 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", | 10371 "comment": "http://www.w3.org/TR/FileAPI/#URL-object", |
| 10712 "members": { | 10372 "members": { |
| 10373 "_createObjectUrlFromWebKitMediaSource": { |
| 10374 "support_level": "untriaged" |
| 10375 }, |
| 10713 "createObjectURL": {}, | 10376 "createObjectURL": {}, |
| 10714 "createObjectUrlFromBlob": {}, | 10377 "createObjectUrlFromBlob": {}, |
| 10715 "createObjectUrlFromSource": {}, | 10378 "createObjectUrlFromSource": {}, |
| 10716 "createObjectUrlFromStream": {}, | 10379 "createObjectUrlFromStream": {}, |
| 10717 "revokeObjectURL": {} | 10380 "revokeObjectURL": {} |
| 10718 }, | 10381 }, |
| 10719 "support_level": "stable" | 10382 "support_level": "stable" |
| 10720 }, | 10383 }, |
| 10721 "Uint16Array": { | 10384 "Uint16Array": { |
| 10722 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", | 10385 "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" | 10542 "support_level": "experimental" |
| 10880 }, | 10543 }, |
| 10881 "WebGLDepthTexture": { | 10544 "WebGLDepthTexture": { |
| 10882 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_tex
ture/", | 10545 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_tex
ture/", |
| 10883 "dart_action": "experimental", | 10546 "dart_action": "experimental", |
| 10884 "members": { | 10547 "members": { |
| 10885 "UNSIGNED_INT_24_8_WEBGL": {} | 10548 "UNSIGNED_INT_24_8_WEBGL": {} |
| 10886 }, | 10549 }, |
| 10887 "support_level": "experimental" | 10550 "support_level": "experimental" |
| 10888 }, | 10551 }, |
| 10552 "WebGLDrawBuffers": { |
| 10553 "comment": "http://www.khronos.org/registry/webgl/specs/latest/", |
| 10554 "dart_action": "experimental", |
| 10555 "members": { |
| 10556 "COLOR_ATTACHMENT0_WEBGL": {}, |
| 10557 "COLOR_ATTACHMENT10_WEBGL": {}, |
| 10558 "COLOR_ATTACHMENT11_WEBGL": {}, |
| 10559 "COLOR_ATTACHMENT12_WEBGL": {}, |
| 10560 "COLOR_ATTACHMENT13_WEBGL": {}, |
| 10561 "COLOR_ATTACHMENT14_WEBGL": {}, |
| 10562 "COLOR_ATTACHMENT15_WEBGL": {}, |
| 10563 "COLOR_ATTACHMENT1_WEBGL": {}, |
| 10564 "COLOR_ATTACHMENT2_WEBGL": {}, |
| 10565 "COLOR_ATTACHMENT3_WEBGL": {}, |
| 10566 "COLOR_ATTACHMENT4_WEBGL": {}, |
| 10567 "COLOR_ATTACHMENT5_WEBGL": {}, |
| 10568 "COLOR_ATTACHMENT6_WEBGL": {}, |
| 10569 "COLOR_ATTACHMENT7_WEBGL": {}, |
| 10570 "COLOR_ATTACHMENT8_WEBGL": {}, |
| 10571 "COLOR_ATTACHMENT9_WEBGL": {}, |
| 10572 "DRAW_BUFFER0_WEBGL": {}, |
| 10573 "DRAW_BUFFER10_WEBGL": {}, |
| 10574 "DRAW_BUFFER11_WEBGL": {}, |
| 10575 "DRAW_BUFFER12_WEBGL": {}, |
| 10576 "DRAW_BUFFER13_WEBGL": {}, |
| 10577 "DRAW_BUFFER14_WEBGL": {}, |
| 10578 "DRAW_BUFFER15_WEBGL": {}, |
| 10579 "DRAW_BUFFER1_WEBGL": {}, |
| 10580 "DRAW_BUFFER2_WEBGL": {}, |
| 10581 "DRAW_BUFFER3_WEBGL": {}, |
| 10582 "DRAW_BUFFER4_WEBGL": {}, |
| 10583 "DRAW_BUFFER5_WEBGL": {}, |
| 10584 "DRAW_BUFFER6_WEBGL": {}, |
| 10585 "DRAW_BUFFER7_WEBGL": {}, |
| 10586 "DRAW_BUFFER8_WEBGL": {}, |
| 10587 "DRAW_BUFFER9_WEBGL": {}, |
| 10588 "MAX_COLOR_ATTACHMENTS_WEBGL": {}, |
| 10589 "MAX_DRAW_BUFFERS_WEBGL": {}, |
| 10590 "drawBuffersWEBGL": {} |
| 10591 }, |
| 10592 "support_level": "stable" |
| 10593 }, |
| 10889 "WebGLFramebuffer": { | 10594 "WebGLFramebuffer": { |
| 10890 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.5", | 10595 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.5", |
| 10891 "dart_action": "unstable", | 10596 "dart_action": "unstable", |
| 10892 "members": {}, | 10597 "members": {}, |
| 10893 "support_level": "stable" | 10598 "support_level": "stable" |
| 10894 }, | 10599 }, |
| 10895 "WebGLLoseContext": { | 10600 "WebGLLoseContext": { |
| 10896 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_cont
ext/", | 10601 "comment": "http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_cont
ext/", |
| 10897 "members": { | 10602 "members": { |
| 10898 "loseContext": {}, | 10603 "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", | 11105 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.10", |
| 11401 "members": {}, | 11106 "members": {}, |
| 11402 "support_level": "stable" | 11107 "support_level": "stable" |
| 11403 }, | 11108 }, |
| 11404 "WebGLVertexArrayObjectOES": { | 11109 "WebGLVertexArrayObjectOES": { |
| 11405 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra
y_object/", | 11110 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra
y_object/", |
| 11406 "dart_action": "experimental", | 11111 "dart_action": "experimental", |
| 11407 "members": {}, | 11112 "members": {}, |
| 11408 "support_level": "experimental" | 11113 "support_level": "experimental" |
| 11409 }, | 11114 }, |
| 11115 "WebKitAnimationEvent": { |
| 11116 "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface", |
| 11117 "members": { |
| 11118 "animationName": {}, |
| 11119 "elapsedTime": {} |
| 11120 }, |
| 11121 "support_level": "stable" |
| 11122 }, |
| 11123 "WebKitCSSFilterRule": { |
| 11124 "comment": "http://www.w3.org/TR/filter-effects/", |
| 11125 "members": { |
| 11126 "style": {} |
| 11127 }, |
| 11128 "support_level": "experimental" |
| 11129 }, |
| 11130 "WebKitCSSFilterValue": { |
| 11131 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11132 "dart_action": "suppress", |
| 11133 "members": { |
| 11134 "CSS_FILTER_BLUR": {}, |
| 11135 "CSS_FILTER_BRIGHTNESS": {}, |
| 11136 "CSS_FILTER_CONTRAST": {}, |
| 11137 "CSS_FILTER_CUSTOM": {}, |
| 11138 "CSS_FILTER_DROP_SHADOW": {}, |
| 11139 "CSS_FILTER_GRAYSCALE": {}, |
| 11140 "CSS_FILTER_HUE_ROTATE": {}, |
| 11141 "CSS_FILTER_INVERT": {}, |
| 11142 "CSS_FILTER_OPACITY": {}, |
| 11143 "CSS_FILTER_REFERENCE": {}, |
| 11144 "CSS_FILTER_SATURATE": {}, |
| 11145 "CSS_FILTER_SEPIA": {}, |
| 11146 "__getter__": {}, |
| 11147 "operationType": {} |
| 11148 }, |
| 11149 "support_level": "deprecated" |
| 11150 }, |
| 11151 "WebKitCSSKeyframeRule": { |
| 11152 "comment": "http://www.w3.org/TR/css3-animations/#CSSKeyframeRule-interface"
, |
| 11153 "members": { |
| 11154 "keyText": {}, |
| 11155 "style": {} |
| 11156 }, |
| 11157 "support_level": "experimental" |
| 11158 }, |
| 11159 "WebKitCSSKeyframesRule": { |
| 11160 "comment": "http://www.w3.org/TR/css3-animations/#csskeyframesrule", |
| 11161 "members": { |
| 11162 "__getter__": {}, |
| 11163 "cssRules": {}, |
| 11164 "deleteRule": {}, |
| 11165 "findRule": {}, |
| 11166 "insertRule": {}, |
| 11167 "name": {} |
| 11168 }, |
| 11169 "support_level": "experimental" |
| 11170 }, |
| 11171 "WebKitCSSMatrix": { |
| 11172 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11173 "dart_action": "suppress", |
| 11174 "members": { |
| 11175 "WebKitCSSMatrix": {}, |
| 11176 "a": {}, |
| 11177 "b": {}, |
| 11178 "c": {}, |
| 11179 "d": {}, |
| 11180 "e": {}, |
| 11181 "f": {}, |
| 11182 "inverse": {}, |
| 11183 "m11": {}, |
| 11184 "m12": {}, |
| 11185 "m13": {}, |
| 11186 "m14": {}, |
| 11187 "m21": {}, |
| 11188 "m22": {}, |
| 11189 "m23": {}, |
| 11190 "m24": {}, |
| 11191 "m31": {}, |
| 11192 "m32": {}, |
| 11193 "m33": {}, |
| 11194 "m34": {}, |
| 11195 "m41": {}, |
| 11196 "m42": {}, |
| 11197 "m43": {}, |
| 11198 "m44": {}, |
| 11199 "multiply": {}, |
| 11200 "rotate": {}, |
| 11201 "rotateAxisAngle": {}, |
| 11202 "scale": {}, |
| 11203 "setMatrixValue": {}, |
| 11204 "skewX": {}, |
| 11205 "skewY": {}, |
| 11206 "toString": {}, |
| 11207 "translate": {} |
| 11208 }, |
| 11209 "support_level": "deprecated" |
| 11210 }, |
| 11211 "WebKitCSSMixFunctionValue": { |
| 11212 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11213 "dart_action": "suppress", |
| 11214 "members": {}, |
| 11215 "support_level": "deprecated" |
| 11216 }, |
| 11217 "WebKitCSSRegionRule": { |
| 11218 "comment": "http://dev.w3.org/csswg/css-regions/#region-style-rule-interface
", |
| 11219 "members": { |
| 11220 "cssRules": {} |
| 11221 }, |
| 11222 "support_level": "experimental" |
| 11223 }, |
| 11224 "WebKitCSSTransformValue": { |
| 11225 "comment": "http://dev.w3.org/csswg/cssom/", |
| 11226 "dart_action": "suppress", |
| 11227 "members": { |
| 11228 "CSS_MATRIX": {}, |
| 11229 "CSS_MATRIX3D": {}, |
| 11230 "CSS_PERSPECTIVE": {}, |
| 11231 "CSS_ROTATE": {}, |
| 11232 "CSS_ROTATE3D": {}, |
| 11233 "CSS_ROTATEX": {}, |
| 11234 "CSS_ROTATEY": {}, |
| 11235 "CSS_ROTATEZ": {}, |
| 11236 "CSS_SCALE": {}, |
| 11237 "CSS_SCALE3D": {}, |
| 11238 "CSS_SCALEX": {}, |
| 11239 "CSS_SCALEY": {}, |
| 11240 "CSS_SCALEZ": {}, |
| 11241 "CSS_SKEW": {}, |
| 11242 "CSS_SKEWX": {}, |
| 11243 "CSS_SKEWY": {}, |
| 11244 "CSS_TRANSLATE": {}, |
| 11245 "CSS_TRANSLATE3D": {}, |
| 11246 "CSS_TRANSLATEX": {}, |
| 11247 "CSS_TRANSLATEY": {}, |
| 11248 "CSS_TRANSLATEZ": {}, |
| 11249 "__getter__": {}, |
| 11250 "operationType": {} |
| 11251 }, |
| 11252 "support_level": "deprecated" |
| 11253 }, |
| 11410 "WebKitMediaSource": { | 11254 "WebKitMediaSource": { |
| 11411 "comment": "https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/medi
a-source.html#mediasource", | 11255 "members": { |
| 11412 "members": { | 11256 "WebKitMediaSource": {} |
| 11413 "WebKitMediaSource": {}, | 11257 }, |
| 11414 "activeSourceBuffers": {}, | 11258 "support_level": "untriaged" |
| 11415 "addEventListener": {}, | 11259 }, |
| 11416 "addSourceBuffer": {}, | 11260 "WebKitNamedFlow": { |
| 11417 "dispatchEvent": {}, | 11261 "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": { | 11262 "members": { |
| 11443 "addEventListener": {}, | 11263 "addEventListener": {}, |
| 11444 "dispatchEvent": {}, | 11264 "dispatchEvent": {}, |
| 11265 "firstEmptyRegionIndex": {}, |
| 11266 "getContent": {}, |
| 11267 "getRegions": {}, |
| 11268 "getRegionsByContent": {}, |
| 11269 "name": {}, |
| 11270 "overset": {}, |
| 11271 "removeEventListener": {} |
| 11272 }, |
| 11273 "support_level": "experimental" |
| 11274 }, |
| 11275 "WebKitNamedFlowCollection": { |
| 11276 "comment": "http://dev.w3.org/csswg/css-regions/#dom-named-flow-collection", |
| 11277 "members": { |
| 11278 "__getter__": {}, |
| 11445 "item": {}, | 11279 "item": {}, |
| 11446 "length": {}, | 11280 "length": {}, |
| 11447 "removeEventListener": {} | 11281 "namedItem": {} |
| 11448 }, | 11282 }, |
| 11449 "support_level": "experimental" | 11283 "support_level": "experimental" |
| 11450 }, | 11284 }, |
| 11285 "WebKitPoint": { |
| 11286 "comment": "http://developer.apple.com/library/safari/#documentation/DataMan
agement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditi
ons.html", |
| 11287 "members": { |
| 11288 "WebKitPoint": {}, |
| 11289 "_DomPoint": {}, |
| 11290 "x": {}, |
| 11291 "y": {} |
| 11292 }, |
| 11293 "support_level": "nonstandard" |
| 11294 }, |
| 11295 "WebKitSourceBuffer": { |
| 11296 "members": {}, |
| 11297 "support_level": "untriaged" |
| 11298 }, |
| 11299 "WebKitSourceBufferList": { |
| 11300 "members": { |
| 11301 "item": { |
| 11302 "support_level": "untriaged" |
| 11303 } |
| 11304 }, |
| 11305 "support_level": "untriaged" |
| 11306 }, |
| 11451 "WebSocket": { | 11307 "WebSocket": { |
| 11452 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", | 11308 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", |
| 11453 "dart_action": "unstable", | 11309 "dart_action": "unstable", |
| 11454 "members": { | 11310 "members": { |
| 11455 "CLOSED": {}, | 11311 "CLOSED": {}, |
| 11456 "CLOSING": {}, | 11312 "CLOSING": {}, |
| 11457 "CONNECTING": {}, | 11313 "CONNECTING": {}, |
| 11458 "OPEN": {}, | 11314 "OPEN": {}, |
| 11459 "URL": { | 11315 "URL": { |
| 11460 "dart_action": "suppress", | 11316 "dart_action": "suppress", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11501 }, | 11357 }, |
| 11502 "wheelDeltaX": { | 11358 "wheelDeltaX": { |
| 11503 "support_level": "nonstandard" | 11359 "support_level": "nonstandard" |
| 11504 }, | 11360 }, |
| 11505 "wheelDeltaY": { | 11361 "wheelDeltaY": { |
| 11506 "support_level": "nonstandard" | 11362 "support_level": "nonstandard" |
| 11507 } | 11363 } |
| 11508 }, | 11364 }, |
| 11509 "support_level": "stable" | 11365 "support_level": "stable" |
| 11510 }, | 11366 }, |
| 11367 "Window": { |
| 11368 "members": { |
| 11369 "CSS": { |
| 11370 "comment": "http://www.w3.org/TR/css3-conditional/#the-css-interface" |
| 11371 }, |
| 11372 "PERSISTENT": { |
| 11373 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11374 "support_level": "experimental" |
| 11375 }, |
| 11376 "TEMPORARY": { |
| 11377 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11378 "support_level": "experimental" |
| 11379 }, |
| 11380 "__getter__": {}, |
| 11381 "addEventListener": {}, |
| 11382 "alert": {}, |
| 11383 "applicationCache": {}, |
| 11384 "atob": {}, |
| 11385 "blur": { |
| 11386 "dart_action": "suppress", |
| 11387 "support_level": "deprecated" |
| 11388 }, |
| 11389 "btoa": {}, |
| 11390 "cancelAnimationFrame": {}, |
| 11391 "captureEvents": { |
| 11392 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", |
| 11393 "dart_action": "suppress", |
| 11394 "support_level": "deprecated" |
| 11395 }, |
| 11396 "clearInterval": {}, |
| 11397 "clearTimeout": {}, |
| 11398 "clientInformation": { |
| 11399 "support_level": "nonstandard" |
| 11400 }, |
| 11401 "close": {}, |
| 11402 "closed": {}, |
| 11403 "confirm": {}, |
| 11404 "console": {}, |
| 11405 "crypto": { |
| 11406 "comment": "http://www.w3.org/TR/WebCryptoAPI/", |
| 11407 "support_level": "experimental" |
| 11408 }, |
| 11409 "defaultStatus": {}, |
| 11410 "defaultstatus": { |
| 11411 "support_level": "nonstandard" |
| 11412 }, |
| 11413 "devicePixelRatio": { |
| 11414 "comment": "http://www.quirksmode.org/blog/archives/2012/06/devicepixelr
ati.html", |
| 11415 "support_level": "nonstandard" |
| 11416 }, |
| 11417 "dispatchEvent": {}, |
| 11418 "document": {}, |
| 11419 "event": { |
| 11420 "dart_action": "suppress", |
| 11421 "support_level": "deprecated" |
| 11422 }, |
| 11423 "find": { |
| 11424 "support_level": "nonstandard" |
| 11425 }, |
| 11426 "focus": { |
| 11427 "dart_action": "suppress", |
| 11428 "support_level": "deprecated" |
| 11429 }, |
| 11430 "frameElement": {}, |
| 11431 "frames": {}, |
| 11432 "getComputedStyle": {}, |
| 11433 "getMatchedCSSRules": { |
| 11434 "support_level": "nonstandard" |
| 11435 }, |
| 11436 "getSelection": {}, |
| 11437 "history": {}, |
| 11438 "indexedDB": {}, |
| 11439 "innerHeight": {}, |
| 11440 "innerWidth": {}, |
| 11441 "length": { |
| 11442 "dart_action": "suppress", |
| 11443 "support_level": "deprecated" |
| 11444 }, |
| 11445 "localStorage": {}, |
| 11446 "location": {}, |
| 11447 "locationbar": {}, |
| 11448 "matchMedia": {}, |
| 11449 "menubar": {}, |
| 11450 "moveBy": {}, |
| 11451 "moveTo": {}, |
| 11452 "name": {}, |
| 11453 "navigator": {}, |
| 11454 "offscreenBuffering": { |
| 11455 "support_level": "nonstandard" |
| 11456 }, |
| 11457 "onDOMContentLoaded": {}, |
| 11458 "onabort": {}, |
| 11459 "onbeforeunload": {}, |
| 11460 "onblur": {}, |
| 11461 "oncanplay": {}, |
| 11462 "oncanplaythrough": {}, |
| 11463 "onchange": {}, |
| 11464 "onclick": {}, |
| 11465 "oncontextmenu": {}, |
| 11466 "ondblclick": {}, |
| 11467 "ondevicemotion": { |
| 11468 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic
emotion", |
| 11469 "support_level": "experimental" |
| 11470 }, |
| 11471 "ondeviceorientation": { |
| 11472 "comment": "http://dev.w3.org/geo/api/spec-source-orientation.html#devic
emotion", |
| 11473 "support_level": "experimental" |
| 11474 }, |
| 11475 "ondrag": {}, |
| 11476 "ondragend": {}, |
| 11477 "ondragenter": {}, |
| 11478 "ondragleave": {}, |
| 11479 "ondragover": {}, |
| 11480 "ondragstart": {}, |
| 11481 "ondrop": {}, |
| 11482 "ondurationchange": {}, |
| 11483 "onemptied": {}, |
| 11484 "onended": {}, |
| 11485 "onerror": {}, |
| 11486 "onfocus": {}, |
| 11487 "onhashchange": {}, |
| 11488 "oninput": {}, |
| 11489 "oninvalid": { |
| 11490 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/
section-index.html#attributes-1" |
| 11491 }, |
| 11492 "onkeydown": {}, |
| 11493 "onkeypress": {}, |
| 11494 "onkeyup": {}, |
| 11495 "onload": {}, |
| 11496 "onloadeddata": {}, |
| 11497 "onloadedmetadata": {}, |
| 11498 "onloadstart": {}, |
| 11499 "onmessage": {}, |
| 11500 "onmousedown": {}, |
| 11501 "onmousemove": {}, |
| 11502 "onmouseout": {}, |
| 11503 "onmouseover": {}, |
| 11504 "onmouseup": {}, |
| 11505 "onmousewheel": {}, |
| 11506 "onoffline": {}, |
| 11507 "ononline": {}, |
| 11508 "onpagehide": {}, |
| 11509 "onpageshow": {}, |
| 11510 "onpause": {}, |
| 11511 "onplay": {}, |
| 11512 "onplaying": {}, |
| 11513 "onpopstate": {}, |
| 11514 "onprogress": {}, |
| 11515 "onratechange": {}, |
| 11516 "onreset": {}, |
| 11517 "onresize": {}, |
| 11518 "onscroll": {}, |
| 11519 "onsearch": { |
| 11520 "comment": "http://www.w3.org/TR/html-markup/input.search.html", |
| 11521 "support_level": "experimental" |
| 11522 }, |
| 11523 "onseeked": {}, |
| 11524 "onseeking": {}, |
| 11525 "onselect": {}, |
| 11526 "onstalled": {}, |
| 11527 "onstorage": {}, |
| 11528 "onsubmit": {}, |
| 11529 "onsuspend": {}, |
| 11530 "ontimeupdate": {}, |
| 11531 "ontouchcancel": { |
| 11532 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", |
| 11533 "support_level": "experimental" |
| 11534 }, |
| 11535 "ontouchend": { |
| 11536 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", |
| 11537 "support_level": "experimental" |
| 11538 }, |
| 11539 "ontouchmove": { |
| 11540 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", |
| 11541 "support_level": "experimental" |
| 11542 }, |
| 11543 "ontouchstart": { |
| 11544 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.
com/features", |
| 11545 "support_level": "experimental" |
| 11546 }, |
| 11547 "ontransitionend": {}, |
| 11548 "onunload": {}, |
| 11549 "onvolumechange": {}, |
| 11550 "onwaiting": {}, |
| 11551 "onwebkitAnimationEnd": { |
| 11552 "support_level": "experimental" |
| 11553 }, |
| 11554 "onwebkitAnimationIteration": { |
| 11555 "support_level": "experimental" |
| 11556 }, |
| 11557 "onwebkitAnimationStart": { |
| 11558 "support_level": "experimental" |
| 11559 }, |
| 11560 "onwebkitTransitionEnd": { |
| 11561 "support_level": "deprecated" |
| 11562 }, |
| 11563 "onwebkitanimationend": { |
| 11564 "support_level": "experimental" |
| 11565 }, |
| 11566 "onwebkitanimationiteration": { |
| 11567 "support_level": "experimental" |
| 11568 }, |
| 11569 "onwebkitanimationstart": { |
| 11570 "support_level": "experimental" |
| 11571 }, |
| 11572 "onwebkittransitionend": { |
| 11573 "support_level": "deprecated" |
| 11574 }, |
| 11575 "open": {}, |
| 11576 "openDatabase": { |
| 11577 "comment": "http://www.w3.org/TR/webdatabase/", |
| 11578 "dart_action": "experimental", |
| 11579 "support_level": "deprecated" |
| 11580 }, |
| 11581 "opener": {}, |
| 11582 "outerHeight": {}, |
| 11583 "outerWidth": {}, |
| 11584 "pagePopupController": { |
| 11585 "dart_action": "suppress", |
| 11586 "support_level": "nonstandard" |
| 11587 }, |
| 11588 "pageXOffset": {}, |
| 11589 "pageYOffset": {}, |
| 11590 "parent": {}, |
| 11591 "performance": { |
| 11592 "comment": "http://www.w3.org/TR/navigation-timing/#sec-window.performan
ce-attribute" |
| 11593 }, |
| 11594 "personalbar": { |
| 11595 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.personal
bar", |
| 11596 "dart_action": "suppress", |
| 11597 "support_level": "deprecated" |
| 11598 }, |
| 11599 "postMessage": {}, |
| 11600 "print": {}, |
| 11601 "prompt": {}, |
| 11602 "releaseEvents": { |
| 11603 "comment": "http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-f
low-capture", |
| 11604 "dart_action": "suppress", |
| 11605 "support_level": "deprecated" |
| 11606 }, |
| 11607 "removeEventListener": {}, |
| 11608 "requestAnimationFrame": {}, |
| 11609 "resizeBy": {}, |
| 11610 "resizeTo": {}, |
| 11611 "screen": {}, |
| 11612 "screenLeft": {}, |
| 11613 "screenTop": {}, |
| 11614 "screenX": {}, |
| 11615 "screenY": {}, |
| 11616 "scroll": {}, |
| 11617 "scrollBy": {}, |
| 11618 "scrollTo": {}, |
| 11619 "scrollX": {}, |
| 11620 "scrollY": {}, |
| 11621 "scrollbars": {}, |
| 11622 "self": {}, |
| 11623 "sessionStorage": {}, |
| 11624 "setInterval": {}, |
| 11625 "setTimeout": {}, |
| 11626 "showModalDialog": {}, |
| 11627 "speechSynthesis": { |
| 11628 "comment": "https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.htm
l#tts-section", |
| 11629 "support_level": "experimental" |
| 11630 }, |
| 11631 "status": {}, |
| 11632 "statusbar": {}, |
| 11633 "stop": {}, |
| 11634 "styleMedia": { |
| 11635 "comment": "http://developer.apple.com/library/safari/#documentation/Saf
ariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html", |
| 11636 "dart_action": "experimental", |
| 11637 "support_level": "nonstandard" |
| 11638 }, |
| 11639 "toString": {}, |
| 11640 "toolbar": {}, |
| 11641 "top": {}, |
| 11642 "webkitCancelAnimationFrame": { |
| 11643 "support_level": "experimental" |
| 11644 }, |
| 11645 "webkitCancelRequestAnimationFrame": { |
| 11646 "support_level": "experimental" |
| 11647 }, |
| 11648 "webkitConvertPointFromNodeToPage": { |
| 11649 "comment": "http://developer.apple.com/library/safari/#documentation/Dat
aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd
ditions.html", |
| 11650 "support_level": "experimental" |
| 11651 }, |
| 11652 "webkitConvertPointFromPageToNode": { |
| 11653 "comment": "http://developer.apple.com/library/safari/#documentation/Dat
aManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAd
ditions.html", |
| 11654 "support_level": "experimental" |
| 11655 }, |
| 11656 "webkitIndexedDB": { |
| 11657 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBEnvironment", |
| 11658 "support_level": "experimental" |
| 11659 }, |
| 11660 "webkitNotifications": { |
| 11661 "comment": "https://plus.sandbox.google.com/u/0/+GoogleChromeDevelopers/
posts/8vWo8hq4pDm?e=Showroom", |
| 11662 "dart_action": "suppress", |
| 11663 "support_level": "deprecated" |
| 11664 }, |
| 11665 "webkitRequestAnimationFrame": { |
| 11666 "dart_action": "suppress", |
| 11667 "support_level": "deprecated" |
| 11668 }, |
| 11669 "webkitRequestFileSystem": { |
| 11670 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11671 "support_level": "experimental" |
| 11672 }, |
| 11673 "webkitResolveLocalFileSystemURL": { |
| 11674 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11675 "support_level": "experimental" |
| 11676 }, |
| 11677 "webkitStorageInfo": { |
| 11678 "comment": "http://www.w3.org/TR/file-system-api/", |
| 11679 "dart_action": "suppress", |
| 11680 "support_level": "deprecated" |
| 11681 }, |
| 11682 "window": {} |
| 11683 }, |
| 11684 "support_level": "stable" |
| 11685 }, |
| 11686 "WindowTimers": { |
| 11687 "members": { |
| 11688 "clearInterval": { |
| 11689 "support_level": "untriaged" |
| 11690 }, |
| 11691 "clearTimeout": { |
| 11692 "support_level": "untriaged" |
| 11693 }, |
| 11694 "setInterval": { |
| 11695 "support_level": "untriaged" |
| 11696 }, |
| 11697 "setTimeout": { |
| 11698 "support_level": "untriaged" |
| 11699 } |
| 11700 }, |
| 11701 "support_level": "untriaged" |
| 11702 }, |
| 11511 "Worker": { | 11703 "Worker": { |
| 11512 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#worker", | 11704 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#worker", |
| 11513 "dart_action": "experimental", | 11705 "dart_action": "experimental", |
| 11514 "members": { | 11706 "members": { |
| 11515 "Worker": {}, | 11707 "Worker": {}, |
| 11708 "onerror": { |
| 11709 "support_level": "untriaged" |
| 11710 }, |
| 11516 "onmessage": {}, | 11711 "onmessage": {}, |
| 11517 "postMessage": {}, | 11712 "postMessage": {}, |
| 11518 "terminate": {} | 11713 "terminate": {} |
| 11519 }, | 11714 }, |
| 11520 "support_level": "stable" | 11715 "support_level": "stable" |
| 11521 }, | 11716 }, |
| 11522 "WorkerContext": { | 11717 "WorkerContext": { |
| 11523 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#WorkerGlobalScope-partial", | 11718 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#WorkerGlobalScope-partial", |
| 11524 "dart_action": "experimental", | 11719 "dart_action": "experimental", |
| 11525 "members": { | 11720 "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", | 11786 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
mSync", |
| 11592 "support_level": "experimental" | 11787 "support_level": "experimental" |
| 11593 }, | 11788 }, |
| 11594 "webkitResolveLocalFileSystemURL": { | 11789 "webkitResolveLocalFileSystemURL": { |
| 11595 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", | 11790 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste
m", |
| 11596 "support_level": "experimental" | 11791 "support_level": "experimental" |
| 11597 } | 11792 } |
| 11598 }, | 11793 }, |
| 11599 "support_level": "stable" | 11794 "support_level": "stable" |
| 11600 }, | 11795 }, |
| 11796 "WorkerCrypto": { |
| 11797 "members": { |
| 11798 "getRandomValues": { |
| 11799 "support_level": "untriaged" |
| 11800 } |
| 11801 }, |
| 11802 "support_level": "untriaged" |
| 11803 }, |
| 11601 "WorkerLocation": { | 11804 "WorkerLocation": { |
| 11602 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#workerlocation", | 11805 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work
ers.html#workerlocation", |
| 11603 "members": { | 11806 "members": { |
| 11604 "hash": { | 11807 "hash": { |
| 11605 "comment": "http://url.spec.whatwg.org/#urlutils" | 11808 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11606 }, | 11809 }, |
| 11607 "host": { | 11810 "host": { |
| 11608 "comment": "http://url.spec.whatwg.org/#urlutils" | 11811 "comment": "http://url.spec.whatwg.org/#urlutils" |
| 11609 }, | 11812 }, |
| 11610 "hostname": { | 11813 "hostname": { |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11652 "webkitPersistentStorage": { | 11855 "webkitPersistentStorage": { |
| 11653 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", | 11856 "comment": "http://www.w3.org/TR/quota-api/#accessing-storagequota", |
| 11654 "support_level": "experimental" | 11857 "support_level": "experimental" |
| 11655 }, | 11858 }, |
| 11656 "webkitTemporaryStorage": { | 11859 "webkitTemporaryStorage": { |
| 11657 "support_level": "experimental" | 11860 "support_level": "experimental" |
| 11658 } | 11861 } |
| 11659 }, | 11862 }, |
| 11660 "support_level": "experimental" | 11863 "support_level": "experimental" |
| 11661 }, | 11864 }, |
| 11865 "WorkerPerformance": { |
| 11866 "members": { |
| 11867 "now": { |
| 11868 "support_level": "untriaged" |
| 11869 } |
| 11870 }, |
| 11871 "support_level": "untriaged" |
| 11872 }, |
| 11662 "XMLHttpRequest": { | 11873 "XMLHttpRequest": { |
| 11663 "comment": "http://xhr.spec.whatwg.org/#interface-xmlhttprequest", | 11874 "comment": "http://xhr.spec.whatwg.org/#interface-xmlhttprequest", |
| 11664 "members": { | 11875 "members": { |
| 11665 "DONE": {}, | 11876 "DONE": {}, |
| 11666 "HEADERS_RECEIVED": {}, | 11877 "HEADERS_RECEIVED": {}, |
| 11667 "HttpRequest": {}, | 11878 "HttpRequest": {}, |
| 11668 "LOADING": {}, | 11879 "LOADING": {}, |
| 11669 "OPENED": {}, | 11880 "OPENED": {}, |
| 11670 "UNSENT": {}, | 11881 "UNSENT": {}, |
| 11671 "XMLHttpRequest": {}, | 11882 "XMLHttpRequest": {}, |
| (...skipping 18 matching lines...) Expand all Loading... |
| 11690 "readyState": {}, | 11901 "readyState": {}, |
| 11691 "removeEventListener": {}, | 11902 "removeEventListener": {}, |
| 11692 "response": {}, | 11903 "response": {}, |
| 11693 "responseText": {}, | 11904 "responseText": {}, |
| 11694 "responseType": {}, | 11905 "responseType": {}, |
| 11695 "responseXML": {}, | 11906 "responseXML": {}, |
| 11696 "send": {}, | 11907 "send": {}, |
| 11697 "setRequestHeader": {}, | 11908 "setRequestHeader": {}, |
| 11698 "status": {}, | 11909 "status": {}, |
| 11699 "statusText": {}, | 11910 "statusText": {}, |
| 11911 "timeout": { |
| 11912 "support_level": "untriaged" |
| 11913 }, |
| 11700 "upload": { | 11914 "upload": { |
| 11701 "dart_action": "unstable" | 11915 "dart_action": "unstable" |
| 11702 }, | 11916 }, |
| 11703 "withCredentials": {} | 11917 "withCredentials": {} |
| 11704 }, | 11918 }, |
| 11705 "support_level": "stable" | 11919 "support_level": "stable" |
| 11706 }, | 11920 }, |
| 11707 "XMLHttpRequestException": { | 11921 "XMLHttpRequestException": { |
| 11708 "comment": "http://www.w3.org/TR/2007/WD-XMLHttpRequest-20070227/#exceptions
", | 11922 "comment": "http://www.w3.org/TR/2007/WD-XMLHttpRequest-20070227/#exceptions
", |
| 11709 "dart_action": "experimental", | 11923 "dart_action": "experimental", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11834 "importStylesheet": {}, | 12048 "importStylesheet": {}, |
| 11835 "removeParameter": {}, | 12049 "removeParameter": {}, |
| 11836 "reset": {}, | 12050 "reset": {}, |
| 11837 "setParameter": {}, | 12051 "setParameter": {}, |
| 11838 "transformToDocument": {}, | 12052 "transformToDocument": {}, |
| 11839 "transformToFragment": {} | 12053 "transformToFragment": {} |
| 11840 }, | 12054 }, |
| 11841 "support_level": "nonstandard" | 12055 "support_level": "nonstandard" |
| 11842 } | 12056 } |
| 11843 } | 12057 } |
| OLD | NEW |