Step | Type | Element ID | Assertions |
---|
step 1 | attribute | test | Set attribute aria-current on the element with ID test to the value true |
step 2 | test | test | API Name | Assertions |
---|
ATK | event | type | is | object:state-changed:active | event | detail1 | is | 1 | IAccessible2 | event | type | is | IA2_EVENT_OBJECT_ATTRIBUTE_CHANGED | UIA | event | type | is | PropertyChangedEvent |
|
step 3 | attribute | test | Set attribute aria-current on the element with ID test to the value false |
step 4 | test | test | API Name | Assertions |
---|
ATK | event | type | is | object:state-changed:active | event | detail1 | is | 0 | IAccessible2 | event | type | is | IA2_EVENT_OBJECT_ATTRIBUTE_CHANGED | UIA | event | type | is | PropertyChangedEvent |
|