Closed
Bug 401124
Opened 16 years ago
Closed 16 years ago
ARIA button's title is not converted to the button's AccessibleName
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MarcoZ, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
165 bytes,
text/html
|
Details |
When dealing with ARIA button's markup, the title attribute is not properly converted to the AccessibleName. For exymple: <div tabindex="0" role="button" title="i'm a button"><img role="presentation"/></div> should become a button with the AccessibleName "I'm a button". Actual result: AccessibleName is blank.
Comment 1•16 years ago
|
||
Marco, this test works fine for me. Can you check and attach your testcase if my doesn't show a problem?
Reporter | ||
Comment 2•16 years ago
|
||
Hi Surkov, this test case now works for me as well. Question: Can buttons be generated with other tags than divs as well? I also tried span, and this now also works. Perhaps this got fixed in the meantime...
Comment 3•16 years ago
|
||
(In reply to comment #2) > Hi Surkov, this test case now works for me as well. > Question: Can buttons be generated with other tags than divs as well? why not? > I also > tried span, and this now also works. > Perhaps this got fixed in the meantime... > worksforme then
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•