Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Control / ClassRoleA11y StatusNotes
Accordion   
Button (including ButtonBase)Button / ButtonBase Working 
CheckBox Working 
CheckBoxTreeItemChoiceBox  Working Joe
CheckMenuItemColorPicker   Joe
ChoiceBoxComboBox / ComboBoxBase   
ColorPicker   
ComboBox (including ComboBoxBase)  Anthony working on it
ContextMenu   
Control   
CustomMenuItem   
DateCell   
DatePicker   
Hyperlink Working 
Label / Labeled Working 
ListView / ListCell WorkingReview, test multi selection.
Menu  Anthony
MenuBar  Anthony
MenuButton  Anthony
Working on Windows

After pressing Alt+Down, choosing an item, and pressing Enter, the a11y focus won't go back to the combobox.

Windows:

Need to re-test the popup (perhaps with a FakeCombo) to ensure it doesn't read any nonsense (like "WinAccessible-ComboboxListViewSkin$8 10 List with 3 items"). This can depend on how our popups work for a11y in general, and also depend on ListView support.

Mac:

I didn't really manage to get it working there because some things just didn't work well on OS X 10.8. So it may need some more work. In particular, the fake relationship between the list and the combo can be troublesome on Mac, but IIRC, it's needed on Windows. 

DatePicker / DateCell In Progress

Basic support added on Mac to report the date back to the OS.
On Windows it will must likely report the date as text. 

Hyperlink Working 
Label / Labeled Working 
ListView / ListCell Working 
ContextMenu Working*Not working on Mac 10.8.

MenuBar

 Working

Consider using AXMenuBarItem on Mac for MenuItem inside a MenuBar (as per Apple documentation). So far no benefits was seen from doing this to justify the extra complexity. Note the limitation of ContextMenu on Mac 10.8 are visible while testing MenuBar.

MenuItem / Menu
CheckMenuItem / RadioMenuItem / SeparatorMenuItem / CustomMenuItem

 WorkingItem state including checked, disable, submenu are reported correctly on mac and windows. Accelerators are also reported correctly on both platforms.
MenuButton Working

It is an AXMenuButton on Mac and a UIA_ButtonControlTypeId on Windows. On both platforms the fire action opens the menu. 

SplitMenuButton WorkingIt is a AXButton on Mac and a UIA_SplitButtonControlTypeId on Windows.
On both platforms the fire actions executes the button, and expand/collapse actions open and close the menu.
MenuItem   
Pagination WorkingBased on TabPane 
PasswordField Working 
PopupControl  N/APopupControl by itself has nothing to report to ayy1Anthony
ProgressBar  Working 
ProgressIndicator  Working 
RadioButton Working 
RadioMenuItemScrollBar  RT-36266 
ScrollBarScrollPane  FelipeRT-36266ScrollPane  Felipe
Separator   SeparatorMenuItem  N/AI suspect nothing is needed here, separators it not focus traversable and carries no content to report. 
Slider Working SplitMenuButton  
 SplitPane   Jonathan
Tab / TabPane Working 
TableView / TableRow / TableCell / TableColumn Workingtest multi-selection 
TextArea Started 
TextField WorkingOnly basic support
TextInputControl WorkingOnly basic support
TitledPane / Accordion  WorkingIt is UIA_GroupControlTypeId with UIA_ExpandCollapsePatternId in Windows and a AXDisclosureTriangle on Mac.
Uses the expand/collapse action. 
ToggleButton Working ToggleGroup  
 ToolBar  Working 
Tooltip  Working 
TreeTableView / TreeTableRow / TreeTableCell / TreeTableColumn  Needs to be reviewed. 
TreeView / TreeCell

 

Proof of conceptWorking Needs review to understand what more needs doing and what has been done wrong.

 

UI Charts

UI ChartRoleSupported?
AreaChart Axis Yes
BarChart Yes
BubbleChart 
CategoryAxis ChartYes 
LineChart Yes
NumberAxis Yes
PieChart ScatterChartYes 
StackedAreaChart Yes
StackedBarChart Yes
ValueAxis Yes
CandleChartNo
BubbleChartNo
Real Time ChartsNoXYChart