WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: JavaScript Question

for

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

From: Mark Guisinger
Date: Wed, Sep 09 2009 7:10AM
Subject: JavaScript Question
No previous message | Next message →

I'm in the process of updating our accessibility standards and, I was trying to figure out if there is a reason why a screen reader user would have JavaScript disabled.

Thanks,
MarkG

From: Steven Henderson
Date: Wed, Sep 09 2009 7:25AM
Subject: Re: JavaScript Question
← Previous message | Next message →

Because of bad experience with all those JavaScript-enabled websites out
there, that aren't accessible. That is one reason, but I'm not sure what the
percentage of screen readers that reason would apply to. Damn, even I find
myself turning off javascript alot of the time (non-screen reader user) to
avoid the plethora of javascript clutter that hinders my otherwise-enjoyable
experience of the web.

Steven





-----Original Message-----
From: = EMAIL ADDRESS REMOVED =
[mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Mark Guisinger
Sent: 09 September 2009 14:08
To: = EMAIL ADDRESS REMOVED =
Subject: [WebAIM] JavaScript Question

I'm in the process of updating our accessibility standards and, I was trying
to figure out if there is a reason why a screen reader user would have
JavaScript disabled.

Thanks,
MarkG

From: Simius Puer
Date: Wed, Sep 09 2009 7:30AM
Subject: Re: JavaScript Question
← Previous message | Next message →

Hi Mark

Not a user of assistive technology myself but I'd say "user choice" is a
good a reason as any - doesn't just apply to screen readers obviously


2009/9/9 Mark Guisinger < = EMAIL ADDRESS REMOVED = >

> I'm in the process of updating our accessibility standards and, I was
> trying to figure out if there is a reason why a screen reader user would
> have JavaScript disabled.
>
> Thanks,
> MarkG
>
>

From: ben morrison
Date: Wed, Sep 09 2009 7:35AM
Subject: Re: JavaScript Question
← Previous message | Next message →

On Wed, Sep 9, 2009 at 2:25 PM, Simius Puer< = EMAIL ADDRESS REMOVED = > wrote:
> Hi Mark
>
> Not a user of assistive technology myself but I'd say "user choice" is a
> good a reason as any - doesn't just apply to screen readers obviously

Some company firewalls will block JS as well...

ben
--
Ben Morrison

From: Geof Collis
Date: Wed, Sep 09 2009 7:40AM
Subject: Re: JavaScript Question
← Previous message | Next message →

>Good point! I do that sometimes as I cannot get some sites to load,
>if I dont just leave in frustration, I'll turn JavaScript off just
>so I can get to the content. It frustrates me to know end when I try
>to view these sites and JAWS goes silent, when I close the browser
>it takes JAWS with it and I have to reload him.
>
>
>cheers
>
>Geof

Editor
Accessibility News
www.accessibilitynews.ca
Accessibility News International
www.accessibilitynewsinternational.com

From: Simius Puer
Date: Wed, Sep 09 2009 8:35AM
Subject: Re: JavaScript Question
← Previous message | No next message

It's amazing how many sites still use JavaScript menus for their main
navigation without a noscript back-up. And this is a practice still used by
many so-called "professional web design companies".

I raised this as one of a heap of accessibility issues with a major public
body here in Ireland when they re-launched their site about a year back.
Their original solution was to have a "click here to go to site map" right
at the bottom of their navigation menu. This resulted in screen readers
having to read a huge nested list of links that were JavaScript controlled
before finally getting to a link that took them to the site map....that then
read the exact same list, but this time with regular links. Incidentally,
after reading just one page the only way to get back to the site map was the
back key, or to go through the above all over again.

Even sighted users users who had JavaScript off would have struggled as the
link was off the bottom of even my screen (running at a very high
resolution) so it appeared there was just navigation that went no-where.

They were great to talk to, listened and quite quickly changed it but I'm
not convinced their 'solution' was even close to ideal. Sadly their hands
were being tied by available funding.

...now I think this is a great case for bringing in the UK approach to
Government websites. I can't say it is perfect (far from it), but the
Cabinet Office mandated that all new (or re-launched) Government funded
websites be made at least AA accessible, otherwise funding would be
withdrawn. Admittedly the legislation there is a little more clear cut than
other countries, so essentially what they were doing was saying "we can not
fund websites that break disability laws". ..sadly the enforcing of this
mandate was less than stringent, but it was a brilliant idea.

Accessibility across the majority of websites is only ever going to be
achieved if a) the legislation is in place and it specifically includes
websites (and other electronic portals) and b) the Government's own websites
comply...otherwise how can they in all honesty enforce the laws.

To go back to the original question...the specific scenario in which
JavaScript might be turned off is unimportant. The thing to remember that
is wherever you use JavaScript there really should be an alternative -
unless the JavaScript is doing something that does not add functionality or
something of value to your website, in which case you really have to ask why
it is there in the first place.