Looking for best practices for field descriptions in accessible PDF forms
I am programming some accessible forms. Presently, I use the adjacent text as the Description for the field. For example, if the the field is for First Name, then I set "First Name" as the Description, as well. The problem is that a screen reader will then read, "Frist Name, First Name" (if I'm not mistaken) – once from the text and once from the field description. This seems like it would be pretty annoying to the user. Are there standard practices that people use for the descriptions of checkboxes, radio buttons, text fields, etc? I was thinking maybe for a text field, instead of repeating the adjacent text, it would make more sense to say, for example, to say, "type here." Thanks in advance to anybody who can offer some expert advice.
