[Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2011-09-02 Thread Pete Brunet
The originating issue is here: https://bugzilla.mozilla.org/show_bug.cgi?id=617544 Alex's solution is here: https://wiki.mozilla.org/Accessibility/IA2_1.3#Anchor_target Due to the fact that this isn't a widespread issue I'd rather use a new relation than a new method to resolve the problem. I am

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2011-09-02 Thread James Teh
On 3/09/2011 7:50 AM, Pete Brunet wrote: > The originating issue is here: > https://bugzilla.mozilla.org/show_bug.cgi?id=617544 > Alex's solution is here: > https://wiki.mozilla.org/Accessibility/IA2_1.3#Anchor_target > Due to the fact that this isn't a widespread issue I'd rather use a new > relat

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2011-09-02 Thread Pete Brunet
On 9/2/2011 5:24 PM, James Teh wrote: > On 3/09/2011 7:50 AM, Pete Brunet wrote: >> The originating issue is here: >> https://bugzilla.mozilla.org/show_bug.cgi?id=617544 >> Alex's solution is here: >> https://wiki.mozilla.org/Accessibility/IA2_1.3#Anchor_target >> Due to the fact that this isn't a

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2011-09-06 Thread Alexander Surkov
If you both think that new method is overkill then I'm fine to go with relations approach. However this relation makes sense on document accessible only and it'd be nice to introduce new method to obtain it, otherwise AT needs to crawl hierarchy. Next IA2 spec is going to provide a method to get e

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2012-02-12 Thread James Teh
On 10/02/2012 4:13 AM, Pete Brunet wrote: so maybe it's OK to have a new interface and method, but I'd like to get some feed back from others on if a method or relation is preferred. It makes sense to use existing mechanisms as much as possible rather than introducing new methods, so long as tho

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2012-02-21 Thread Pete Brunet
Thanks Jamie, It appears there is not strong preference by anyone for any of the various options. Your observation about state vs relationship is interesting and is enough to motivate me to choose a method over a relation. Does anyone have any preference regarding whether the anchorTarget method

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2012-02-21 Thread Alexander Surkov
Hi, Pete. I liked IAccessibleDocument interface because anchorTarget is applicable to document accessible and doesn't make huge sense on IAccessible2. From implementation point of view we would need to get anchorTarget on document accessible and then check if obtained anchor target is within an ac

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2012-03-01 Thread Pete Brunet
After all our discussion I believe we've reached the point where we can say the proposal at https://wiki.mozilla.org/Accessibility/IA2_1.3#Anchor_target is accepted. However, I don't see a need for IAccessibleDocument to derive from a super-interface, so I propose that this be changed. Pete On

Re: [Accessibility-ia2] Finding the most recent target of the most recent activation of an in page link

2012-03-01 Thread Alexander Surkov
You mean change from IAccessible2 to IUnknown? If so then fine with me since it looks similar to other interfaces. Alex. On Fri, Mar 2, 2012 at 7:08 AM, Pete Brunet wrote: > After all our discussion I believe we've reached the point where we can say > the proposal at > https://wiki.mozilla.org/A