WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Table Accessibility

for

From: Raja Saravanan
Date: Jun 7, 2001 11:44PM


Hi
Sorry I will not be able to send the source code of the table..but I can
give you the structure... The table has the same HTML table structure only
with TH and TD... but they are not created statically...but created
dynamically at runtime by using Microsoft JScript and DHTML object model...
For example a script is used to create the table...
function createTable()
{
var oTable = document.createElement("TABLE");
document.body.appendChild(oTable);
oTable.innerHTML =
"<TR><TH>Column1</TH><TH>Column2</TH></TR><TR><TD>Data1</TD><TD>Data2</TD></TR>";
}
This is just a sample to give you a idea how the table is being created...
Can this be made accesible by the screen reader...
thanks
rajasaran
>From: Andrew Kirkpatrick < <EMAIL REMOVED> >
>Reply-To: WebAIM accessibility forum < <EMAIL REMOVED> >
>To: WebAIM accessibility forum < <EMAIL REMOVED> >
>Subject: Re: Table Accesibility
>Date: Thu, 07 Jun 2001 15:12:22 -0400
>
>Can we see the source, or at least the structure of the tables?
>
>On 6/7/01 8:50 AM, Raja Saravanan ( <EMAIL REMOVED> ) wrote:
>
> > Hi
> > We are developing a Internet Application that can run on Microsoft
>Internet
> > Explorer 5.5. The problem is we have requirement of the tables to be
> > Editable or readonly with keybaord accesibility. Inorder to achieve all
> > these functions we are using HTC's (behaviors) which implement HTML
>tables
> > at runtime which has all these features inbuilt in them.... I tried
>using
> > the IBM Home page reader 3.0 to read the page but it did not read as it
> > would read a normal HTML table... Can anyone suggest me how can I
>overcome
> > this problem....
> >
> > regards
> > k.v.rajasaravanan
> >
>_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com.
> >
> >
>
>--
>Andrew Kirkpatrick, Technical Project Coordinator
>CPB/WGBH National Center for Accessible Media
>125 Western Ave.
>Boston, MA 02134
>E-mail: <EMAIL REMOVED>
>Web site: ncam.wgbh.org
>
>617-300-4420 (direct voice/FAX)
>617-300-3400 (main NCAM)
>617-300-2489 (TTY)
>
>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.