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

Unified Diff: Source/core/dom/Element.idl

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attribute tests. Created 7 years, 5 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 | « Source/core/dom/Element.h ('k') | Source/core/dom/EventListenerMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index d7a7a69351c037bb08a71c21fe65a5561991ac16..2dd8467e4b178459542dab21389c002685410fb6 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -145,6 +145,8 @@
[NotEnumerable, PerWorldBindings] attribute EventListener onkeyup;
[NotEnumerable, PerWorldBindings] attribute EventListener onload;
[NotEnumerable, PerWorldBindings] attribute EventListener onmousedown;
+ [NotEnumerable, PerWorldBindings] attribute EventListener onmouseenter;
+ [NotEnumerable, PerWorldBindings] attribute EventListener onmouseleave;
[NotEnumerable, PerWorldBindings] attribute EventListener onmousemove;
[NotEnumerable, PerWorldBindings] attribute EventListener onmouseout;
[NotEnumerable, PerWorldBindings] attribute EventListener onmouseover;
« no previous file with comments | « Source/core/dom/Element.h ('k') | Source/core/dom/EventListenerMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698