12/7/2009 5:23:23 AM
Title:
How to reread some dynamic information for accessibility?
In our application, we allow user to input the value and the results change automatically.For accessibility issue, how do we make screen reader read some panel re read after user inputs some value
12/7/2009 6:16:46 AM
the event handler that changes the value automatically should also set focus to the component again. Which will make screen reader read the same component again.