W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
GlobalEventHandlers接口的onlostpointercapture EventHandler屬性返回lostpointercapture事件類型的事件處理程序(函數(shù))。
window.onlostpointercapture = functionReference
<html>
<script>
function overHandler(ev) {
// Determine the target event's lostpointercapture handler
var lostCaptureHandler = ev.target.onlostpointercapture;
}
function init() {
var el=document.getElementById("target");
el.onlostpointercapture = overHandler;
}
</script>
<body onload="init();">
<div id="target"> Touch me ... </div>
</body>
</html>
規(guī)范 | 狀態(tài) | 注釋 |
---|---|---|
Pointer Events – Level 2 該規(guī)范中'onlostpointercapture'的定義。 | Working Draft |
我們正在將兼容性數(shù)據(jù)轉換為機器可讀的JSON格式。
特征 | Chrome | Edge | Firefox(Gecko) | Internet Explorer | Opera | Safari(WebKit) |
---|---|---|---|---|---|---|
基本支持 | 支持:57.0 | ? | ? | ? | 支持:44 | ? |
特征 | Android | Android Webview | Edge | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|---|
基本支持 | 不支持 | 支持:57.0 | ? | ? | ? | ? | 支持:44 | ? | 支持:57.0 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: