On Wed, Feb 15, 2017 at 11:25 AM Alexander Surkov <
surkov.alexan...@gmail.com> wrote:

> On Wed, Feb 15, 2017 at 2:06 PM, Dominic Mazzoni <dmazz...@google.com>
> wrote:
>
> Agreed, finding the first or last cell in a row isn't hard. But finding
> the first or last cell in a column is hard, and some AT already have a
> command for that.
>
>
> Got it. We of course can have extra pair of relations for this. I wish we
> had strings for relations as we have for object attributes. That would free
> us from changing IDL over and over.
>

If you're talking about IAccessibleRelation, aren't relations expensive? We
have to keep track of all of the relations for each accessible object
currently because you can iterate over them and get one by index. I'd
prefer a new constant for accNavigate if that's allowed, otherwise maybe
adding new magic constants that you could use with cellAt().
_______________________________________________
Accessibility-ia2 mailing list
Accessibility-ia2@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/accessibility-ia2

Reply via email to