WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Screen Reader accessible Javascript spreadsheet implementation?

for

Number of posts in this thread: 6 (In chronological order)

From: Brandon Keith Biggs
Date: Thu, Dec 29 2016 8:22AM
Subject: Screen Reader accessible Javascript spreadsheet implementation?
No previous message | Next message →

Hello,
Does anyone know of a screen reader accessible spreadsheet? I would like to
create a front-end for editing DB data and I need it to be accessible with
a screen reader.
I have been building one myself, but I am realizing a quality spreadsheet
is a little beyond my coding abilities currently.

I have looked at around 20 open source spreadsheets and none were even
remotely usable.

I need something that will allow me to insert data, put headers in (maybe
with the option to order the headers and rename headers), hide or not
display some of the objects (so I can keep their ids without showing them),
create editable and non editable cells (mixing editable and non editable in
the same row), render with cells that are not in the db (although I can do
this pretty easy with a preprocessor of the data) and have the data
exported as a json list (possibly with only the edited cells).
I would really prefer something that feels like google sheets, but allows
the programmer more control, allows the use of es6 and is not so slow. I
don't need any of the formula, colaberation or filter functionality as I
can do that myself, but just the items I said above.
Thanks,

Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

From: JP Jamous
Date: Thu, Dec 29 2016 10:19AM
Subject: Re: Screen Reader accessible Javascript spreadsheetimplementation?
← Previous message | Next message →

Do you use ASP.NET? If so, did you try to import the Excel module into your project and test to see if it can be used since JAWS is accessible with it?

-----Original Message-----
From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Brandon Keith Biggs
Sent: Thursday, December 29, 2016 9:22 AM
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: [WebAIM] Screen Reader accessible Javascript spreadsheet implementation?

Hello,
Does anyone know of a screen reader accessible spreadsheet? I would like to create a front-end for editing DB data and I need it to be accessible with a screen reader.
I have been building one myself, but I am realizing a quality spreadsheet is a little beyond my coding abilities currently.

I have looked at around 20 open source spreadsheets and none were even remotely usable.

I need something that will allow me to insert data, put headers in (maybe with the option to order the headers and rename headers), hide or not display some of the objects (so I can keep their ids without showing them), create editable and non editable cells (mixing editable and non editable in the same row), render with cells that are not in the db (although I can do this pretty easy with a preprocessor of the data) and have the data exported as a json list (possibly with only the edited cells).
I would really prefer something that feels like google sheets, but allows the programmer more control, allows the use of es6 and is not so slow. I don't need any of the formula, colaberation or filter functionality as I can do that myself, but just the items I said above.
Thanks,

Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

From: Brandon Keith Biggs
Date: Fri, Dec 30 2016 2:08AM
Subject: Re: Screen Reader accessible Javascript spreadsheet implementation?
← Previous message | Next message →

Hello,
No, I use Javascript and Node.
Thanks,


Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

On Thu, Dec 29, 2016 at 9:19 AM, JP Jamous < = EMAIL ADDRESS REMOVED = > wrote:

> Do you use ASP.NET? If so, did you try to import the Excel module into
> your project and test to see if it can be used since JAWS is accessible
> with it?
>
> -----Original Message-----
> From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On
> Behalf Of Brandon Keith Biggs
> Sent: Thursday, December 29, 2016 9:22 AM
> To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
> Subject: [WebAIM] Screen Reader accessible Javascript spreadsheet
> implementation?
>
> Hello,
> Does anyone know of a screen reader accessible spreadsheet? I would like
> to create a front-end for editing DB data and I need it to be accessible
> with a screen reader.
> I have been building one myself, but I am realizing a quality spreadsheet
> is a little beyond my coding abilities currently.
>
> I have looked at around 20 open source spreadsheets and none were even
> remotely usable.
>
> I need something that will allow me to insert data, put headers in (maybe
> with the option to order the headers and rename headers), hide or not
> display some of the objects (so I can keep their ids without showing them),
> create editable and non editable cells (mixing editable and non editable in
> the same row), render with cells that are not in the db (although I can do
> this pretty easy with a preprocessor of the data) and have the data
> exported as a json list (possibly with only the edited cells).
> I would really prefer something that feels like google sheets, but allows
> the programmer more control, allows the use of es6 and is not so slow. I
> don't need any of the formula, colaberation or filter functionality as I
> can do that myself, but just the items I said above.
> Thanks,
>
> Brandon Keith Biggs <http://brandonkeithbiggs.com/>;
> > > at http://webaim.org/discussion/archives
> >
> > > > >

From: Moore,Michael (Accessibility) (HHSC)
Date: Fri, Dec 30 2016 12:36PM
Subject: Re: Screen Reader accessible Javascript spreadsheetimplementation?
← Previous message | Next message →

We have tutorials for creating accessible spreadsheets with MS Office on the Texas Governors website.

http://gov.texas.gov/disabilities/accessibledocs


Mike Moore
EIR (Electronic Information Resoources) Accessibility Coordinator
Texas Health and Human Services Commission
Civil Rights Office
(512) 438-3431 (Office)
(512) 574-0091 (Cell)

Making electronic information and services accessible to people with disabilities is everyone's job. I am here to help.

-----Original Message-----
From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Brandon Keith Biggs
Sent: Thursday, December 29, 2016 9:22 AM
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: [WebAIM] Screen Reader accessible Javascript spreadsheet implementation?

Hello,
Does anyone know of a screen reader accessible spreadsheet? I would like to create a front-end for editing DB data and I need it to be accessible with a screen reader.
I have been building one myself, but I am realizing a quality spreadsheet is a little beyond my coding abilities currently.

I have looked at around 20 open source spreadsheets and none were even remotely usable.

