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

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: 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
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;

Powered by Google App Engine
This is Rietveld 408576698