Re: [Accessibility-ia2] text attribute range calculation

2010-04-15 Thread James Teh
@lists.linuxfoundation.org https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2 -- James Teh Vice President NV Access Inc, ABN 61773362390 Email: ja...@nvaccess.org Web site: http://www.nvaccess.org/ ___ Accessibility-ia2 mailing list Accessibility-ia2

Re: [Accessibility-ia2] text attribute range calculation

2010-04-15 Thread James Teh
this in reverse; i.e. any embedded objects at the end of the text have their own range. In this case, offsets 0 through 11 would return (0, 12). Offsets 12 through 22 would return (12, 23). Offset 23 would return (23, 24). Jamie -- James Teh Vice President NV Access Inc, ABN 61773362390 Email: ja

Re: [Accessibility-ia2] Relations

2010-04-15 Thread James Teh
On 15/04/2010 8:36 PM, Alexander Surkov wrote: Jamie, how many targets should AT request to get all of them from IEnumVariant? I think we will probably still need to have a getRelationCount or similar which accepts an optional relation type. Jamie -- James Teh Vice President NV Access Inc

Re: [Accessibility-ia2] accessibility of HTML5 input controls

2010-04-14 Thread James Teh
@lists.linuxfoundation.org https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2 -- James Teh Vice President NV Access Inc, ABN 61773362390 Email: ja...@nvaccess.org Web site: http://www.nvaccess.org/ ___ Accessibility-ia2 mailing list

Re: [Accessibility-ia2] RELATION_NODE_PARENT_OF

2009-11-09 Thread James Teh
this relation as well. On the another hand new relation will keep IA2 and ATK more closely what is good in general. While NVDA doesn't really have a use for this at present, I think it makes sense for the sake of symmetry if nothing else. Jamie -- James Teh Email/MSN Messenger/Jabber: ja

Re: [Accessibility-ia2] Relations

2009-10-22 Thread James Teh
account for the fact that a relation may have multiple targets. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ ___ Accessibility-ia2 mailing list Accessibility-ia2@lists.linuxfoundation.org https

Re: [Accessibility-ia2] Relations

2009-10-22 Thread James Teh
the old interface and just add the new methods to the subclassed interface, rather than replacing it altogether. See MSHTML for example. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net

Re: [Accessibility-ia2] new method(s) for fetching attributes

2009-10-22 Thread James Teh
behaviour. This may be one of those cases where it's simpler to leave it alone. Having said that, I'd certainly be happy with an array. Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ ___ Accessibility-ia2

Re: [Accessibility-ia2] IAccessibleTable2

2009-07-15 Thread James Teh
). -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ ___ Accessibility-ia2 mailing list Accessibility-ia2@lists.linuxfoundation.org https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2

Re: [Accessibility-ia2] rowHeader/columnHeader implementationproposal

2009-06-23 Thread James Teh
is that the current columnHeader/rowHeader interface is a little obscure at best. However, I'd be happy with new dedicated methods. Unfortunately, adding methods to the interface is something that has yet to be discussed with regard to compatibility, etc. -- James Teh Email/MSN Messenger

Re: [Accessibility-ia2] rowHeader/columnHeader implementationproposal

2009-06-23 Thread James Teh
something here? Jamie -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ ___ Accessibility-ia2 mailing list Accessibility-ia2@lists.linuxfoundation.org https://lists.linux-foundation.org/mailman/listinfo/accessibility

Re: [Accessibility-ia2] rowHeader/columnHeader implementationproposal

2009-06-23 Thread James Teh
consistent. It also saves calling columnIndex/rowIndex unnecessarily. -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net/ ___ Accessibility-ia2 mailing list Accessibility-ia2@lists.linuxfoundation.org https

Re: [Accessibility-ia2] rowHeader/columnHeader implementationproposal

2009-05-28 Thread James Teh
think you just need to get a role of related accessibles. Do I miss something? Nope, I did. Sorry. I forgot there were roles for row header and column header. My concern is thus invalid. :) -- James Teh Email/MSN Messenger/Jabber: ja...@jantrid.net Web site: http://www.jantrid.net

<    1   2