I need something that will allow me to insert data, put headers in (maybe with the option to order the headers and rename headers), hide or not display some of the objects (so I can keep their ids without showing them), create editable and non editable cells (mixing editable and non editable in the same row), render with cells that are not in the db (although I can do this pretty easy with a preprocessor of the data) and have the data exported as a json list (possibly with only the edited cells).
I would really prefer something that feels like google sheets, but allows the programmer more control, allows the use of es6 and is not so slow. I don't need any of the formula, colaberation or filter functionality as I can do that myself, but just the items I said above.
Thanks,

Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

From: JP Jamous
Date: Fri, Dec 30 2016 1:11PM
Subject: Re: Screen Reader accessible Javascriptspreadsheetimplementation?
← Previous message | Next message →

Mike,

Check your voice mail. Too much beer would increase your chances of a cognitive disability. That is why your signature has a typo in it.

By the time your mind had a chance to inform your finger to depress the letter O, it was too long for your motor senses to respond. LOL

Sorry for the off-topic folks, but I couldn't let this one pass by without a joke. Happy New Year for all of you. I am so glad to be a member of this outstanding community.

Thank you for all of the knowledge that you've shared with me. Through your bright minds and experiences, I was able to increase my knowledge to make this world a more accessible place.


-----Original Message-----
From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Moore,Michael (Accessibility) (HHSC)
Sent: Friday, December 30, 2016 1:36 PM
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: Re: [WebAIM] Screen Reader accessible Javascript spreadsheet implementation?

We have tutorials for creating accessible spreadsheets with MS Office on the Texas Governors website.

http://gov.texas.gov/disabilities/accessibledocs


Mike Moore
EIR (Electronic Information Resoources) Accessibility Coordinator Texas Health and Human Services Commission Civil Rights Office
(512) 438-3431 (Office)
(512) 574-0091 (Cell)

Making electronic information and services accessible to people with disabilities is everyone's job. I am here to help.

-----Original Message-----
From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Brandon Keith Biggs
Sent: Thursday, December 29, 2016 9:22 AM
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: [WebAIM] Screen Reader accessible Javascript spreadsheet implementation?

Hello,
Does anyone know of a screen reader accessible spreadsheet? I would like to create a front-end for editing DB data and I need it to be accessible with a screen reader.
I have been building one myself, but I am realizing a quality spreadsheet is a little beyond my coding abilities currently.

I have looked at around 20 open source spreadsheets and none were even remotely usable.

I need something that will allow me to insert data, put headers in (maybe with the option to order the headers and rename headers), hide or not display some of the objects (so I can keep their ids without showing them), create editable and non editable cells (mixing editable and non editable in the same row), render with cells that are not in the db (although I can do this pretty easy with a preprocessor of the data) and have the data exported as a json list (possibly with only the edited cells).
I would really prefer something that feels like google sheets, but allows the programmer more control, allows the use of es6 and is not so slow. I don't need any of the formula, colaberation or filter functionality as I can do that myself, but just the items I said above.
Thanks,

Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

From: Brandon Keith Biggs
Date: Sat, Dec 31 2016 2:06AM
Subject: Re: Screen Reader accessible Javascript spreadsheet implementation?
← Previous message | No next message

Hello,
I'm sorry, I need a javascript implantation of a spreadsheet or table maker.
I did find:
https://datatables.net/

Which is somewhat accessible, but it costs $150 or so for access to
editable tables and I don't know how accessible their editable tables are.
I will probably brows through the source code and make my own editable
tables eventually, I just needed some architectural guidance.
But I would really prefer something like Google Sheets where I could just
navigate using the arrow keys and use navigation commands and whatnot.
Thanks,


Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

On Fri, Dec 30, 2016 at 11:36 AM, Moore,Michael (Accessibility) (HHSC) <
= EMAIL ADDRESS REMOVED = > wrote:

> We have tutorials for creating accessible spreadsheets with MS Office on
> the Texas Governors website.
>
> http://gov.texas.gov/disabilities/accessibledocs
>
>
> Mike Moore
> EIR (Electronic Information Resoources) Accessibility Coordinator
> Texas Health and Human Services Commission
> Civil Rights Office
> (512) 438-3431 (Office)
> (512) 574-0091 (Cell)
>
> Making electronic information and services accessible to people with
> disabilities is everyone's job. I am here to help.
>
> -----Original Message-----
> From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On
> Behalf Of Brandon Keith Biggs
> Sent: Thursday, December 29, 2016 9:22 AM
> To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
> Subject: [WebAIM] Screen Reader accessible Javascript spreadsheet
> implementation?
>
> Hello,
> Does anyone know of a screen reader accessible spreadsheet? I would like
> to create a front-end for editing DB data and I need it to be accessible
> with a screen reader.
> I have been building one myself, but I am realizing a quality spreadsheet
> is a little beyond my coding abilities currently.
>
> I have looked at around 20 open source spreadsheets and none were even
> remotely usable.
>
> I need something that will allow me to insert data, put headers in (maybe
> with the option to order the headers and rename headers), hide or not
> display some of the objects (so I can keep their ids without showing them),
> create editable and non editable cells (mixing editable and non editable in
> the same row), render with cells that are not in the db (although I can do
> this pretty easy with a preprocessor of the data) and have the data
> exported as a json list (possibly with only the edited cells).
> I would really prefer something that feels like google sheets, but allows
> the programmer more control, allows the use of es6 and is not so slow. I
> don't need any of the formula, colaberation or filter functionality as I
> can do that myself, but just the items I said above.
> Thanks,
>
> Brandon Keith Biggs <http://brandonkeithbiggs.com/>;
> > > at http://webaim.org/discussion/archives
> > > > > >