A demonstration of the :read-write selector.

A normal input element:

A readonly input element:

The :read-write selector selects form elements with no "readonly" attribute.

Note: The :read-write selector is not supported in Internet Explorer.

Note: Firefox supports an alternative, the :-moz-read-write property.