read-write property CSS Reference



Definition and Usage

The :read-write CSS pseudo-class matches when an element is editable by user like text input element.


Examples

input:-moz-read-write { background: #eee; }
input:read-write { background: #eee; }

Compatibility

Desktop browsers

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support(Yes) (Yes)-moz (bug 312971)NANA(Yes)
Editable element (except to text input fields)Not supported (Yes)-moz (bug 312971))Not supportedNot supportedNot supported

Mobile browsers

FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic supportNANA (Yes)-moz (bug 312971)NANANA
Editable element (except to text input fields)Not supportedNot supported (Yes)-moz (bug 312971)Not supportedNot supportedNot supported

Relative articles