Closed Bug 771141 Opened 13 years ago Closed 12 years ago

Special case: input type=image with a title

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: davidb, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

From W3C the testable statement is: "An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title." We likely use "Submit Query" as that shows up in visually in FF...
it's not related with ARIA, marking as blocking namea11y. input image is exposed as PUSHBUTTON role and name from subtree is applicable to this role. It seems we need to introduce a new role like IMAGEBUTTON. steps to fix: 1) you need to add it to Role.h 2) fix RoleMap.h 3) fix HTMLButtonAccessible::NativeRole()
Blocks: namea11y
No longer blocks: aria
Whiteboard: [ARIA conformance] → [good first bug][mentor=surkov.alexander@gmail.com][lang=c++]
I am a newcomer to contributing to Mozilla and would like to work on this bug. I don't understand the description of the bug, could somebody please explain it to a complete noob like myself? Any response will be appreciated :D
(In reply to b4z.bugzilla from comment #3) > I am a newcomer to contributing to Mozilla and would like to work on this > bug. I don't understand the description of the bug, could somebody please > explain it to a complete noob like myself? Any response will be appreciated > :D Sorry it seems the bug fix is not obvious as I thought before. Steve, when we should pick up the 'Submit Query' label of the image button? Btw, I'm curious why <button title="Aha">Submit Query</button> and <input type="image" title="Aha"> should have different accessible names ("Submit Query" vs "Aha").
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Whiteboard: [good first bug][mentor=surkov.alexander@gmail.com][lang=c++]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: