Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread mmb
Hi Everyone , I just started learning GWT ,is there any kind of framework or API's for client side accessibility for GWT,i know there is a library for provider side i.e com.google...ui.accessibility,but i want framework or class at the client side thanks in advance for those who reply.. --

Re: Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread Ben Munge
I'm not sure what you mean exactly. Accessibility is driven much more by the content and construction of your pages. A framework cannot make assumptions about accessibility because it doesn't know what your site is trying to express. If you follow the UI Binder approach, just construct your

Re: Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread Alisson Prestes
ARIA Roles? Alisson Prestes www.google.com/profiles/javalisson On Tue, Aug 2, 2011 at 4:28 PM, Ben Munge ben.mu...@gmail.com wrote: I'm not sure what you mean exactly. Accessibility is driven much more by the content and construction of your pages. A framework cannot make assumptions about