NOt sure I have any good suggestions for rich text editors but Ajax shouldn't be an issue. Ajax is just a technique to fetch a blob of HTML and stuff it into a container on a page (or replace what was in the container). The usual technique is to then move browser focus to that container so the screen reader will notice and read it. An alternative, if moving focus would cause confusion, would be to mark the container as an ARIA live region which means any updates just get read. Pretty much depends on what they are ajaxing in and where they are putting it. If it is in response to some kind of user interaction then I'd move focus. If it's just ticking live updates then live regions or nothing at all might be appropriate. That said, the live regions w3c spec changed a bit a few years ago around 'politeness' and doing it wrong means you get nothing spoken on Safari with VO.

That said, I'd give CKEditor a try as they claim to support accessibility:

http://ckeditor.com/blog/CKEditor-WAI-ARIA-Usable-Accessibility

CB

On 6/13/13 3:21 PM, Nicholas Parsons wrote:
Hi list,

I've been helping my university test the accessibility of some of its online 
resources. They've been building a whole lot of stuff with AJAX which, as you 
probably know, is generally pretty awful for screen readers.

I was wondering if anyone knows of any good resources which would help them 
understand how to make their web apps more accessible with VoiceOver?

IN particular, their rich text editor is pretty annoying for VoiceOver. 
Everytime I hit return I lose all sound from VoiceOver. Once I start typing 
again the sound will return. I can use keyboard commands for simple formatting 
such as bold and italics, but VoiceOver doesn't announce whether they have 
worked or not.

They've asked me whether I have any examples for them of rich text editors on 
the web which work well with VoiceOver. They asked about Facebook but I told 
them that was not a good example. I thought gmail was, but I don't think I've 
ever used its rich text features.

I'm going to scout around the web to see what I can find, but if anyone has any 
ideas for me of VoiceOver accessible rich text editors on the web I'd love to 
hear about them.

Many thanks,
Nic


--
¯\_(ツ)_/¯

--
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to