This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13215 - Check to see if UIA has a way to indicate that a change in document content or node visibility occurred as a result of user action
Summary: Check to see if UIA has a way to indicate that a change in document content o...
Status: RESOLVED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC Windows XP
: P1 normal
Target Milestone: ---
Assignee: Cynthia Shelly
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 14:20 UTC by Andi Snow-Weaver
Modified: 2011-07-12 13:06 UTC (History)
0 users

See Also:


Attachments

Description Andi Snow-Weaver 2011-07-11 14:20:20 UTC
UAIG contains this text:

To expose whether a change occurred from user input:
	In ATK/AT-SPI this can be provided by appending the string ":system" to the event name when the user did not cause the change.
	In IAccessible2, which screen readers typically access in process on the same thread, the best practice is to expose the object attribute event-from-user-input:true on the accessible object for the event, if the user caused the change.