Re: Thoughts towards an accessible <canvas>

On 23/3/09 12:56, Joshue O Connor wrote:
> whatever the accessibility
> solution is , it should support where possible, the existing ways that
> users interact with web content such as being able to give focus to HTML
> items using UA keystrokes etc, so the /new/ solution isn't such a huge
> departure from how existing content is navigated and understood.
>
>In short, I am concerned about the
> maintaining the consistency of interaction models that the AT user has
> to deal with, as one platform may render or present content differently
> to the end user from another.

I agree this is a worrying problem, which I guess boils down to the fact 
that an effective graphical user interface is not just a "scripted 
image" (http://tinyurl.com/c9onzg).

I can see how a nested DOM tree could provide access to effectively 
blind users interacting with speech or braille. It's less obvious what 
this implies for people who typically interact with visible controls, 
e.g. people with motor disabilities using switch access, people with bad 
eyesight using screen magnification, people with reading difficulties 
using text-to-speech, people who use symbol browsers that convert 
on-screen text to symbols, people who speak the names of controls into 
speech recognition programs, people with colorblindness who want to 
customise interface colors, people with learning disabilities - or, um, 
ordinary users for that matter, who will struggle to learn interface 
patterns that diverge from platform or web norms.

Maybe the answer is that the nested tree should cater to these users too 
and the browser should offer an easy way to disable "canvas" 
specifically in favour of that DOM tree. Alternatively, efforts like 
http://dev.aol.com/dhtml_style_guide may help somewhat in terms of 
enforcing consistency between apps.

--
Benjamin Hawkes-Lewis

Received on Monday, 23 March 2009 19:44:03 UTC