| Index: tools/dom/dom.json
|
| diff --git a/tools/dom/dom.json b/tools/dom/dom.json
|
| index 3bafc1d68b8f3def6590534a8046ab9c273c1437..91594405be20e30a3bc4d5ee25c9ad64c57992b6 100644
|
| --- a/tools/dom/dom.json
|
| +++ b/tools/dom/dom.json
|
| @@ -2062,8 +2062,12 @@
|
| },
|
| "firstElementChild": {},
|
| "focus": {},
|
| - "getAttribute": {},
|
| - "getAttributeNS": {},
|
| + "getAttribute": {
|
| + "support_level": "deprecated"
|
| + },
|
| + "getAttributeNS": {
|
| + "support_level": "deprecated"
|
| + },
|
| "getAttributeNode": {
|
| "comment": "http://dom.spec.whatwg.org/#dom-element-getattributenode",
|
| "dart_action": "suppress",
|
| @@ -2259,8 +2263,12 @@
|
| "scrollLeft": {},
|
| "scrollTop": {},
|
| "scrollWidth": {},
|
| - "setAttribute": {},
|
| - "setAttributeNS": {},
|
| + "setAttribute": {
|
| + "support_level": "deprecated"
|
| + },
|
| + "setAttributeNS": {
|
| + "support_level": "deprecated"
|
| + },
|
| "setAttributeNode": {
|
| "comment": "http://dom.spec.whatwg.org/#dom-element-setattributenode",
|
| "dart_action": "suppress",
|
| @@ -5970,7 +5978,9 @@
|
| "addEventListener": {},
|
| "appendChild": {},
|
| "baseURI": {},
|
| - "childNodes": {},
|
| + "childNodes": {
|
| + "support_level": "deprecated"
|
| + },
|
| "cloneNode": {},
|
| "compareDocumentPosition": {},
|
| "contains": {},
|
|
|