WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Form elements

for

From: joe
Date: Mar 21, 2019 6:14AM


A.
<label>
The <input type="text value="___" /> has black and white stripes.
</label>

A above (label wrapping) does not work with all AT & browser combinations, I
would recommend the following modifications for this one, but would
recommend B over A

A. (modified)
<label for="blank">
The <input id="blank" type="text value="___" /> has black and white stripes.
</label>