2.1.1.23 -ms-user-select

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

msUserSelectof type DOMString, read/write

Sets or retrieves a keyword value that indicates where users are able to select text within an element.

-ms-user-select

Value:

none | element | text

Initial:

text

Applies to:

All elements except replaced elements

Inherited:

false

Percentages:

N/A

Media:

interactive

Computed value:

N/A

Values have the following meaning:

none

Blocks selection from starting on that element. It will not block an existing selection from entering the element.

element

Enables selection to start within the element; however, the selection is contained by the bounds of that element.

text

Enables selection to start within the element and extend past the element's bounds.