Closed
Bug 920252
Opened 12 years ago
Closed 12 years ago
aria labels are unlocalizable
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Keywords: access)
Attachments
(1 file)
ARIA labels don't have a field in the DOM API, so elem.ariaLabel won't actually affect the element.
A special case for aria attributes needs to be added where l10n would use setAttribute instead of simply setting the DOM element field.
| Assignee | ||
Comment 1•12 years ago
|
||
As far as I can tell, aria-label is the only aria attribute that has strings read by humans, so it really just needs its own special case.
| Assignee | ||
Comment 2•12 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Updated•12 years ago
|
Attachment #809462 -
Flags: review?(kaze)
| Assignee | ||
Comment 3•12 years ago
|
||
Any decisions about this?
| Assignee | ||
Updated•12 years ago
|
Attachment #809462 -
Flags: review?(kaze) → review?(felash)
Comment 4•12 years ago
|
||
Comment on attachment 809462 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/12407
r=me
go for it !
thanks :)
Attachment #809462 -
Flags: review?(felash) → review+
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → eitan
| Assignee | ||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•