| Index: tools/dom/dom.json
|
| ===================================================================
|
| --- tools/dom/dom.json (revision 32687)
|
| +++ tools/dom/dom.json (working copy)
|
| @@ -2098,11 +2098,17 @@
|
| "support_level": "deprecated"
|
| },
|
| "name": {},
|
| + "nextElementSibling": {
|
| + "support_level": "untriaged"
|
| + },
|
| "notations": {
|
| "comment": "http://dom.spec.whatwg.org/#dom-documenttype-notations",
|
| "dart_action": "suppress",
|
| "support_level": "deprecated"
|
| },
|
| + "previousElementSibling": {
|
| + "support_level": "untriaged"
|
| + },
|
| "publicId": {},
|
| "remove": {
|
| "support_level": "nonstandard"
|
| @@ -2241,6 +2247,8 @@
|
| "support_level": "nonstandard"
|
| },
|
| "inputMethodContext": {
|
| + "comment": "http://www.w3.org/TR/ime-api/#the-inputmethodcontext-property Per the spec is only on HTMLElement.",
|
| + "dart_action": "suppress",
|
| "support_level": "untriaged"
|
| },
|
| "insertAdjacentElement": {
|
| @@ -3380,7 +3388,6 @@
|
| },
|
| "origin": {
|
| "comment": "WebKit only",
|
| - "dart_action": "suppress",
|
| "support_level": "nonstandard"
|
| },
|
| "password": {
|
|
|