Closed
Bug 534821
Opened 15 years ago
Closed 14 years ago
aria-describedby relation not picked up in Weave UI
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: MarcoZ, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 533573, Mike added both aria-labelledby and aria-describedby attributes to a group of radio buttons that have no actual label, but are all made up of compound xul:description elements. See http://hg.mozilla.org/labs/weave/rev/90dc7f54c13f for the actual patch.
While the aria-labelledby assignment works, in all three instances, the aria-describedby assignment is not picked up even though the IDs match. NVDA doesn't speak the descriptions.
This is the case for Firefox 3.5/Gecko 1.9.1 and 3.6/Gecko 1.9.2, haven't checked with mozilla-central yet, but suspect it to be the same.
Any ideas?
Reporter | ||
Comment 1•15 years ago
|
||
In contrast, this one from the Advanced/Networking tab of Tools/Options works fine:
http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/advanced.xul#211
But this uses the @control attribute on a description element to point to the button.
Comment 2•15 years ago
|
||
Marco, please could you give me steps to reproduce, it's preferable to get detailed steps :)
Comment 3•14 years ago
|
||
Marco, is still a problem?
Reporter | ||
Comment 4•14 years ago
|
||
No, this dialog has completely been changed, so it is no longer a valid bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 5•14 years ago
|
||
Verified that everything gets spoken as it should in Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•