[Accessibility-ia2] How is MSAA+IA2 used for live regions

2011-07-08 Thread Pete Brunet
What aspects of MSAA+IA2 are used to implement live regions? -- *Pete Brunet* a11ysoft - Accessibility Architecture and Development (512) 467-4706 (work), (512) 689-4155 (cell) Skype: pete.brunet IM: ptbrunet (AOL, Google),

Re: [Accessibility-ia2] Braille devices and live regions

2011-07-08 Thread Pete Brunet
p.s. In the case of a Braille user how would the user be notified of a polite update? I assume in this case only a notification is provided rather than automatically changing the POR. Would a message be forced onto the Braille display? And what means would be used to transfer the POR to the

Re: [Accessibility-ia2] How is MSAA+IA2 used for live regions

2011-07-08 Thread Alexander Surkov
Hi, Pete. They are listed at https://developer.mozilla.org/en/Accessibility/AT-APIs/Gecko/Attrs. Thank you. Alex. On Fri, Jul 8, 2011 at 10:50 PM, Pete Brunet p...@a11ysoft.com wrote: Thanks Alex, Do you have a link to the Mozilla spec for the container-* object attributes? On 7/8/2011 8:25

Re: [Accessibility-ia2] How is MSAA+IA2 used for live regions

2011-07-08 Thread Richard Schwerdtfeger
Hi Pete, Pleas look at the ARIA implementation guide: http://www.w3.org/WAI/PF/aria-implementation/#mapping_events Section 5.8.2 will show the events fired for document changes within a live region aria-live is not a state. It is a property so you need only look at the property API mapping.