Re: Searching the list archives

<wendy wrote>
Does Jaws ignore the label because it is an anchor?
It does have a label, here's the code:

<label><a href="
    http://www.w3.org/2002/02/mail-search-help#keywords">Search
    this list for</a> <input name="keywords" type="text" size="
    42" maxlength="100" value="" accesskey="f" /></label>
</wendy>


Both JAWS and WindowEyes do not handle implicit labels - control elements 
surrounded by the <label> tag.  These two screen readers only seem to 
acknowledge labels that are created with a for attribute specifically 
tying it to the id of the control.  The following works properly in 
WindowEyes but still causes problems for JAWS 4.51 so I suspect there are 
additional issues with the link being used as a label. 


<label for="keywords"><a href="
    http://www.w3.org/2002/02/mail-search-help#keywords">Search
    this list for</a> </label><input name="keywords" id="keywords" 
type="text" size="
    42" maxlength="100" value="" accesskey="f" />

-becky



Becky Gibson
Web Accessibility Architect
                                                       
IBM Emerging Internet Technologies
5 Technology Park Drive
Westford, MA 01886
Voice: 978 399-6101; t/l 333-6101
Email: gibsonb@us.ibm.com

Received on Wednesday, 15 September 2004 18:37:38 UTC