cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Speech output/behavior when a control's label changes #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some cases, using JavaScript, a developer may have the label or content of a 
button change when the user clicks/activates it. For example a Play/Pause 
button on a media player may display "Pause" or an icon while the media is 
playing, but then display "Play" when a user clicks it.

Ordinarily, a button does not provide any speech feedback when it is activated. 
The button just takes its action.

I would like it if the system could provide feedback if a button's label or 
content changes when it is clicked. If the label/content changes, it is likely 
that the person is staying on the current screen. 

Navigating to the button:
Pause, button.

Activating the button with EZ ACTION:
Button is now Play.

This type of behavior could also be applied to checkboxes, radio buttons, and 
potentially other controls, but I do not think that designers usually change 
their labels as often as they do with custom buttons.

Original issue reported on code.google.com by jbjor...@gmail.com on 8 May 2013 at 7:36