Re: Data table help.
Jon Gunderson <[email protected]> Tue, 28 Oct 2003 09:38:12 -0600 (CST)
| Newsgroups | gmane.org.w3c.accessibility.agents |
|---|---|
| Message-ID | <[email protected]> |
You do not need the <p> elements and you proabably want to add a caption element to the table[1]. Jon [1] http://www.w3.org/TR/html401/struct/tables.html#edef-CAPTION On Tue, 28 Oct 2003 [email protected] wrote: > Ian, > > Could you please let me know what's wrong with the data table below? Is i= t a > valid data table? > > Can I have IDs attributes for data cells? (indicated in red below). Shoul= d > these "ids" be "headers" instead? > It would be great if you let me know asap. > > Also is there a difference (in term of HTML syntax) between a Section 508 > and a W3C's WCAG1.0 Table? > > Is there a difference in the way a screen reader (ie: JAWS) will read the > table using Section 508 syntax vs. W3C's WCAG1.0 syntax? > > Thank you in advanced for your help. I really appreciate it. > > > > <table> > <tbody> > <tr> > <th id=3D"tbl452id0_0" scope=3D"row"> > <p>Employee Name</p> > </th> > <th id=3D"tbl452id0_1" scope=3D"row"> > <p>Employee Number</p> > </th> > <th id=3D"tbl452id0_2" scope=3D"row"> > <p>Employee Income</p> > </th> > </tr> > > <tr> > <th id=3D"tbl452id1_0" scope=3D"row"> > <p>John, Doe</p> > </th> > <th id=3D"tbl452id1_1" scope=3D"row"> > <p>123456789</p> > </th> > <th id=3D"tbl452id1_2" scope=3D"row"> > <p>40K</p> > </th> > </tr> > <tr> > <th id=3D"tbl452id2_0" scope=3D"row"> > <p>Smith, Paul</p> > </th> > <th id=3D"tbl452id2_1" scope=3D"row"> > <p>222222222</p> > </th> > <th id=3D"tbl452id2_2" scope=3D"row"> > <p>1000K</p> > </th> > </tr> > </tbody> > </table> > > > > > Regards, > > Toan Tran > Technical Systems Analyst > Integration Middleware & Application Services > RBC Financial Group - Systems & Technology > 315 Front Street West, 5th Floor > Tel: (416) 348-4005 Fax: (416) 348-2613 > Email: [email protected] <mailto:[email protected]> > > > ------------------------------------------------------------ > This e-mail may be privileged and/or confidential, and the sender does no= t > waive any related rights and obligations. Any distribution, use or copyin= g of > this e-mail or the information it contains by other than an intended reci= pient > is unauthorized. If you received this e-mail in error, please advise me (= by > return e-mail or otherwise) immediately. > > Ce courrier =E9lectronique est confidentiel et prot=E9g=E9. L'exp=E9diteu= r ne renonce > pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilis= ation > ou copie de ce message ou des renseignements qu'il contient par une perso= nne > autre que le (les) destinataire(s) d=E9sign=E9(s) est interdite. Si vous = recevez > ce courrier =E9lectronique par erreur, veuillez m'en aviser imm=E9diateme= nt, par > retour de courrier =E9lectronique ou par un autre moyen. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D