HighDots Forums  

many <input> but without <label>

Web Accessibility alt.html.web-accessibility


Discuss many <input> but without <label> in the Web Accessibility forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pgtremb
 
Posts: n/a

Default many <input> but without <label> - 02-12-2007 , 02:59 PM






Hi,
Can someone tell me how can I optimise accessibility with a table with
many input field but without label (excepted in <thead>)?


Example:

<pre>
<table class="Tform" summary="Type de véhicule - Masse de 3000">
<caption align="top">How i use my item</caption>
<colgroup></colgroup>
<colgroup></colgroup>
<colgroup></colgroup>
<colgroup></colgroup>
<colgroup span="2"></colgroup>
<thead>
<tr>
<th rowspan="2">item type</th>
<th rowspan="2">number of item with attribute 1</th>
<th rowspan="2">number of item with attribute 2</th>
<th rowspan="2">number of item with attribute 3</th>
<th colspan="2">Summary</th>
</tr>
<tr>
<th>Total</th>
<th>% of used</th>
</tr>
</thead>
<tbody>
<tr>
<th class="thHorizon">item no.1</th>
<td><input name="autre" type="text" /></td>
<td><input name="autre" type="text" /></td>
<td><input name="autre" type="text" /></td>
<td><input name="autre" type="text" /></td>
<td><input name="autre" type="text" /></td>
</tr>
<!-- repeat last <tr> .... -->
</tbody>
</table>
</pre>


Reply With Quote
  #2  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: many <input> but without <label> - 02-12-2007 , 05:09 PM






pgtremb wrote:
Quote:
Hi,
Can someone tell me how can I optimise accessibility with a table with
many input field but without label (excepted in <thead>)?


Example:
[example of sufficiently accessible table with a grid of INPUT fields
snipped]

It seems to me that the properly structured table should make up for the
lack of LABEL tags. The user will be kept abreast of the table headers
associated with each input field when he moves to it and can navigate
among the cells using the regular table navigation features of his
assistive software.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.