Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: tools/dom/dom.json

Issue 15074006: Generating annotations from DOM triage list. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "AbstractWorker": { 2 "AbstractWorker": {
3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace", 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace",
4 "members": { 4 "members": {
5 "addEventListener": {}, 5 "addEventListener": {},
6 "dispatchEvent": {}, 6 "dispatchEvent": {},
7 "onerror": {}, 7 "onerror": {},
8 "removeEventListener": {} 8 "removeEventListener": {}
9 }, 9 },
10 "support_level": "stable" 10 "support_level": "stable"
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "members": { 452 "members": {
453 "cssText": {}, 453 "cssText": {},
454 "getPropertyCSSValue": { 454 "getPropertyCSSValue": {
455 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", 455 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face",
456 "dart_action": "suppress", 456 "dart_action": "suppress",
457 "support_level": "deprecated" 457 "support_level": "deprecated"
458 }, 458 },
459 "getPropertyPriority": {}, 459 "getPropertyPriority": {},
460 "getPropertyShorthand": { 460 "getPropertyShorthand": {
461 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", 461 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face",
462 "support_level": "nonstandard" 462 "dart_action": "suppress",
463 "support_level": "deprecated"
463 }, 464 },
464 "getPropertyValue": {}, 465 "getPropertyValue": {},
465 "isPropertyImplicit": { 466 "isPropertyImplicit": {
466 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", 467 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face",
467 "support_level": "nonstandard" 468 "dart_action": "suppress",
469 "support_level": "deprecated"
468 }, 470 },
469 "item": {}, 471 "item": {},
470 "length": {}, 472 "length": {},
471 "parentRule": {}, 473 "parentRule": {},
472 "removeProperty": {}, 474 "removeProperty": {},
473 "setProperty": {} 475 "setProperty": {}
474 }, 476 },
475 "support_level": "stable" 477 "support_level": "stable"
476 }, 478 },
477 "CSSStyleRule": { 479 "CSSStyleRule": {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "fillText": {}, 609 "fillText": {},
608 "font": {}, 610 "font": {},
609 "getContextAttributes": { 611 "getContextAttributes": {
610 "support_level": "untriaged" 612 "support_level": "untriaged"
611 }, 613 },
612 "getImageData": {}, 614 "getImageData": {},
613 "getLineDash": {}, 615 "getLineDash": {},
614 "globalAlpha": {}, 616 "globalAlpha": {},
615 "globalCompositeOperation": {}, 617 "globalCompositeOperation": {},
616 "isPointInPath": {}, 618 "isPointInPath": {},
617 "isPointInStroke": { 619 "isPointInStroke": {},
618 "support_level": "nonstandard"
619 },
620 "lineCap": {}, 620 "lineCap": {},
621 "lineDashOffset": {}, 621 "lineDashOffset": {},
622 "lineJoin": {}, 622 "lineJoin": {},
623 "lineTo": {}, 623 "lineTo": {},
624 "lineWidth": {}, 624 "lineWidth": {},
625 "measureText": {}, 625 "measureText": {},
626 "miterLimit": {}, 626 "miterLimit": {},
627 "moveTo": {}, 627 "moveTo": {},
628 "putImageData": {}, 628 "putImageData": {},
629 "quadraticCurveTo": {}, 629 "quadraticCurveTo": {},
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 }, 1428 },
1429 "onseeked": {}, 1429 "onseeked": {},
1430 "onseeking": {}, 1430 "onseeking": {},
1431 "onselect": {}, 1431 "onselect": {},
1432 "onstalled": {}, 1432 "onstalled": {},
1433 "onstorage": {}, 1433 "onstorage": {},
1434 "onsubmit": {}, 1434 "onsubmit": {},
1435 "onsuspend": {}, 1435 "onsuspend": {},
1436 "ontimeupdate": {}, 1436 "ontimeupdate": {},
1437 "ontouchcancel": { 1437 "ontouchcancel": {
1438 "comment": "http://www.w3.org/TR/touch-events/", 1438 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1439 "support_level": "experimental" 1439 "support_level": "experimental"
1440 }, 1440 },
1441 "ontouchend": { 1441 "ontouchend": {
1442 "comment": "http://www.w3.org/TR/touch-events/", 1442 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1443 "support_level": "experimental" 1443 "support_level": "experimental"
1444 }, 1444 },
1445 "ontouchmove": { 1445 "ontouchmove": {
1446 "comment": "http://www.w3.org/TR/touch-events/", 1446 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1447 "support_level": "experimental" 1447 "support_level": "experimental"
1448 }, 1448 },
1449 "ontouchstart": { 1449 "ontouchstart": {
1450 "comment": "http://www.w3.org/TR/touch-events/", 1450 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1451 "support_level": "experimental" 1451 "support_level": "experimental"
1452 }, 1452 },
1453 "ontransitionend": {}, 1453 "ontransitionend": {},
1454 "onunload": {}, 1454 "onunload": {},
1455 "onvolumechange": {}, 1455 "onvolumechange": {},
1456 "onwaiting": {}, 1456 "onwaiting": {},
1457 "onwebkitAnimationEnd": { 1457 "onwebkitAnimationEnd": {
1458 "support_level": "untriaged" 1458 "support_level": "untriaged"
1459 }, 1459 },
1460 "onwebkitAnimationIteration": { 1460 "onwebkitAnimationIteration": {
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 "createNodeIterator": { 1821 "createNodeIterator": {
1822 "dart_action": "unstable" 1822 "dart_action": "unstable"
1823 }, 1823 },
1824 "createProcessingInstruction": { 1824 "createProcessingInstruction": {
1825 "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#do m-document-createprocessinginstruction", 1825 "comment": "https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#do m-document-createprocessinginstruction",
1826 "dart_action": "unstable" 1826 "dart_action": "unstable"
1827 }, 1827 },
1828 "createRange": {}, 1828 "createRange": {},
1829 "createTextNode": {}, 1829 "createTextNode": {},
1830 "createTouch": { 1830 "createTouch": {
1831 "comment": "http://www.w3.org/TR/touch-events/", 1831 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1832 "support_level": "experimental" 1832 "support_level": "experimental"
1833 }, 1833 },
1834 "createTouchList": { 1834 "createTouchList": {
1835 "comment": "http://www.w3.org/TR/touch-events/", 1835 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1836 "support_level": "experimental" 1836 "support_level": "experimental"
1837 }, 1837 },
1838 "createTreeWalker": {}, 1838 "createTreeWalker": {},
1839 "defaultCharset": { 1839 "defaultCharset": {
1840 "dart_action": "suppress", 1840 "dart_action": "suppress",
1841 "support_level": "nonstandard" 1841 "support_level": "nonstandard"
1842 }, 1842 },
1843 "defaultView": {}, 1843 "defaultView": {},
1844 "doctype": { 1844 "doctype": {
1845 "dart_action": "suppress" 1845 "dart_action": "suppress"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 }, 1935 },
1936 "onsecuritypolicyviolation": { 1936 "onsecuritypolicyviolation": {
1937 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/ csp-specification.dev.html#widl-Document-onsecuritypolicyviolation", 1937 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/ csp-specification.dev.html#widl-Document-onsecuritypolicyviolation",
1938 "support_level": "experimental" 1938 "support_level": "experimental"
1939 }, 1939 },
1940 "onselect": {}, 1940 "onselect": {},
1941 "onselectionchange": {}, 1941 "onselectionchange": {},
1942 "onselectstart": {}, 1942 "onselectstart": {},
1943 "onsubmit": {}, 1943 "onsubmit": {},
1944 "ontouchcancel": { 1944 "ontouchcancel": {
1945 "comment": "http://www.w3.org/TR/touch-events/", 1945 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1946 "support_level": "experimental" 1946 "support_level": "experimental"
1947 }, 1947 },
1948 "ontouchend": { 1948 "ontouchend": {
1949 "comment": "http://www.w3.org/TR/touch-events/", 1949 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1950 "support_level": "experimental" 1950 "support_level": "experimental"
1951 }, 1951 },
1952 "ontouchmove": { 1952 "ontouchmove": {
1953 "comment": "http://www.w3.org/TR/touch-events/", 1953 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1954 "support_level": "experimental" 1954 "support_level": "experimental"
1955 }, 1955 },
1956 "ontouchstart": { 1956 "ontouchstart": {
1957 "comment": "http://www.w3.org/TR/touch-events/", 1957 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
1958 "support_level": "experimental" 1958 "support_level": "experimental"
1959 }, 1959 },
1960 "onwebkitfullscreenchange": { 1960 "onwebkitfullscreenchange": {
1961 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", 1961 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ",
1962 "support_level": "experimental" 1962 "support_level": "experimental"
1963 }, 1963 },
1964 "onwebkitfullscreenerror": { 1964 "onwebkitfullscreenerror": {
1965 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", 1965 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ",
1966 "support_level": "experimental" 1966 "support_level": "experimental"
1967 }, 1967 },
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 "comment": "http://www.w3.org/TR/html-markup/input.search.html", 2316 "comment": "http://www.w3.org/TR/html-markup/input.search.html",
2317 "support_level": "experimental" 2317 "support_level": "experimental"
2318 }, 2318 },
2319 "onselect": {}, 2319 "onselect": {},
2320 "onselectstart": { 2320 "onselectstart": {
2321 "dart_action": "experimental", 2321 "dart_action": "experimental",
2322 "support_level": "nonstandard" 2322 "support_level": "nonstandard"
2323 }, 2323 },
2324 "onsubmit": {}, 2324 "onsubmit": {},
2325 "ontouchcancel": { 2325 "ontouchcancel": {
2326 "comment": "http://www.w3.org/TR/touch-events/", 2326 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
2327 "support_level": "experimental" 2327 "support_level": "experimental"
2328 }, 2328 },
2329 "ontouchend": { 2329 "ontouchend": {
2330 "comment": "http://www.w3.org/TR/touch-events/", 2330 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
2331 "support_level": "experimental" 2331 "support_level": "experimental"
2332 }, 2332 },
2333 "ontouchenter": { 2333 "ontouchenter": {
2334 "comment": "http://www.w3.org/TR/touch-events/", 2334 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
2335 "support_level": "experimental" 2335 "support_level": "experimental"
2336 }, 2336 },
2337 "ontouchleave": { 2337 "ontouchleave": {
2338 "comment": "http://www.w3.org/TR/touch-events/", 2338 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
2339 "support_level": "experimental" 2339 "support_level": "experimental"
2340 }, 2340 },
2341 "ontouchmove": { 2341 "ontouchmove": {
2342 "comment": "http://www.w3.org/TR/touch-events/", 2342 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
2343 "support_level": "experimental" 2343 "support_level": "experimental"
2344 }, 2344 },
2345 "ontouchstart": { 2345 "ontouchstart": {
2346 "comment": "http://www.w3.org/TR/touch-events/", 2346 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus. com/features",
2347 "support_level": "experimental" 2347 "support_level": "experimental"
2348 }, 2348 },
2349 "onwebkitTransitionEnd": { 2349 "onwebkitTransitionEnd": {
2350 "support_level": "deprecated" 2350 "support_level": "deprecated"
2351 }, 2351 },
2352 "onwebkitfullscreenchange": { 2352 "onwebkitfullscreenchange": {
2353 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", 2353 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ",
2354 "support_level": "experimental" 2354 "support_level": "experimental"
2355 }, 2355 },
2356 "onwebkitfullscreenerror": { 2356 "onwebkitfullscreenerror": {
2357 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", 2357 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ",
2358 "support_level": "experimental" 2358 "support_level": "experimental"
2359 }, 2359 },
2360 "outerHTML": { 2360 "outerHTML": {
2361 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement", 2361 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2362 "dart_action": "stable", 2362 "dart_action": "stable",
2363 "support_level": "nonstandard" 2363 "support_level": "nonstandard"
2364 }, 2364 },
2365 "previousElementSibling": {}, 2365 "previousElementSibling": {},
2366 "querySelector": {}, 2366 "querySelector": {},
2367 "querySelectorAll": {}, 2367 "querySelectorAll": {},
2368 "remove": { 2368 "remove": {
2369 "dart_action": "suppress", 2369 "dart_action": "stable",
2370 "support_level": "nonstandard" 2370 "support_level": "nonstandard"
2371 }, 2371 },
2372 "removeAttribute": {}, 2372 "removeAttribute": {},
2373 "removeAttributeNS": {}, 2373 "removeAttributeNS": {},
2374 "removeAttributeNode": { 2374 "removeAttributeNode": {
2375 "comment": "http://dom.spec.whatwg.org/#dom-element-removeattributenode" , 2375 "comment": "http://dom.spec.whatwg.org/#dom-element-removeattributenode" ,
2376 "dart_action": "suppress", 2376 "dart_action": "suppress",
2377 "support_level": "deprecated" 2377 "support_level": "deprecated"
2378 }, 2378 },
2379 "scrollByLines": {}, 2379 "scrollByLines": {},
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
2963 "notifyWhenFontsReady": {}, 2963 "notifyWhenFontsReady": {},
2964 "onerror": {}, 2964 "onerror": {},
2965 "onload": {}, 2965 "onload": {},
2966 "onloading": {}, 2966 "onloading": {},
2967 "onloadingdone": {}, 2967 "onloadingdone": {},
2968 "onloadstart": {}, 2968 "onloadstart": {},
2969 "removeEventListener": {} 2969 "removeEventListener": {}
2970 }, 2970 },
2971 "support_level": "experimental" 2971 "support_level": "experimental"
2972 }, 2972 },
2973 "FormData": {
2974 "members": {},
2975 "support_level": "untriaged"
2976 },
2977 "GainNode": { 2973 "GainNode": {
2978 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#GainNode", 2974 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#GainNode",
2979 "members": { 2975 "members": {
2980 "gain": {} 2976 "gain": {}
2981 }, 2977 },
2982 "support_level": "experimental" 2978 "support_level": "experimental"
2983 }, 2979 },
2984 "Gamepad": { 2980 "Gamepad": {
2985 "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gam epad-interface", 2981 "comment": "https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gam epad-interface",
2986 "members": { 2982 "members": {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
3038 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial", 3034 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial",
3039 "dart_action": "suppress", 3035 "dart_action": "suppress",
3040 "support_level": "deprecated" 3036 "support_level": "deprecated"
3041 }, 3037 },
3042 "coords": { 3038 "coords": {
3043 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial", 3039 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial",
3044 "dart_action": "suppress", 3040 "dart_action": "suppress",
3045 "support_level": "deprecated" 3041 "support_level": "deprecated"
3046 }, 3042 },
3047 "download": { 3043 "download": {
3048 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ links.html#attr-hyperlink-download", 3044 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ links.html#attr-hyperlink-download"
3049 "support_level": "experimental"
3050 }, 3045 },
3051 "hash": {}, 3046 "hash": {},
3052 "host": {}, 3047 "host": {},
3053 "hostname": {}, 3048 "hostname": {},
3054 "href": {}, 3049 "href": {},
3055 "hreflang": {}, 3050 "hreflang": {},
3056 "name": { 3051 "name": {
3057 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial", 3052 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial",
3058 "dart_action": "suppress", 3053 "dart_action": "suppress",
3059 "support_level": "deprecated" 3054 "support_level": "deprecated"
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
3946 "href": {}, 3941 "href": {},
3947 "hreflang": {}, 3942 "hreflang": {},
3948 "media": {}, 3943 "media": {},
3949 "rel": {}, 3944 "rel": {},
3950 "rev": { 3945 "rev": {
3951 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLLinkElement-partial", 3946 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLLinkElement-partial",
3952 "dart_action": "suppress", 3947 "dart_action": "suppress",
3953 "support_level": "deprecated" 3948 "support_level": "deprecated"
3954 }, 3949 },
3955 "sheet": {}, 3950 "sheet": {},
3956 "sizes": { 3951 "sizes": {},
3957 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ links.html#rel-icon",
3958 "support_level": "experimental"
3959 },
3960 "target": { 3952 "target": {
3961 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLLinkElement-partial", 3953 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLLinkElement-partial",
3962 "dart_action": "suppress", 3954 "dart_action": "suppress",
3963 "support_level": "deprecated" 3955 "support_level": "deprecated"
3964 }, 3956 },
3965 "type": {} 3957 "type": {}
3966 }, 3958 },
3967 "support_level": "stable" 3959 "support_level": "stable"
3968 }, 3960 },
3969 "HTMLMapElement": { 3961 "HTMLMapElement": {
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4317 "text": {}, 4309 "text": {},
4318 "value": {} 4310 "value": {}
4319 }, 4311 },
4320 "support_level": "stable" 4312 "support_level": "stable"
4321 }, 4313 },
4322 "HTMLOptionsCollection": { 4314 "HTMLOptionsCollection": {
4323 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm on-dom-interfaces.html#htmloptionscollection-0", 4315 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/comm on-dom-interfaces.html#htmloptionscollection-0",
4324 "members": { 4316 "members": {
4325 "length": {}, 4317 "length": {},
4326 "namedItem": {}, 4318 "namedItem": {},
4327 "numericIndexGetter": { 4319 "numericIndexGetter": {},
4328 "support_level": "untriaged" 4320 "numericIndexSetter": {},
4329 },
4330 "numericIndexSetter": {
4331 "support_level": "untriaged"
4332 },
4333 "remove": {}, 4321 "remove": {},
4334 "selectedIndex": {} 4322 "selectedIndex": {}
4335 }, 4323 },
4336 "support_level": "stable" 4324 "support_level": "stable"
4337 }, 4325 },
4338 "HTMLOutputElement": { 4326 "HTMLOutputElement": {
4339 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-output-element", 4327 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- button-element.html#the-output-element",
4340 "members": { 4328 "members": {
4341 "HTMLOutputElement": {}, 4329 "HTMLOutputElement": {},
4342 "checkValidity": {}, 4330 "checkValidity": {},
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
5183 "Int8Array": { 5171 "Int8Array": {
5184 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", 5172 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/",
5185 "members": { 5173 "members": {
5186 "BYTES_PER_ELEMENT": {}, 5174 "BYTES_PER_ELEMENT": {},
5187 "length": {}, 5175 "length": {},
5188 "setElements": {}, 5176 "setElements": {},
5189 "subarray": {} 5177 "subarray": {}
5190 }, 5178 },
5191 "support_level": "stable" 5179 "support_level": "stable"
5192 }, 5180 },
5193 "JavaScriptCallFrame": {
5194 "dart_action": "suppress",
5195 "members": {
5196 "CATCH_SCOPE": {},
5197 "CLOSURE_SCOPE": {},
5198 "GLOBAL_SCOPE": {},
5199 "LOCAL_SCOPE": {},
5200 "WITH_SCOPE": {},
5201 "caller": {},
5202 "column": {},
5203 "evaluate": {},
5204 "functionName": {},
5205 "line": {},
5206 "restart": {},
5207 "scopeChain": {},
5208 "scopeType": {},
5209 "setVariableValue": {},
5210 "sourceID": {},
5211 "thisObject": {},
5212 "type": {}
5213 },
5214 "support_level": "nonstandard"
5215 },
5216 "KeyboardEvent": { 5181 "KeyboardEvent": {
5217 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent", 5182 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent",
5218 "members": { 5183 "members": {
5219 "altGraphKey": { 5184 "altGraphKey": {
5220 "dart_action": "experimental", 5185 "dart_action": "experimental",
5221 "support_level": "nonstandard" 5186 "support_level": "nonstandard"
5222 }, 5187 },
5223 "altKey": {}, 5188 "altKey": {},
5224 "ctrlKey": {}, 5189 "ctrlKey": {},
5225 "initKeyboardEvent": {}, 5190 "initKeyboardEvent": {},
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
5291 "support_level": "stable" 5256 "support_level": "stable"
5292 }, 5257 },
5293 "MIDIConnectionEvent": { 5258 "MIDIConnectionEvent": {
5294 "members": { 5259 "members": {
5295 "port": { 5260 "port": {
5296 "support_level": "untriaged" 5261 "support_level": "untriaged"
5297 } 5262 }
5298 }, 5263 },
5299 "support_level": "untriaged" 5264 "support_level": "untriaged"
5300 }, 5265 },
5266 "MIDIErrorCallback": {
5267 "members": {},
5268 "support_level": "untriaged"
5269 },
5301 "MIDIInput": { 5270 "MIDIInput": {
5302 "members": {}, 5271 "members": {},
5303 "support_level": "untriaged" 5272 "support_level": "untriaged"
5304 }, 5273 },
5305 "MIDIMessageEvent": { 5274 "MIDIMessageEvent": {
5306 "members": { 5275 "members": {
5307 "data": { 5276 "data": {
5308 "support_level": "untriaged" 5277 "support_level": "untriaged"
5309 }, 5278 },
5310 "receivedTime": { 5279 "receivedTime": {
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
5661 }, 5630 },
5662 "MutationCallback": { 5631 "MutationCallback": {
5663 "comment": "http://www.w3.org/TR/domcore/#mutationcallback", 5632 "comment": "http://www.w3.org/TR/domcore/#mutationcallback",
5664 "members": { 5633 "members": {
5665 "handleEvent": {} 5634 "handleEvent": {}
5666 }, 5635 },
5667 "support_level": "stable" 5636 "support_level": "stable"
5668 }, 5637 },
5669 "MutationEvent": { 5638 "MutationEvent": {
5670 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-mutationevents", 5639 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-mutationevents",
5671 "dart_action": "experimental",
5672 "members": { 5640 "members": {
5673 "ADDITION": {}, 5641 "ADDITION": {},
5674 "MODIFICATION": {}, 5642 "MODIFICATION": {},
5675 "REMOVAL": {}, 5643 "REMOVAL": {},
5676 "attrChange": {}, 5644 "attrChange": {},
5677 "attrName": {}, 5645 "attrName": {},
5678 "initMutationEvent": {}, 5646 "initMutationEvent": {},
5679 "newValue": {}, 5647 "newValue": {},
5680 "prevValue": {}, 5648 "prevValue": {},
5681 "relatedNode": {} 5649 "relatedNode": {}
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
5780 "support_level": "nonstandard" 5748 "support_level": "nonstandard"
5781 }, 5749 },
5782 "onLine": { 5750 "onLine": {
5783 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ offline.html#navigatoronline", 5751 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ offline.html#navigatoronline",
5784 "dart_action": "unstable" 5752 "dart_action": "unstable"
5785 }, 5753 },
5786 "platform": { 5754 "platform": {
5787 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid" 5755 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid"
5788 }, 5756 },
5789 "plugins": { 5757 "plugins": {
5790 "dart_action": "unstable", 5758 "dart_action": "suppress",
5791 "support_level": "nonstandard" 5759 "support_level": "nonstandard"
5792 }, 5760 },
5793 "product": { 5761 "product": {
5794 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid", 5762 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid",
5795 "dart_action": "unstable", 5763 "dart_action": "unstable",
5796 "support_level": "nonstandard" 5764 "support_level": "nonstandard"
5797 }, 5765 },
5798 "productSub": { 5766 "productSub": {
5799 "dart_action": "unstable", 5767 "dart_action": "unstable",
5800 "support_level": "nonstandard" 5768 "support_level": "nonstandard"
(...skipping 4675 matching lines...) Expand 10 before | Expand all | Expand 10 after
10476 "support_level": "stable" 10444 "support_level": "stable"
10477 }, 10445 },
10478 "TimeoutHandler": { 10446 "TimeoutHandler": {
10479 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio n-timers.html#timeouthandler", 10447 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/sectio n-timers.html#timeouthandler",
10480 "members": { 10448 "members": {
10481 "handleEvent": {} 10449 "handleEvent": {}
10482 }, 10450 },
10483 "support_level": "stable" 10451 "support_level": "stable"
10484 }, 10452 },
10485 "Touch": { 10453 "Touch": {
10486 "comment": "http://www.w3.org/TR/touch-events/", 10454 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/ features",
10487 "members": { 10455 "members": {
10488 "clientX": {}, 10456 "clientX": {},
10489 "clientY": {}, 10457 "clientY": {},
10490 "identifier": {}, 10458 "identifier": {},
10491 "pageX": {}, 10459 "pageX": {},
10492 "pageY": {}, 10460 "pageY": {},
10493 "screenX": {}, 10461 "screenX": {},
10494 "screenY": {}, 10462 "screenY": {},
10495 "target": {}, 10463 "target": {},
10496 "webkitForce": { 10464 "webkitForce": {
10497 "support_level": "experimental" 10465 "support_level": "experimental"
10498 }, 10466 },
10499 "webkitRadiusX": { 10467 "webkitRadiusX": {
10500 "support_level": "experimental" 10468 "support_level": "experimental"
10501 }, 10469 },
10502 "webkitRadiusY": { 10470 "webkitRadiusY": {
10503 "support_level": "experimental" 10471 "support_level": "experimental"
10504 }, 10472 },
10505 "webkitRotationAngle": { 10473 "webkitRotationAngle": {
10506 "support_level": "experimental" 10474 "support_level": "experimental"
10507 } 10475 }
10508 }, 10476 },
10509 "support_level": "experimental" 10477 "support_level": "experimental"
10510 }, 10478 },
10511 "TouchEvent": { 10479 "TouchEvent": {
10512 "comment": "http://www.w3.org/TR/touch-events/", 10480 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/ features",
10513 "members": { 10481 "members": {
10514 "altKey": {}, 10482 "altKey": {},
10515 "changedTouches": {}, 10483 "changedTouches": {},
10516 "ctrlKey": {}, 10484 "ctrlKey": {},
10517 "initTouchEvent": {}, 10485 "initTouchEvent": {},
10518 "metaKey": {}, 10486 "metaKey": {},
10519 "shiftKey": {}, 10487 "shiftKey": {},
10520 "targetTouches": {}, 10488 "targetTouches": {},
10521 "touches": {} 10489 "touches": {}
10522 }, 10490 },
10523 "support_level": "experimental" 10491 "support_level": "experimental"
10524 }, 10492 },
10525 "TouchList": { 10493 "TouchList": {
10526 "comment": "http://www.w3.org/TR/touch-events/", 10494 "comment": "http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/ features",
10527 "members": { 10495 "members": {
10528 "item": {}, 10496 "item": {},
10529 "length": {} 10497 "length": {}
10530 }, 10498 },
10531 "support_level": "experimental" 10499 "support_level": "experimental"
10532 }, 10500 },
10533 "TrackEvent": { 10501 "TrackEvent": {
10534 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- video-element.html#trackevent", 10502 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- video-element.html#trackevent",
10535 "dart_action": "unstable", 10503 "dart_action": "unstable",
10536 "members": { 10504 "members": {
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
11794 "importStylesheet": {}, 11762 "importStylesheet": {},
11795 "removeParameter": {}, 11763 "removeParameter": {},
11796 "reset": {}, 11764 "reset": {},
11797 "setParameter": {}, 11765 "setParameter": {},
11798 "transformToDocument": {}, 11766 "transformToDocument": {},
11799 "transformToFragment": {} 11767 "transformToFragment": {}
11800 }, 11768 },
11801 "support_level": "nonstandard" 11769 "support_level": "nonstandard"
11802 } 11770 }
11803 } 11771 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698