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

Unified Diff: tools/dom/docs/docs.json

Issue 454043004: Deprecate MouseEvent.elementTo and elementFrom since they have the same (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/html/mouse_event_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index 04839df7cd86af809987cc86ad855f02d42c8896..828992e84dcd7b31426a2d23166a815b4dc836f4 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -2411,6 +2411,28 @@
]
}
},
+ "MouseEvent": {
+ "members": {
+ "fromElement": [
+ "/**",
+ " * The nonstandard way to access the element that the mouse comes",
+ " * from in the case of a `mouseover` event.",
+ " *",
+ " * This member is deprecated and not cross-browser compatible; use",
+ " * relatedTarget to get the same information in the standard way.",
+ " */"
+ ],
+ "toElement": [
+ "/**",
+ " * The nonstandard way to access the element that the mouse goes",
+ " * to in the case of a `mouseout` event.",
+ " *",
+ " * This member is deprecated and not cross-browser compatible; use",
+ " * relatedTarget to get the same information in the standard way.",
+ " */"
+ ]
+ }
+ },
"Node": {
"members": {
"appendChild": [
« no previous file with comments | « tests/html/mouse_event_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698