Judson Valeski wrote:
> We discussed
> <http://www.mozilla.org/projects/embedding/apiReviewNotes.html#Accessibility>,
> briefly, accessibility at the API review meeting today. We used
> Aaron's posting to .embedding/.porkjockeys as a starting point.
>
> Some questions:
> 1. Is the general approach that all accessibility functionality
> occur's application wide (across all windows)? Or are there certain
> things that need to be changed/toggled on a top-level window basis?
>
I believe accessibility must work across all top level windows. My
current implementation already supports this.
>
> 2. Any frame level accessibility needs?
>
Most accessibility needs can be implemented with XBL. However some
frames will need to implement accessibility directly. One example is
Rod's combo box. It should return an accessible tree that looks like
Explorer's combo box.
> Thanks,
> Jud
>