diff options
Diffstat (limited to 'files/zh-cn/web/api/touch')
-rw-r--r-- | files/zh-cn/web/api/touch/clientx/index.html | 6 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/clienty/index.html | 6 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/force/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/identifier/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/index.html | 4 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/pagex/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/pagey/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/radiusx/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/touch/rotationangle/index.html | 2 |
9 files changed, 14 insertions, 14 deletions
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 --- <p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> -<p>返回触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html" title="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)左边沿的的X坐标. 不包括任何滚动偏移.这个值会根据用户对可见视区的缩放行为而发生变化.</p> +<p>返回触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)左边沿的的X坐标. 不包括任何滚动偏移.这个值会根据用户对可见视区的缩放行为而发生变化.</p> <h3 id="Syntax" name="Syntax">语法</h3> <pre class="eval">var <em>x</em> = <em>touchItem</em>.clientX; </pre> @@ -16,10 +16,10 @@ translation_of: Web/API/Touch/clientX <dt> <code>x</code></dt> <dd> - 触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html" title="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)左边沿的的X坐标. 不包括任何滚动偏移.</dd> + 触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)左边沿的的X坐标. 不包括任何滚动偏移.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.clientY") }}</li> diff --git a/files/zh-cn/web/api/touch/clienty/index.html b/files/zh-cn/web/api/touch/clienty/index.html index d905fd66b9..aeff10a6a5 100644 --- a/files/zh-cn/web/api/touch/clienty/index.html +++ b/files/zh-cn/web/api/touch/clienty/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Touch/clientY --- <p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> -<p>返回触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html" title="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)上边沿的的Y坐标. 不包括任何滚动偏移.这个值会根据用户对可见视区的缩放行为而发生变化.</p> +<p>返回触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)上边沿的的Y坐标. 不包括任何滚动偏移.这个值会根据用户对可见视区的缩放行为而发生变化.</p> <h3 id="Syntax" name="Syntax">语法</h3> <pre class="eval">var <span style="font-style: italic;">y</span> = <em>touchItem</em>.clientY; </pre> @@ -14,10 +14,10 @@ translation_of: Web/API/Touch/clientY <dt> <code>y</code></dt> <dd> - 返回触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html" title="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)上边沿的的Y坐标. 不包括任何滚动偏移.</dd> + 返回触点相对于可见视区(<a class="external" href="http://www.quirksmode.org/mobile/viewports2.html">visual viewport</a>)上边沿的的Y坐标. 不包括任何滚动偏移.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.clientX") }}</li> diff --git a/files/zh-cn/web/api/touch/force/index.html b/files/zh-cn/web/api/touch/force/index.html index b902045bcf..208aa08ecc 100644 --- a/files/zh-cn/web/api/touch/force/index.html +++ b/files/zh-cn/web/api/touch/force/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/Touch/force 手指挤压触摸平面的压力大小. 从0.0(没有压力)到1.0(设备可识别的最大压力)的浮点数.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.radiusX") }}</li> diff --git a/files/zh-cn/web/api/touch/identifier/index.html b/files/zh-cn/web/api/touch/identifier/index.html index bf42f62668..0d04027ed5 100644 --- a/files/zh-cn/web/api/touch/identifier/index.html +++ b/files/zh-cn/web/api/touch/identifier/index.html @@ -19,4 +19,4 @@ translation_of: Web/API/Touch/identifier {{ domxref("Touch") }} 对象的唯一标识符.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> 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> diff --git a/files/zh-cn/web/api/touch/pagex/index.html b/files/zh-cn/web/api/touch/pagex/index.html index ff6743a478..576eea3752 100644 --- a/files/zh-cn/web/api/touch/pagex/index.html +++ b/files/zh-cn/web/api/touch/pagex/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/Touch/pageX 触点相对于HTML文档左边沿的的X坐标. <code>当存在水平滚动的偏移时, 这个值包含了水平滚动的偏移</code>.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.pageY") }}</li> diff --git a/files/zh-cn/web/api/touch/pagey/index.html b/files/zh-cn/web/api/touch/pagey/index.html index 4987c2eb3d..5a801a7042 100644 --- a/files/zh-cn/web/api/touch/pagey/index.html +++ b/files/zh-cn/web/api/touch/pagey/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/Touch/pageY 触点相对于HTML文档上边沿的的Y坐标. <code>当存在垂直滚动的偏移时, 这个值包含了垂直滚动的偏移</code>.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.pageX") }}</li> diff --git a/files/zh-cn/web/api/touch/radiusx/index.html b/files/zh-cn/web/api/touch/radiusx/index.html index e1609b4d19..5f167c6130 100644 --- a/files/zh-cn/web/api/touch/radiusx/index.html +++ b/files/zh-cn/web/api/touch/radiusx/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/Touch/radiusX 能够包围用户和触摸平面的接触面的最小椭圆的水平轴(X轴)半径.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.radiusY") }}</li> diff --git a/files/zh-cn/web/api/touch/rotationangle/index.html b/files/zh-cn/web/api/touch/rotationangle/index.html index dcad758fa7..68db6c2bd6 100644 --- a/files/zh-cn/web/api/touch/rotationangle/index.html +++ b/files/zh-cn/web/api/touch/rotationangle/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/Touch/rotationAngle 以度为单位的旋转角. <code>由radiusX</code> 和 <code>radiusY</code> 描述的正方向的椭圆,通过顺时针旋转这个角度后,能最精确地覆盖住用户和触摸平面的接触面的角度.</dd> </dl> <h3 id="Specification" name="Specification">标准定义</h3> -<p><a class="external" href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> +<p><a class="external" href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></p> <h3 id="相关链接">相关链接</h3> <ul> <li>{{ domxref("Touch.radiusX") }}</li> |