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 19776 - add values to togglestate for aria-checked
Summary: add values to togglestate for aria-checked
Status: RESOLVED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: ARIA UA Implementors
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-30 11:43 UTC by Cynthia Shelly
Modified: 2012-11-06 17:56 UTC (History)
1 user (show)

See Also:


Attachments

Description Cynthia Shelly 2012-10-30 11:43:46 UTC
Add to the properties table for UIA and MSAA+UIAEXpress
aria-checked=true: Toggle.ToggleState = On (1)
aria-checked=false: Toggle.ToggleState = Off (0)
aria-checked=mixed: Toggle.ToggleState = Indeterminate(2)