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

Unified Diff: tools/dom/dom.json

Issue 153823007: Fix more warnings for dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/compiler/dart2js/analyze_api_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index e9576fae7ee1903b88159078957c22499c2ae3b0..843b113cfcda27f60a6298dbf95255b1761811bc 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -2241,6 +2241,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 +3382,6 @@
},
"origin": {
"comment": "WebKit only",
- "dart_action": "suppress",
"support_level": "nonstandard"
},
"password": {
« no previous file with comments | « tests/compiler/dart2js/analyze_api_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698