Skip to main content

All Questions

-2 votes
1 answer
23 views

No impression of many keystrokes jaws accessibility

I have event listener for keydown and i want to check for arrowup and arrowdown press key event. However when jaws is on, these keys are ignored. Only few key worked like ctrl, alt, tab etc. Its ...
Amit Chhetri's user avatar
6 votes
1 answer
190 views

What determines where the focus goes back to when clicking on a browser's back button?

As far as I can tell, it is in part determined by the HTML spec's History API1, specifically the value of history.scrollRestoration. Quoting the HTML spec's scroll restoration mode paragraph: "...
toraritte's user avatar
  • 7,615
0 votes
0 answers
68 views

JAWS screen reader is reading an aria-label twice

I'm facing an issue with the JAWS reader where it is reading the column value twice. JAWS screen reader is reading twice aria-label="High Priority Reminder Subject Reminder Message Attachments ...
Deepak sahoo's user avatar
0 votes
0 answers
31 views

JAWS announces document after tabbing to the next element after an iframe

Currently working on a web application that uses an iFrame. Once i navigate to the next element after the iFrame, which is a button, has type=“button”, and the word ‘Cancel’ in it, JAWS announces ‘...
matt-singleton's user avatar
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
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
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
1 answer
746 views

Keyboard navigation in custom drop down without using javascript

I have an angular app in which there is a component that has div style as button and clicking it open or close another list of div. I need to make this app accessible. I can handle enter with angular (...
goku's user avatar
  • 1
0 votes
0 answers
58 views

JAWS repeating description when pressing keys to type

I'm trying to fix an issue with JAWS 2023, when I hit some key in these textboxes it announces like this: if I type "P" on the textbox, it's announced as "P username P" or "P ...
Myst's user avatar
  • 17
1 vote
0 answers
63 views

Jaws Chrome - on tab focus on button announcing lot other information

When we do tab focus on edit button, it is announcing lot other information including job title, description and aria-label of others button that are check and cross and other issue when we focus on &...
Faizan Khan's user avatar
1 vote
0 answers
334 views

In JAWS while closing the accordion jaws focus is going to next item

JAWS and chrome> while collapsing the element, the focus is being shifted to the next element instead of having it on the same element. Steps to reproduce the issue: tab to first element and ...
Syed Salikh Ikram's user avatar
0 votes
2 answers
1k views

How to make a div element navigable by arrow keys when using JAWS

I would like to make a div element navigable by arrow keys when JAWS is running. The div should not be navigable using the TAB key; so using tabindex is not applicable. Here is an example snippet of ...
aikind's user avatar
  • 127
0 votes
2 answers
3k views

My screen reader is not reading content inside the div tag with role button

<div role="button" aria-label="Open" tabindex="0"> <span title="open file">go to file</span> </div> My screen reader is reading ...
SONU SHARMA's user avatar
1 vote
1 answer
581 views

How to make JAWS not read an anchor tag as link but as button

I have a requirement where I have an anchor tag in my HTML page. <a aria-label="Back Button" class="secondary-button btn-font" title="Back" ngClass="btn-font"...
Raj's user avatar
  • 85

15 30 50 per page
1
2 3 4 5
11