|
| |
|
|
Tailslide
Posts: 5915 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
Form Input Accessibility - 2/9/2008 12:19:46
Mike Cherim has uncovered a problem with one of the popular ways of laying out an accessible form - wrapping inputs with their labels within a label tag. One particular screenreader can't read the inputs when structured like this. Apparently it's meant to be able to - but that doesn't help us, so best avoid this technique at least for the moment. http://green-beast.com/blog/?p=254#comment-23984 Unfortunately this was exactly what I'd been doing!
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Andy from Spain
Posts: 920 From: Ipswich Status: offline
|
RE: Form Input Accessibility - 6/17/2008 6:08:46
I'm looking into this at the moment but have a form which is basically a search box followed by a submit button / image. According to "Cynthia" this is fine <form method="post" action="searchpage.asp"> <input class="textarea" type="text" name="stext" size="20" alt="search"/><br/> <input type="image" name="Submit" src="images/search.gif" alt="search"/> </form> ..but surely a textarea shouldn't have an alt attribute and validate, or am I missing something? Cheers Andy
_____________________________
Ecommerce software | Website templates
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|