S
Samuël van Laere
I've had my website's test page tested by two visually impared internet
users,
they both are blind and as such use a device that allows them to read the
content of a website in braille.
The test was succesfull, though one of them told me that i should change
this:
<label for="radio">
<input name="radio" type="radio" id="radio1" value="1">
Oneens</label>
to this:
<input name="radio" type="radio" id="radio1" value="1">
<label for="radio1">Oneens</label>
Apperently some software called Jaws seems to like the latter best.
So in short i should not nest form elements in the label tags.
What are your opinions on this?
With regards,
Samuël van Laere
users,
they both are blind and as such use a device that allows them to read the
content of a website in braille.
The test was succesfull, though one of them told me that i should change
this:
<label for="radio">
<input name="radio" type="radio" id="radio1" value="1">
Oneens</label>
to this:
<input name="radio" type="radio" id="radio1" value="1">
<label for="radio1">Oneens</label>
Apperently some software called Jaws seems to like the latter best.
So in short i should not nest form elements in the label tags.
What are your opinions on this?
With regards,
Samuël van Laere