2.3.1.1.2 -ms-touch-select

IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

msTouchSelect of type DOMString, read/write

Sets or retrieves a value that toggles the "gripper" visual elements that enable touch text selection.

-ms-touch-select

Value:

grippers | none

Initial:

grippers

Applies to:

All elements

Inherited:

true

Percentages:

N/A

Media:

interactive

Computed value:

N/A

Values have the following meaning:

grippers

Initial value. Grippers are always on. In addition, selection will start even if an onclick, onmsgesturetap, or onmouseup handler is present.

none

Grippers are always off.

In addition to hiding the grippers, Windows Internet Explorer does not provide default touch selection functionality to the user.