diff options
Diffstat (limited to 'files/zh-cn/web/api/touch/index.html')
-rw-r--r-- | files/zh-cn/web/api/touch/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/touch/index.html b/files/zh-cn/web/api/touch/index.html index 79f3092cdf..87976b9822 100644 --- a/files/zh-cn/web/api/touch/index.html +++ b/files/zh-cn/web/api/touch/index.html @@ -39,9 +39,9 @@ translation_of: Web/API/Touch <dt><strong>{{ domxref("Touch.screenY") }}</strong>{{readonlyInline}}</dt> <dd>触点相对于屏幕上边缘的Y坐标。</dd> <dt><strong>{{ domxref("Touch.clientX") }}</strong>{{readonlyInline}}</dt> - <dd>触点相对于可见视区(<a href="http://www.quirksmode.org/mobile/viewports2.html" title="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)左边缘的X坐标。不包括任何滚动偏移。</dd> + <dd>触点相对于可见视区(<a href="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)左边缘的X坐标。不包括任何滚动偏移。</dd> <dt><strong>{{ domxref("Touch.clientY") }}</strong>{{readonlyInline}}</dt> - <dd>触点相对于可见视区(<a href="http://www.quirksmode.org/mobile/viewports2.html" title="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)上边缘的Y坐标。不包括任何滚动偏移。</dd> + <dd>触点相对于可见视区(<a href="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)上边缘的Y坐标。不包括任何滚动偏移。</dd> <dt>{{ domxref("Touch.pageX") }}{{readonlyInline}}</dt> <dd>触点相对于HTML文档左边缘的X坐标。当存在水平滚动的偏移时, 这个值包含了水平滚动的偏移。</dd> <dt>{{ domxref("Touch.pageY") }}{{readonlyInline}}</dt> |