diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-05-28 11:58:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 14:58:24 -0400 |
| commit | 2958ec7e85c9a1182cd81728e3705948a2c39d71 (patch) | |
| tree | 1cbe65159e7bd5b35114a54df6ac7f3935c4dbc9 /files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html | |
| parent | 5e0ce5ef27d3e182d3385b61c6b0197727843b70 (diff) | |
| download | translated-content-2958ec7e85c9a1182cd81728e3705948a2c39d71.tar.gz translated-content-2958ec7e85c9a1182cd81728e3705948a2c39d71.tar.bz2 translated-content-2958ec7e85c9a1182cd81728e3705948a2c39d71.zip | |
replace some domxref macro calls with event macro calls (#1016)
Diffstat (limited to 'files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html')
| -rw-r--r-- | files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html b/files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html index 0daf4fed44..02fe0e4058 100644 --- a/files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html +++ b/files/zh-cn/web/api/globaleventhandlers/onmouseleave/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onmouseleave --- <div>{{ ApiRef("HTML DOM") }}</div> -<p>{{domxref("GlobalEventHandlers")}} mixin 中的 <strong><code>onmouseleave</code></strong> 属性是用于处理鼠标移出({{event("mouseleave")}})事件的事件管理器({{domxref("EventHandler")}})。</p> +<p>{{domxref("GlobalEventHandlers")}} mixin 中的 <strong><code>onmouseleave</code></strong> 属性是用于处理鼠标移出({{event("mouseleave")}})事件的事件管理器({{event("Event_handlers")}})。</p> <p><code>mouseleave</code>事件在定点设备(通常来说指的是鼠标) 移出某个元素时触发。</p> |
