From a765e28132003c4e486bdaecea74bb55a29aa5b4 Mon Sep 17 00:00:00 2001 From: chico Date: Thu, 1 Oct 2015 14:00:05 +0300 Subject: [PATCH] clarify that events work for elements not for components --- docs/ref-05-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-05-events.md b/docs/ref-05-events.md index 313d2bfd..779ab75a 100644 --- a/docs/ref-05-events.md +++ b/docs/ref-05-events.md @@ -144,7 +144,7 @@ onDragLeave onDragOver onDragStart onDrop onMouseDown onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp ``` -The `onMouseEnter` and `onMouseLeave` events propagate from the component being left to the one being entered instead of ordinary bubbling and do not have a capture phase. +The `onMouseEnter` and `onMouseLeave` events propagate from the element being left to the one being entered instead of ordinary bubbling and do not have a capture phase. Properties: