Re: [Accessibility-ia2] a new method to retrieve the selection

2015-12-06 Thread James Teh
On 5/12/2015 6:28 AM, Andres Gonzalez wrote: In a separate but related note, I was wondering if we really need to keep deriving from IAccessible2 and sub-interfaces. I know we did interface inheritance from the beginning of IA2, but in my humble opinion, that was a design mistake. COM is great

Re: [Accessibility-ia2] a new method to retrieve the selection

2015-12-06 Thread James Teh
Hi Alex, The interface/method looks fine. Just one comment on the documentation: + * One of the range points is an anchor, a start of the range, and another one + * is a range end, which typically coincides with the user focus. I think we need to be careful about the words "start" and "end"