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)
Core
Disability Access APIs
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: davidb, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
337 bytes,
text/html
|
Details |
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...
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
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()
Comment 3•13 years ago
|
||
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
Comment 4•13 years ago
|
||
(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").
Comment 5•12 years ago
|
||
wontfix per bug 786163 comment #13-comment #14
Firefox ARIA tracking url: https://wiki.mozilla.org/Accessibility/ARIA1.0TestSuiteFailures#652
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
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.
Description
•