Closed
Bug 559745
Opened 15 years ago
Closed 13 years ago
make <input type="url"> accessible
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: surkov, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: access, Whiteboard: [bk1])
Attachments
(1 file)
285 bytes,
text/html
|
Details |
It's going to be autocomplete text field with automatic validation. We need to expose it as combobox accessible and make sure we set STATE_INVALID if value is invaid.
Reporter | ||
Comment 1•15 years ago
|
||
autocomplete stuffs should be covered by bug 559766.
Depends on: 559766
Comment 2•13 years ago
|
||
It looks like that:
1. the input box is accessible
2. the state is invalid if it is not a valid URL (and vice versa).
Must have been fixed since.
(Tested in 7.0.1 with DOM inspector). The state change event for the input box is clearly sent.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Whiteboard: [bk1]
Comment 3•13 years ago
|
||
This is the text case I used.
You need to log in
before you can comment on or make changes to this bug.
Description
•