From d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 10:31:29 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 6) --- files/zh-cn/web/api/touch/clientx/index.html | 6 +++--- files/zh-cn/web/api/touch/clienty/index.html | 6 +++--- files/zh-cn/web/api/touch/force/index.html | 2 +- files/zh-cn/web/api/touch/identifier/index.html | 2 +- files/zh-cn/web/api/touch/index.html | 4 ++-- files/zh-cn/web/api/touch/pagex/index.html | 2 +- files/zh-cn/web/api/touch/pagey/index.html | 2 +- files/zh-cn/web/api/touch/radiusx/index.html | 2 +- files/zh-cn/web/api/touch/rotationangle/index.html | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) (limited to 'files/zh-cn/web/api/touch') diff --git a/files/zh-cn/web/api/touch/clientx/index.html b/files/zh-cn/web/api/touch/clientx/index.html index 1af2a13895..4d78b2f68d 100644 --- a/files/zh-cn/web/api/touch/clientx/index.html +++ b/files/zh-cn/web/api/touch/clientx/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Touch/clientX ---

{{ ApiRef() }}

概述

-

返回触点相对于可见视区(visual viewport)左边沿的的X坐标. 不包括任何滚动偏移.这个值会根据用户对可见视区的缩放行为而发生变化.

+

返回触点相对于可见视区(visual viewport)左边沿的的X坐标. 不包括任何滚动偏移.这个值会根据用户对可见视区的缩放行为而发生变化.

语法

var x = touchItem.clientX;
 
@@ -16,10 +16,10 @@ translation_of: Web/API/Touch/clientX
x
- 触点相对于可见视区(visual viewport)左边沿的的X坐标. 不包括任何滚动偏移.
+ 触点相对于可见视区(visual viewport)左边沿的的X坐标. 不包括任何滚动偏移.

标准定义

-

Touch Events Specification

+

Touch Events Specification

相关链接