From 024738402ee69144693f858b4003cfba34b073df Mon Sep 17 00:00:00 2001 From: "X.Y.Z" Date: Wed, 28 Jul 2021 22:24:52 +0800 Subject: Correct a fatal translation error English ver: https://developer.mozilla.org/en-US/docs/Web/API/Element/mouseenter_event#usage_notes --- files/zh-cn/web/api/element/mouseenter_event/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/element/mouseenter_event/index.html b/files/zh-cn/web/api/element/mouseenter_event/index.html index 8fd3db245d..f7f2026e73 100644 --- a/files/zh-cn/web/api/element/mouseenter_event/index.html +++ b/files/zh-cn/web/api/element/mouseenter_event/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Element/mouseenter_event
mouseover.png
一个单独的mouseover事件被发送到DOM树的最深层元素,然后它将层次结构向上冒泡,直到它被处理程序取消或到达根目录。 -

对于深层次结构,发送的mouseenter事件数量可能非常大并且会导致严重的性能问题。在这种情况下,最好是监听鼠标悬停事件。(可使用chrome开发者工具选项卡中的Performance进行性能测试)

+

对于深层次结构,发送的 *mouseover* 事件数量可能非常大并且会导致严重的性能问题。在这种情况下,最好是监听 *mouseenter* 事件。(可使用chrome开发者工具选项卡中的Performance进行性能测试)

结合其对称事件, mouseleave, mouseenter DOM事件的行为方式与CSS  {{cssxref(':hover')}} 伪类非常相似。.

-- cgit v1.2.3-54-g00ecf