navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Form Input Accessibility

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Accessibility >> Form Input Accessibility
Page: [1]
 
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

(in reply to Tailslide)
Tailslide

 

Posts: 5915
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Form Input Accessibility - 6/17/2008 7:03:41   
I've never noticed this before Andy - but you can use alt attributes for all inputs, not just image buttons: http://www.w3.org/TR/html401/interact/forms.html

Personally I think I'd use a label on the textarea instead.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to Andy from Spain)
Page:   [1]

All Forums >> Web Development >> Accessibility >> Form Input Accessibility
Page: [1]
Jump to: 1





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