1

I have a form with some read only fields depending on the customer role. As a rule, I use read only fields for those inputs.

have you had any problems with this approach using and assistive technology?

Any other problems or benefits?

Víctor Herraiz
  • 1,132
  • 1
  • 11
  • 26

1 Answers1

6

I have been using a screen reader since internet explorer 3.0 and have had no issues with read only fields. My screen reader announces that the field is read only before it reads the value so I know that I am unable to edit the field.

Jared
  • 39,513
  • 29
  • 110
  • 145
  • I think this means that read only inputs *are* an accessibility issue, though not a big one. It would be better if the content were presented as normal content, not as a field of any kind. It would then be read as normal text. If the content needs to be submitted in the form data, it can be duplicated in a hidden field. – Jukka K. Korpela Feb 04 '13 at 14:15
  • @JukkaK.Korpela you are correct. This issue is so minor though in general usage that I would put it at the bottom of any backlog. If I were doing an accessibility review of a site I wouldn’t reduce the accessibility of the site based on read only form fields. – Jared Feb 04 '13 at 14:40
  • @Jared, do you have any problems with tabbing? or other problems? – Víctor Herraiz Feb 04 '13 at 21:40