From 2958ec7e85c9a1182cd81728e3705948a2c39d71 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 11:58:24 -0700 Subject: replace some domxref macro calls with event macro calls (#1016) --- .../web/api/globaleventhandlers/ongotpointercapture/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/conflicting') diff --git a/files/zh-cn/conflicting/web/api/globaleventhandlers/ongotpointercapture/index.html b/files/zh-cn/conflicting/web/api/globaleventhandlers/ongotpointercapture/index.html index a792bdd45d..92458ff7fa 100644 --- a/files/zh-cn/conflicting/web/api/globaleventhandlers/ongotpointercapture/index.html +++ b/files/zh-cn/conflicting/web/api/globaleventhandlers/ongotpointercapture/index.html @@ -20,7 +20,7 @@ original_slug: Web/API/Element/ongotpointercapture ---

{{ ApiRef("DOM") }}

-

ongotpointercapture 是一个{{domxref("Element")}} 接口的{{domxref("EventHandler")}} 属性,返回一个{{event("gotpointercapture")}} 事件类型的事件句柄 (function) .

+

ongotpointercapture 是一个{{domxref("Element")}} 接口的{{event("Event_handlers")}} 属性,返回一个{{event("gotpointercapture")}} 事件类型的事件句柄 (function) .

语法

-- cgit v1.2.3-54-g00ecf