According to accessibility tenet guidelines, every control needs to have a name and ControlType. The name is used for speech describing the control and control type is required for UI test automation.
(They actually say control needs to have Name, Parent, State, and Role; and (for UI Automation) a valid Name and ControlType)
There are many controls that don't have either of these defined. It's hard to describe each and every control. So I am attaching screen shots for few important ones. But we need a do a pass on every control to make sure it has both.
(They actually say control needs to have Name, Parent, State, and Role; and (for UI Automation) a valid Name and ControlType)
There are many controls that don't have either of these defined. It's hard to describe each and every control. So I am attaching screen shots for few important ones. But we need a do a pass on every control to make sure it has both.