Closed Bug 401124 Opened 17 years ago Closed 17 years ago

ARIA button's title is not converted to the button's AccessibleName

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: MarcoZ, Assigned: aaronlev)

References

(Blocks 1 open bug)

Details

(Keywords: access)

Attachments

(1 file)

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.
Blocks: aria
Attached file testcase
Marco, this test works fine for me. Can you check and attach your testcase if my doesn't show a problem?
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...
(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: 17 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: