I can't work out how to get Chromevox read an element once you have changed focus to it via Javascript. Take the example found at OpenAjax. When you click on the Show topic 1 button the controlled element is expanded and focus is moved to it. However in Chromevox it does not read the content of the element just the aria-labelledby.
To get Chromevox to read the content of the element after it has been expand I have to move out and back in again. Not a very good user experience.
Is this an issue to do with Chromevox or is there a better way to approach this?
Note: ignore the other three examples they have typos in their aria-labelledby attributes and thus don't function correctly.