javascript - Best way to make Jaws read a page element -
i'm trying change content of iframe in webpage , want jaws screen reader read content.
for this, have used jquery("#vn_space").focus();
but doesn't seems work in browsers. ie9, jaws not reading links 'links' , in ff not reading iframe content @ all.
what should make jaws read changed content?
have try using attribute tabindex in html? may worthwhile give aria-label , role try see if issue.
Comments
Post a Comment