Closed
Bug 720995
Opened 13 years ago
Closed 13 years ago
[Mac] VoiceOver does not see form fields that are nested inside label elements
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: MarcoZ, Assigned: hub)
References
Details
Attachments
(1 file)
(deleted),
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
If a label wraps around an input, VoiceOver does not see the form field in Firefox, only the label. In Safari, this works fine.
So:
<label for="username">User name:</label><input id="username" />
works, but
<label for="username">User name:<input id="username" /></label>
does not.
Same is true for input @type="checkbox".
A real-life example of this (legal) HTML construct can be seen on the WordPress admin login on each standard WordPress installation.
Reporter | ||
Comment 1•13 years ago
|
||
This is about missing out on actual interactive content elements. Not even tabbing to them yields any speech, because accessible objects don't seem to be created for these form fields that are wrapped in labels.
Priority: -- → P1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → hub
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
With this patch the form is accessible, but the text spoken is a bit too repetitive. There is probably more tweaking needed I'll add to a revised patch.
Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 614204 [details] [diff] [review]
Labels are groups, not text. r=
Let's put that one in. The other problem is separate.
Attachment #614204 -
Flags: review?(surkov.alexander)
Updated•13 years ago
|
Attachment #614204 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla14
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•