Skip to main content

All Questions

0 votes
0 answers
94 views

No dialog role is announced by JAWS screen reader when dialog is appear in the screen

I have created a dialog component in react using MUI library. I am working on WCAG 2.0 integration and testing the component in Chrome + JAWS. No role "dialog" is announced by the screen ...
Vikash Kumar's user avatar
  • 1,111
0 votes
0 answers
473 views

JAWS Screen Reader is jumping particlular element when navigating using key up/down?

While we are using the up / down arrow key in the JAWS reader to read the content of the web pages will be moved to the top of the parent section after any actions have been completed. But it works ...
itjayaprakash's user avatar
-1 votes
2 answers
724 views

Accesibility dynamic content issue

Is there any possible way to make dynamic values accessible for screen readers? The problem is if there is a value, it is read out but if there is no value, it is completely skipped by the screen-...
Ramneek Singh's user avatar
1 vote
1 answer
3k views

div button accessibility clickable

I have a div element (which has another div inside it) which currently has role="button". This element is under the body, and this creates a violation when auditing with certain accessibility ...
Tal Dwek's user avatar
1 vote
0 answers
848 views

How do I get JAWS to read the dialog header if the focus goes to a menu-item within the dialog?

My pop-up is of the following structure. It's a dialog where the focus should go to first menu-item (Item 1) <div role="dialog" aria-labelledby="dheader"> <span id="dheader" role="heading" ...
KannarKK's user avatar
  • 1,613