window屬性:onselectstart

2018-05-29 11:16 更新

onselectstart屬性

在使用此功能之前,請仔細(xì)檢查瀏覽器兼容性表。

該GlobalEventHandlers.onselectstart屬性表示selectstart事件到達(dá)此對象時(shí)調(diào)用的事件處理程序,即當(dāng)用戶開始在網(wǎng)頁上進(jìn)行新的文本選擇時(shí)。

onselectstart屬性語法

obj .onselectstart = function ;

onselectstart屬性示例

document.onselectstart = function() {
  console.log("Selection started!");
};

規(guī)范

規(guī)范狀態(tài)注釋
Selection API
該規(guī)范中的'GlobalEventHandlers.onselectstart'的定義。
Working Draft
初始定義

瀏覽器兼容性

我們正在將兼容性數(shù)據(jù)轉(zhuǎn)換為機(jī)器可讀的JSON格式。 

  • 電腦端
特征Firefox(Gecko)Chrome
Internet Explorer
Opera
Safari
基本支持支持:43[1] 、52[2]支持支持?支持:1.3
  • 移動(dòng)端
特征Firefox Mobile (Gecko)AndroidIE MobileOpera MobileSafari Mobile
onselectionchange支持:43.0[1]、52.0[2]????

注釋:

[1]這是在dom.select_events.enabled首選項(xiàng)后面實(shí)現(xiàn)的,處除了Nightly,其余默認(rèn)為false。

[2]現(xiàn)已在Firefox 52發(fā)行版中完全啟用。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號