Skip to main content

Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

jaws-screen-reader
1 vote
2 answers
361 views

Do screen readers understand HTML escape characters (like " for double quotes)?

I'm updating a aria-label value method that's currently escaping the value to be safely used in a HTML element attribute. So it would convert <span> abc" to &lt;span&gt; abc&#34;...
Evry's user avatar
  • 93
0 votes
1 answer
815 views

Trap ARROW KEY navigation on modal using Screen Readers

I'm dealing with an issue trying to trap the navigation inside a modal using TAB/ARROW keys. Was using a function like this to avoid the keys action to being triggered: component....
Myst's user avatar
  • 1
0 votes
0 answers
170 views

JAWS is not announcing Button state collapsed /expanded for a menu button when aria-haspopup="menu"

I have a menu button like this <app-my-buton [matMenuTriggerFor]="menu" tabindex="0" role="button" aria-label="Open Content"></app-my-buton> but ...
Explorer's user avatar
  • 361
0 votes
1 answer
361 views

JAWS not reading the screen automatically after windows is launched

I am using JAWS 2023, JAWS is not reading the contents of the webpage when I launch the application, I know we can use sayAll command but as per my requirement JAWS has to read the contents on webpage ...
har123's user avatar
  • 49
0 votes
3 answers
2k views

There should be only one H1 heading on a single page

I was told by the accessibility team that there should be only one H1 on a single page. Ref on the internet: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#...
kenpeter's user avatar
  • 7,940
1 vote
1 answer
624 views

I am using NVDA and its reading the close button multiple times ,but in jaws its reading perfectly

This is the code for that close button which is part of the modal pop up... <h2 class="sc-ejdXBC byjYiM MuiTypography-root MuiTypography-h6 sc-EoWXQ kOYWJk MuiDialogTitle-root" id="...
Anonymous's user avatar
0 votes
0 answers
106 views

Difference data-ng-attr-style vs ng-style

Using JAWS I am not able to navigate into the tree view when I am using the attribute data-ng-attr-style but the navigation is working fine when ng-style is used. Currently using chrome: 111 jaws: ...
Alex Sparrow's user avatar
-1 votes
1 answer
336 views

How should a screen reader read a website?

I'm doing an accessibility analysis of a site, and for the first time I'm using a screen reader (jaws) to verify that the site is readable. What I don't understand is whether the site is actually good....
Zeld's user avatar
  • 33
0 votes
1 answer
443 views

How to make screen reader read the Live-region text first and input button label after

I've added a button which have aria-label attribute set and an event listener is added to that button. <button onClick: toggleFavourite(), aria-label = "favourite button label">...
Parth Kalaria's user avatar
0 votes
0 answers
98 views

Accessibility narrator reading the model class name instead of grid content of WPF application

In my WPF application, there is a grid view with three columns as Name, City, and Country. Please see the model class: public class Employee { public string Name { get; set; } public string ...
Vignesh VS's user avatar
0 votes
1 answer
293 views

Jaws is reading input field of above fieldgroup

<div class="ms-Panel-content content-410"> <div class="panelSubheadingStyle-396"> We recommend you keep only one phone number and one address in your profile for easy ...
Sarfraj Ansari's user avatar
0 votes
1 answer
255 views

focus not going to listitems in browse mode nvda

similar thing happening here with this code. Browse mode focus not going to list items. {<ul style=" margin: 0px; padding: 0px; "><li class="...
Sarfraj Ansari's user avatar
0 votes
1 answer
70 views

In browse mode nvda is reading whole information present in the section

.ProfileSubHeadTitleLinkStyle-181 { display: flex; margin-top: 36px; margin-right: 20px; margin-bottom: 24px; justify-content: space-between; } .ProfileSubHeadTitleStyle-182 { font-size: ...
Sarfraj Ansari's user avatar
0 votes
1 answer
255 views

How to best format thumbnails for accessibility?

I am frequently tasked with displaying a grid of thumbnails for work, such as on a posts/articles page, with each thumbnail linking to a separate post/article, but I have never really been sure of the ...
kloddant's user avatar
  • 1,031
1 vote
0 answers
186 views

NVDA reads the first letter of the word, then the word from the autocomplete dropdown list

I am working on .NET MVC project and I have problem with NVDA and JAWS reader on the dropdown list. It is the dropdown autocomplete list, and when I am navigating with the keyboard, it was reading ...
layla's user avatar
  • 11

15 30 50 per page
1
2
3 4 5
33