blob: aaacf163f83aafbab05a30fea83fcb0f5bd9710b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
---
title: 'Document: touchcancel event'
slug: Web/API/Document/touchcancel_event
tags:
- Document
- Event
- TouchEvent
- touchcancel
- 事件
- 参考
translation_of: Web/API/Document/touchcancel_event
---
<div><font><font>{{APIRef}}</font></font></div>
<p><span class="seoSummary"><code>touchcancel</code><font><font>当一个或多个触摸点以特定于实现的方式中断时(例如,创建了太多的触摸点),将触发</font><font>该</font><font>事件。</font></font></span></p>
<table class="properties">
<tbody>
<tr>
<th scope="row"><font><font>冒泡</font></font></th>
<td><font><font>是</font></font></td>
</tr>
<tr>
<th scope="row"><font><font>可取消</font></font></th>
<td>不可</td>
</tr>
<tr>
<th scope="row"><font><font>接口</font></font></th>
<td>{{domxref("TouchEvent")}}</td>
</tr>
<tr>
<th scope="row"><font><font>事件处理程序属性</font></font></th>
<td>
<article>
<p>{{ domxref("GlobalEventHandlers.ontouchcancel","ontouchcancel")}}</p>
</article>
</td>
</tr>
</tbody>
</table>
<h2 id="示例"><font><font>示例</font></font></h2>
<p><font><font>这些事件的代码示例可在专用页面上找到:</font></font><a href="/en-US/docs/DOM/Touch_events"><font><font>触摸事件</font></font></a><font><font>。</font></font></p>
<h2 id="规范"><font><font>规范</font></font></h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col"><font><font>规范</font></font></th>
<th scope="col"><font><font>状态</font></font></th>
</tr>
<tr>
<td>{{SpecName('Touch Events', '#event-touchcancel')}}</td>
<td>{{Spec2('Touch Events')}}</td>
</tr>
</tbody>
</table>
<h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2>
<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想贡献数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div>
<p>{{Compat("api.Document.touchcancel_event")}}</p>
<h2 id="参见"><font><font>参见</font></font></h2>
<ul>
<li><a href="/en-US/docs/Web/API/Touch_events"><font><font>触摸事件</font></font></a></li>
<li>{{ domxref("GlobalEventHandlers.ontouchcancel","ontouchcancel")}}</li>
<li>目标为 {{domxref("Element")}} 的相同事件:{{domxref("Element/touchcancel_event", "touchcancel")}}</li>
</ul>
|