Re: Is there a public list of events that should fire when ARIA is used?

There's MSAA* EVENT_OBJECT_DESCRIPTIONCHANGE *event [1].

Thanks.
Alex.


[1]
https://msdn.microsoft.com/en-us/library/windows/desktop/dd318066%28v=vs.85%29.aspx

On Mon, Feb 23, 2015 at 10:08 AM, Joseph Scheuhammer <clown@alum.mit.edu>
wrote:

> Hi Dominic,
>
>  ... it's exposed via IAccessibleRelation with the code
>> IA2_RELATION_DESCRIBED_BY. I can't find an event that's supposed to fire if
>> that property changes. Maybe someone else knows?
>>
>
> I took a look at AT-SPI events.  From what I can tell, the only
> relationship change that triggers an event is parent changes.  The event is
> "object:property-change:accessible-parent" [1].
>
> I can't find anything comparable in the IA2 list of events [2].
>
> Hope that's useful.
>
> [1] https://developer.gnome.org/libatspi/2.13/
> AtspiEventListener.html#atspi-event-listener-register
> [2] http://accessibility.linuxfoundation.org/a11yspecs/
> ia2/docs/html/_accessible_event_i_d_8idl.html#
> ae26846b6d521727ab696d20c3f43c0b5
>
>
> --
> ;;;;joseph.
>
> 'Array(16).join("wat" - 1) + " Batman!"'
>            - G. Bernhardt -
>
>
>

Received on Wednesday, 25 February 2015 19:02:31 UTC