Closed
Bug 559759
Opened 15 years ago
Closed 13 years ago
add a11y mochitests for <input type="email">
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: surkov, Assigned: capella)
References
(Blocks 1 open bug, )
Details
(Keywords: access, Whiteboard: [good first bug][mentor=surkov.alexander@gmail.com][lang=js])
Attachments
(1 file)
(deleted),
patch
|
MarcoZ
:
review+
surkov
:
feedback+
|
Details | Diff | Splinter Review |
It's autocomplete text field, we should expose its accessible with COMBOBOX_ROLE and manage invalid state.
Reporter | ||
Comment 1•15 years ago
|
||
Autocomplete stuffs should be covered by bug 559766
Depends on: 559766
Reporter | ||
Comment 2•13 years ago
|
||
It should be exposed as text entry with autocomplete state now. So all we should do is to add mochitest (add to states/test_inputs at autocomplete testing part and to tree/test_txtctrl.html).
Whiteboard: [good first bug][mentor=surkov.alexander@gmail.com][lang=js]
Reporter | ||
Updated•13 years ago
|
Summary: make <input type="email"> accessible → add a11y mochitests for <input type="email">
Assignee | ||
Comment 3•13 years ago
|
||
Is that waht you're looking for in this patch?
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Attachment #616549 -
Flags: feedback?(surkov.alexander)
Assignee | ||
Comment 4•13 years ago
|
||
FYI
Bug 559747 - make <input type="search"> accessible mochitests
affects the same tests as this, i could do them together here, but it looks like theres a depedency tree on that patch going back to Bug 562219 - Implement -moz-appearance: searchfield; for windows widget ...
Reporter | ||
Comment 5•13 years ago
|
||
Comment on attachment 616549 [details] [diff] [review]
Patch (v1)
(In reply to Mark Capella [:capella] from comment #3)
> Created attachment 616549 [details] [diff] [review]
> Patch (v1)
>
> Is that waht you're looking for in this patch?
yes
Attachment #616549 -
Flags: review?(marco.zehe)
Attachment #616549 -
Flags: feedback?(surkov.alexander)
Attachment #616549 -
Flags: feedback+
Updated•13 years ago
|
Attachment #616549 -
Flags: review?(marco.zehe) → review+
Reporter | ||
Comment 6•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•