- From: Juan Ulloa <julloa@bcc.ctc.edu>
- Date: Tue, 9 Dec 2003 08:08:17 -0800
- To: w3c-wai-ig@w3.org
...Is there any reason to add the scope attribute to Kim's table? Couldn't that table be simplified and be just as accessible? Simplified version: <table border="0" width="91%" cellspacing="1" class="datatable" summary="table of agencies with status"> <tr> <th Docket ID</th> <th Title</th> <th Release Date</th> <th Type</th> <th Phase</th> <th Comment Period Ends</th> <th Submit Comment</th> </tr> <tr> <td align="center" OAR-2002-0008</td> <td align="center">This is the title of this OPM Docket </td> <td align="center"> </td> <td align="center">General Docket </td> <td align="center">Notice </td> <td align="center">08/27/2008 </td> <td align="center"><img src="/edkpub/jsp/images/dk_comment.gif" alt="Submit Item to Docket with ID Number : OAR-2002-0008" border="0"></a> </td> </tr> </table> Juan C. Ulloa > -----Original Message----- > From: Beheler Kim [mailto:beheler_kim@bah.com] > Sent: Tuesday, December 09, 2003 7:54 AM > To: P.H.Lauke > Cc: w3c-wai-ig@w3.org > Subject: Re: Data Table question > > > Pat, > > Thanks for your comments. I am running a demo version of JAWS so that > must be it. > > Thanks so much, > Kim > > "P.H.Lauke" wrote: > > > > JAWS 4.02 read it fine when pressing ctrl+alt+num5 > > > > "Row 2, Column 1, OAR-2002-0008, Docket ID, OAR-2002-0008" > > > > Possibly an issue with your particular version ? > > > > Pat > > > > > -----Original Message----- > > > From: Beheler Kim [mailto:beheler_kim@bah.com] > > > Sent: 09 December 2003 15:42 > > > To: Lauke PH > > > Cc: w3c-wai-ig@w3.org > > > Subject: Re: Data Table question > > > > > > > > > Pat, > > > > > > Below is a scaled down version of my code. So in the code: > > > 'OAR-2002-0008' is not being associated with DocketID. > > > Everything else > > > is associating correctly. Thanks for your help. > > > > > > Kim > > > > > > <table border="0" width="91%" cellspacing="1" class="datatable" > > > summary="table of agencies with status"> > > > <tbody> > > > <tr> > > > <th scope="col">Docket ID</th> > > > <th scope="col">Title</th> > > > <th scope="col">Release Date</th> > > > <th scope="col">Type</th> > > > <th scope="col">Phase</th> > > > <th scope="col">Comment Period Ends</th> > > > <th scope="col">Submit Comment</th> > > > </tr> > > > <tr> > > > <td align="center" scope="row">OAR-2002-0008</td> > > > <td align="center">This is the title of this OPM > > > Docket </td> > > > <td align="center"> </td> > > > <td align="center">General Docket </td> > > > <td align="center">Notice </td> > > > <td align="center">08/27/2008 </td> > > > <td align="center"><img src="/edkpub/jsp/images/dk_comment.gif" > > > alt="Submit Item to Docket with ID Number : OAR-2002-0008" > > > border="0"></a> </td> > > > </tr> > > > </table> > > > > > > > > > > > > "P.H.Lauke" wrote: > > > > > > > > Kim, > > > > > > > > if you could point us to your code / page, it would help in > > > diagnosing > > > > the possible problems. > > > > > > > > Pat > > > > ________________________________ > > > > Patrick H. Lauke > > > > Webmaster / University of Salford > > > > http://www.salford.ac.uk > > > > > > > > > -----Original Message----- > > > > > From: Beheler Kim [mailto:beheler_kim@bah.com] > > > > > Sent: 09 December 2003 15:30 > > > > > To: w3c-wai-ig@w3.org > > > > > Subject: Data Table question > > > > > > > > > > > > > > > > > > > > Hi everyone, > > > > > > > > > > I am new to the list serve so I'm sorry if this question > > > has already > > > > > been asked. I have a data table with 7 columns and 4 > > > rows. We are > > > > > using scope to make the table accessible. Using JAWS, > > > all of the data > > > > > cells are read correctly except for the first left cell > > > in each row. > > > > > When I do ctrl + alt + NumPad 5 the column header is not > > > read. Are > > > > > these the expected results or should the first data cell > > > be assocaited > > > > > to the column header. > > > > > > > > > > Thanks in advance for your help, > > > > > > > > > > Kim > > > > > > > > > > > > >
Received on Tuesday, 9 December 2003 11:08:55 UTC