Re: Example canvas element use - accessibility concerns

On Feb 18, 2009, at 16:26 , Alexander Surkov wrote:
>> Well the canvas text API gets text in, so it's possible that one  
>> could get
>> text out.
>
> I thought about that. I believe it's possible. It should be good for
> simple cases but not for Bespin case because they draw caret,
> selection - it means they should fire proper a11y events to AT - I
> don't realize the way how to implement this.

That would have to be done inside Bespin but it doesn't sound  
impossible. Bespin has a internal event system that means various  
actions could be watched, and then dispatched to an AT API expose to  
JS. I realise that that might be a few steps ahead of what we have  
today, but it might be an option.

-- 
Robin Berjon - http://berjon.com/
     Feel like hiring me? Go to http://robineko.com/

Received on Wednesday, 18 February 2009 16:10:11 UTC