{ "title":"readonly attribute of input and textarea elements", "description":"Makes the form control non-editable. Unlike the `disabled` attribute, `readonly` form controls are still included in form submissions and the user can still select (but not edit) their value text.", "spec":"https://html.spec.whatwg.org/multipage/input.html#the-readonly-attribute", "status":"ls", "links":[ { "url":"https://html.spec.whatwg.org/multipage/forms.html#attr-textarea-readonly", "title":"WHATWG HTML specification for the readonly attribute of the `