The :read-write pseudo-class applies to editable form fields. The :read-write pseudo-class is the opposite of :read-only, which applies to fields with a readonly attribute.
:read-write
:read-only
readonly
input:read-write { property: value; }