Closed
Bug 941637
Opened 12 years ago
Closed 12 years ago
App icons don't have alt text so screen readers can't read them
Categories
(Firefox OS Graveyard :: Gaia::Everything.me, defect)
Tracking
(blocking-b2g:-, b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 fixed)
People
(Reporter: MarcoZ, Assigned: amirn)
References
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
46 bytes,
text/x-github-pull-request
|
ranbena
:
review+
praghunath
:
approval-gaia-v1.3+
|
Details | Review |
STR:
1. Turn on Screen Reader in Developer Settings.
2. Return to the first Home Screen.
3. Tap on Social so it gets the highlight, then double-tap.
4. Explore the items, either by touching them or by swiping left and right.
Result: Except for the "Social" header, all graphics are unlabeled. The only thing the screen reader says is "Graphic". A blind user has no way of knowing which icon does what.
The graphics need alternative text associated with them, and this text must be localizable.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → yosef
Updated•12 years ago
|
Summary: Items in the "Social" folder are unlabeled for accessibility → App icons don't have alt text so screen readers can't read them
Comment 1•12 years ago
|
||
Amir, plz add alt="{app name}" to the result icon and result text images.
Assignee: yosef → amirn
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Added 'aria-label' property to E.me results
(this is how it's done in the homescreen app
https://github.com/EverythingMe/gaia/blob/master/apps/homescreen/js/page.js#L115)
Attachment #8351002 -
Flags: review?(ran)
Comment 3•12 years ago
|
||
Comment on attachment 8351002 [details]
Redirect to PR
Doesn't work well for some result types.
1. Download suggestions label should have a "download" prefix
2. Marketplace search label is "undefined"
Attachment #8351002 -
Flags: review?(ran) → review-
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Ran Ben Aharon (Everything.me) from comment #3)
> Comment on attachment 8351002 [details]
> Redirect to PR
>
> Doesn't work well for some result types.
>
> 1. Download suggestions label should have a "download" prefix
> 2. Marketplace search label is "undefined"
fixed and updated PR
Comment 5•12 years ago
|
||
Still getting aria-label="undefined" for marketsearch
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #8351002 -
Attachment is obsolete: true
Comment 7•12 years ago
|
||
Comment on attachment 8351331 [details] [review]
Redirect to PR
Looking good.
Attachment #8351331 -
Flags: review+
Assignee | ||
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3?
Comment 9•12 years ago
|
||
Screen reader is an off by default feature, so that makes this a non-blocker for the release. Feel free to ask for approval though.
blocking-b2g: 1.3? → -
Assignee | ||
Updated•12 years ago
|
Attachment #8351331 -
Flags: approval-gaia-v1.3?
Comment 10•12 years ago
|
||
Note - you need to fill out the approval form.
Assignee | ||
Comment 11•12 years ago
|
||
Requesting approval for 1.3
Caused by:
Never implemented
User impact:
Screen reader can not read Everything.me search results and inside Collections
Risk:
Low
Changes made:
Added 'aria-label' attribute to Everything.me results
Comment 12•12 years ago
|
||
Comment on attachment 8351331 [details] [review]
Redirect to PR
Approving gaia-v1.3: This fix enhances search results per comment 11
Attachment #8351331 -
Flags: approval-gaia-v1.3? → approval-gaia-v1.3+
Comment 13•12 years ago
|
||
v1.3: 4fb7a107c8ccd9fef5f715b545416ac9700d0a87
status-b2g-v1.3:
--- → fixed
status-b2g-v1.4:
--- → fixed
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
Target Milestone: --- → 1.4 S1 (14feb)
You need to log in
before you can comment on or make changes to this bug.
Description
•