Re: Help with ARIA Test Kit formatting and API mappings

Hi Bryan, 

You did really well! The only thing I changed was how the ToggleState property was represented. See:
https://www.w3.org/wiki/ARIA_1.1_Testable_Statements#switch_checked_true_.28NEEDS_TEST:_Bryan_G.29 <https://www.w3.org/wiki/ARIA_1.1_Testable_Statements#switch_checked_true_.28NEEDS_TEST:_Bryan_G.29>

> On Mar 15, 2017, at 1:44 PM, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com> wrote:
> 
> <pre>
> if given
>  <div id='test' role='switch' aria-checked='true' tabindex='0' class='switch'>power</div>
> then expose aria-checked="true" and role "switch" on the element with id="test"
> </pre>
> {| class="wikitable"
> |-
> |rowspan=3|ATK
> |property
> |role
> |is
> |ROLE_TOGGLE_BUTTON
> |-
> |property
> |states
> |contains
> |STATE_CHECKABLE
> |-
> |property
> |states
> |contains
> |STATE_CHECKED
> |-
> |rowspan=4|AXAPI
> |property
> |AXRole
> |is
> |AXCheckbox
> |-
> |property
> |AXSubrole
> |is
> |AXSwitch
> |-
> |property
> |AXDescription
> |is
> |switch
> |-
> |property
> |AXValue
> |is
> |1
> |-
> |rowspan=2|IAccessible2
> |property
> |role
> |is
> |IA2_ROLE_TOGGLE_BUTTON
> |-
> |property
> |objectAttributes
> |contains
> |xml-roles:switch
> |-
> |rowspan=3|UIA
> |property
> |Control Type
> |isNot
> |Button
> |-
> |property
> |Localized Control Type
> |isNot
> |toggleswitch
> |-
> |property
> |Toggle
> |contains
> |ToggleState:On
> |}

Received on Wednesday, 15 March 2017 17:55:02 UTC