From surkov.alexander at gmail.com Thu Aug 3 22:03:58 2017 From: surkov.alexander at gmail.com (Alexander Surkov) Date: Thu, 3 Aug 2017 18:03:58 -0400 Subject: [Accessibility-ia2] ARIA set-size=-1 mapping Message-ID: Hey. ARIA has aria-setsize="-1" to point out that a set of items has unknown size [1]. ATK uses ATK_STATE_INDETERMINATE [2], which also used for tri-state checkboxes. So do we want to IA2-extend MSAA's SYSTEM_STATE_MIXED, used for tri-state checkboxes, to this case? Should we go with a new IA2's INDETERMINATE state? Thanks! Alexander. [1] https://www.w3.org/TR/wai-aria-1.1/#aria-setsize [2] https://developer.gnome.org/atk/stable/atk-AtkState.html#AtkStateType [3] https://github.com/w3c/aria/issues/567 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jamie at nvaccess.org Fri Aug 4 00:02:12 2017 From: jamie at nvaccess.org (James Teh) Date: Fri, 4 Aug 2017 10:02:12 +1000 Subject: [Accessibility-ia2] ARIA set-size=-1 mapping In-Reply-To: References: Message-ID: Hi. I don't think we need a state for this. IAccessible2::groupPosition already exists and it doesn't define meanings for -1, so I think we could just return similarItemsInGroup as -1. Jamie On Fri, Aug 4, 2017 at 8:03 AM, Alexander Surkov wrote: > Hey. > > ARIA has aria-setsize="-1" to point out that a set of items has unknown > size [1]. ATK uses ATK_STATE_INDETERMINATE [2], which also used for > tri-state checkboxes. > > So do we want to IA2-extend MSAA's SYSTEM_STATE_MIXED, used for tri-state > checkboxes, to this case? Should we go with a new IA2's INDETERMINATE state? > > Thanks! > Alexander. > > > [1] https://www.w3.org/TR/wai-aria-1.1/#aria-setsize > [2] https://developer.gnome.org/atk/stable/atk-AtkState.html#AtkStateType > [3] https://github.com/w3c/aria/issues/567 > > _______________________________________________ > Accessibility-ia2 mailing list > Accessibility-ia2 at lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/accessibility-ia2 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From surkov.alexander at gmail.com Fri Aug 4 18:54:38 2017 From: surkov.alexander at gmail.com (Alexander Surkov) Date: Fri, 4 Aug 2017 14:54:38 -0400 Subject: [Accessibility-ia2] ARIA set-size=-1 mapping In-Reply-To: References: Message-ID: Sounds good with me. Thanks! I'll come back with this accord to ARIA group. On Thu, Aug 3, 2017 at 8:02 PM, James Teh wrote: > Hi. > I don't think we need a state for this. IAccessible2::groupPosition > already exists and it doesn't define meanings for -1, so I think we could > just return similarItemsInGroup as -1. > > Jamie > > On Fri, Aug 4, 2017 at 8:03 AM, Alexander Surkov < > surkov.alexander at gmail.com> wrote: > >> Hey. >> >> ARIA has aria-setsize="-1" to point out that a set of items has unknown >> size [1]. ATK uses ATK_STATE_INDETERMINATE [2], which also used for >> tri-state checkboxes. >> >> So do we want to IA2-extend MSAA's SYSTEM_STATE_MIXED, used for tri-state >> checkboxes, to this case? Should we go with a new IA2's INDETERMINATE state? >> >> Thanks! >> Alexander. >> >> >> [1] https://www.w3.org/TR/wai-aria-1.1/#aria-setsize >> [2] https://developer.gnome.org/atk/stable/atk-AtkState.html#AtkStateType >> [3] https://github.com/w3c/aria/issues/567 >> >> _______________________________________________ >> Accessibility-ia2 mailing list >> Accessibility-ia2 at lists.linuxfoundation.org >> https://lists.linuxfoundation.org/mailman/listinfo/accessibility-ia2 >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: