1. readonly attribute of input and textarea elements

    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.

  2. htmlinputelement api: disabled

  3. css property: -moz-user-input: disabled

  4. html element: input: disabled