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

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

Issue 14813017: Updating DOM metadata with latest IDL version. (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
« no previous file with comments | « no previous file | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "specified": { 60 "specified": {
61 "dart_action": "suppress", 61 "dart_action": "suppress",
62 "support_level": "deprecated" 62 "support_level": "deprecated"
63 }, 63 },
64 "value": {} 64 "value": {}
65 }, 65 },
66 "support_level": "stable" 66 "support_level": "stable"
67 }, 67 },
68 "AudioBuffer": { 68 "AudioBuffer": {
69 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#AudioBuffer-section", 69 "comment": "https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification .html#AudioBuffer-section",
70 "dart_action": "default",
71 "members": { 70 "members": {
72 "duration": {}, 71 "duration": {},
73 "gain": {}, 72 "gain": {},
74 "getChannelData": {}, 73 "getChannelData": {},
75 "length": {}, 74 "length": {},
76 "numberOfChannels": {}, 75 "numberOfChannels": {},
77 "sampleRate": {} 76 "sampleRate": {}
78 }, 77 },
79 "support_level": "experimental" 78 "support_level": "experimental"
80 }, 79 },
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "support_level": "stable" 266 "support_level": "stable"
268 }, 267 },
269 "CDATASection": { 268 "CDATASection": {
270 "comment": "http://dom.spec.whatwg.org/#cdatasection", 269 "comment": "http://dom.spec.whatwg.org/#cdatasection",
271 "dart_action": "suppress", 270 "dart_action": "suppress",
272 "members": {}, 271 "members": {},
273 "support_level": "deprecated" 272 "support_level": "deprecated"
274 }, 273 },
275 "CSSCharsetRule": { 274 "CSSCharsetRule": {
276 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface", 275 "comment": "http://dev.w3.org/csswg/cssom/#the-csscharsetrule-interface",
277 "dart_action": "default",
278 "members": { 276 "members": {
279 "encoding": {} 277 "encoding": {}
280 }, 278 },
281 "support_level": "experimental" 279 "support_level": "experimental"
282 }, 280 },
283 "CSSFontFaceLoadEvent": { 281 "CSSFontFaceLoadEvent": {
284 "comment": "http://www.w3.org/TR/css3-fonts/", 282 "comment": "http://www.w3.org/TR/css3-fonts/",
285 "members": { 283 "members": {
286 "error": {}, 284 "error": {},
287 "fontface": {} 285 "fontface": {}
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList" , 419 "comment": "http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList" ,
422 "members": { 420 "members": {
423 "item": {}, 421 "item": {},
424 "length": {} 422 "length": {}
425 }, 423 },
426 "support_level": "stable" 424 "support_level": "stable"
427 }, 425 },
428 "CSSStyleDeclaration": { 426 "CSSStyleDeclaration": {
429 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface ", 427 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface ",
430 "members": { 428 "members": {
431 "_getPropertyValue": {},
432 "cssText": {}, 429 "cssText": {},
433 "getPropertyCSSValue": { 430 "getPropertyCSSValue": {
434 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", 431 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face",
435 "dart_action": "suppress", 432 "dart_action": "suppress",
436 "support_level": "deprecated" 433 "support_level": "deprecated"
437 }, 434 },
438 "getPropertyPriority": {}, 435 "getPropertyPriority": {},
439 "getPropertyShorthand": { 436 "getPropertyShorthand": {
440 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", 437 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face",
441 "support_level": "nonstandard" 438 "support_level": "nonstandard"
442 }, 439 },
443 "getPropertyValue": { 440 "getPropertyValue": {},
444 "support_level": "untriaged"
445 },
446 "isPropertyImplicit": { 441 "isPropertyImplicit": {
447 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face", 442 "comment": "http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-inter face",
448 "support_level": "nonstandard" 443 "support_level": "nonstandard"
449 }, 444 },
450 "item": {}, 445 "item": {},
451 "length": {}, 446 "length": {},
452 "parentRule": {}, 447 "parentRule": {},
453 "removeProperty": {}, 448 "removeProperty": {},
454 "setProperty": {} 449 "setProperty": {}
455 }, 450 },
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 }, 972 },
978 "support_level": "stable" 973 "support_level": "stable"
979 }, 974 },
980 "DOMError": { 975 "DOMError": {
981 "comment": "http://www.w3.org/TR/dom/#interface-domerror", 976 "comment": "http://www.w3.org/TR/dom/#interface-domerror",
982 "members": { 977 "members": {
983 "name": {} 978 "name": {}
984 }, 979 },
985 "support_level": "stable" 980 "support_level": "stable"
986 }, 981 },
987 "DOMException": {
988 "members": {},
989 "support_level": "untriaged"
990 },
991 "DOMFileSystem": { 982 "DOMFileSystem": {
992 "comment": "http://www.w3.org/TR/file-system-api/", 983 "comment": "http://www.w3.org/TR/file-system-api/",
993 "members": { 984 "members": {
994 "name": {}, 985 "name": {},
995 "root": {} 986 "root": {}
996 }, 987 },
997 "support_level": "experimental" 988 "support_level": "experimental"
998 }, 989 },
999 "DOMFileSystemSync": { 990 "DOMFileSystemSync": {
1000 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa ce", 991 "comment": "http://www.w3.org/TR/file-system-api/#the-filesystemsync-interfa ce",
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 "onwebkitAnimationEnd": { 1391 "onwebkitAnimationEnd": {
1401 "support_level": "untriaged" 1392 "support_level": "untriaged"
1402 }, 1393 },
1403 "onwebkitAnimationIteration": { 1394 "onwebkitAnimationIteration": {
1404 "support_level": "untriaged" 1395 "support_level": "untriaged"
1405 }, 1396 },
1406 "onwebkitAnimationStart": { 1397 "onwebkitAnimationStart": {
1407 "support_level": "untriaged" 1398 "support_level": "untriaged"
1408 }, 1399 },
1409 "onwebkitTransitionEnd": { 1400 "onwebkitTransitionEnd": {
1410 "support_level": "untriaged" 1401 "support_level": "deprecated"
1411 }, 1402 },
1412 "onwebkitanimationend": { 1403 "onwebkitanimationend": {
1413 "support_level": "experimental" 1404 "support_level": "experimental"
1414 }, 1405 },
1415 "onwebkitanimationiteration": { 1406 "onwebkitanimationiteration": {
1416 "support_level": "experimental" 1407 "support_level": "experimental"
1417 }, 1408 },
1418 "onwebkitanimationstart": { 1409 "onwebkitanimationstart": {
1419 "support_level": "experimental" 1410 "support_level": "experimental"
1420 }, 1411 },
1421 "onwebkittransitionend": { 1412 "onwebkittransitionend": {
1422 "support_level": "experimental" 1413 "support_level": "deprecated"
1423 }, 1414 },
1424 "open": {}, 1415 "open": {},
1425 "openDatabase": { 1416 "openDatabase": {
1426 "comment": "http://www.w3.org/TR/webdatabase/", 1417 "comment": "http://www.w3.org/TR/webdatabase/",
1427 "dart_action": "experimental", 1418 "dart_action": "experimental",
1428 "support_level": "deprecated" 1419 "support_level": "deprecated"
1429 }, 1420 },
1430 "opener": {}, 1421 "opener": {},
1431 "outerHeight": {}, 1422 "outerHeight": {},
1432 "outerWidth": {}, 1423 "outerWidth": {},
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 }, 2086 },
2096 "EXTTextureFilterAnisotropic": { 2087 "EXTTextureFilterAnisotropic": {
2097 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil ter_anisotropic/", 2088 "comment": "http://www.khronos.org/registry/webgl/extensions/EXT_texture_fil ter_anisotropic/",
2098 "members": { 2089 "members": {
2099 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {}, 2090 "MAX_TEXTURE_MAX_ANISOTROPY_EXT": {},
2100 "TEXTURE_MAX_ANISOTROPY_EXT": {} 2091 "TEXTURE_MAX_ANISOTROPY_EXT": {}
2101 }, 2092 },
2102 "support_level": "experimental" 2093 "support_level": "experimental"
2103 }, 2094 },
2104 "Element": { 2095 "Element": {
2096 "comment": "http://dom.spec.whatwg.org/#interface-element",
2105 "members": { 2097 "members": {
2106 "ALLOW_KEYBOARD_INPUT": { 2098 "ALLOW_KEYBOARD_INPUT": {
2107 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-element-requestfullscreen", 2099 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html #dom-element-requestfullscreen",
2108 "dart_action": "suppress", 2100 "dart_action": "suppress",
2109 "support_level": "deprecated" 2101 "support_level": "deprecated"
2110 }, 2102 },
2111 "attributes": {}, 2103 "attributes": {},
2112 "blur": {}, 2104 "blur": {},
2113 "childElementCount": {}, 2105 "childElementCount": {},
2114 "children": { 2106 "children": {
2115 "support_level": "untriaged" 2107 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2108 "dart_action": "stable",
2109 "support_level": "nonstandard"
2116 }, 2110 },
2117 "classList": { 2111 "classList": {
2118 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-classlist" 2112 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-classlist"
2119 }, 2113 },
2120 "className": {}, 2114 "className": {},
2121 "click": { 2115 "click": {
2122 "support_level": "untriaged" 2116 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2117 "dart_action": "stable",
2118 "support_level": "nonstandard"
2123 }, 2119 },
2124 "clientHeight": {}, 2120 "clientHeight": {},
2125 "clientLeft": {}, 2121 "clientLeft": {},
2126 "clientTop": {}, 2122 "clientTop": {},
2127 "clientWidth": {}, 2123 "clientWidth": {},
2128 "contentEditable": { 2124 "contentEditable": {
2129 "support_level": "untriaged" 2125 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2126 "dart_action": "stable",
2127 "support_level": "nonstandard"
2130 }, 2128 },
2131 "dataset": { 2129 "dataset": {
2132 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-dataset" 2130 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#dom-dataset"
2133 }, 2131 },
2134 "dir": { 2132 "dir": {
2135 "support_level": "untriaged" 2133 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2134 "dart_action": "stable",
2135 "support_level": "nonstandard"
2136 }, 2136 },
2137 "draggable": { 2137 "draggable": {
2138 "support_level": "untriaged" 2138 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2139 "dart_action": "stable",
2140 "support_level": "nonstandard"
2139 }, 2141 },
2140 "firstElementChild": {}, 2142 "firstElementChild": {},
2141 "focus": {}, 2143 "focus": {},
2142 "getAttribute": {}, 2144 "getAttribute": {},
2143 "getAttributeNS": {}, 2145 "getAttributeNS": {},
2144 "getAttributeNode": { 2146 "getAttributeNode": {
2145 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode", 2147 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode",
2146 "dart_action": "suppress", 2148 "dart_action": "suppress",
2147 "support_level": "deprecated" 2149 "support_level": "deprecated"
2148 }, 2150 },
2149 "getAttributeNodeNS": { 2151 "getAttributeNodeNS": {
2150 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens", 2152 "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenodens",
2151 "dart_action": "suppress", 2153 "dart_action": "suppress",
2152 "support_level": "deprecated" 2154 "support_level": "deprecated"
2153 }, 2155 },
2154 "getBoundingClientRect": {}, 2156 "getBoundingClientRect": {},
2155 "getClientRects": {}, 2157 "getClientRects": {},
2156 "getElementsByClassName": {}, 2158 "getElementsByClassName": {},
2157 "getElementsByTagName": {}, 2159 "getElementsByTagName": {},
2158 "getElementsByTagNameNS": { 2160 "getElementsByTagNameNS": {
2159 "dart_action": "suppress" 2161 "dart_action": "suppress"
2160 }, 2162 },
2161 "hasAttribute": {}, 2163 "hasAttribute": {},
2162 "hasAttributeNS": {}, 2164 "hasAttributeNS": {},
2163 "hasAttributes": {}, 2165 "hasAttributes": {},
2164 "hidden": { 2166 "hidden": {
2165 "support_level": "untriaged" 2167 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2168 "dart_action": "stable",
2169 "support_level": "nonstandard"
2166 }, 2170 },
2167 "id": { 2171 "id": {
2168 "support_level": "untriaged" 2172 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2173 "dart_action": "stable",
2174 "support_level": "nonstandard"
2169 }, 2175 },
2170 "innerHTML": { 2176 "innerHTML": {
2171 "support_level": "untriaged" 2177 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2178 "dart_action": "stable",
2179 "support_level": "nonstandard"
2172 }, 2180 },
2173 "isContentEditable": { 2181 "isContentEditable": {
2174 "support_level": "untriaged" 2182 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2183 "dart_action": "stable",
2184 "support_level": "nonstandard"
2175 }, 2185 },
2176 "lang": { 2186 "lang": {
2177 "support_level": "untriaged" 2187 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2188 "dart_action": "stable",
2189 "support_level": "nonstandard"
2178 }, 2190 },
2179 "lastElementChild": {}, 2191 "lastElementChild": {},
2180 "nextElementSibling": {}, 2192 "nextElementSibling": {},
2181 "offsetHeight": {}, 2193 "offsetHeight": {},
2182 "offsetLeft": {}, 2194 "offsetLeft": {},
2183 "offsetParent": {}, 2195 "offsetParent": {},
2184 "offsetTop": {}, 2196 "offsetTop": {},
2185 "offsetWidth": {}, 2197 "offsetWidth": {},
2186 "onabort": {}, 2198 "onabort": {},
2187 "onbeforecopy": {}, 2199 "onbeforecopy": {},
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 "onsubmit": {}, 2247 "onsubmit": {},
2236 "ontouchcancel": { 2248 "ontouchcancel": {
2237 "comment": "http://www.w3.org/TR/touch-events/", 2249 "comment": "http://www.w3.org/TR/touch-events/",
2238 "support_level": "experimental" 2250 "support_level": "experimental"
2239 }, 2251 },
2240 "ontouchend": { 2252 "ontouchend": {
2241 "comment": "http://www.w3.org/TR/touch-events/", 2253 "comment": "http://www.w3.org/TR/touch-events/",
2242 "support_level": "experimental" 2254 "support_level": "experimental"
2243 }, 2255 },
2244 "ontouchenter": { 2256 "ontouchenter": {
2245 "support_level": "untriaged" 2257 "comment": "http://www.w3.org/TR/touch-events/",
2258 "support_level": "experimental"
2246 }, 2259 },
2247 "ontouchleave": { 2260 "ontouchleave": {
2248 "support_level": "untriaged" 2261 "comment": "http://www.w3.org/TR/touch-events/",
2262 "support_level": "experimental"
2249 }, 2263 },
2250 "ontouchmove": { 2264 "ontouchmove": {
2251 "comment": "http://www.w3.org/TR/touch-events/", 2265 "comment": "http://www.w3.org/TR/touch-events/",
2252 "support_level": "experimental" 2266 "support_level": "experimental"
2253 }, 2267 },
2254 "ontouchstart": { 2268 "ontouchstart": {
2255 "comment": "http://www.w3.org/TR/touch-events/", 2269 "comment": "http://www.w3.org/TR/touch-events/",
2256 "support_level": "experimental" 2270 "support_level": "experimental"
2257 }, 2271 },
2258 "onwebkitTransitionEnd": { 2272 "onwebkitTransitionEnd": {
2259 "support_level": "untriaged" 2273 "support_level": "deprecated"
2260 }, 2274 },
2261 "onwebkitfullscreenchange": { 2275 "onwebkitfullscreenchange": {
2262 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", 2276 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ",
2263 "support_level": "experimental" 2277 "support_level": "experimental"
2264 }, 2278 },
2265 "onwebkitfullscreenerror": { 2279 "onwebkitfullscreenerror": {
2266 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ", 2280 "comment": "https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html ",
2267 "support_level": "experimental" 2281 "support_level": "experimental"
2268 }, 2282 },
2269 "outerHTML": { 2283 "outerHTML": {
2270 "support_level": "untriaged" 2284 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2285 "dart_action": "stable",
2286 "support_level": "nonstandard"
2271 }, 2287 },
2272 "previousElementSibling": {}, 2288 "previousElementSibling": {},
2273 "querySelector": {}, 2289 "querySelector": {},
2274 "querySelectorAll": {}, 2290 "querySelectorAll": {},
2275 "remove": { 2291 "remove": {
2276 "dart_action": "suppress", 2292 "dart_action": "suppress",
2277 "support_level": "nonstandard" 2293 "support_level": "nonstandard"
2278 }, 2294 },
2279 "removeAttribute": {}, 2295 "removeAttribute": {},
2280 "removeAttributeNS": {}, 2296 "removeAttributeNS": {},
(...skipping 17 matching lines...) Expand all
2298 "scrollWidth": {}, 2314 "scrollWidth": {},
2299 "setAttribute": {}, 2315 "setAttribute": {},
2300 "setAttributeNS": {}, 2316 "setAttributeNS": {},
2301 "setAttributeNode": { 2317 "setAttributeNode": {
2302 "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode", 2318 "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode",
2303 "dart_action": "suppress", 2319 "dart_action": "suppress",
2304 "support_level": "deprecated" 2320 "support_level": "deprecated"
2305 }, 2321 },
2306 "setAttributeNodeNS": {}, 2322 "setAttributeNodeNS": {},
2307 "spellcheck": { 2323 "spellcheck": {
2308 "support_level": "untriaged" 2324 "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking",
2325 "dart_action": "experimental",
2326 "support_level": "nonstandard"
2309 }, 2327 },
2310 "style": {}, 2328 "style": {},
2311 "tabIndex": { 2329 "tabIndex": {
2312 "support_level": "untriaged" 2330 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2331 "dart_action": "stable",
2332 "support_level": "nonstandard"
2313 }, 2333 },
2314 "tagName": {}, 2334 "tagName": {},
2315 "title": { 2335 "title": {
2316 "support_level": "untriaged" 2336 "comment": "http://www.whatwg.org/specs/web-apps/2007-10-26/multipage/se ction-elements.html#htmlelement",
2337 "dart_action": "stable",
2338 "support_level": "nonstandard"
2317 }, 2339 },
2318 "translate": { 2340 "translate": {
2319 "support_level": "untriaged" 2341 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ elements.html#the-translate-attribute",
2342 "support_level": "experimental"
2320 }, 2343 },
2321 "webkitCreateShadowRoot": { 2344 "webkitCreateShadowRoot": {
2322 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-shadow-aware-create-shadow-root", 2345 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-shadow-aware-create-shadow-root",
2323 "support_level": "experimental" 2346 "support_level": "experimental"
2324 }, 2347 },
2325 "webkitGetRegionFlowRanges": { 2348 "webkitGetRegionFlowRanges": {
2326 "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-getregionflo wranges", 2349 "comment": "http://dev.w3.org/csswg/css-regions/#dom-region-getregionflo wranges",
2327 "support_level": "experimental" 2350 "support_level": "experimental"
2328 }, 2351 },
2329 "webkitInsertionParent": { 2352 "webkitInsertionParent": {
(...skipping 23 matching lines...) Expand all
2353 }, 2376 },
2354 "webkitRequestPointerLock": { 2377 "webkitRequestPointerLock": {
2355 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Element-requestPointerLock-void", 2378 "comment": "https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.ht ml#widl-Element-requestPointerLock-void",
2356 "support_level": "experimental" 2379 "support_level": "experimental"
2357 }, 2380 },
2358 "webkitShadowRoot": { 2381 "webkitShadowRoot": {
2359 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-shadow-aware-create-shadow-root", 2382 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shado w/index.html#api-shadow-aware-create-shadow-root",
2360 "support_level": "experimental" 2383 "support_level": "experimental"
2361 }, 2384 },
2362 "webkitdropzone": { 2385 "webkitdropzone": {
2363 "support_level": "untriaged" 2386 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ dnd.html#the-dropzone-attribute",
2387 "support_level": "experimental"
2364 } 2388 }
2365 }, 2389 },
2366 "support_level": "stable" 2390 "support_level": "stable"
2367 }, 2391 },
2368 "ElementTimeControl": { 2392 "ElementTimeControl": {
2369 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeContro l", 2393 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeContro l",
2370 "dart_action": "unstable", 2394 "dart_action": "unstable",
2371 "members": { 2395 "members": {
2372 "beginElement": {}, 2396 "beginElement": {},
2373 "beginElementAt": {}, 2397 "beginElementAt": {},
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
2924 "members": { 2948 "members": {
2925 "item": {}, 2949 "item": {},
2926 "length": {}, 2950 "length": {},
2927 "namedItem": {}, 2951 "namedItem": {},
2928 "tags": {} 2952 "tags": {}
2929 }, 2953 },
2930 "support_level": "deprecated" 2954 "support_level": "deprecated"
2931 }, 2955 },
2932 "HTMLAnchorElement": { 2956 "HTMLAnchorElement": {
2933 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text -level-semantics.html#the-a-element", 2957 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/text -level-semantics.html#the-a-element",
2934 "dart_action": "unstable",
2935 "members": { 2958 "members": {
2936 "HTMLAnchorElement": {}, 2959 "HTMLAnchorElement": {},
2937 "charset": { 2960 "charset": {
2938 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial", 2961 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial",
2939 "dart_action": "suppress", 2962 "dart_action": "suppress",
2940 "support_level": "deprecated" 2963 "support_level": "deprecated"
2941 }, 2964 },
2942 "coords": { 2965 "coords": {
2943 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial", 2966 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLAnchorElement-partial",
2944 "dart_action": "suppress", 2967 "dart_action": "suppress",
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 "insertAdjacentText": { 3366 "insertAdjacentText": {
3344 "support_level": "nonstandard" 3367 "support_level": "nonstandard"
3345 }, 3368 },
3346 "isContentEditable": {}, 3369 "isContentEditable": {},
3347 "lang": {}, 3370 "lang": {},
3348 "outerHTML": {}, 3371 "outerHTML": {},
3349 "outerText": { 3372 "outerText": {
3350 "dart_action": "suppress", 3373 "dart_action": "suppress",
3351 "support_level": "nonstandard" 3374 "support_level": "nonstandard"
3352 }, 3375 },
3353 "spellcheck": {}, 3376 "spellcheck": {
3377 "comment": "http://blog.whatwg.org/the-road-to-html-5-spellchecking",
3378 "dart_action": "experimental",
3379 "support_level": "nonstandard"
3380 },
3354 "tabIndex": {}, 3381 "tabIndex": {},
3355 "title": {}, 3382 "title": {},
3356 "translate": {}, 3383 "translate": {},
3357 "webkitdropzone": { 3384 "webkitdropzone": {
3358 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ dnd.html#the-dropzone-attribute", 3385 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ dnd.html#the-dropzone-attribute",
3359 "support_level": "experimental" 3386 "support_level": "experimental"
3360 } 3387 }
3361 }, 3388 },
3362 "support_level": "stable" 3389 "support_level": "stable"
3363 }, 3390 },
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
3701 "labels": { 3728 "labels": {
3702 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels" 3729 "comment": "http://www.w3.org/TR/html5/forms.html#dom-lfe-labels"
3703 }, 3730 },
3704 "list": {}, 3731 "list": {},
3705 "max": {}, 3732 "max": {},
3706 "maxLength": {}, 3733 "maxLength": {},
3707 "min": {}, 3734 "min": {},
3708 "multiple": {}, 3735 "multiple": {},
3709 "name": {}, 3736 "name": {},
3710 "onwebkitSpeechChange": { 3737 "onwebkitSpeechChange": {
3711 "support_level": "untriaged" 3738 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/201 1Feb/att-0020/api-draft.html#extending_html_elements",
3739 "support_level": "experimental"
3712 }, 3740 },
3713 "onwebkitspeechchange": { 3741 "onwebkitspeechchange": {
3714 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/201 1Feb/att-0020/api-draft.html#extending_html_elements", 3742 "comment": "http://lists.w3.org/Archives/Public/public-xg-htmlspeech/201 1Feb/att-0020/api-draft.html#extending_html_elements",
3715 "support_level": "experimental" 3743 "support_level": "experimental"
3716 }, 3744 },
3717 "pattern": {}, 3745 "pattern": {},
3718 "placeholder": {}, 3746 "placeholder": {},
3719 "readOnly": {}, 3747 "readOnly": {},
3720 "required": {}, 3748 "required": {},
3721 "select": {}, 3749 "select": {},
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
4831 "IDBAny": { 4859 "IDBAny": {
4832 "dart_action": "suppress", 4860 "dart_action": "suppress",
4833 "members": {}, 4861 "members": {},
4834 "support_level": "nonstandard" 4862 "support_level": "nonstandard"
4835 }, 4863 },
4836 "IDBCursor": { 4864 "IDBCursor": {
4837 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursor", 4865 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBCursor",
4838 "dart_action": "unstable", 4866 "dart_action": "unstable",
4839 "members": { 4867 "members": {
4840 "advance": {}, 4868 "advance": {},
4841 "continue": { 4869 "continue": {},
4842 "support_level": "untriaged"
4843 },
4844 "delete": {}, 4870 "delete": {},
4845 "direction": {}, 4871 "direction": {},
4846 "key": {}, 4872 "key": {},
4847 "next": { 4873 "next": {
4848 "support_level": "nonstandard" 4874 "support_level": "nonstandard"
4849 }, 4875 },
4850 "primaryKey": {}, 4876 "primaryKey": {},
4851 "source": {}, 4877 "source": {},
4852 "update": {} 4878 "update": {}
4853 }, 4879 },
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
4908 "openCursor": {}, 4934 "openCursor": {},
4909 "openKeyCursor": {}, 4935 "openKeyCursor": {},
4910 "unique": {} 4936 "unique": {}
4911 }, 4937 },
4912 "support_level": "stable" 4938 "support_level": "stable"
4913 }, 4939 },
4914 "IDBKeyRange": { 4940 "IDBKeyRange": {
4915 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBKeyRange", 4941 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBKeyRange",
4916 "dart_action": "unstable", 4942 "dart_action": "unstable",
4917 "members": { 4943 "members": {
4918 "bound": { 4944 "bound": {},
4919 "support_level": "untriaged"
4920 },
4921 "bound_": { 4945 "bound_": {
4922 "support_level": "nonstandard" 4946 "support_level": "nonstandard"
4923 }, 4947 },
4924 "lower": {}, 4948 "lower": {},
4925 "lowerBound": { 4949 "lowerBound": {},
4926 "support_level": "untriaged"
4927 },
4928 "lowerBound_": { 4950 "lowerBound_": {
4929 "support_level": "nonstandard" 4951 "support_level": "nonstandard"
4930 }, 4952 },
4931 "lowerOpen": {}, 4953 "lowerOpen": {},
4932 "only": { 4954 "only": {},
4933 "support_level": "untriaged"
4934 },
4935 "only_": { 4955 "only_": {
4936 "support_level": "nonstandard" 4956 "support_level": "nonstandard"
4937 }, 4957 },
4938 "upper": {}, 4958 "upper": {},
4939 "upperBound": { 4959 "upperBound": {},
4940 "support_level": "untriaged"
4941 },
4942 "upperBound_": { 4960 "upperBound_": {
4943 "support_level": "nonstandard" 4961 "support_level": "nonstandard"
4944 }, 4962 },
4945 "upperOpen": {} 4963 "upperOpen": {}
4946 }, 4964 },
4947 "support_level": "stable" 4965 "support_level": "stable"
4948 }, 4966 },
4949 "IDBObjectStore": { 4967 "IDBObjectStore": {
4950 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBObjectStore", 4968 "comment": "http://www.w3.org/TR/IndexedDB/#idl-def-IDBObjectStore",
4951 "dart_action": "unstable", 4969 "dart_action": "unstable",
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
5330 "MediaStreamEvent": { 5348 "MediaStreamEvent": {
5331 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html", 5349 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html",
5332 "members": { 5350 "members": {
5333 "stream": {} 5351 "stream": {}
5334 }, 5352 },
5335 "support_level": "experimental" 5353 "support_level": "experimental"
5336 }, 5354 },
5337 "MediaStreamTrack": { 5355 "MediaStreamTrack": {
5338 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre amtrack", 5356 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastre amtrack",
5339 "members": { 5357 "members": {
5340 "addEventListener": { 5358 "addEventListener": {},
5341 "dart_action": "default" 5359 "dispatchEvent": {},
5342 },
5343 "dispatchEvent": {
5344 "dart_action": "default"
5345 },
5346 "enabled": {}, 5360 "enabled": {},
5347 "id": {}, 5361 "id": {},
5348 "kind": {}, 5362 "kind": {},
5349 "label": {}, 5363 "label": {},
5350 "onended": {}, 5364 "onended": {},
5351 "onmute": {}, 5365 "onmute": {},
5352 "onunmute": {}, 5366 "onunmute": {},
5353 "readyState": {}, 5367 "readyState": {},
5354 "removeEventListener": {} 5368 "removeEventListener": {}
5355 }, 5369 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
5423 }, 5437 },
5424 "support_level": "experimental" 5438 "support_level": "experimental"
5425 }, 5439 },
5426 "MetadataCallback": { 5440 "MetadataCallback": {
5427 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-MetadataCallback", 5441 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-MetadataCallback",
5428 "members": { 5442 "members": {
5429 "handleEvent": {} 5443 "handleEvent": {}
5430 }, 5444 },
5431 "support_level": "experimental" 5445 "support_level": "experimental"
5432 }, 5446 },
5433 "MimeType": {
5434 "members": {},
5435 "support_level": "untriaged"
5436 },
5437 "MimeTypeArray": {
5438 "members": {},
5439 "support_level": "untriaged"
5440 },
5441 "MouseEvent": { 5447 "MouseEvent": {
5442 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-mouseevents", 5448 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-mouseevents",
5443 "members": { 5449 "members": {
5444 "altKey": {}, 5450 "altKey": {},
5445 "button": {}, 5451 "button": {},
5446 "clientX": {}, 5452 "clientX": {},
5447 "clientY": {}, 5453 "clientY": {},
5448 "ctrlKey": {}, 5454 "ctrlKey": {},
5449 "dataTransfer": { 5455 "dataTransfer": {
5450 "dart_action": "unstable", 5456 "dart_action": "unstable",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
5507 "attrName": {}, 5513 "attrName": {},
5508 "initMutationEvent": {}, 5514 "initMutationEvent": {},
5509 "newValue": {}, 5515 "newValue": {},
5510 "prevValue": {}, 5516 "prevValue": {},
5511 "relatedNode": {} 5517 "relatedNode": {}
5512 }, 5518 },
5513 "support_level": "deprecated" 5519 "support_level": "deprecated"
5514 }, 5520 },
5515 "MutationObserver": { 5521 "MutationObserver": {
5516 "comment": "http://www.w3.org/TR/domcore/#interface-mutationobserver", 5522 "comment": "http://www.w3.org/TR/domcore/#interface-mutationobserver",
5517 "dart_action": "default",
5518 "members": { 5523 "members": {
5519 "_observe": {}, 5524 "_observe": {},
5520 "disconnect": {}, 5525 "disconnect": {},
5521 "observe": { 5526 "observe": {},
5522 "support_level": "untriaged"
5523 },
5524 "takeRecords": {} 5527 "takeRecords": {}
5525 }, 5528 },
5526 "support_level": "stable" 5529 "support_level": "stable"
5527 }, 5530 },
5528 "MutationRecord": { 5531 "MutationRecord": {
5529 "comment": "http://www.w3.org/TR/domcore/#mutationrecord", 5532 "comment": "http://www.w3.org/TR/domcore/#mutationrecord",
5530 "members": { 5533 "members": {
5531 "addedNodes": {}, 5534 "addedNodes": {},
5532 "attributeName": {}, 5535 "attributeName": {},
5533 "attributeNamespace": {}, 5536 "attributeNamespace": {},
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
5567 "removeNamedItemNS": {}, 5570 "removeNamedItemNS": {},
5568 "setNamedItem": {}, 5571 "setNamedItem": {},
5569 "setNamedItemNS": {} 5572 "setNamedItemNS": {}
5570 }, 5573 },
5571 "support_level": "deprecated" 5574 "support_level": "deprecated"
5572 }, 5575 },
5573 "Navigator": { 5576 "Navigator": {
5574 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/time rs.html#navigator", 5577 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/time rs.html#navigator",
5575 "members": { 5578 "members": {
5576 "appCodeName": { 5579 "appCodeName": {
5577 "dart_action": "default",
5578 "support_level": "nonstandard" 5580 "support_level": "nonstandard"
5579 }, 5581 },
5580 "appName": { 5582 "appName": {
5581 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid" 5583 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid"
5582 }, 5584 },
5583 "appVersion": { 5585 "appVersion": {
5584 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid" 5586 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ timers.html#navigatorid"
5585 }, 5587 },
5586 "cookieEnabled": { 5588 "cookieEnabled": {
5587 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.navigato r.cookieEnabled", 5589 "comment": "https://developer.mozilla.org/en-US/docs/DOM/window.navigato r.cookieEnabled",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
5696 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-N avigatorUserMediaSuccessCallback", 5698 "comment": "http://dev.w3.org/2011/webrtc/editor/getusermedia.html#idl-def-N avigatorUserMediaSuccessCallback",
5697 "members": { 5699 "members": {
5698 "handleEvent": {} 5700 "handleEvent": {}
5699 }, 5701 },
5700 "support_level": "experimental" 5702 "support_level": "experimental"
5701 }, 5703 },
5702 "Node": { 5704 "Node": {
5703 "comment": "http://dom.spec.whatwg.org/#interface-node", 5705 "comment": "http://dom.spec.whatwg.org/#interface-node",
5704 "members": { 5706 "members": {
5705 "ATTRIBUTE_NODE": {}, 5707 "ATTRIBUTE_NODE": {},
5706 "CDATA_SECTION_NODE": { 5708 "CDATA_SECTION_NODE": {},
5707 "dart_action": "default"
5708 },
5709 "COMMENT_NODE": {}, 5709 "COMMENT_NODE": {},
5710 "DOCUMENT_FRAGMENT_NODE": {}, 5710 "DOCUMENT_FRAGMENT_NODE": {},
5711 "DOCUMENT_NODE": {}, 5711 "DOCUMENT_NODE": {},
5712 "DOCUMENT_POSITION_CONTAINED_BY": {}, 5712 "DOCUMENT_POSITION_CONTAINED_BY": {},
5713 "DOCUMENT_POSITION_CONTAINS": {}, 5713 "DOCUMENT_POSITION_CONTAINS": {},
5714 "DOCUMENT_POSITION_DISCONNECTED": {}, 5714 "DOCUMENT_POSITION_DISCONNECTED": {},
5715 "DOCUMENT_POSITION_FOLLOWING": {}, 5715 "DOCUMENT_POSITION_FOLLOWING": {},
5716 "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC": {}, 5716 "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC": {},
5717 "DOCUMENT_POSITION_PRECEDING": {}, 5717 "DOCUMENT_POSITION_PRECEDING": {},
5718 "DOCUMENT_TYPE_NODE": {}, 5718 "DOCUMENT_TYPE_NODE": {},
5719 "ELEMENT_NODE": {}, 5719 "ELEMENT_NODE": {},
5720 "ENTITY_NODE": {}, 5720 "ENTITY_NODE": {},
5721 "ENTITY_REFERENCE_NODE": {}, 5721 "ENTITY_REFERENCE_NODE": {},
5722 "NOTATION_NODE": {}, 5722 "NOTATION_NODE": {},
5723 "PROCESSING_INSTRUCTION_NODE": {}, 5723 "PROCESSING_INSTRUCTION_NODE": {},
5724 "TEXT_NODE": {}, 5724 "TEXT_NODE": {},
5725 "addEventListener": {}, 5725 "addEventListener": {},
5726 "appendChild": {}, 5726 "appendChild": {},
5727 "baseURI": { 5727 "baseURI": {},
5728 "dart_action": "default"
5729 },
5730 "childNodes": {}, 5728 "childNodes": {},
5731 "cloneNode": {}, 5729 "cloneNode": {},
5732 "compareDocumentPosition": {}, 5730 "compareDocumentPosition": {},
5733 "contains": {}, 5731 "contains": {},
5734 "dispatchEvent": {}, 5732 "dispatchEvent": {},
5735 "firstChild": {}, 5733 "firstChild": {},
5736 "hasChildNodes": {}, 5734 "hasChildNodes": {},
5737 "insertBefore": {}, 5735 "insertBefore": {},
5738 "isDefaultNamespace": {}, 5736 "isDefaultNamespace": {},
5739 "isEqualNode": {}, 5737 "isEqualNode": {},
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
6083 "maxDistance": {}, 6081 "maxDistance": {},
6084 "panningModel": {}, 6082 "panningModel": {},
6085 "refDistance": {}, 6083 "refDistance": {},
6086 "rolloffFactor": {}, 6084 "rolloffFactor": {},
6087 "setOrientation": {}, 6085 "setOrientation": {},
6088 "setPosition": {}, 6086 "setPosition": {},
6089 "setVelocity": {} 6087 "setVelocity": {}
6090 }, 6088 },
6091 "support_level": "experimental" 6089 "support_level": "experimental"
6092 }, 6090 },
6093 "Path": {
6094 "members": {},
6095 "support_level": "untriaged"
6096 },
6097 "Performance": { 6091 "Performance": {
6098 "comment": "http://www.w3.org/TR/navigation-timing/#performance", 6092 "comment": "http://www.w3.org/TR/navigation-timing/#performance",
6099 "members": { 6093 "members": {
6100 "memory": { 6094 "memory": {
6101 "dart_action": "experimental", 6095 "dart_action": "experimental",
6102 "support_level": "nonstandard" 6096 "support_level": "nonstandard"
6103 }, 6097 },
6104 "navigation": {}, 6098 "navigation": {},
6105 "now": { 6099 "now": {
6106 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolu tionTime/Overview.html#sec-extenstions-performance-interface" 6100 "comment": "https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HighResolu tionTime/Overview.html#sec-extenstions-performance-interface"
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
6238 "redirectStart": {}, 6232 "redirectStart": {},
6239 "requestStart": {}, 6233 "requestStart": {},
6240 "responseEnd": {}, 6234 "responseEnd": {},
6241 "responseStart": {}, 6235 "responseStart": {},
6242 "secureConnectionStart": {}, 6236 "secureConnectionStart": {},
6243 "unloadEventEnd": {}, 6237 "unloadEventEnd": {},
6244 "unloadEventStart": {} 6238 "unloadEventStart": {}
6245 }, 6239 },
6246 "support_level": "stable" 6240 "support_level": "stable"
6247 }, 6241 },
6248 "Plugin": {
6249 "members": {},
6250 "support_level": "untriaged"
6251 },
6252 "PluginArray": {
6253 "members": {},
6254 "support_level": "untriaged"
6255 },
6256 "PopStateEvent": { 6242 "PopStateEvent": {
6257 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist ory.html#popstateevent", 6243 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/hist ory.html#popstateevent",
6258 "members": { 6244 "members": {
6259 "state": {} 6245 "state": {}
6260 }, 6246 },
6261 "support_level": "stable" 6247 "support_level": "stable"
6262 }, 6248 },
6263 "PositionCallback": { 6249 "PositionCallback": {
6264 "comment": "http://www.w3.org/TR/geolocation-API/#position-callback", 6250 "comment": "http://www.w3.org/TR/geolocation-API/#position-callback",
6265 "dart_action": "unstable", 6251 "dart_action": "unstable",
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
6694 "handleEvent": {} 6680 "handleEvent": {}
6695 }, 6681 },
6696 "support_level": "deprecated" 6682 "support_level": "deprecated"
6697 }, 6683 },
6698 "SVGAElement": { 6684 "SVGAElement": {
6699 "comment": "http://www.w3.org/TR/SVG/linking.html#InterfaceSVGAElement", 6685 "comment": "http://www.w3.org/TR/SVG/linking.html#InterfaceSVGAElement",
6700 "dart_action": "unstable", 6686 "dart_action": "unstable",
6701 "members": { 6687 "members": {
6702 "SVGAElement": {}, 6688 "SVGAElement": {},
6703 "externalResourcesRequired": { 6689 "externalResourcesRequired": {
6704 "support_level": "untriaged" 6690 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
6705 }, 6691 },
6706 "farthestViewportElement": { 6692 "farthestViewportElement": {
6707 "support_level": "untriaged" 6693 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6708 }, 6694 },
6709 "getBBox": { 6695 "getBBox": {
6710 "support_level": "untriaged" 6696 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6711 }, 6697 },
6712 "getCTM": { 6698 "getCTM": {
6713 "support_level": "untriaged" 6699 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6714 }, 6700 },
6715 "getScreenCTM": { 6701 "getScreenCTM": {
6716 "support_level": "untriaged" 6702 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6717 }, 6703 },
6718 "getTransformToElement": { 6704 "getTransformToElement": {
6719 "support_level": "untriaged" 6705 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6720 }, 6706 },
6721 "hasExtension": { 6707 "hasExtension": {
6722 "support_level": "untriaged" 6708 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6723 }, 6709 },
6724 "href": { 6710 "href": {
6725 "support_level": "untriaged" 6711 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
6726 }, 6712 },
6727 "nearestViewportElement": { 6713 "nearestViewportElement": {
6728 "support_level": "untriaged" 6714 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6729 }, 6715 },
6730 "requiredExtensions": { 6716 "requiredExtensions": {
6731 "support_level": "untriaged" 6717 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6732 }, 6718 },
6733 "requiredFeatures": { 6719 "requiredFeatures": {
6734 "support_level": "untriaged" 6720 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6735 }, 6721 },
6736 "systemLanguage": { 6722 "systemLanguage": {
6737 "support_level": "untriaged" 6723 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6738 }, 6724 },
6739 "target": {}, 6725 "target": {},
6740 "transform": { 6726 "transform": {
6741 "support_level": "untriaged" 6727 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
6742 }, 6728 },
6743 "xmllang": { 6729 "xmllang": {
6744 "support_level": "untriaged" 6730 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
6745 }, 6731 },
6746 "xmlspace": { 6732 "xmlspace": {
6747 "support_level": "untriaged" 6733 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
6748 } 6734 }
6749 }, 6735 },
6750 "support_level": "stable" 6736 "support_level": "stable"
6751 }, 6737 },
6752 "SVGAltGlyphDefElement": { 6738 "SVGAltGlyphDefElement": {
6753 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphDefElemen t", 6739 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphDefElemen t",
6754 "dart_action": "unstable", 6740 "dart_action": "unstable",
6755 "members": {}, 6741 "members": {},
6756 "support_level": "stable" 6742 "support_level": "stable"
6757 }, 6743 },
6758 "SVGAltGlyphElement": { 6744 "SVGAltGlyphElement": {
6759 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphElement", 6745 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphElement",
6760 "dart_action": "unstable", 6746 "dart_action": "unstable",
6761 "members": { 6747 "members": {
6762 "SVGAltGlyphElement": {}, 6748 "SVGAltGlyphElement": {},
6763 "format": {}, 6749 "format": {},
6764 "glyphRef": {}, 6750 "glyphRef": {},
6765 "href": { 6751 "href": {
6766 "support_level": "untriaged" 6752 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
6767 } 6753 }
6768 }, 6754 },
6769 "support_level": "stable" 6755 "support_level": "stable"
6770 }, 6756 },
6771 "SVGAltGlyphItemElement": { 6757 "SVGAltGlyphItemElement": {
6772 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphItemEleme nt", 6758 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphItemEleme nt",
6773 "dart_action": "unstable", 6759 "dart_action": "unstable",
6774 "members": {}, 6760 "members": {},
6775 "support_level": "stable" 6761 "support_level": "stable"
6776 }, 6762 },
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
6929 "baseVal": {} 6915 "baseVal": {}
6930 }, 6916 },
6931 "support_level": "stable" 6917 "support_level": "stable"
6932 }, 6918 },
6933 "SVGAnimationElement": { 6919 "SVGAnimationElement": {
6934 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimationEleme nt", 6920 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimationEleme nt",
6935 "dart_action": "unstable", 6921 "dart_action": "unstable",
6936 "members": { 6922 "members": {
6937 "SVGAnimationElement": {}, 6923 "SVGAnimationElement": {},
6938 "beginElement": { 6924 "beginElement": {
6939 "support_level": "untriaged" 6925 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeCo ntrol"
6940 }, 6926 },
6941 "beginElementAt": { 6927 "beginElementAt": {
6942 "support_level": "untriaged" 6928 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeCo ntrol"
6943 }, 6929 },
6944 "endElement": { 6930 "endElement": {
6945 "support_level": "untriaged" 6931 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeCo ntrol"
6946 }, 6932 },
6947 "endElementAt": { 6933 "endElementAt": {
6948 "support_level": "untriaged" 6934 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceElementTimeCo ntrol"
6949 }, 6935 },
6950 "externalResourcesRequired": { 6936 "externalResourcesRequired": {
6951 "support_level": "untriaged" 6937 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
6952 }, 6938 },
6953 "getCurrentTime": {}, 6939 "getCurrentTime": {},
6954 "getSimpleDuration": {}, 6940 "getSimpleDuration": {},
6955 "getStartTime": {}, 6941 "getStartTime": {},
6956 "hasExtension": { 6942 "hasExtension": {
6957 "support_level": "untriaged" 6943 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6958 }, 6944 },
6959 "requiredExtensions": { 6945 "requiredExtensions": {
6960 "support_level": "untriaged" 6946 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6961 }, 6947 },
6962 "requiredFeatures": { 6948 "requiredFeatures": {
6963 "support_level": "untriaged" 6949 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6964 }, 6950 },
6965 "systemLanguage": { 6951 "systemLanguage": {
6966 "support_level": "untriaged" 6952 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6967 }, 6953 },
6968 "targetElement": {} 6954 "targetElement": {}
6969 }, 6955 },
6970 "support_level": "stable" 6956 "support_level": "stable"
6971 }, 6957 },
6972 "SVGCircleElement": { 6958 "SVGCircleElement": {
6973 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGCircleElement", 6959 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGCircleElement",
6974 "dart_action": "unstable", 6960 "dart_action": "unstable",
6975 "members": { 6961 "members": {
6976 "SVGCircleElement": {}, 6962 "SVGCircleElement": {},
6977 "cx": {}, 6963 "cx": {},
6978 "cy": {}, 6964 "cy": {},
6979 "externalResourcesRequired": { 6965 "externalResourcesRequired": {
6980 "support_level": "untriaged" 6966 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
6981 }, 6967 },
6982 "farthestViewportElement": { 6968 "farthestViewportElement": {
6983 "support_level": "untriaged" 6969 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6984 }, 6970 },
6985 "getBBox": { 6971 "getBBox": {
6986 "support_level": "untriaged" 6972 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6987 }, 6973 },
6988 "getCTM": { 6974 "getCTM": {
6989 "support_level": "untriaged" 6975 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6990 }, 6976 },
6991 "getScreenCTM": { 6977 "getScreenCTM": {
6992 "support_level": "untriaged" 6978 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6993 }, 6979 },
6994 "getTransformToElement": { 6980 "getTransformToElement": {
6995 "support_level": "untriaged" 6981 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
6996 }, 6982 },
6997 "hasExtension": { 6983 "hasExtension": {
6998 "support_level": "untriaged" 6984 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
6999 }, 6985 },
7000 "nearestViewportElement": { 6986 "nearestViewportElement": {
7001 "support_level": "untriaged" 6987 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7002 }, 6988 },
7003 "r": {}, 6989 "r": {},
7004 "requiredExtensions": { 6990 "requiredExtensions": {
7005 "support_level": "untriaged" 6991 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7006 }, 6992 },
7007 "requiredFeatures": { 6993 "requiredFeatures": {
7008 "support_level": "untriaged" 6994 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7009 }, 6995 },
7010 "systemLanguage": { 6996 "systemLanguage": {
7011 "support_level": "untriaged" 6997 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7012 }, 6998 },
7013 "transform": { 6999 "transform": {
7014 "support_level": "untriaged" 7000 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
7015 }, 7001 },
7016 "xmllang": { 7002 "xmllang": {
7017 "support_level": "untriaged" 7003 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7018 }, 7004 },
7019 "xmlspace": { 7005 "xmlspace": {
7020 "support_level": "untriaged" 7006 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7021 } 7007 }
7022 }, 7008 },
7023 "support_level": "stable" 7009 "support_level": "stable"
7024 }, 7010 },
7025 "SVGClipPathElement": { 7011 "SVGClipPathElement": {
7026 "comment": "http://www.w3.org/TR/SVG/masking.html#InterfaceSVGClipPathElemen t", 7012 "comment": "http://www.w3.org/TR/SVG/masking.html#InterfaceSVGClipPathElemen t",
7027 "dart_action": "unstable", 7013 "dart_action": "unstable",
7028 "members": { 7014 "members": {
7029 "SVGClipPathElement": {}, 7015 "SVGClipPathElement": {},
7030 "clipPathUnits": {}, 7016 "clipPathUnits": {},
7031 "externalResourcesRequired": { 7017 "externalResourcesRequired": {
7032 "support_level": "untriaged" 7018 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
7033 }, 7019 },
7034 "farthestViewportElement": { 7020 "farthestViewportElement": {
7035 "support_level": "untriaged" 7021 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7036 }, 7022 },
7037 "getBBox": { 7023 "getBBox": {
7038 "support_level": "untriaged" 7024 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7039 }, 7025 },
7040 "getCTM": { 7026 "getCTM": {
7041 "support_level": "untriaged" 7027 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7042 }, 7028 },
7043 "getScreenCTM": { 7029 "getScreenCTM": {
7044 "support_level": "untriaged" 7030 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7045 }, 7031 },
7046 "getTransformToElement": { 7032 "getTransformToElement": {
7047 "support_level": "untriaged" 7033 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7048 }, 7034 },
7049 "hasExtension": { 7035 "hasExtension": {
7050 "support_level": "untriaged" 7036 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7051 }, 7037 },
7052 "nearestViewportElement": { 7038 "nearestViewportElement": {
7053 "support_level": "untriaged" 7039 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7054 }, 7040 },
7055 "requiredExtensions": { 7041 "requiredExtensions": {
7056 "support_level": "untriaged" 7042 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7057 }, 7043 },
7058 "requiredFeatures": { 7044 "requiredFeatures": {
7059 "support_level": "untriaged" 7045 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7060 }, 7046 },
7061 "systemLanguage": { 7047 "systemLanguage": {
7062 "support_level": "untriaged" 7048 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7063 }, 7049 },
7064 "transform": { 7050 "transform": {
7065 "support_level": "untriaged" 7051 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
7066 }, 7052 },
7067 "xmllang": { 7053 "xmllang": {
7068 "support_level": "untriaged" 7054 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7069 }, 7055 },
7070 "xmlspace": { 7056 "xmlspace": {
7071 "support_level": "untriaged" 7057 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7072 } 7058 }
7073 }, 7059 },
7074 "support_level": "stable" 7060 "support_level": "stable"
7075 }, 7061 },
7076 "SVGColor": { 7062 "SVGColor": {
7077 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGColor", 7063 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGColor",
7078 "dart_action": "unstable", 7064 "dart_action": "unstable",
7079 "members": { 7065 "members": {
7080 "SVG_COLORTYPE_CURRENTCOLOR": {}, 7066 "SVG_COLORTYPE_CURRENTCOLOR": {},
7081 "SVG_COLORTYPE_RGBCOLOR": {}, 7067 "SVG_COLORTYPE_RGBCOLOR": {},
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
7118 "y": {} 7104 "y": {}
7119 }, 7105 },
7120 "support_level": "stable" 7106 "support_level": "stable"
7121 }, 7107 },
7122 "SVGDefsElement": { 7108 "SVGDefsElement": {
7123 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDefsElement", 7109 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDefsElement",
7124 "dart_action": "unstable", 7110 "dart_action": "unstable",
7125 "members": { 7111 "members": {
7126 "SVGDefsElement": {}, 7112 "SVGDefsElement": {},
7127 "externalResourcesRequired": { 7113 "externalResourcesRequired": {
7128 "support_level": "untriaged" 7114 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
7129 }, 7115 },
7130 "farthestViewportElement": { 7116 "farthestViewportElement": {
7131 "support_level": "untriaged" 7117 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7132 }, 7118 },
7133 "getBBox": { 7119 "getBBox": {
7134 "support_level": "untriaged" 7120 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7135 }, 7121 },
7136 "getCTM": { 7122 "getCTM": {
7137 "support_level": "untriaged" 7123 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7138 }, 7124 },
7139 "getScreenCTM": { 7125 "getScreenCTM": {
7140 "support_level": "untriaged" 7126 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7141 }, 7127 },
7142 "getTransformToElement": { 7128 "getTransformToElement": {
7143 "support_level": "untriaged" 7129 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7144 }, 7130 },
7145 "hasExtension": { 7131 "hasExtension": {
7146 "support_level": "untriaged" 7132 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7147 }, 7133 },
7148 "nearestViewportElement": { 7134 "nearestViewportElement": {
7149 "support_level": "untriaged" 7135 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7150 }, 7136 },
7151 "requiredExtensions": { 7137 "requiredExtensions": {
7152 "support_level": "untriaged" 7138 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7153 }, 7139 },
7154 "requiredFeatures": { 7140 "requiredFeatures": {
7155 "support_level": "untriaged" 7141 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7156 }, 7142 },
7157 "systemLanguage": { 7143 "systemLanguage": {
7158 "support_level": "untriaged" 7144 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7159 }, 7145 },
7160 "transform": { 7146 "transform": {
7161 "support_level": "untriaged" 7147 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
7162 }, 7148 },
7163 "xmllang": { 7149 "xmllang": {
7164 "support_level": "untriaged" 7150 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7165 }, 7151 },
7166 "xmlspace": { 7152 "xmlspace": {
7167 "support_level": "untriaged" 7153 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7168 } 7154 }
7169 }, 7155 },
7170 "support_level": "stable" 7156 "support_level": "stable"
7171 }, 7157 },
7172 "SVGDescElement": { 7158 "SVGDescElement": {
7173 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDescElement", 7159 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDescElement",
7174 "dart_action": "unstable", 7160 "dart_action": "unstable",
7175 "members": { 7161 "members": {
7176 "SVGDescElement": {}, 7162 "SVGDescElement": {},
7177 "xmllang": { 7163 "xmllang": {
7178 "support_level": "untriaged" 7164 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7179 }, 7165 },
7180 "xmlspace": { 7166 "xmlspace": {
7181 "support_level": "untriaged" 7167 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7182 } 7168 }
7183 }, 7169 },
7184 "support_level": "stable" 7170 "support_level": "stable"
7185 }, 7171 },
7186 "SVGDocument": { 7172 "SVGDocument": {
7187 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDocument", 7173 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDocument",
7188 "dart_action": "unstable", 7174 "dart_action": "unstable",
7189 "members": { 7175 "members": {
7190 "createEvent": {}, 7176 "createEvent": {},
7191 "rootElement": {} 7177 "rootElement": {}
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
7271 "support_level": "stable" 7257 "support_level": "stable"
7272 }, 7258 },
7273 "SVGEllipseElement": { 7259 "SVGEllipseElement": {
7274 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGEllipseElement" , 7260 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGEllipseElement" ,
7275 "dart_action": "unstable", 7261 "dart_action": "unstable",
7276 "members": { 7262 "members": {
7277 "SVGEllipseElement": {}, 7263 "SVGEllipseElement": {},
7278 "cx": {}, 7264 "cx": {},
7279 "cy": {}, 7265 "cy": {},
7280 "externalResourcesRequired": { 7266 "externalResourcesRequired": {
7281 "support_level": "untriaged" 7267 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
7282 }, 7268 },
7283 "farthestViewportElement": { 7269 "farthestViewportElement": {
7284 "support_level": "untriaged" 7270 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7285 }, 7271 },
7286 "getBBox": { 7272 "getBBox": {
7287 "support_level": "untriaged" 7273 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7288 }, 7274 },
7289 "getCTM": { 7275 "getCTM": {
7290 "support_level": "untriaged" 7276 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7291 }, 7277 },
7292 "getScreenCTM": { 7278 "getScreenCTM": {
7293 "support_level": "untriaged" 7279 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7294 }, 7280 },
7295 "getTransformToElement": { 7281 "getTransformToElement": {
7296 "support_level": "untriaged" 7282 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7297 }, 7283 },
7298 "hasExtension": { 7284 "hasExtension": {
7299 "support_level": "untriaged" 7285 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7300 }, 7286 },
7301 "nearestViewportElement": { 7287 "nearestViewportElement": {
7302 "support_level": "untriaged" 7288 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
7303 }, 7289 },
7304 "requiredExtensions": { 7290 "requiredExtensions": {
7305 "support_level": "untriaged" 7291 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7306 }, 7292 },
7307 "requiredFeatures": { 7293 "requiredFeatures": {
7308 "support_level": "untriaged" 7294 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7309 }, 7295 },
7310 "rx": {}, 7296 "rx": {},
7311 "ry": {}, 7297 "ry": {},
7312 "systemLanguage": { 7298 "systemLanguage": {
7313 "support_level": "untriaged" 7299 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
7314 }, 7300 },
7315 "transform": { 7301 "transform": {
7316 "support_level": "untriaged" 7302 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
7317 }, 7303 },
7318 "xmllang": { 7304 "xmllang": {
7319 "support_level": "untriaged" 7305 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7320 }, 7306 },
7321 "xmlspace": { 7307 "xmlspace": {
7322 "support_level": "untriaged" 7308 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7323 } 7309 }
7324 }, 7310 },
7325 "support_level": "stable" 7311 "support_level": "stable"
7326 }, 7312 },
7327 "SVGException": { 7313 "SVGException": {
7328 "comment": "http://www.w3.org/TR/SVG/svgdom.html#ExceptionSVGException", 7314 "comment": "http://www.w3.org/TR/SVG/svgdom.html#ExceptionSVGException",
7329 "dart_action": "unstable", 7315 "dart_action": "unstable",
7330 "members": { 7316 "members": {
7331 "SVG_INVALID_VALUE_ERR": {}, 7317 "SVG_INVALID_VALUE_ERR": {},
7332 "SVG_MATRIX_NOT_INVERTABLE": {}, 7318 "SVG_MATRIX_NOT_INVERTABLE": {},
(...skipping 24 matching lines...) Expand all
7357 "dart_action": "unstable", 7343 "dart_action": "unstable",
7358 "members": { 7344 "members": {
7359 "SVGFEBlendElement": {}, 7345 "SVGFEBlendElement": {},
7360 "SVG_FEBLEND_MODE_DARKEN": {}, 7346 "SVG_FEBLEND_MODE_DARKEN": {},
7361 "SVG_FEBLEND_MODE_LIGHTEN": {}, 7347 "SVG_FEBLEND_MODE_LIGHTEN": {},
7362 "SVG_FEBLEND_MODE_MULTIPLY": {}, 7348 "SVG_FEBLEND_MODE_MULTIPLY": {},
7363 "SVG_FEBLEND_MODE_NORMAL": {}, 7349 "SVG_FEBLEND_MODE_NORMAL": {},
7364 "SVG_FEBLEND_MODE_SCREEN": {}, 7350 "SVG_FEBLEND_MODE_SCREEN": {},
7365 "SVG_FEBLEND_MODE_UNKNOWN": {}, 7351 "SVG_FEBLEND_MODE_UNKNOWN": {},
7366 "height": { 7352 "height": {
7367 "support_level": "untriaged" 7353 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7368 }, 7354 },
7369 "in1": {}, 7355 "in1": {},
7370 "in2": {}, 7356 "in2": {},
7371 "mode": {}, 7357 "mode": {},
7372 "result": { 7358 "result": {
7373 "support_level": "untriaged" 7359 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7374 }, 7360 },
7375 "width": { 7361 "width": {
7376 "support_level": "untriaged" 7362 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7377 }, 7363 },
7378 "x": { 7364 "x": {
7379 "support_level": "untriaged" 7365 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7380 }, 7366 },
7381 "y": { 7367 "y": {
7382 "support_level": "untriaged" 7368 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7383 } 7369 }
7384 }, 7370 },
7385 "support_level": "stable" 7371 "support_level": "stable"
7386 }, 7372 },
7387 "SVGFEColorMatrixElement": { 7373 "SVGFEColorMatrixElement": {
7388 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEColorMatrixE lement", 7374 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEColorMatrixE lement",
7389 "dart_action": "unstable", 7375 "dart_action": "unstable",
7390 "members": { 7376 "members": {
7391 "SVGFEColorMatrixElement": {}, 7377 "SVGFEColorMatrixElement": {},
7392 "SVG_FECOLORMATRIX_TYPE_HUEROTATE": {}, 7378 "SVG_FECOLORMATRIX_TYPE_HUEROTATE": {},
7393 "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA": {}, 7379 "SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA": {},
7394 "SVG_FECOLORMATRIX_TYPE_MATRIX": {}, 7380 "SVG_FECOLORMATRIX_TYPE_MATRIX": {},
7395 "SVG_FECOLORMATRIX_TYPE_SATURATE": {}, 7381 "SVG_FECOLORMATRIX_TYPE_SATURATE": {},
7396 "SVG_FECOLORMATRIX_TYPE_UNKNOWN": {}, 7382 "SVG_FECOLORMATRIX_TYPE_UNKNOWN": {},
7397 "height": { 7383 "height": {
7398 "support_level": "untriaged" 7384 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7399 }, 7385 },
7400 "in1": {}, 7386 "in1": {},
7401 "result": { 7387 "result": {
7402 "support_level": "untriaged" 7388 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7403 }, 7389 },
7404 "type": {}, 7390 "type": {},
7405 "values": {}, 7391 "values": {},
7406 "width": { 7392 "width": {
7407 "support_level": "untriaged" 7393 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7408 }, 7394 },
7409 "x": { 7395 "x": {
7410 "support_level": "untriaged" 7396 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7411 }, 7397 },
7412 "y": { 7398 "y": {
7413 "support_level": "untriaged" 7399 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7414 } 7400 }
7415 }, 7401 },
7416 "support_level": "stable" 7402 "support_level": "stable"
7417 }, 7403 },
7418 "SVGFEComponentTransferElement": { 7404 "SVGFEComponentTransferElement": {
7419 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEComponentTra nsferElement", 7405 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEComponentTra nsferElement",
7420 "dart_action": "unstable", 7406 "dart_action": "unstable",
7421 "members": { 7407 "members": {
7422 "SVGFEComponentTransferElement": {}, 7408 "SVGFEComponentTransferElement": {},
7423 "height": { 7409 "height": {
7424 "support_level": "untriaged" 7410 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7425 }, 7411 },
7426 "in1": {}, 7412 "in1": {},
7427 "result": { 7413 "result": {
7428 "support_level": "untriaged" 7414 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7429 }, 7415 },
7430 "width": { 7416 "width": {
7431 "support_level": "untriaged" 7417 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7432 }, 7418 },
7433 "x": { 7419 "x": {
7434 "support_level": "untriaged" 7420 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7435 }, 7421 },
7436 "y": { 7422 "y": {
7437 "support_level": "untriaged" 7423 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7438 } 7424 }
7439 }, 7425 },
7440 "support_level": "stable" 7426 "support_level": "stable"
7441 }, 7427 },
7442 "SVGFECompositeElement": { 7428 "SVGFECompositeElement": {
7443 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFECompositeEle ment", 7429 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFECompositeEle ment",
7444 "dart_action": "unstable", 7430 "dart_action": "unstable",
7445 "members": { 7431 "members": {
7446 "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC": {}, 7432 "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC": {},
7447 "SVG_FECOMPOSITE_OPERATOR_ATOP": {}, 7433 "SVG_FECOMPOSITE_OPERATOR_ATOP": {},
7448 "SVG_FECOMPOSITE_OPERATOR_IN": {}, 7434 "SVG_FECOMPOSITE_OPERATOR_IN": {},
7449 "SVG_FECOMPOSITE_OPERATOR_OUT": {}, 7435 "SVG_FECOMPOSITE_OPERATOR_OUT": {},
7450 "SVG_FECOMPOSITE_OPERATOR_OVER": {}, 7436 "SVG_FECOMPOSITE_OPERATOR_OVER": {},
7451 "SVG_FECOMPOSITE_OPERATOR_UNKNOWN": {}, 7437 "SVG_FECOMPOSITE_OPERATOR_UNKNOWN": {},
7452 "SVG_FECOMPOSITE_OPERATOR_XOR": {}, 7438 "SVG_FECOMPOSITE_OPERATOR_XOR": {},
7453 "height": { 7439 "height": {
7454 "support_level": "untriaged" 7440 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7455 }, 7441 },
7456 "in1": {}, 7442 "in1": {},
7457 "in2": {}, 7443 "in2": {},
7458 "k1": {}, 7444 "k1": {},
7459 "k2": {}, 7445 "k2": {},
7460 "k3": {}, 7446 "k3": {},
7461 "k4": {}, 7447 "k4": {},
7462 "operator": {}, 7448 "operator": {},
7463 "result": { 7449 "result": {
7464 "support_level": "untriaged" 7450 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7465 }, 7451 },
7466 "width": { 7452 "width": {
7467 "support_level": "untriaged" 7453 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7468 }, 7454 },
7469 "x": { 7455 "x": {
7470 "support_level": "untriaged" 7456 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7471 }, 7457 },
7472 "y": { 7458 "y": {
7473 "support_level": "untriaged" 7459 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7474 } 7460 }
7475 }, 7461 },
7476 "support_level": "stable" 7462 "support_level": "stable"
7477 }, 7463 },
7478 "SVGFEConvolveMatrixElement": { 7464 "SVGFEConvolveMatrixElement": {
7479 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEConvolveMatr ixElement", 7465 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEConvolveMatr ixElement",
7480 "dart_action": "unstable", 7466 "dart_action": "unstable",
7481 "members": { 7467 "members": {
7482 "SVGFEConvolveMatrixElement": {}, 7468 "SVGFEConvolveMatrixElement": {},
7483 "SVG_EDGEMODE_DUPLICATE": {}, 7469 "SVG_EDGEMODE_DUPLICATE": {},
7484 "SVG_EDGEMODE_NONE": {}, 7470 "SVG_EDGEMODE_NONE": {},
7485 "SVG_EDGEMODE_UNKNOWN": {}, 7471 "SVG_EDGEMODE_UNKNOWN": {},
7486 "SVG_EDGEMODE_WRAP": {}, 7472 "SVG_EDGEMODE_WRAP": {},
7487 "bias": {}, 7473 "bias": {},
7488 "divisor": {}, 7474 "divisor": {},
7489 "edgeMode": {}, 7475 "edgeMode": {},
7490 "height": { 7476 "height": {
7491 "support_level": "untriaged" 7477 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7492 }, 7478 },
7493 "in1": {}, 7479 "in1": {},
7494 "kernelMatrix": {}, 7480 "kernelMatrix": {},
7495 "kernelUnitLengthX": {}, 7481 "kernelUnitLengthX": {},
7496 "kernelUnitLengthY": {}, 7482 "kernelUnitLengthY": {},
7497 "orderX": {}, 7483 "orderX": {},
7498 "orderY": {}, 7484 "orderY": {},
7499 "preserveAlpha": {}, 7485 "preserveAlpha": {},
7500 "result": { 7486 "result": {
7501 "support_level": "untriaged" 7487 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7502 }, 7488 },
7503 "targetX": {}, 7489 "targetX": {},
7504 "targetY": {}, 7490 "targetY": {},
7505 "width": { 7491 "width": {
7506 "support_level": "untriaged" 7492 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7507 }, 7493 },
7508 "x": { 7494 "x": {
7509 "support_level": "untriaged" 7495 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7510 }, 7496 },
7511 "y": { 7497 "y": {
7512 "support_level": "untriaged" 7498 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7513 } 7499 }
7514 }, 7500 },
7515 "support_level": "stable" 7501 "support_level": "stable"
7516 }, 7502 },
7517 "SVGFEDiffuseLightingElement": { 7503 "SVGFEDiffuseLightingElement": {
7518 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDiffuseLight ingElement", 7504 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDiffuseLight ingElement",
7519 "dart_action": "unstable", 7505 "dart_action": "unstable",
7520 "members": { 7506 "members": {
7521 "SVGFEDiffuseLightingElement": {}, 7507 "SVGFEDiffuseLightingElement": {},
7522 "diffuseConstant": {}, 7508 "diffuseConstant": {},
7523 "height": { 7509 "height": {
7524 "support_level": "untriaged" 7510 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7525 }, 7511 },
7526 "in1": {}, 7512 "in1": {},
7527 "kernelUnitLengthX": {}, 7513 "kernelUnitLengthX": {},
7528 "kernelUnitLengthY": {}, 7514 "kernelUnitLengthY": {},
7529 "result": { 7515 "result": {
7530 "support_level": "untriaged" 7516 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7531 }, 7517 },
7532 "surfaceScale": {}, 7518 "surfaceScale": {},
7533 "width": { 7519 "width": {
7534 "support_level": "untriaged" 7520 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7535 }, 7521 },
7536 "x": { 7522 "x": {
7537 "support_level": "untriaged" 7523 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7538 }, 7524 },
7539 "y": { 7525 "y": {
7540 "support_level": "untriaged" 7526 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7541 } 7527 }
7542 }, 7528 },
7543 "support_level": "stable" 7529 "support_level": "stable"
7544 }, 7530 },
7545 "SVGFEDisplacementMapElement": { 7531 "SVGFEDisplacementMapElement": {
7546 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDisplacement MapElement", 7532 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDisplacement MapElement",
7547 "dart_action": "unstable", 7533 "dart_action": "unstable",
7548 "members": { 7534 "members": {
7549 "SVGFEDisplacementMapElement": {}, 7535 "SVGFEDisplacementMapElement": {},
7550 "SVG_CHANNEL_A": {}, 7536 "SVG_CHANNEL_A": {},
7551 "SVG_CHANNEL_B": {}, 7537 "SVG_CHANNEL_B": {},
7552 "SVG_CHANNEL_G": {}, 7538 "SVG_CHANNEL_G": {},
7553 "SVG_CHANNEL_R": {}, 7539 "SVG_CHANNEL_R": {},
7554 "SVG_CHANNEL_UNKNOWN": {}, 7540 "SVG_CHANNEL_UNKNOWN": {},
7555 "height": { 7541 "height": {
7556 "support_level": "untriaged" 7542 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7557 }, 7543 },
7558 "in1": {}, 7544 "in1": {},
7559 "in2": {}, 7545 "in2": {},
7560 "result": { 7546 "result": {
7561 "support_level": "untriaged" 7547 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7562 }, 7548 },
7563 "scale": {}, 7549 "scale": {},
7564 "width": { 7550 "width": {
7565 "support_level": "untriaged" 7551 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7566 }, 7552 },
7567 "x": { 7553 "x": {
7568 "support_level": "untriaged" 7554 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7569 }, 7555 },
7570 "xChannelSelector": {}, 7556 "xChannelSelector": {},
7571 "y": { 7557 "y": {
7572 "support_level": "untriaged" 7558 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7573 }, 7559 },
7574 "yChannelSelector": {} 7560 "yChannelSelector": {}
7575 }, 7561 },
7576 "support_level": "stable" 7562 "support_level": "stable"
7577 }, 7563 },
7578 "SVGFEDistantLightElement": { 7564 "SVGFEDistantLightElement": {
7579 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDistantLight Element", 7565 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDistantLight Element",
7580 "dart_action": "unstable", 7566 "dart_action": "unstable",
7581 "members": { 7567 "members": {
7582 "SVGFEDistantLightElement": {}, 7568 "SVGFEDistantLightElement": {},
(...skipping 13 matching lines...) Expand all
7596 "stdDeviationY": {} 7582 "stdDeviationY": {}
7597 }, 7583 },
7598 "support_level": "nonstandard" 7584 "support_level": "nonstandard"
7599 }, 7585 },
7600 "SVGFEFloodElement": { 7586 "SVGFEFloodElement": {
7601 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFloodElement ", 7587 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFloodElement ",
7602 "dart_action": "unstable", 7588 "dart_action": "unstable",
7603 "members": { 7589 "members": {
7604 "SVGFEFloodElement": {}, 7590 "SVGFEFloodElement": {},
7605 "height": { 7591 "height": {
7606 "support_level": "untriaged" 7592 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7607 }, 7593 },
7608 "result": { 7594 "result": {
7609 "support_level": "untriaged" 7595 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7610 }, 7596 },
7611 "width": { 7597 "width": {
7612 "support_level": "untriaged" 7598 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7613 }, 7599 },
7614 "x": { 7600 "x": {
7615 "support_level": "untriaged" 7601 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7616 }, 7602 },
7617 "y": { 7603 "y": {
7618 "support_level": "untriaged" 7604 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7619 } 7605 }
7620 }, 7606 },
7621 "support_level": "stable" 7607 "support_level": "stable"
7622 }, 7608 },
7623 "SVGFEFuncAElement": { 7609 "SVGFEFuncAElement": {
7624 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFuncAElement ", 7610 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFuncAElement ",
7625 "dart_action": "unstable", 7611 "dart_action": "unstable",
7626 "members": { 7612 "members": {
7627 "SVGFEFuncAElement": {} 7613 "SVGFEFuncAElement": {}
7628 }, 7614 },
(...skipping 22 matching lines...) Expand all
7651 "SVGFEFuncRElement": {} 7637 "SVGFEFuncRElement": {}
7652 }, 7638 },
7653 "support_level": "stable" 7639 "support_level": "stable"
7654 }, 7640 },
7655 "SVGFEGaussianBlurElement": { 7641 "SVGFEGaussianBlurElement": {
7656 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEGaussianBlur Element", 7642 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEGaussianBlur Element",
7657 "dart_action": "unstable", 7643 "dart_action": "unstable",
7658 "members": { 7644 "members": {
7659 "SVGFEGaussianBlurElement": {}, 7645 "SVGFEGaussianBlurElement": {},
7660 "height": { 7646 "height": {
7661 "support_level": "untriaged" 7647 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7662 }, 7648 },
7663 "in1": {}, 7649 "in1": {},
7664 "result": { 7650 "result": {
7665 "support_level": "untriaged" 7651 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7666 }, 7652 },
7667 "setStdDeviation": {}, 7653 "setStdDeviation": {},
7668 "stdDeviationX": {}, 7654 "stdDeviationX": {},
7669 "stdDeviationY": {}, 7655 "stdDeviationY": {},
7670 "width": { 7656 "width": {
7671 "support_level": "untriaged" 7657 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7672 }, 7658 },
7673 "x": { 7659 "x": {
7674 "support_level": "untriaged" 7660 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7675 }, 7661 },
7676 "y": { 7662 "y": {
7677 "support_level": "untriaged" 7663 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7678 } 7664 }
7679 }, 7665 },
7680 "support_level": "stable" 7666 "support_level": "stable"
7681 }, 7667 },
7682 "SVGFEImageElement": { 7668 "SVGFEImageElement": {
7683 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEImageElement ", 7669 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEImageElement ",
7684 "dart_action": "unstable", 7670 "dart_action": "unstable",
7685 "members": { 7671 "members": {
7686 "SVGFEImageElement": {}, 7672 "SVGFEImageElement": {},
7687 "externalResourcesRequired": { 7673 "externalResourcesRequired": {
7688 "support_level": "untriaged" 7674 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
7689 }, 7675 },
7690 "height": { 7676 "height": {
7691 "support_level": "untriaged" 7677 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7692 }, 7678 },
7693 "href": { 7679 "href": {
7694 "support_level": "untriaged" 7680 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
7695 }, 7681 },
7696 "preserveAspectRatio": {}, 7682 "preserveAspectRatio": {},
7697 "result": { 7683 "result": {
7698 "support_level": "untriaged" 7684 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7699 }, 7685 },
7700 "width": { 7686 "width": {
7701 "support_level": "untriaged" 7687 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7702 }, 7688 },
7703 "x": { 7689 "x": {
7704 "support_level": "untriaged" 7690 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7705 }, 7691 },
7706 "xmllang": { 7692 "xmllang": {
7707 "support_level": "untriaged" 7693 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7708 }, 7694 },
7709 "xmlspace": { 7695 "xmlspace": {
7710 "support_level": "untriaged" 7696 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7711 }, 7697 },
7712 "y": { 7698 "y": {
7713 "support_level": "untriaged" 7699 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7714 } 7700 }
7715 }, 7701 },
7716 "support_level": "stable" 7702 "support_level": "stable"
7717 }, 7703 },
7718 "SVGFEMergeElement": { 7704 "SVGFEMergeElement": {
7719 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeElement ", 7705 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeElement ",
7720 "dart_action": "unstable", 7706 "dart_action": "unstable",
7721 "members": { 7707 "members": {
7722 "SVGFEMergeElement": {}, 7708 "SVGFEMergeElement": {},
7723 "height": { 7709 "height": {
7724 "support_level": "untriaged" 7710 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7725 }, 7711 },
7726 "result": { 7712 "result": {
7727 "support_level": "untriaged" 7713 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7728 }, 7714 },
7729 "width": { 7715 "width": {
7730 "support_level": "untriaged" 7716 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7731 }, 7717 },
7732 "x": { 7718 "x": {
7733 "support_level": "untriaged" 7719 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7734 }, 7720 },
7735 "y": { 7721 "y": {
7736 "support_level": "untriaged" 7722 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7737 } 7723 }
7738 }, 7724 },
7739 "support_level": "stable" 7725 "support_level": "stable"
7740 }, 7726 },
7741 "SVGFEMergeNodeElement": { 7727 "SVGFEMergeNodeElement": {
7742 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeNodeEle ment", 7728 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeNodeEle ment",
7743 "dart_action": "unstable", 7729 "dart_action": "unstable",
7744 "members": { 7730 "members": {
7745 "SVGFEMergeNodeElement": {}, 7731 "SVGFEMergeNodeElement": {},
7746 "in1": {} 7732 "in1": {}
7747 }, 7733 },
7748 "support_level": "stable" 7734 "support_level": "stable"
7749 }, 7735 },
7750 "SVGFEMorphologyElement": { 7736 "SVGFEMorphologyElement": {
7751 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMorphologyEl ement", 7737 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMorphologyEl ement",
7752 "dart_action": "unstable", 7738 "dart_action": "unstable",
7753 "members": { 7739 "members": {
7754 "SVG_MORPHOLOGY_OPERATOR_DILATE": {}, 7740 "SVG_MORPHOLOGY_OPERATOR_DILATE": {},
7755 "SVG_MORPHOLOGY_OPERATOR_ERODE": {}, 7741 "SVG_MORPHOLOGY_OPERATOR_ERODE": {},
7756 "SVG_MORPHOLOGY_OPERATOR_UNKNOWN": {}, 7742 "SVG_MORPHOLOGY_OPERATOR_UNKNOWN": {},
7757 "height": { 7743 "height": {
7758 "support_level": "untriaged" 7744 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7759 }, 7745 },
7760 "in1": {}, 7746 "in1": {},
7761 "operator": {}, 7747 "operator": {},
7762 "radiusX": {}, 7748 "radiusX": {},
7763 "radiusY": {}, 7749 "radiusY": {},
7764 "result": { 7750 "result": {
7765 "support_level": "untriaged" 7751 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7766 }, 7752 },
7767 "setRadius": {}, 7753 "setRadius": {},
7768 "width": { 7754 "width": {
7769 "support_level": "untriaged" 7755 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7770 }, 7756 },
7771 "x": { 7757 "x": {
7772 "support_level": "untriaged" 7758 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7773 }, 7759 },
7774 "y": { 7760 "y": {
7775 "support_level": "untriaged" 7761 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7776 } 7762 }
7777 }, 7763 },
7778 "support_level": "stable" 7764 "support_level": "stable"
7779 }, 7765 },
7780 "SVGFEOffsetElement": { 7766 "SVGFEOffsetElement": {
7781 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEOffsetElemen t", 7767 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEOffsetElemen t",
7782 "dart_action": "unstable", 7768 "dart_action": "unstable",
7783 "members": { 7769 "members": {
7784 "SVGFEOffsetElement": {}, 7770 "SVGFEOffsetElement": {},
7785 "dx": {}, 7771 "dx": {},
7786 "dy": {}, 7772 "dy": {},
7787 "height": { 7773 "height": {
7788 "support_level": "untriaged" 7774 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7789 }, 7775 },
7790 "in1": {}, 7776 "in1": {},
7791 "result": { 7777 "result": {
7792 "support_level": "untriaged" 7778 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7793 }, 7779 },
7794 "width": { 7780 "width": {
7795 "support_level": "untriaged" 7781 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7796 }, 7782 },
7797 "x": { 7783 "x": {
7798 "support_level": "untriaged" 7784 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7799 }, 7785 },
7800 "y": { 7786 "y": {
7801 "support_level": "untriaged" 7787 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7802 } 7788 }
7803 }, 7789 },
7804 "support_level": "stable" 7790 "support_level": "stable"
7805 }, 7791 },
7806 "SVGFEPointLightElement": { 7792 "SVGFEPointLightElement": {
7807 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEPointLightEl ement", 7793 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEPointLightEl ement",
7808 "dart_action": "unstable", 7794 "dart_action": "unstable",
7809 "members": { 7795 "members": {
7810 "SVGFEPointLightElement": {}, 7796 "SVGFEPointLightElement": {},
7811 "x": {}, 7797 "x": {},
7812 "y": {}, 7798 "y": {},
7813 "z": {} 7799 "z": {}
7814 }, 7800 },
7815 "support_level": "stable" 7801 "support_level": "stable"
7816 }, 7802 },
7817 "SVGFESpecularLightingElement": { 7803 "SVGFESpecularLightingElement": {
7818 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpecularLigh tingElement", 7804 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpecularLigh tingElement",
7819 "dart_action": "unstable", 7805 "dart_action": "unstable",
7820 "members": { 7806 "members": {
7821 "SVGFESpecularLightingElement": {}, 7807 "SVGFESpecularLightingElement": {},
7822 "height": { 7808 "height": {
7823 "support_level": "untriaged" 7809 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7824 }, 7810 },
7825 "in1": {}, 7811 "in1": {},
7826 "result": { 7812 "result": {
7827 "support_level": "untriaged" 7813 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7828 }, 7814 },
7829 "specularConstant": {}, 7815 "specularConstant": {},
7830 "specularExponent": {}, 7816 "specularExponent": {},
7831 "surfaceScale": {}, 7817 "surfaceScale": {},
7832 "width": { 7818 "width": {
7833 "support_level": "untriaged" 7819 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7834 }, 7820 },
7835 "x": { 7821 "x": {
7836 "support_level": "untriaged" 7822 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7837 }, 7823 },
7838 "y": { 7824 "y": {
7839 "support_level": "untriaged" 7825 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7840 } 7826 }
7841 }, 7827 },
7842 "support_level": "stable" 7828 "support_level": "stable"
7843 }, 7829 },
7844 "SVGFESpotLightElement": { 7830 "SVGFESpotLightElement": {
7845 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpotLightEle ment", 7831 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpotLightEle ment",
7846 "dart_action": "unstable", 7832 "dart_action": "unstable",
7847 "members": { 7833 "members": {
7848 "SVGFESpotLightElement": {}, 7834 "SVGFESpotLightElement": {},
7849 "limitingConeAngle": {}, 7835 "limitingConeAngle": {},
7850 "pointsAtX": {}, 7836 "pointsAtX": {},
7851 "pointsAtY": {}, 7837 "pointsAtY": {},
7852 "pointsAtZ": {}, 7838 "pointsAtZ": {},
7853 "specularExponent": {}, 7839 "specularExponent": {},
7854 "x": {}, 7840 "x": {},
7855 "y": {}, 7841 "y": {},
7856 "z": {} 7842 "z": {}
7857 }, 7843 },
7858 "support_level": "stable" 7844 "support_level": "stable"
7859 }, 7845 },
7860 "SVGFETileElement": { 7846 "SVGFETileElement": {
7861 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETileElement" , 7847 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETileElement" ,
7862 "dart_action": "unstable", 7848 "dart_action": "unstable",
7863 "members": { 7849 "members": {
7864 "SVGFETileElement": {}, 7850 "SVGFETileElement": {},
7865 "height": { 7851 "height": {
7866 "support_level": "untriaged" 7852 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7867 }, 7853 },
7868 "in1": {}, 7854 "in1": {},
7869 "result": { 7855 "result": {
7870 "support_level": "untriaged" 7856 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7871 }, 7857 },
7872 "width": { 7858 "width": {
7873 "support_level": "untriaged" 7859 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7874 }, 7860 },
7875 "x": { 7861 "x": {
7876 "support_level": "untriaged" 7862 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7877 }, 7863 },
7878 "y": { 7864 "y": {
7879 "support_level": "untriaged" 7865 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7880 } 7866 }
7881 }, 7867 },
7882 "support_level": "stable" 7868 "support_level": "stable"
7883 }, 7869 },
7884 "SVGFETurbulenceElement": { 7870 "SVGFETurbulenceElement": {
7885 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETurbulenceEl ement", 7871 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETurbulenceEl ement",
7886 "dart_action": "unstable", 7872 "dart_action": "unstable",
7887 "members": { 7873 "members": {
7888 "SVGFETurbulenceElement": {}, 7874 "SVGFETurbulenceElement": {},
7889 "SVG_STITCHTYPE_NOSTITCH": {}, 7875 "SVG_STITCHTYPE_NOSTITCH": {},
7890 "SVG_STITCHTYPE_STITCH": {}, 7876 "SVG_STITCHTYPE_STITCH": {},
7891 "SVG_STITCHTYPE_UNKNOWN": {}, 7877 "SVG_STITCHTYPE_UNKNOWN": {},
7892 "SVG_TURBULENCE_TYPE_FRACTALNOISE": {}, 7878 "SVG_TURBULENCE_TYPE_FRACTALNOISE": {},
7893 "SVG_TURBULENCE_TYPE_TURBULENCE": {}, 7879 "SVG_TURBULENCE_TYPE_TURBULENCE": {},
7894 "SVG_TURBULENCE_TYPE_UNKNOWN": {}, 7880 "SVG_TURBULENCE_TYPE_UNKNOWN": {},
7895 "baseFrequencyX": {}, 7881 "baseFrequencyX": {},
7896 "baseFrequencyY": {}, 7882 "baseFrequencyY": {},
7897 "height": { 7883 "height": {
7898 "support_level": "untriaged" 7884 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7899 }, 7885 },
7900 "numOctaves": {}, 7886 "numOctaves": {},
7901 "result": { 7887 "result": {
7902 "support_level": "untriaged" 7888 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7903 }, 7889 },
7904 "seed": {}, 7890 "seed": {},
7905 "stitchTiles": {}, 7891 "stitchTiles": {},
7906 "type": {}, 7892 "type": {},
7907 "width": { 7893 "width": {
7908 "support_level": "untriaged" 7894 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7909 }, 7895 },
7910 "x": { 7896 "x": {
7911 "support_level": "untriaged" 7897 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7912 }, 7898 },
7913 "y": { 7899 "y": {
7914 "support_level": "untriaged" 7900 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrim itiveStandardAttributes"
7915 } 7901 }
7916 }, 7902 },
7917 "support_level": "stable" 7903 "support_level": "stable"
7918 }, 7904 },
7919 "SVGFilterElement": { 7905 "SVGFilterElement": {
7920 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterElement" , 7906 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterElement" ,
7921 "dart_action": "unstable", 7907 "dart_action": "unstable",
7922 "members": { 7908 "members": {
7923 "SVGFilterElement": {}, 7909 "SVGFilterElement": {},
7924 "externalResourcesRequired": { 7910 "externalResourcesRequired": {
7925 "support_level": "untriaged" 7911 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
7926 }, 7912 },
7927 "filterResX": {}, 7913 "filterResX": {},
7928 "filterResY": {}, 7914 "filterResY": {},
7929 "filterUnits": {}, 7915 "filterUnits": {},
7930 "height": {}, 7916 "height": {},
7931 "href": { 7917 "href": {
7932 "support_level": "untriaged" 7918 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
7933 }, 7919 },
7934 "primitiveUnits": {}, 7920 "primitiveUnits": {},
7935 "setFilterRes": {}, 7921 "setFilterRes": {},
7936 "width": {}, 7922 "width": {},
7937 "x": {}, 7923 "x": {},
7938 "xmllang": { 7924 "xmllang": {
7939 "support_level": "untriaged" 7925 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7940 }, 7926 },
7941 "xmlspace": { 7927 "xmlspace": {
7942 "support_level": "untriaged" 7928 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
7943 }, 7929 },
7944 "y": {} 7930 "y": {}
7945 }, 7931 },
7946 "support_level": "stable" 7932 "support_level": "stable"
7947 }, 7933 },
7948 "SVGFilterPrimitiveStandardAttributes": { 7934 "SVGFilterPrimitiveStandardAttributes": {
7949 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrimitiv eStandardAttributes", 7935 "comment": "http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrimitiv eStandardAttributes",
7950 "dart_action": "unstable", 7936 "dart_action": "unstable",
7951 "members": { 7937 "members": {
7952 "height": {}, 7938 "height": {},
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
8001 "dart_action": "unstable", 7987 "dart_action": "unstable",
8002 "members": {}, 7988 "members": {},
8003 "support_level": "stable" 7989 "support_level": "stable"
8004 }, 7990 },
8005 "SVGForeignObjectElement": { 7991 "SVGForeignObjectElement": {
8006 "comment": "http://www.w3.org/TR/SVG/extend.html#InterfaceSVGForeignObjectEl ement", 7992 "comment": "http://www.w3.org/TR/SVG/extend.html#InterfaceSVGForeignObjectEl ement",
8007 "dart_action": "unstable", 7993 "dart_action": "unstable",
8008 "members": { 7994 "members": {
8009 "SVGForeignObjectElement": {}, 7995 "SVGForeignObjectElement": {},
8010 "externalResourcesRequired": { 7996 "externalResourcesRequired": {
8011 "support_level": "untriaged" 7997 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8012 }, 7998 },
8013 "farthestViewportElement": { 7999 "farthestViewportElement": {
8014 "support_level": "untriaged" 8000 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8015 }, 8001 },
8016 "getBBox": { 8002 "getBBox": {
8017 "support_level": "untriaged" 8003 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8018 }, 8004 },
8019 "getCTM": { 8005 "getCTM": {
8020 "support_level": "untriaged" 8006 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8021 }, 8007 },
8022 "getScreenCTM": { 8008 "getScreenCTM": {
8023 "support_level": "untriaged" 8009 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8024 }, 8010 },
8025 "getTransformToElement": { 8011 "getTransformToElement": {
8026 "support_level": "untriaged" 8012 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8027 }, 8013 },
8028 "hasExtension": { 8014 "hasExtension": {
8029 "support_level": "untriaged" 8015 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8030 }, 8016 },
8031 "height": {}, 8017 "height": {},
8032 "nearestViewportElement": { 8018 "nearestViewportElement": {
8033 "support_level": "untriaged" 8019 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8034 }, 8020 },
8035 "requiredExtensions": { 8021 "requiredExtensions": {
8036 "support_level": "untriaged" 8022 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8037 }, 8023 },
8038 "requiredFeatures": { 8024 "requiredFeatures": {
8039 "support_level": "untriaged" 8025 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8040 }, 8026 },
8041 "systemLanguage": { 8027 "systemLanguage": {
8042 "support_level": "untriaged" 8028 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8043 }, 8029 },
8044 "transform": { 8030 "transform": {
8045 "support_level": "untriaged" 8031 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8046 }, 8032 },
8047 "width": {}, 8033 "width": {},
8048 "x": {}, 8034 "x": {},
8049 "xmllang": { 8035 "xmllang": {
8050 "support_level": "untriaged" 8036 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8051 }, 8037 },
8052 "xmlspace": { 8038 "xmlspace": {
8053 "support_level": "untriaged" 8039 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8054 }, 8040 },
8055 "y": {} 8041 "y": {}
8056 }, 8042 },
8057 "support_level": "stable" 8043 "support_level": "stable"
8058 }, 8044 },
8059 "SVGGElement": { 8045 "SVGGElement": {
8060 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGGElement", 8046 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGGElement",
8061 "dart_action": "unstable", 8047 "dart_action": "unstable",
8062 "members": { 8048 "members": {
8063 "SVGGElement": {}, 8049 "SVGGElement": {},
8064 "externalResourcesRequired": { 8050 "externalResourcesRequired": {
8065 "support_level": "untriaged" 8051 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8066 }, 8052 },
8067 "farthestViewportElement": { 8053 "farthestViewportElement": {
8068 "support_level": "untriaged" 8054 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8069 }, 8055 },
8070 "getBBox": { 8056 "getBBox": {
8071 "support_level": "untriaged" 8057 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8072 }, 8058 },
8073 "getCTM": { 8059 "getCTM": {
8074 "support_level": "untriaged" 8060 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8075 }, 8061 },
8076 "getScreenCTM": { 8062 "getScreenCTM": {
8077 "support_level": "untriaged" 8063 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8078 }, 8064 },
8079 "getTransformToElement": { 8065 "getTransformToElement": {
8080 "support_level": "untriaged" 8066 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8081 }, 8067 },
8082 "hasExtension": { 8068 "hasExtension": {
8083 "support_level": "untriaged" 8069 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8084 }, 8070 },
8085 "nearestViewportElement": { 8071 "nearestViewportElement": {
8086 "support_level": "untriaged" 8072 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8087 }, 8073 },
8088 "requiredExtensions": { 8074 "requiredExtensions": {
8089 "support_level": "untriaged" 8075 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8090 }, 8076 },
8091 "requiredFeatures": { 8077 "requiredFeatures": {
8092 "support_level": "untriaged" 8078 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8093 }, 8079 },
8094 "systemLanguage": { 8080 "systemLanguage": {
8095 "support_level": "untriaged" 8081 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8096 }, 8082 },
8097 "transform": { 8083 "transform": {
8098 "support_level": "untriaged" 8084 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8099 }, 8085 },
8100 "xmllang": { 8086 "xmllang": {
8101 "support_level": "untriaged" 8087 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8102 }, 8088 },
8103 "xmlspace": { 8089 "xmlspace": {
8104 "support_level": "untriaged" 8090 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8105 } 8091 }
8106 }, 8092 },
8107 "support_level": "stable" 8093 "support_level": "stable"
8108 }, 8094 },
8109 "SVGGlyphElement": { 8095 "SVGGlyphElement": {
8110 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGGlyphElement", 8096 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGGlyphElement",
8111 "dart_action": "unstable", 8097 "dart_action": "unstable",
8112 "members": { 8098 "members": {
8113 "SVGGlyphElement": {} 8099 "SVGGlyphElement": {}
8114 }, 8100 },
(...skipping 14 matching lines...) Expand all
8129 }, 8115 },
8130 "SVGGradientElement": { 8116 "SVGGradientElement": {
8131 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGGradientEleme nt", 8117 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGGradientEleme nt",
8132 "dart_action": "unstable", 8118 "dart_action": "unstable",
8133 "members": { 8119 "members": {
8134 "SVG_SPREADMETHOD_PAD": {}, 8120 "SVG_SPREADMETHOD_PAD": {},
8135 "SVG_SPREADMETHOD_REFLECT": {}, 8121 "SVG_SPREADMETHOD_REFLECT": {},
8136 "SVG_SPREADMETHOD_REPEAT": {}, 8122 "SVG_SPREADMETHOD_REPEAT": {},
8137 "SVG_SPREADMETHOD_UNKNOWN": {}, 8123 "SVG_SPREADMETHOD_UNKNOWN": {},
8138 "externalResourcesRequired": { 8124 "externalResourcesRequired": {
8139 "support_level": "untriaged" 8125 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8140 }, 8126 },
8141 "gradientTransform": {}, 8127 "gradientTransform": {},
8142 "gradientUnits": {}, 8128 "gradientUnits": {},
8143 "href": { 8129 "href": {
8144 "support_level": "untriaged" 8130 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
8145 }, 8131 },
8146 "spreadMethod": {} 8132 "spreadMethod": {}
8147 }, 8133 },
8148 "support_level": "stable" 8134 "support_level": "stable"
8149 }, 8135 },
8150 "SVGHKernElement": { 8136 "SVGHKernElement": {
8151 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGHKernElement", 8137 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGHKernElement",
8152 "dart_action": "unstable", 8138 "dart_action": "unstable",
8153 "members": { 8139 "members": {
8154 "SVGHKernElement": {} 8140 "SVGHKernElement": {}
8155 }, 8141 },
8156 "support_level": "stable" 8142 "support_level": "stable"
8157 }, 8143 },
8158 "SVGImageElement": { 8144 "SVGImageElement": {
8159 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGImageElement", 8145 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGImageElement",
8160 "dart_action": "unstable", 8146 "dart_action": "unstable",
8161 "members": { 8147 "members": {
8162 "SVGImageElement": {}, 8148 "SVGImageElement": {},
8163 "externalResourcesRequired": { 8149 "externalResourcesRequired": {
8164 "support_level": "untriaged" 8150 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8165 }, 8151 },
8166 "farthestViewportElement": { 8152 "farthestViewportElement": {
8167 "support_level": "untriaged" 8153 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8168 }, 8154 },
8169 "getBBox": { 8155 "getBBox": {
8170 "support_level": "untriaged" 8156 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8171 }, 8157 },
8172 "getCTM": { 8158 "getCTM": {
8173 "support_level": "untriaged" 8159 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8174 }, 8160 },
8175 "getScreenCTM": { 8161 "getScreenCTM": {
8176 "support_level": "untriaged" 8162 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8177 }, 8163 },
8178 "getTransformToElement": { 8164 "getTransformToElement": {
8179 "support_level": "untriaged" 8165 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8180 }, 8166 },
8181 "hasExtension": { 8167 "hasExtension": {
8182 "support_level": "untriaged" 8168 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8183 }, 8169 },
8184 "height": {}, 8170 "height": {},
8185 "href": { 8171 "href": {
8186 "support_level": "untriaged" 8172 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
8187 }, 8173 },
8188 "nearestViewportElement": { 8174 "nearestViewportElement": {
8189 "support_level": "untriaged" 8175 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8190 }, 8176 },
8191 "preserveAspectRatio": {}, 8177 "preserveAspectRatio": {},
8192 "requiredExtensions": { 8178 "requiredExtensions": {
8193 "support_level": "untriaged" 8179 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8194 }, 8180 },
8195 "requiredFeatures": { 8181 "requiredFeatures": {
8196 "support_level": "untriaged" 8182 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8197 }, 8183 },
8198 "systemLanguage": { 8184 "systemLanguage": {
8199 "support_level": "untriaged" 8185 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8200 }, 8186 },
8201 "transform": { 8187 "transform": {
8202 "support_level": "untriaged" 8188 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8203 }, 8189 },
8204 "width": {}, 8190 "width": {},
8205 "x": {}, 8191 "x": {},
8206 "xmllang": { 8192 "xmllang": {
8207 "support_level": "untriaged" 8193 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8208 }, 8194 },
8209 "xmlspace": { 8195 "xmlspace": {
8210 "support_level": "untriaged" 8196 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8211 }, 8197 },
8212 "y": {} 8198 "y": {}
8213 }, 8199 },
8214 "support_level": "stable" 8200 "support_level": "stable"
8215 }, 8201 },
8216 "SVGLangSpace": { 8202 "SVGLangSpace": {
8217 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace", 8203 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace",
8218 "dart_action": "unstable", 8204 "dart_action": "unstable",
8219 "members": { 8205 "members": {
8220 "xmllang": {}, 8206 "xmllang": {},
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
8260 "replaceItem": {} 8246 "replaceItem": {}
8261 }, 8247 },
8262 "support_level": "stable" 8248 "support_level": "stable"
8263 }, 8249 },
8264 "SVGLineElement": { 8250 "SVGLineElement": {
8265 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGLineElement", 8251 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGLineElement",
8266 "dart_action": "unstable", 8252 "dart_action": "unstable",
8267 "members": { 8253 "members": {
8268 "SVGLineElement": {}, 8254 "SVGLineElement": {},
8269 "externalResourcesRequired": { 8255 "externalResourcesRequired": {
8270 "support_level": "untriaged" 8256 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8271 }, 8257 },
8272 "farthestViewportElement": { 8258 "farthestViewportElement": {
8273 "support_level": "untriaged" 8259 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8274 }, 8260 },
8275 "getBBox": { 8261 "getBBox": {
8276 "support_level": "untriaged" 8262 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8277 }, 8263 },
8278 "getCTM": { 8264 "getCTM": {
8279 "support_level": "untriaged" 8265 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8280 }, 8266 },
8281 "getScreenCTM": { 8267 "getScreenCTM": {
8282 "support_level": "untriaged" 8268 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8283 }, 8269 },
8284 "getTransformToElement": { 8270 "getTransformToElement": {
8285 "support_level": "untriaged" 8271 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8286 }, 8272 },
8287 "hasExtension": { 8273 "hasExtension": {
8288 "support_level": "untriaged" 8274 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8289 }, 8275 },
8290 "nearestViewportElement": { 8276 "nearestViewportElement": {
8291 "support_level": "untriaged" 8277 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8292 }, 8278 },
8293 "requiredExtensions": { 8279 "requiredExtensions": {
8294 "support_level": "untriaged" 8280 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8295 }, 8281 },
8296 "requiredFeatures": { 8282 "requiredFeatures": {
8297 "support_level": "untriaged" 8283 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8298 }, 8284 },
8299 "systemLanguage": { 8285 "systemLanguage": {
8300 "support_level": "untriaged" 8286 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8301 }, 8287 },
8302 "transform": { 8288 "transform": {
8303 "support_level": "untriaged" 8289 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8304 }, 8290 },
8305 "x1": {}, 8291 "x1": {},
8306 "x2": {}, 8292 "x2": {},
8307 "xmllang": { 8293 "xmllang": {
8308 "support_level": "untriaged" 8294 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8309 }, 8295 },
8310 "xmlspace": { 8296 "xmlspace": {
8311 "support_level": "untriaged" 8297 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8312 }, 8298 },
8313 "y1": {}, 8299 "y1": {},
8314 "y2": {} 8300 "y2": {}
8315 }, 8301 },
8316 "support_level": "stable" 8302 "support_level": "stable"
8317 }, 8303 },
8318 "SVGLinearGradientElement": { 8304 "SVGLinearGradientElement": {
8319 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGLinearGradien tElement", 8305 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGLinearGradien tElement",
8320 "dart_action": "unstable", 8306 "dart_action": "unstable",
8321 "members": { 8307 "members": {
(...skipping 30 matching lines...) Expand all
8352 "dart_action": "unstable", 8338 "dart_action": "unstable",
8353 "members": { 8339 "members": {
8354 "SVGMarkerElement": {}, 8340 "SVGMarkerElement": {},
8355 "SVG_MARKERUNITS_STROKEWIDTH": {}, 8341 "SVG_MARKERUNITS_STROKEWIDTH": {},
8356 "SVG_MARKERUNITS_UNKNOWN": {}, 8342 "SVG_MARKERUNITS_UNKNOWN": {},
8357 "SVG_MARKERUNITS_USERSPACEONUSE": {}, 8343 "SVG_MARKERUNITS_USERSPACEONUSE": {},
8358 "SVG_MARKER_ORIENT_ANGLE": {}, 8344 "SVG_MARKER_ORIENT_ANGLE": {},
8359 "SVG_MARKER_ORIENT_AUTO": {}, 8345 "SVG_MARKER_ORIENT_AUTO": {},
8360 "SVG_MARKER_ORIENT_UNKNOWN": {}, 8346 "SVG_MARKER_ORIENT_UNKNOWN": {},
8361 "externalResourcesRequired": { 8347 "externalResourcesRequired": {
8362 "support_level": "untriaged" 8348 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8363 }, 8349 },
8364 "markerHeight": {}, 8350 "markerHeight": {},
8365 "markerUnits": {}, 8351 "markerUnits": {},
8366 "markerWidth": {}, 8352 "markerWidth": {},
8367 "orientAngle": {}, 8353 "orientAngle": {},
8368 "orientType": {}, 8354 "orientType": {},
8369 "preserveAspectRatio": { 8355 "preserveAspectRatio": {
8370 "support_level": "untriaged" 8356 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
8371 }, 8357 },
8372 "refX": {}, 8358 "refX": {},
8373 "refY": {}, 8359 "refY": {},
8374 "setOrientToAngle": {}, 8360 "setOrientToAngle": {},
8375 "setOrientToAuto": {}, 8361 "setOrientToAuto": {},
8376 "viewBox": { 8362 "viewBox": {
8377 "support_level": "untriaged" 8363 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
8378 }, 8364 },
8379 "xmllang": { 8365 "xmllang": {
8380 "support_level": "untriaged" 8366 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8381 }, 8367 },
8382 "xmlspace": { 8368 "xmlspace": {
8383 "support_level": "untriaged" 8369 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8384 } 8370 }
8385 }, 8371 },
8386 "support_level": "stable" 8372 "support_level": "stable"
8387 }, 8373 },
8388 "SVGMaskElement": { 8374 "SVGMaskElement": {
8389 "comment": "http://www.w3.org/TR/SVG/masking.html#InterfaceSVGMaskElement", 8375 "comment": "http://www.w3.org/TR/SVG/masking.html#InterfaceSVGMaskElement",
8390 "dart_action": "unstable", 8376 "dart_action": "unstable",
8391 "members": { 8377 "members": {
8392 "SVGMaskElement": {}, 8378 "SVGMaskElement": {},
8393 "externalResourcesRequired": { 8379 "externalResourcesRequired": {
8394 "support_level": "untriaged" 8380 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8395 }, 8381 },
8396 "hasExtension": { 8382 "hasExtension": {
8397 "support_level": "untriaged" 8383 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8398 }, 8384 },
8399 "height": {}, 8385 "height": {},
8400 "maskContentUnits": {}, 8386 "maskContentUnits": {},
8401 "maskUnits": {}, 8387 "maskUnits": {},
8402 "requiredExtensions": { 8388 "requiredExtensions": {
8403 "support_level": "untriaged" 8389 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8404 }, 8390 },
8405 "requiredFeatures": { 8391 "requiredFeatures": {
8406 "support_level": "untriaged" 8392 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8407 }, 8393 },
8408 "systemLanguage": { 8394 "systemLanguage": {
8409 "support_level": "untriaged" 8395 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8410 }, 8396 },
8411 "width": {}, 8397 "width": {},
8412 "x": {}, 8398 "x": {},
8413 "xmllang": { 8399 "xmllang": {
8414 "support_level": "untriaged" 8400 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8415 }, 8401 },
8416 "xmlspace": { 8402 "xmlspace": {
8417 "support_level": "untriaged" 8403 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8418 }, 8404 },
8419 "y": {} 8405 "y": {}
8420 }, 8406 },
8421 "support_level": "stable" 8407 "support_level": "stable"
8422 }, 8408 },
8423 "SVGMatrix": { 8409 "SVGMatrix": {
8424 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix", 8410 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix",
8425 "dart_action": "unstable", 8411 "dart_action": "unstable",
8426 "members": { 8412 "members": {
8427 "a": {}, 8413 "a": {},
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
8520 "createSVGPathSegCurvetoQuadraticSmoothRel": {}, 8506 "createSVGPathSegCurvetoQuadraticSmoothRel": {},
8521 "createSVGPathSegLinetoAbs": {}, 8507 "createSVGPathSegLinetoAbs": {},
8522 "createSVGPathSegLinetoHorizontalAbs": {}, 8508 "createSVGPathSegLinetoHorizontalAbs": {},
8523 "createSVGPathSegLinetoHorizontalRel": {}, 8509 "createSVGPathSegLinetoHorizontalRel": {},
8524 "createSVGPathSegLinetoRel": {}, 8510 "createSVGPathSegLinetoRel": {},
8525 "createSVGPathSegLinetoVerticalAbs": {}, 8511 "createSVGPathSegLinetoVerticalAbs": {},
8526 "createSVGPathSegLinetoVerticalRel": {}, 8512 "createSVGPathSegLinetoVerticalRel": {},
8527 "createSVGPathSegMovetoAbs": {}, 8513 "createSVGPathSegMovetoAbs": {},
8528 "createSVGPathSegMovetoRel": {}, 8514 "createSVGPathSegMovetoRel": {},
8529 "externalResourcesRequired": { 8515 "externalResourcesRequired": {
8530 "support_level": "untriaged" 8516 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8531 }, 8517 },
8532 "farthestViewportElement": { 8518 "farthestViewportElement": {
8533 "support_level": "untriaged" 8519 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8534 }, 8520 },
8535 "getBBox": { 8521 "getBBox": {
8536 "support_level": "untriaged" 8522 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8537 }, 8523 },
8538 "getCTM": { 8524 "getCTM": {
8539 "support_level": "untriaged" 8525 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8540 }, 8526 },
8541 "getPathSegAtLength": {}, 8527 "getPathSegAtLength": {},
8542 "getPointAtLength": {}, 8528 "getPointAtLength": {},
8543 "getScreenCTM": { 8529 "getScreenCTM": {
8544 "support_level": "untriaged" 8530 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8545 }, 8531 },
8546 "getTotalLength": {}, 8532 "getTotalLength": {},
8547 "getTransformToElement": { 8533 "getTransformToElement": {
8548 "support_level": "untriaged" 8534 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8549 }, 8535 },
8550 "hasExtension": { 8536 "hasExtension": {
8551 "support_level": "untriaged" 8537 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8552 }, 8538 },
8553 "nearestViewportElement": { 8539 "nearestViewportElement": {
8554 "support_level": "untriaged" 8540 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8555 }, 8541 },
8556 "normalizedPathSegList": {}, 8542 "normalizedPathSegList": {},
8557 "pathLength": {}, 8543 "pathLength": {},
8558 "pathSegList": {}, 8544 "pathSegList": {},
8559 "requiredExtensions": { 8545 "requiredExtensions": {
8560 "support_level": "untriaged" 8546 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8561 }, 8547 },
8562 "requiredFeatures": { 8548 "requiredFeatures": {
8563 "support_level": "untriaged" 8549 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8564 }, 8550 },
8565 "systemLanguage": { 8551 "systemLanguage": {
8566 "support_level": "untriaged" 8552 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8567 }, 8553 },
8568 "transform": { 8554 "transform": {
8569 "support_level": "untriaged" 8555 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8570 }, 8556 },
8571 "xmllang": { 8557 "xmllang": {
8572 "support_level": "untriaged" 8558 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8573 }, 8559 },
8574 "xmlspace": { 8560 "xmlspace": {
8575 "support_level": "untriaged" 8561 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8576 } 8562 }
8577 }, 8563 },
8578 "support_level": "stable" 8564 "support_level": "stable"
8579 }, 8565 },
8580 "SVGPathSeg": { 8566 "SVGPathSeg": {
8581 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSeg", 8567 "comment": "http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSeg",
8582 "dart_action": "unstable", 8568 "dart_action": "unstable",
8583 "members": { 8569 "members": {
8584 "PATHSEG_ARC_ABS": {}, 8570 "PATHSEG_ARC_ABS": {},
8585 "PATHSEG_ARC_REL": {}, 8571 "PATHSEG_ARC_REL": {},
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
8810 "y": {} 8796 "y": {}
8811 }, 8797 },
8812 "support_level": "stable" 8798 "support_level": "stable"
8813 }, 8799 },
8814 "SVGPatternElement": { 8800 "SVGPatternElement": {
8815 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGPatternElemen t", 8801 "comment": "http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGPatternElemen t",
8816 "dart_action": "unstable", 8802 "dart_action": "unstable",
8817 "members": { 8803 "members": {
8818 "SVGPatternElement": {}, 8804 "SVGPatternElement": {},
8819 "externalResourcesRequired": { 8805 "externalResourcesRequired": {
8820 "support_level": "untriaged" 8806 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8821 }, 8807 },
8822 "hasExtension": { 8808 "hasExtension": {
8823 "support_level": "untriaged" 8809 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8824 }, 8810 },
8825 "height": {}, 8811 "height": {},
8826 "href": { 8812 "href": {
8827 "support_level": "untriaged" 8813 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
8828 }, 8814 },
8829 "patternContentUnits": {}, 8815 "patternContentUnits": {},
8830 "patternTransform": {}, 8816 "patternTransform": {},
8831 "patternUnits": {}, 8817 "patternUnits": {},
8832 "preserveAspectRatio": { 8818 "preserveAspectRatio": {
8833 "support_level": "untriaged" 8819 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
8834 }, 8820 },
8835 "requiredExtensions": { 8821 "requiredExtensions": {
8836 "support_level": "untriaged" 8822 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8837 }, 8823 },
8838 "requiredFeatures": { 8824 "requiredFeatures": {
8839 "support_level": "untriaged" 8825 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8840 }, 8826 },
8841 "systemLanguage": { 8827 "systemLanguage": {
8842 "support_level": "untriaged" 8828 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8843 }, 8829 },
8844 "viewBox": { 8830 "viewBox": {
8845 "support_level": "untriaged" 8831 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
8846 }, 8832 },
8847 "width": {}, 8833 "width": {},
8848 "x": {}, 8834 "x": {},
8849 "xmllang": { 8835 "xmllang": {
8850 "support_level": "untriaged" 8836 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8851 }, 8837 },
8852 "xmlspace": { 8838 "xmlspace": {
8853 "support_level": "untriaged" 8839 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8854 }, 8840 },
8855 "y": {} 8841 "y": {}
8856 }, 8842 },
8857 "support_level": "stable" 8843 "support_level": "stable"
8858 }, 8844 },
8859 "SVGPoint": { 8845 "SVGPoint": {
8860 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPoint", 8846 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPoint",
8861 "dart_action": "unstable", 8847 "dart_action": "unstable",
8862 "members": { 8848 "members": {
8863 "matrixTransform": {}, 8849 "matrixTransform": {},
(...skipping 17 matching lines...) Expand all
8881 }, 8867 },
8882 "support_level": "stable" 8868 "support_level": "stable"
8883 }, 8869 },
8884 "SVGPolygonElement": { 8870 "SVGPolygonElement": {
8885 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolygonElement" , 8871 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolygonElement" ,
8886 "dart_action": "unstable", 8872 "dart_action": "unstable",
8887 "members": { 8873 "members": {
8888 "SVGPolygonElement": {}, 8874 "SVGPolygonElement": {},
8889 "animatedPoints": {}, 8875 "animatedPoints": {},
8890 "externalResourcesRequired": { 8876 "externalResourcesRequired": {
8891 "support_level": "untriaged" 8877 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8892 }, 8878 },
8893 "farthestViewportElement": { 8879 "farthestViewportElement": {
8894 "support_level": "untriaged" 8880 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8895 }, 8881 },
8896 "getBBox": { 8882 "getBBox": {
8897 "support_level": "untriaged" 8883 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8898 }, 8884 },
8899 "getCTM": { 8885 "getCTM": {
8900 "support_level": "untriaged" 8886 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8901 }, 8887 },
8902 "getScreenCTM": { 8888 "getScreenCTM": {
8903 "support_level": "untriaged" 8889 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8904 }, 8890 },
8905 "getTransformToElement": { 8891 "getTransformToElement": {
8906 "support_level": "untriaged" 8892 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8907 }, 8893 },
8908 "hasExtension": { 8894 "hasExtension": {
8909 "support_level": "untriaged" 8895 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8910 }, 8896 },
8911 "nearestViewportElement": { 8897 "nearestViewportElement": {
8912 "support_level": "untriaged" 8898 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8913 }, 8899 },
8914 "points": {}, 8900 "points": {},
8915 "requiredExtensions": { 8901 "requiredExtensions": {
8916 "support_level": "untriaged" 8902 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8917 }, 8903 },
8918 "requiredFeatures": { 8904 "requiredFeatures": {
8919 "support_level": "untriaged" 8905 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8920 }, 8906 },
8921 "systemLanguage": { 8907 "systemLanguage": {
8922 "support_level": "untriaged" 8908 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8923 }, 8909 },
8924 "transform": { 8910 "transform": {
8925 "support_level": "untriaged" 8911 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8926 }, 8912 },
8927 "xmllang": { 8913 "xmllang": {
8928 "support_level": "untriaged" 8914 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8929 }, 8915 },
8930 "xmlspace": { 8916 "xmlspace": {
8931 "support_level": "untriaged" 8917 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8932 } 8918 }
8933 }, 8919 },
8934 "support_level": "stable" 8920 "support_level": "stable"
8935 }, 8921 },
8936 "SVGPolylineElement": { 8922 "SVGPolylineElement": {
8937 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolylineElement ", 8923 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGPolylineElement ",
8938 "dart_action": "unstable", 8924 "dart_action": "unstable",
8939 "members": { 8925 "members": {
8940 "SVGPolylineElement": {}, 8926 "SVGPolylineElement": {},
8941 "animatedPoints": {}, 8927 "animatedPoints": {},
8942 "externalResourcesRequired": { 8928 "externalResourcesRequired": {
8943 "support_level": "untriaged" 8929 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
8944 }, 8930 },
8945 "farthestViewportElement": { 8931 "farthestViewportElement": {
8946 "support_level": "untriaged" 8932 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8947 }, 8933 },
8948 "getBBox": { 8934 "getBBox": {
8949 "support_level": "untriaged" 8935 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8950 }, 8936 },
8951 "getCTM": { 8937 "getCTM": {
8952 "support_level": "untriaged" 8938 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8953 }, 8939 },
8954 "getScreenCTM": { 8940 "getScreenCTM": {
8955 "support_level": "untriaged" 8941 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8956 }, 8942 },
8957 "getTransformToElement": { 8943 "getTransformToElement": {
8958 "support_level": "untriaged" 8944 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8959 }, 8945 },
8960 "hasExtension": { 8946 "hasExtension": {
8961 "support_level": "untriaged" 8947 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8962 }, 8948 },
8963 "nearestViewportElement": { 8949 "nearestViewportElement": {
8964 "support_level": "untriaged" 8950 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
8965 }, 8951 },
8966 "points": {}, 8952 "points": {},
8967 "requiredExtensions": { 8953 "requiredExtensions": {
8968 "support_level": "untriaged" 8954 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8969 }, 8955 },
8970 "requiredFeatures": { 8956 "requiredFeatures": {
8971 "support_level": "untriaged" 8957 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8972 }, 8958 },
8973 "systemLanguage": { 8959 "systemLanguage": {
8974 "support_level": "untriaged" 8960 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
8975 }, 8961 },
8976 "transform": { 8962 "transform": {
8977 "support_level": "untriaged" 8963 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
8978 }, 8964 },
8979 "xmllang": { 8965 "xmllang": {
8980 "support_level": "untriaged" 8966 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8981 }, 8967 },
8982 "xmlspace": { 8968 "xmlspace": {
8983 "support_level": "untriaged" 8969 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
8984 } 8970 }
8985 }, 8971 },
8986 "support_level": "stable" 8972 "support_level": "stable"
8987 }, 8973 },
8988 "SVGPreserveAspectRatio": { 8974 "SVGPreserveAspectRatio": {
8989 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPreserveAspectR atio", 8975 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPreserveAspectR atio",
8990 "dart_action": "unstable", 8976 "dart_action": "unstable",
8991 "members": { 8977 "members": {
8992 "SVG_MEETORSLICE_MEET": {}, 8978 "SVG_MEETORSLICE_MEET": {},
8993 "SVG_MEETORSLICE_SLICE": {}, 8979 "SVG_MEETORSLICE_SLICE": {},
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
9032 "y": {} 9018 "y": {}
9033 }, 9019 },
9034 "support_level": "stable" 9020 "support_level": "stable"
9035 }, 9021 },
9036 "SVGRectElement": { 9022 "SVGRectElement": {
9037 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGRectElement", 9023 "comment": "http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGRectElement",
9038 "dart_action": "unstable", 9024 "dart_action": "unstable",
9039 "members": { 9025 "members": {
9040 "SVGRectElement": {}, 9026 "SVGRectElement": {},
9041 "externalResourcesRequired": { 9027 "externalResourcesRequired": {
9042 "support_level": "untriaged" 9028 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9043 }, 9029 },
9044 "farthestViewportElement": { 9030 "farthestViewportElement": {
9045 "support_level": "untriaged" 9031 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9046 }, 9032 },
9047 "getBBox": { 9033 "getBBox": {
9048 "support_level": "untriaged" 9034 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9049 }, 9035 },
9050 "getCTM": { 9036 "getCTM": {
9051 "support_level": "untriaged" 9037 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9052 }, 9038 },
9053 "getScreenCTM": { 9039 "getScreenCTM": {
9054 "support_level": "untriaged" 9040 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9055 }, 9041 },
9056 "getTransformToElement": { 9042 "getTransformToElement": {
9057 "support_level": "untriaged" 9043 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9058 }, 9044 },
9059 "hasExtension": { 9045 "hasExtension": {
9060 "support_level": "untriaged" 9046 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9061 }, 9047 },
9062 "height": {}, 9048 "height": {},
9063 "nearestViewportElement": { 9049 "nearestViewportElement": {
9064 "support_level": "untriaged" 9050 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9065 }, 9051 },
9066 "requiredExtensions": { 9052 "requiredExtensions": {
9067 "support_level": "untriaged" 9053 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9068 }, 9054 },
9069 "requiredFeatures": { 9055 "requiredFeatures": {
9070 "support_level": "untriaged" 9056 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9071 }, 9057 },
9072 "rx": {}, 9058 "rx": {},
9073 "ry": {}, 9059 "ry": {},
9074 "systemLanguage": { 9060 "systemLanguage": {
9075 "support_level": "untriaged" 9061 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9076 }, 9062 },
9077 "transform": { 9063 "transform": {
9078 "support_level": "untriaged" 9064 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
9079 }, 9065 },
9080 "width": {}, 9066 "width": {},
9081 "x": {}, 9067 "x": {},
9082 "xmllang": { 9068 "xmllang": {
9083 "support_level": "untriaged" 9069 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9084 }, 9070 },
9085 "xmlspace": { 9071 "xmlspace": {
9086 "support_level": "untriaged" 9072 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9087 }, 9073 },
9088 "y": {} 9074 "y": {}
9089 }, 9075 },
9090 "support_level": "stable" 9076 "support_level": "stable"
9091 }, 9077 },
9092 "SVGRenderingIntent": { 9078 "SVGRenderingIntent": {
9093 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGRenderingIntent" , 9079 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGRenderingIntent" ,
9094 "dart_action": "unstable", 9080 "dart_action": "unstable",
9095 "members": { 9081 "members": {
9096 "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC": {}, 9082 "RENDERING_INTENT_ABSOLUTE_COLORIMETRIC": {},
(...skipping 20 matching lines...) Expand all
9117 "createSVGNumber": {}, 9103 "createSVGNumber": {},
9118 "createSVGPoint": {}, 9104 "createSVGPoint": {},
9119 "createSVGRect": {}, 9105 "createSVGRect": {},
9120 "createSVGTransform": {}, 9106 "createSVGTransform": {},
9121 "createSVGTransformFromMatrix": {}, 9107 "createSVGTransformFromMatrix": {},
9122 "currentScale": {}, 9108 "currentScale": {},
9123 "currentTranslate": {}, 9109 "currentTranslate": {},
9124 "currentView": {}, 9110 "currentView": {},
9125 "deselectAll": {}, 9111 "deselectAll": {},
9126 "externalResourcesRequired": { 9112 "externalResourcesRequired": {
9127 "support_level": "untriaged" 9113 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9128 }, 9114 },
9129 "farthestViewportElement": { 9115 "farthestViewportElement": {
9130 "support_level": "untriaged" 9116 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9131 }, 9117 },
9132 "forceRedraw": {}, 9118 "forceRedraw": {},
9133 "getBBox": { 9119 "getBBox": {
9134 "support_level": "untriaged" 9120 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9135 }, 9121 },
9136 "getCTM": { 9122 "getCTM": {
9137 "support_level": "untriaged" 9123 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9138 }, 9124 },
9139 "getCurrentTime": {}, 9125 "getCurrentTime": {},
9140 "getElementById": {}, 9126 "getElementById": {},
9141 "getEnclosureList": {}, 9127 "getEnclosureList": {},
9142 "getIntersectionList": {}, 9128 "getIntersectionList": {},
9143 "getScreenCTM": { 9129 "getScreenCTM": {
9144 "support_level": "untriaged" 9130 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9145 }, 9131 },
9146 "getTransformToElement": { 9132 "getTransformToElement": {
9147 "support_level": "untriaged" 9133 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9148 }, 9134 },
9149 "hasExtension": { 9135 "hasExtension": {
9150 "support_level": "untriaged" 9136 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9151 }, 9137 },
9152 "height": {}, 9138 "height": {},
9153 "nearestViewportElement": { 9139 "nearestViewportElement": {
9154 "support_level": "untriaged" 9140 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9155 }, 9141 },
9156 "pauseAnimations": {}, 9142 "pauseAnimations": {},
9157 "pixelUnitToMillimeterX": {}, 9143 "pixelUnitToMillimeterX": {},
9158 "pixelUnitToMillimeterY": {}, 9144 "pixelUnitToMillimeterY": {},
9159 "preserveAspectRatio": { 9145 "preserveAspectRatio": {
9160 "support_level": "untriaged" 9146 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
9161 }, 9147 },
9162 "requiredExtensions": { 9148 "requiredExtensions": {
9163 "support_level": "untriaged" 9149 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9164 }, 9150 },
9165 "requiredFeatures": { 9151 "requiredFeatures": {
9166 "support_level": "untriaged" 9152 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9167 }, 9153 },
9168 "screenPixelToMillimeterX": {}, 9154 "screenPixelToMillimeterX": {},
9169 "screenPixelToMillimeterY": {}, 9155 "screenPixelToMillimeterY": {},
9170 "setCurrentTime": {}, 9156 "setCurrentTime": {},
9171 "suspendRedraw": {}, 9157 "suspendRedraw": {},
9172 "systemLanguage": { 9158 "systemLanguage": {
9173 "support_level": "untriaged" 9159 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9174 }, 9160 },
9175 "transform": { 9161 "transform": {
9176 "support_level": "untriaged" 9162 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
9177 }, 9163 },
9178 "unpauseAnimations": {}, 9164 "unpauseAnimations": {},
9179 "unsuspendRedraw": {}, 9165 "unsuspendRedraw": {},
9180 "unsuspendRedrawAll": {}, 9166 "unsuspendRedrawAll": {},
9181 "useCurrentView": {}, 9167 "useCurrentView": {},
9182 "viewBox": { 9168 "viewBox": {
9183 "support_level": "untriaged" 9169 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
9184 }, 9170 },
9185 "viewport": {}, 9171 "viewport": {},
9186 "width": {}, 9172 "width": {},
9187 "x": {}, 9173 "x": {},
9188 "xmllang": { 9174 "xmllang": {
9189 "support_level": "untriaged" 9175 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9190 }, 9176 },
9191 "xmlspace": { 9177 "xmlspace": {
9192 "support_level": "untriaged" 9178 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9193 }, 9179 },
9194 "y": {}, 9180 "y": {},
9195 "zoomAndPan": { 9181 "zoomAndPan": {
9196 "support_level": "untriaged" 9182 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGZoomAndPan"
9197 } 9183 }
9198 }, 9184 },
9199 "support_level": "stable" 9185 "support_level": "stable"
9200 }, 9186 },
9201 "SVGScriptElement": { 9187 "SVGScriptElement": {
9202 "comment": "http://www.w3.org/TR/SVG/script.html#InterfaceSVGScriptElement", 9188 "comment": "http://www.w3.org/TR/SVG/script.html#InterfaceSVGScriptElement",
9203 "dart_action": "unstable", 9189 "dart_action": "unstable",
9204 "members": { 9190 "members": {
9205 "SVGScriptElement": {}, 9191 "SVGScriptElement": {},
9206 "externalResourcesRequired": { 9192 "externalResourcesRequired": {
9207 "support_level": "untriaged" 9193 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9208 }, 9194 },
9209 "href": { 9195 "href": {
9210 "support_level": "untriaged" 9196 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
9211 }, 9197 },
9212 "type": {} 9198 "type": {}
9213 }, 9199 },
9214 "support_level": "stable" 9200 "support_level": "stable"
9215 }, 9201 },
9216 "SVGSetElement": { 9202 "SVGSetElement": {
9217 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGSetElement", 9203 "comment": "http://www.w3.org/TR/SVG/animate.html#InterfaceSVGSetElement",
9218 "dart_action": "unstable", 9204 "dart_action": "unstable",
9219 "members": { 9205 "members": {
9220 "SVGSetElement": {} 9206 "SVGSetElement": {}
(...skipping 27 matching lines...) Expand all
9248 "SVGStyleElement": { 9234 "SVGStyleElement": {
9249 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable", 9235 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable",
9250 "dart_action": "experimental", 9236 "dart_action": "experimental",
9251 "members": { 9237 "members": {
9252 "SVGStyleElement": {}, 9238 "SVGStyleElement": {},
9253 "disabled": {}, 9239 "disabled": {},
9254 "media": {}, 9240 "media": {},
9255 "title": {}, 9241 "title": {},
9256 "type": {}, 9242 "type": {},
9257 "xmllang": { 9243 "xmllang": {
9258 "support_level": "untriaged" 9244 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9259 }, 9245 },
9260 "xmlspace": { 9246 "xmlspace": {
9261 "support_level": "untriaged" 9247 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9262 } 9248 }
9263 }, 9249 },
9264 "support_level": "nonstandard" 9250 "support_level": "nonstandard"
9265 }, 9251 },
9266 "SVGStyledElement": { 9252 "SVGStyledElement": {
9267 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable (SVGSty lable)", 9253 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable (SVGSty lable)",
9268 "dart_action": "unstable", 9254 "dart_action": "unstable",
9269 "members": { 9255 "members": {
9270 "className": {}, 9256 "className": {},
9271 "getPresentationAttribute": {}, 9257 "getPresentationAttribute": {},
9272 "style": {} 9258 "style": {}
9273 }, 9259 },
9274 "support_level": "experimental" 9260 "support_level": "experimental"
9275 }, 9261 },
9276 "SVGSwitchElement": { 9262 "SVGSwitchElement": {
9277 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSwitchElement", 9263 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSwitchElement",
9278 "dart_action": "unstable", 9264 "dart_action": "unstable",
9279 "members": { 9265 "members": {
9280 "SVGSwitchElement": {}, 9266 "SVGSwitchElement": {},
9281 "externalResourcesRequired": { 9267 "externalResourcesRequired": {
9282 "support_level": "untriaged" 9268 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9283 }, 9269 },
9284 "farthestViewportElement": { 9270 "farthestViewportElement": {
9285 "support_level": "untriaged" 9271 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9286 }, 9272 },
9287 "getBBox": { 9273 "getBBox": {
9288 "support_level": "untriaged" 9274 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9289 }, 9275 },
9290 "getCTM": { 9276 "getCTM": {
9291 "support_level": "untriaged" 9277 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9292 }, 9278 },
9293 "getScreenCTM": { 9279 "getScreenCTM": {
9294 "support_level": "untriaged" 9280 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9295 }, 9281 },
9296 "getTransformToElement": { 9282 "getTransformToElement": {
9297 "support_level": "untriaged" 9283 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9298 }, 9284 },
9299 "hasExtension": { 9285 "hasExtension": {
9300 "support_level": "untriaged" 9286 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9301 }, 9287 },
9302 "nearestViewportElement": { 9288 "nearestViewportElement": {
9303 "support_level": "untriaged" 9289 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9304 }, 9290 },
9305 "requiredExtensions": { 9291 "requiredExtensions": {
9306 "support_level": "untriaged" 9292 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9307 }, 9293 },
9308 "requiredFeatures": { 9294 "requiredFeatures": {
9309 "support_level": "untriaged" 9295 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9310 }, 9296 },
9311 "systemLanguage": { 9297 "systemLanguage": {
9312 "support_level": "untriaged" 9298 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9313 }, 9299 },
9314 "transform": { 9300 "transform": {
9315 "support_level": "untriaged" 9301 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
9316 }, 9302 },
9317 "xmllang": { 9303 "xmllang": {
9318 "support_level": "untriaged" 9304 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9319 }, 9305 },
9320 "xmlspace": { 9306 "xmlspace": {
9321 "support_level": "untriaged" 9307 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9322 } 9308 }
9323 }, 9309 },
9324 "support_level": "stable" 9310 "support_level": "stable"
9325 }, 9311 },
9326 "SVGSymbolElement": { 9312 "SVGSymbolElement": {
9327 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSymbolElement", 9313 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSymbolElement",
9328 "dart_action": "unstable", 9314 "dart_action": "unstable",
9329 "members": { 9315 "members": {
9330 "SVGSymbolElement": {}, 9316 "SVGSymbolElement": {},
9331 "externalResourcesRequired": { 9317 "externalResourcesRequired": {
9332 "support_level": "untriaged" 9318 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9333 }, 9319 },
9334 "preserveAspectRatio": { 9320 "preserveAspectRatio": {
9335 "support_level": "untriaged" 9321 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
9336 }, 9322 },
9337 "viewBox": { 9323 "viewBox": {
9338 "support_level": "untriaged" 9324 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
9339 }, 9325 },
9340 "xmllang": { 9326 "xmllang": {
9341 "support_level": "untriaged" 9327 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9342 }, 9328 },
9343 "xmlspace": { 9329 "xmlspace": {
9344 "support_level": "untriaged" 9330 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9345 } 9331 }
9346 }, 9332 },
9347 "support_level": "stable" 9333 "support_level": "stable"
9348 }, 9334 },
9349 "SVGTRefElement": { 9335 "SVGTRefElement": {
9350 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTRefElement", 9336 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTRefElement",
9351 "dart_action": "unstable", 9337 "dart_action": "unstable",
9352 "members": { 9338 "members": {
9353 "SVGTRefElement": {} 9339 "SVGTRefElement": {}
9354 }, 9340 },
(...skipping 19 matching lines...) Expand all
9374 "support_level": "stable" 9360 "support_level": "stable"
9375 }, 9361 },
9376 "SVGTextContentElement": { 9362 "SVGTextContentElement": {
9377 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextContentElemen t", 9363 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextContentElemen t",
9378 "dart_action": "unstable", 9364 "dart_action": "unstable",
9379 "members": { 9365 "members": {
9380 "LENGTHADJUST_SPACING": {}, 9366 "LENGTHADJUST_SPACING": {},
9381 "LENGTHADJUST_SPACINGANDGLYPHS": {}, 9367 "LENGTHADJUST_SPACINGANDGLYPHS": {},
9382 "LENGTHADJUST_UNKNOWN": {}, 9368 "LENGTHADJUST_UNKNOWN": {},
9383 "externalResourcesRequired": { 9369 "externalResourcesRequired": {
9384 "support_level": "untriaged" 9370 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9385 }, 9371 },
9386 "getCharNumAtPosition": {}, 9372 "getCharNumAtPosition": {},
9387 "getComputedTextLength": {}, 9373 "getComputedTextLength": {},
9388 "getEndPositionOfChar": {}, 9374 "getEndPositionOfChar": {},
9389 "getExtentOfChar": {}, 9375 "getExtentOfChar": {},
9390 "getNumberOfChars": {}, 9376 "getNumberOfChars": {},
9391 "getRotationOfChar": {}, 9377 "getRotationOfChar": {},
9392 "getStartPositionOfChar": {}, 9378 "getStartPositionOfChar": {},
9393 "getSubStringLength": {}, 9379 "getSubStringLength": {},
9394 "hasExtension": { 9380 "hasExtension": {
9395 "support_level": "untriaged" 9381 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9396 }, 9382 },
9397 "lengthAdjust": {}, 9383 "lengthAdjust": {},
9398 "requiredExtensions": { 9384 "requiredExtensions": {
9399 "support_level": "untriaged" 9385 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9400 }, 9386 },
9401 "requiredFeatures": { 9387 "requiredFeatures": {
9402 "support_level": "untriaged" 9388 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9403 }, 9389 },
9404 "selectSubString": {}, 9390 "selectSubString": {},
9405 "systemLanguage": { 9391 "systemLanguage": {
9406 "support_level": "untriaged" 9392 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9407 }, 9393 },
9408 "textLength": {}, 9394 "textLength": {},
9409 "xmllang": { 9395 "xmllang": {
9410 "support_level": "untriaged" 9396 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9411 }, 9397 },
9412 "xmlspace": { 9398 "xmlspace": {
9413 "support_level": "untriaged" 9399 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9414 } 9400 }
9415 }, 9401 },
9416 "support_level": "stable" 9402 "support_level": "stable"
9417 }, 9403 },
9418 "SVGTextElement": { 9404 "SVGTextElement": {
9419 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement", 9405 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextElement",
9420 "dart_action": "unstable", 9406 "dart_action": "unstable",
9421 "members": { 9407 "members": {
9422 "SVGTextElement": {}, 9408 "SVGTextElement": {},
9423 "farthestViewportElement": { 9409 "farthestViewportElement": {
9424 "support_level": "untriaged" 9410 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9425 }, 9411 },
9426 "getBBox": { 9412 "getBBox": {
9427 "support_level": "untriaged" 9413 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9428 }, 9414 },
9429 "getCTM": { 9415 "getCTM": {
9430 "support_level": "untriaged" 9416 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9431 }, 9417 },
9432 "getScreenCTM": { 9418 "getScreenCTM": {
9433 "support_level": "untriaged" 9419 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9434 }, 9420 },
9435 "getTransformToElement": { 9421 "getTransformToElement": {
9436 "support_level": "untriaged" 9422 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9437 }, 9423 },
9438 "nearestViewportElement": { 9424 "nearestViewportElement": {
9439 "support_level": "untriaged" 9425 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9440 }, 9426 },
9441 "transform": { 9427 "transform": {
9442 "support_level": "untriaged" 9428 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
9443 } 9429 }
9444 }, 9430 },
9445 "support_level": "stable" 9431 "support_level": "stable"
9446 }, 9432 },
9447 "SVGTextPathElement": { 9433 "SVGTextPathElement": {
9448 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPathElement", 9434 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPathElement",
9449 "dart_action": "unstable", 9435 "dart_action": "unstable",
9450 "members": { 9436 "members": {
9451 "TEXTPATH_METHODTYPE_ALIGN": {}, 9437 "TEXTPATH_METHODTYPE_ALIGN": {},
9452 "TEXTPATH_METHODTYPE_STRETCH": {}, 9438 "TEXTPATH_METHODTYPE_STRETCH": {},
9453 "TEXTPATH_METHODTYPE_UNKNOWN": {}, 9439 "TEXTPATH_METHODTYPE_UNKNOWN": {},
9454 "TEXTPATH_SPACINGTYPE_AUTO": {}, 9440 "TEXTPATH_SPACINGTYPE_AUTO": {},
9455 "TEXTPATH_SPACINGTYPE_EXACT": {}, 9441 "TEXTPATH_SPACINGTYPE_EXACT": {},
9456 "TEXTPATH_SPACINGTYPE_UNKNOWN": {}, 9442 "TEXTPATH_SPACINGTYPE_UNKNOWN": {},
9457 "href": { 9443 "href": {
9458 "support_level": "untriaged" 9444 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
9459 }, 9445 },
9460 "method": {}, 9446 "method": {},
9461 "spacing": {}, 9447 "spacing": {},
9462 "startOffset": {} 9448 "startOffset": {}
9463 }, 9449 },
9464 "support_level": "stable" 9450 "support_level": "stable"
9465 }, 9451 },
9466 "SVGTextPositioningElement": { 9452 "SVGTextPositioningElement": {
9467 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPositioningEl ement", 9453 "comment": "http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPositioningEl ement",
9468 "dart_action": "unstable", 9454 "dart_action": "unstable",
9469 "members": { 9455 "members": {
9470 "dx": {}, 9456 "dx": {},
9471 "dy": {}, 9457 "dy": {},
9472 "rotate": {}, 9458 "rotate": {},
9473 "x": {}, 9459 "x": {},
9474 "y": {} 9460 "y": {}
9475 }, 9461 },
9476 "support_level": "stable" 9462 "support_level": "stable"
9477 }, 9463 },
9478 "SVGTitleElement": { 9464 "SVGTitleElement": {
9479 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGTitleElement", 9465 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGTitleElement",
9480 "dart_action": "unstable", 9466 "dart_action": "unstable",
9481 "members": { 9467 "members": {
9482 "SVGTitleElement": {}, 9468 "SVGTitleElement": {},
9483 "xmllang": { 9469 "xmllang": {
9484 "support_level": "untriaged" 9470 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9485 }, 9471 },
9486 "xmlspace": { 9472 "xmlspace": {
9487 "support_level": "untriaged" 9473 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9488 } 9474 }
9489 }, 9475 },
9490 "support_level": "stable" 9476 "support_level": "stable"
9491 }, 9477 },
9492 "SVGTransform": { 9478 "SVGTransform": {
9493 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGTransform", 9479 "comment": "http://www.w3.org/TR/SVG/coords.html#InterfaceSVGTransform",
9494 "dart_action": "unstable", 9480 "dart_action": "unstable",
9495 "members": { 9481 "members": {
9496 "SVG_TRANSFORM_MATRIX": {}, 9482 "SVG_TRANSFORM_MATRIX": {},
9497 "SVG_TRANSFORM_ROTATE": {}, 9483 "SVG_TRANSFORM_ROTATE": {},
(...skipping 29 matching lines...) Expand all
9527 "removeItem": {}, 9513 "removeItem": {},
9528 "replaceItem": {} 9514 "replaceItem": {}
9529 }, 9515 },
9530 "support_level": "stable" 9516 "support_level": "stable"
9531 }, 9517 },
9532 "SVGTransformable": { 9518 "SVGTransformable": {
9533 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformable", 9519 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformable",
9534 "dart_action": "unstable", 9520 "dart_action": "unstable",
9535 "members": { 9521 "members": {
9536 "farthestViewportElement": { 9522 "farthestViewportElement": {
9537 "support_level": "untriaged" 9523 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9538 }, 9524 },
9539 "getBBox": { 9525 "getBBox": {
9540 "support_level": "untriaged" 9526 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9541 }, 9527 },
9542 "getCTM": { 9528 "getCTM": {
9543 "support_level": "untriaged" 9529 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9544 }, 9530 },
9545 "getScreenCTM": { 9531 "getScreenCTM": {
9546 "support_level": "untriaged" 9532 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9547 }, 9533 },
9548 "getTransformToElement": { 9534 "getTransformToElement": {
9549 "support_level": "untriaged" 9535 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9550 }, 9536 },
9551 "nearestViewportElement": { 9537 "nearestViewportElement": {
9552 "support_level": "untriaged" 9538 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9553 }, 9539 },
9554 "transform": {} 9540 "transform": {}
9555 }, 9541 },
9556 "support_level": "stable" 9542 "support_level": "stable"
9557 }, 9543 },
9558 "SVGURIReference": { 9544 "SVGURIReference": {
9559 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference", 9545 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference",
9560 "dart_action": "unstable", 9546 "dart_action": "unstable",
9561 "members": { 9547 "members": {
9562 "href": {} 9548 "href": {}
(...skipping 10 matching lines...) Expand all
9573 }, 9559 },
9574 "support_level": "stable" 9560 "support_level": "stable"
9575 }, 9561 },
9576 "SVGUseElement": { 9562 "SVGUseElement": {
9577 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGUseElement", 9563 "comment": "http://www.w3.org/TR/SVG/struct.html#InterfaceSVGUseElement",
9578 "dart_action": "unstable", 9564 "dart_action": "unstable",
9579 "members": { 9565 "members": {
9580 "SVGUseElement": {}, 9566 "SVGUseElement": {},
9581 "animatedInstanceRoot": {}, 9567 "animatedInstanceRoot": {},
9582 "externalResourcesRequired": { 9568 "externalResourcesRequired": {
9583 "support_level": "untriaged" 9569 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9584 }, 9570 },
9585 "farthestViewportElement": { 9571 "farthestViewportElement": {
9586 "support_level": "untriaged" 9572 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9587 }, 9573 },
9588 "getBBox": { 9574 "getBBox": {
9589 "support_level": "untriaged" 9575 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9590 }, 9576 },
9591 "getCTM": { 9577 "getCTM": {
9592 "support_level": "untriaged" 9578 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9593 }, 9579 },
9594 "getScreenCTM": { 9580 "getScreenCTM": {
9595 "support_level": "untriaged" 9581 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9596 }, 9582 },
9597 "getTransformToElement": { 9583 "getTransformToElement": {
9598 "support_level": "untriaged" 9584 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9599 }, 9585 },
9600 "hasExtension": { 9586 "hasExtension": {
9601 "support_level": "untriaged" 9587 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9602 }, 9588 },
9603 "height": {}, 9589 "height": {},
9604 "href": { 9590 "href": {
9605 "support_level": "untriaged" 9591 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference "
9606 }, 9592 },
9607 "instanceRoot": {}, 9593 "instanceRoot": {},
9608 "nearestViewportElement": { 9594 "nearestViewportElement": {
9609 "support_level": "untriaged" 9595 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"
9610 }, 9596 },
9611 "requiredExtensions": { 9597 "requiredExtensions": {
9612 "support_level": "untriaged" 9598 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9613 }, 9599 },
9614 "requiredFeatures": { 9600 "requiredFeatures": {
9615 "support_level": "untriaged" 9601 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9616 }, 9602 },
9617 "systemLanguage": { 9603 "systemLanguage": {
9618 "support_level": "untriaged" 9604 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"
9619 }, 9605 },
9620 "transform": { 9606 "transform": {
9621 "support_level": "untriaged" 9607 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformabl e"
9622 }, 9608 },
9623 "width": {}, 9609 "width": {},
9624 "x": {}, 9610 "x": {},
9625 "xmllang": { 9611 "xmllang": {
9626 "support_level": "untriaged" 9612 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9627 }, 9613 },
9628 "xmlspace": { 9614 "xmlspace": {
9629 "support_level": "untriaged" 9615 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"
9630 }, 9616 },
9631 "y": {} 9617 "y": {}
9632 }, 9618 },
9633 "support_level": "stable" 9619 "support_level": "stable"
9634 }, 9620 },
9635 "SVGVKernElement": { 9621 "SVGVKernElement": {
9636 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGVKernElement", 9622 "comment": "http://www.w3.org/TR/SVG/fonts.html#InterfaceSVGVKernElement",
9637 "dart_action": "unstable", 9623 "dart_action": "unstable",
9638 "members": { 9624 "members": {
9639 "SVGVKernElement": {} 9625 "SVGVKernElement": {}
9640 }, 9626 },
9641 "support_level": "stable" 9627 "support_level": "stable"
9642 }, 9628 },
9643 "SVGViewElement": { 9629 "SVGViewElement": {
9644 "comment": "http://www.w3.org/TR/SVG/linking.html#InterfaceSVGViewElement", 9630 "comment": "http://www.w3.org/TR/SVG/linking.html#InterfaceSVGViewElement",
9645 "dart_action": "unstable", 9631 "dart_action": "unstable",
9646 "members": { 9632 "members": {
9647 "SVGViewElement": {}, 9633 "SVGViewElement": {},
9648 "externalResourcesRequired": { 9634 "externalResourcesRequired": {
9649 "support_level": "untriaged" 9635 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalReso urcesRequired"
9650 }, 9636 },
9651 "preserveAspectRatio": { 9637 "preserveAspectRatio": {
9652 "support_level": "untriaged" 9638 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
9653 }, 9639 },
9654 "viewBox": { 9640 "viewBox": {
9655 "support_level": "untriaged" 9641 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox "
9656 }, 9642 },
9657 "viewTarget": {}, 9643 "viewTarget": {},
9658 "zoomAndPan": { 9644 "zoomAndPan": {
9659 "support_level": "untriaged" 9645 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGZoomAndPan"
9660 } 9646 }
9661 }, 9647 },
9662 "support_level": "stable" 9648 "support_level": "stable"
9663 }, 9649 },
9664 "SVGViewSpec": { 9650 "SVGViewSpec": {
9665 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGViewSpec", 9651 "comment": "http://www.w3.org/TR/SVG/types.html#InterfaceSVGViewSpec",
9666 "dart_action": "unstable", 9652 "dart_action": "unstable",
9667 "members": { 9653 "members": {
9668 "preserveAspectRatio": { 9654 "preserveAspectRatio": {
9669 "dart_action": "experimental", 9655 "dart_action": "experimental",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
9757 "functionName": {}, 9743 "functionName": {},
9758 "lineNumber": {}, 9744 "lineNumber": {},
9759 "numberOfCalls": {}, 9745 "numberOfCalls": {},
9760 "selfTime": {}, 9746 "selfTime": {},
9761 "totalTime": {}, 9747 "totalTime": {},
9762 "url": {}, 9748 "url": {},
9763 "visible": {} 9749 "visible": {}
9764 }, 9750 },
9765 "support_level": "nonstandard" 9751 "support_level": "nonstandard"
9766 }, 9752 },
9767 "SecurityPolicy": {
9768 "members": {},
9769 "support_level": "untriaged"
9770 },
9771 "SecurityPolicyViolationEvent": { 9753 "SecurityPolicyViolationEvent": {
9772 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp- specification.dev.html#securitypolicyviolationevent-events", 9754 "comment": "https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp- specification.dev.html#securitypolicyviolationevent-events",
9773 "members": { 9755 "members": {
9774 "blockedURI": {}, 9756 "blockedURI": {},
9775 "documentURI": {}, 9757 "documentURI": {},
9776 "effectiveDirective": {}, 9758 "effectiveDirective": {},
9777 "lineNumber": {}, 9759 "lineNumber": {},
9778 "originalPolicy": {}, 9760 "originalPolicy": {},
9779 "referrer": {}, 9761 "referrer": {},
9780 "sourceFile": {}, 9762 "sourceFile": {},
9781 "violatedDirective": {} 9763 "violatedDirective": {}
9782 }, 9764 },
9783 "support_level": "experimental" 9765 "support_level": "experimental"
9784 }, 9766 },
9785 "Selection": {
9786 "members": {},
9787 "support_level": "untriaged"
9788 },
9789 "ShadowRoot": { 9767 "ShadowRoot": {
9790 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in dex.html#api-shadow-root", 9768 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in dex.html#api-shadow-root",
9791 "members": { 9769 "members": {
9792 "activeElement": {}, 9770 "activeElement": {},
9793 "applyAuthorStyles": {}, 9771 "applyAuthorStyles": {},
9794 "cloneNode": {}, 9772 "cloneNode": {},
9795 "elementFromPoint": {}, 9773 "elementFromPoint": {},
9796 "getElementById": {}, 9774 "getElementById": {},
9797 "getElementsByClassName": {}, 9775 "getElementsByClassName": {},
9798 "getElementsByTagName": {}, 9776 "getElementsByTagName": {},
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
10323 }, 10301 },
10324 "view": {}, 10302 "view": {},
10325 "which": { 10303 "which": {
10326 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E vents.html#legacy-key-attributes", 10304 "comment": "http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-E vents.html#legacy-key-attributes",
10327 "dart_action": "unstable", 10305 "dart_action": "unstable",
10328 "support_level": "deprecated" 10306 "support_level": "deprecated"
10329 } 10307 }
10330 }, 10308 },
10331 "support_level": "stable" 10309 "support_level": "stable"
10332 }, 10310 },
10333 "URL": {
10334 "members": {},
10335 "support_level": "untriaged"
10336 },
10337 "Uint16Array": { 10311 "Uint16Array": {
10338 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/", 10312 "comment": "http://www.khronos.org/registry/typedarray/specs/latest/",
10339 "members": { 10313 "members": {
10340 "BYTES_PER_ELEMENT": {}, 10314 "BYTES_PER_ELEMENT": {},
10341 "length": {}, 10315 "length": {},
10342 "setElements": {}, 10316 "setElements": {},
10343 "subarray": {} 10317 "subarray": {}
10344 }, 10318 },
10345 "support_level": "stable" 10319 "support_level": "stable"
10346 }, 10320 },
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
10998 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.10", 10972 "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.10",
10999 "members": {}, 10973 "members": {},
11000 "support_level": "stable" 10974 "support_level": "stable"
11001 }, 10975 },
11002 "WebGLVertexArrayObjectOES": { 10976 "WebGLVertexArrayObjectOES": {
11003 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra y_object/", 10977 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_vertex_arra y_object/",
11004 "dart_action": "experimental", 10978 "dart_action": "experimental",
11005 "members": {}, 10979 "members": {},
11006 "support_level": "experimental" 10980 "support_level": "experimental"
11007 }, 10981 },
11008 "WebKitAnimationEvent": {
11009 "comment": "http://www.w3.org/TR/css3-animations/#AnimationEvent-interface",
11010 "dart_action": "suppress",
11011 "members": {
11012 "animationName": {},
11013 "elapsedTime": {}
11014 },
11015 "support_level": "deprecated"
11016 },
11017 "WebKitCSSFilterRule": { 10982 "WebKitCSSFilterRule": {
11018 "comment": "http://www.w3.org/TR/filter-effects/", 10983 "comment": "http://www.w3.org/TR/filter-effects/",
11019 "members": { 10984 "members": {
11020 "style": {} 10985 "style": {}
11021 }, 10986 },
11022 "support_level": "experimental" 10987 "support_level": "experimental"
11023 }, 10988 },
11024 "WebKitCSSFilterValue": { 10989 "WebKitCSSFilterValue": {
11025 "comment": "http://dev.w3.org/csswg/cssom/", 10990 "comment": "http://dev.w3.org/csswg/cssom/",
11026 "dart_action": "suppress", 10991 "dart_action": "suppress",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
11135 "CSS_SKEWY": {}, 11100 "CSS_SKEWY": {},
11136 "CSS_TRANSLATE": {}, 11101 "CSS_TRANSLATE": {},
11137 "CSS_TRANSLATE3D": {}, 11102 "CSS_TRANSLATE3D": {},
11138 "CSS_TRANSLATEX": {}, 11103 "CSS_TRANSLATEX": {},
11139 "CSS_TRANSLATEY": {}, 11104 "CSS_TRANSLATEY": {},
11140 "CSS_TRANSLATEZ": {}, 11105 "CSS_TRANSLATEZ": {},
11141 "operationType": {} 11106 "operationType": {}
11142 }, 11107 },
11143 "support_level": "deprecated" 11108 "support_level": "deprecated"
11144 }, 11109 },
11145 "WebKitNamedFlow": {
11146 "comment": "http://www.w3.org/TR/css3-regions/#dom-named-flow-collection",
11147 "dart_action": "suppress",
11148 "members": {
11149 "addEventListener": {},
11150 "dispatchEvent": {},
11151 "firstEmptyRegionIndex": {},
11152 "getContent": {},
11153 "getRegions": {},
11154 "getRegionsByContent": {},
11155 "name": {},
11156 "overset": {},
11157 "removeEventListener": {}
11158 },
11159 "support_level": "experimental"
11160 },
11161 "WebKitNamedFlowCollection": {
11162 "members": {},
11163 "support_level": "untriaged"
11164 },
11165 "WebKitPoint": {
11166 "comment": "http://developer.apple.com/library/safari/#documentation/DataMan agement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditi ons.html",
11167 "dart_action": "private",
11168 "members": {
11169 "x": {},
11170 "y": {}
11171 },
11172 "support_level": "nonstandard"
11173 },
11174 "WebKitTransitionEvent": {
11175 "comment": "http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent" ,
11176 "dart_action": "suppress",
11177 "members": {
11178 "elapsedTime": {},
11179 "propertyName": {},
11180 "pseudoElement": {}
11181 },
11182 "support_level": "deprecated"
11183 },
11184 "WebSocket": { 11110 "WebSocket": {
11185 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface", 11111 "comment": "http://www.w3.org/TR/websockets/#the-websocket-interface",
11186 "dart_action": "unstable", 11112 "dart_action": "unstable",
11187 "members": { 11113 "members": {
11188 "CLOSED": {}, 11114 "CLOSED": {},
11189 "CLOSING": {}, 11115 "CLOSING": {},
11190 "CONNECTING": {}, 11116 "CONNECTING": {},
11191 "OPEN": {}, 11117 "OPEN": {},
11192 "URL": { 11118 "URL": {
11193 "dart_action": "suppress", 11119 "dart_action": "suppress",
(...skipping 19 matching lines...) Expand all
11213 "support_level": "stable" 11139 "support_level": "stable"
11214 }, 11140 },
11215 "WheelEvent": { 11141 "WheelEvent": {
11216 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents", 11142 "comment": "http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents",
11217 "members": { 11143 "members": {
11218 "DOM_DELTA_LINE": {}, 11144 "DOM_DELTA_LINE": {},
11219 "DOM_DELTA_PAGE": {}, 11145 "DOM_DELTA_PAGE": {},
11220 "DOM_DELTA_PIXEL": {}, 11146 "DOM_DELTA_PIXEL": {},
11221 "deltaMode": {}, 11147 "deltaMode": {},
11222 "initWebKitWheelEvent": { 11148 "initWebKitWheelEvent": {
11223 "dart_action": "default",
11224 "support_level": "experimental" 11149 "support_level": "experimental"
11225 }, 11150 },
11226 "webkitDirectionInvertedFromDevice": { 11151 "webkitDirectionInvertedFromDevice": {
11227 "support_level": "experimental" 11152 "support_level": "experimental"
11228 }, 11153 },
11229 "wheelDelta": { 11154 "wheelDelta": {
11230 "support_level": "nonstandard" 11155 "support_level": "nonstandard"
11231 }, 11156 },
11232 "wheelDeltaX": { 11157 "wheelDeltaX": {
11233 "support_level": "nonstandard" 11158 "support_level": "nonstandard"
11234 }, 11159 },
11235 "wheelDeltaY": { 11160 "wheelDeltaY": {
11236 "support_level": "nonstandard" 11161 "support_level": "nonstandard"
11237 } 11162 }
11238 }, 11163 },
11239 "support_level": "stable" 11164 "support_level": "stable"
11240 }, 11165 },
11241 "Window": {
11242 "members": {},
11243 "support_level": "untriaged"
11244 },
11245 "Worker": { 11166 "Worker": {
11246 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#worker", 11167 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#worker",
11247 "dart_action": "experimental", 11168 "dart_action": "experimental",
11248 "members": { 11169 "members": {
11249 "Worker": {}, 11170 "Worker": {},
11250 "onmessage": {}, 11171 "onmessage": {},
11251 "postMessage": {}, 11172 "postMessage": {},
11252 "terminate": {} 11173 "terminate": {}
11253 }, 11174 },
11254 "support_level": "stable" 11175 "support_level": "stable"
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
11327 }, 11248 },
11328 "webkitResolveLocalFileSystemURL": { 11249 "webkitResolveLocalFileSystemURL": {
11329 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m", 11250 "comment": "http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSyste m",
11330 "support_level": "experimental" 11251 "support_level": "experimental"
11331 } 11252 }
11332 }, 11253 },
11333 "support_level": "stable" 11254 "support_level": "stable"
11334 }, 11255 },
11335 "WorkerLocation": { 11256 "WorkerLocation": {
11336 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#workerlocation", 11257 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/work ers.html#workerlocation",
11337 "dart_action": "default",
11338 "members": { 11258 "members": {
11339 "hash": { 11259 "hash": {
11340 "comment": "http://url.spec.whatwg.org/#urlutils" 11260 "comment": "http://url.spec.whatwg.org/#urlutils"
11341 }, 11261 },
11342 "host": { 11262 "host": {
11343 "comment": "http://url.spec.whatwg.org/#urlutils" 11263 "comment": "http://url.spec.whatwg.org/#urlutils"
11344 }, 11264 },
11345 "hostname": { 11265 "hostname": {
11346 "comment": "http://url.spec.whatwg.org/#urlutils" 11266 "comment": "http://url.spec.whatwg.org/#urlutils"
11347 }, 11267 },
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
11568 "importStylesheet": {}, 11488 "importStylesheet": {},
11569 "removeParameter": {}, 11489 "removeParameter": {},
11570 "reset": {}, 11490 "reset": {},
11571 "setParameter": {}, 11491 "setParameter": {},
11572 "transformToDocument": {}, 11492 "transformToDocument": {},
11573 "transformToFragment": {} 11493 "transformToFragment": {}
11574 }, 11494 },
11575 "support_level": "nonstandard" 11495 "support_level": "nonstandard"
11576 } 11496 }
11577 } 11497 }
OLDNEW
« no previous file with comments | « no previous file | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698