Skip to main content

All Questions

1 vote
1 answer
54 views

JAWS reading disabled span element

I am working with Angular js code which will enable a radio button dynamically in a span. `<span data-ng-if="(!object.enabled || (form && !form.enabled))" class="rf-...
Nizampatnam's user avatar
0 votes
1 answer
2k views

AngularJS - NVDA screen reader not finding names of child elements

Apologies for the bare-bones HTML here... I've got some AngularJS components that are rendering this HTML for a multiselectable dropdown: <ul role="listbox"> <li> <div ng-...
Leland's user avatar
  • 5
1 vote
0 answers
1k views

Accessibility issue radio buttons

I'm using AngularJS and have a custom directive for radio buttons so they can be placed anywhere on the site. I'm doing some accessibility work as some of the radio buttons when using JAWS screen ...
user7814645's user avatar
0 votes
1 answer
138 views

Jaws18 reading Angular data bindings in IE11

I have been tasked with trying to make some of our webpages 508 compliant. While running through our pages with Jaws18 I noticed that sections that are being added with ng-if or ng-show are being ...
Josh's user avatar
  • 47
0 votes
0 answers
28 views

<main> noise in assistive technology

I'm improving accessibilty of my app with ARIA tags. In the project i'm using Angular 1.6.5, html, css, js and node.js. One funny thing is when the Assistive Technology, Jaws in this case, reach the ...
Victor Cardeal's user avatar
1 vote
1 answer
512 views

Angular/JAWS, Stop JAWS from re-reading a form after submit

I have a problem in Internet Explorer 9. I have a form that searches for a person by name. When I land on the page, JAWS reads all the fields correctly. I enter my input, I hit the submit button, ...
Eric's user avatar
  • 35
1 vote
2 answers
2k views

Jaws doesn't read error message

I am using angularjs and trying to make the website accessible. When a user doesn't enter or forget to enter into required field, jaws doesn't read out the error message. I have tried adding role="...
Apple Pie's user avatar
0 votes
1 answer
3k views

JAWS + IE11 + aria-live message read multiple times

Jaws reading aria-live message multiple times. We are using angularjs. Html code as below, <div role="alert" aria-live="polite"> <p class="scan-complete-text-auto">{{model....
user3249448's user avatar
  • 1,389
1 vote
3 answers
2k views

JAWS + IE11 + aria live not working when

we are adding ARIA support to our SPA website. In application we have one activity area where we are showing dynamic messages from server based on validations. We have added role='alert' and aria-...
user3249448's user avatar
  • 1,389
0 votes
2 answers
4k views

Accessibility for dropdown component

I am implementing accessibility for dropdown component, the special feature of my dropdown is it populates values in options menu only while opening dropdown,meaning it on the fly compiles the ...
jsHero's user avatar
  • 180
0 votes
2 answers
2k views

Angular Js and Jaws

I am making a website screen reader compatible which is develop on angular framework. Page is taking around 10 to 15 seconds to angular-bootstrap and load all content (using ajax). When i run JAWS 17 ...
user2435783's user avatar
0 votes
1 answer
2k views

Prevent screen readers from reading some text in HTML page

I am using certain text in place of an icon or image which I dont want to read out to users using screen readers like JAWS. How can I prevent this? I had tried aria-hidden but it still reads out the ...
Temp O'rary's user avatar
  • 5,628