Re: [Accessibility-ia2] IAccessible2_2 inherits from IAccessible

2012-09-11 Thread Pete Brunet
Thanks Jamie, I can make that change. In the prior release I didn't do that for IATable2, but your request makes sense and I can make that change for IAccessible2_2. What is your opinion for IAText2 and IAHypertext2? I'll work on this over the weekend and hopefully have something ready for next

Re: [Accessibility-ia2] IAccessible2_2 inherits from IAccessible

2012-09-11 Thread Pete Brunet
On 9/11/12 5:36 PM, James Teh wrote: On 12/09/2012 12:45 AM, Pete Brunet wrote: In the prior release I didn't do that for IATable2, but your request makes sense and I can make that change for IAccessible2_2. I think it's okay for IATable2 because the interface had a very specific purpose

[Accessibility-ia2] Using IA2 live region / politeness outside of HTML content

2012-09-11 Thread Peter Korn
Hey IA2 peeps, Does anyone know if any apps AT are using the IA2 attributes for live region politeness outside of ARIA-markedup HTML? The question came up today with a blind JAWS user who would like an accessible and efficient IM solution. Since Thunderbird 15 now

Re: [Accessibility-ia2] Using IA2 live region / politeness outside of HTML content

2012-09-11 Thread James Teh
Hi. NVDA doesn't restrict its IA2 live region support to web documents or Mozilla, though it obviously hasn't been tested with any other framework (since none exists). It's worth noting that Instantbird (based on Mozilla) already implements live regions on its chat output, though the chat

Re: [Accessibility-ia2] link groups

2012-09-11 Thread Alexander Surkov
I'd guess they mean image maps, i.e. nsIAccessibleHyperLink objects having more than one anchor. Alex. On Sun, Sep 9, 2012 at 12:51 AM, Pete Brunet p...@a11ysoft.com wrote: Could someone please provide some text explaining what a link group is as mentioned here:

Re: [Accessibility-ia2] IAHypertext - remove nHyperlinks, hyperlink?

2012-09-11 Thread Alexander Surkov
Hi. It seems you still can do that if we introduce hyperlinkIndex method that returns hyperlink object (compare to current version which returns a hyperlink index instead). Otherwise Pete's idea seems reasonable. Thank you. Alex. On Sun, Sep 9, 2012 at 2:41 PM, James Teh ja...@nvaccess.org