Closed
Bug 869541
Opened 12 years ago
Closed 12 years ago
[a11y] Crashes per user
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
50
People
(Reporter: espressive, Assigned: espressive)
References
()
Details
(Whiteboard: a11y, [qa-])
Attachments
(1 file)
185.52 KB,
image/png
|
Details |
Form elements needs labels. These can be accessibly hidden, but needs to be present for assistive technologies. Radio buttons and check boxes needs to use a label with a for attribute to increase the clickable area for these elements.
hidden Element types does not need to be hidden using CSS as it is inherently hidden. Enclose logical groups such as radio buttons and checkboxes in fieldsets.
Assignee | ||
Comment 1•12 years ago
|
||
Sent pull request: https://github.com/mozilla/socorro-crashstats/pull/358
Whiteboard: a11y → a11y, [qa-]
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/340fca1e43f52004e989dc6a1b2e2b6569a93e15
Fix Bug 869541, first set of accessibility enhancements for socorro focused on daily page
https://github.com/mozilla/socorro-crashstats/commit/d09fa5937d1272a34412fe62264db6860b2558c7
Merge pull request #358 from ossreleasefeed/bug869541-a11y-crashes-per-user
Fix Bug 869541, first set of accessibility enhancements for socorro focused on daily page
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 51
Assignee | ||
Updated•12 years ago
|
Target Milestone: 51 → 50
You need to log in
before you can comment on or make changes to this bug.
Description
•