Name

type — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Whether the current selection object has one or more characters selected or is merely an insertion point.

Example

if (document.selection.type == "Text") {
    ...
}

Value

Either of two constant values (as a string): None | Text.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.