Missing Default Text for a TEXTAREA

A TEXTAREA can often present a problem for screen reader users because text labels indicating to users what should be entered in the box may be placed on another line. This means that the label and the text entry area may not be in reading sequence. To correct this problem, it is recommended that text indicating the function be added as the default text for each box. For the TEXTAREA element the default text is simply the text appearing between the element's start and end tags.

This correcting tool lets you quickly add default text to your TEXTAREA elements. The text in the default text box should be roughly the same as any plain text labels and tell the user what information to input.