2.1.1.36 -webkit-user-modify

webkitUserModifyof type DOMString, read/write

Sets or retrieves a value that determines whether or not the content of an element can be edited by a user.

-webkit-user-modify

Value:

read-only | read-write | write-only

Initial:

read-only

Applies to:

All elements

Inherited:

true

Percentages:

N/A

Media:

interactive

Computed value:

As specified

Values have the following meaning:

read-only

Default value. Content is read-only.

read-write

The user is able to read and write content.

write-only

The user is able to edit the content, but not to read it.