Re: JavaScript and Screen Readers

On 18 Aug 2008, at 14:38, Ryan Jean wrote:

> Due to my recent issues with JavaScript and screen readers <snip>

> I’m also going to contact Java on the matter.

You seem to have gotten hold of the wrong stick, so I'll just lay out  
a little background that I hope will help you talk to the right people.

Java is a programming language, almost entirely unrelated to  
JavaScript. Sun Microsystems (who own Java) have very little to do  
with JavaScript, which is driven mostly by browser vendors.

Most of the accessibility issues relating to it are caused by the way  
programs written in JS manipulate the DOM (which is a set of W3C  
recommendations), and work is already underway to improve things there  
(primarily with http://www.w3.org/WAI/intro/aria / http://developer.mozilla.org/en/docs/Accessible_DHTML 
  ).

-- 
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/

Received on Monday, 18 August 2008 14:20:23 UTC