Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
1 answer
54 views

I need to focus overlay/dialog when using screen reader. so I added aria-hidden="true" on main area when open dialog , and added role="dialog" aria-modal="true" But on ...
Shiba Y.'s user avatar
0 votes
0 answers
22 views

I am attempting to make this page pass all "critical" ADA compliance checks: https://bmfpdauxiliary.org/community-safety-store/p/donate-1 When I test this page using https://www....
user31462262's user avatar
1 vote
1 answer
71 views

I'm building a fully accessible webpage for blind users who rely on screen readers for our study. They can read a document and ask AI assistant questions. Current design: The main content is a ...
Hesper's user avatar
  • 161
1 vote
0 answers
96 views

I’m building an accessible modal. When it opens, I mark all siblings of the modal with aria-hidden="true" so the screen reader cursor can’t roam outside. That removes those nodes from the ...
tony95's user avatar
  • 310
0 votes
2 answers
83 views

I'm trying to fix a WCAG accessibility issue flagged by tools like axe/lighthouse: Search functionality must be placed within a landmark region input.v-input The input is wrapped in a div with role=&...
aaabell's user avatar
  • 81
2 votes
3 answers
81 views

I have this sign-off/footer on my Web page: <p>Coded with ♥ by Haley Halcyon</p> I want screen readers to read this as “Coded with love by Haley Halcyon”, instead of “Coded with heart by ...
Haley Halcyon's user avatar
0 votes
1 answer
198 views

I am trying to have screen readers read out values as a currency instead of plain text. Consider elements in the examples below: <select name="money" id="money-select"> <...
Daniell's user avatar
1 vote
0 answers
90 views

We're working on making our website completely accessible. We know that, if possible, we should avoid using an aria-label for a link IF an anchor text is also available. Example: Please click <a ...
Leni's user avatar
  • 27
0 votes
0 answers
36 views

My Terminal shows this: Warning: PowerShell detected that you might be using a screen reader and has disabled PSReadLine for compatibility purposes. If If you want to re-enable it, you can just run '...
Eunice Adakole's user avatar
2 votes
2 answers
117 views

I’m writing fiction in HTML (which will be published as an EPUB – which is a wrapper around HTML), and I want to be sure that it’s as accessible as can be. However, I’m using weird things like non-...
obskyr's user avatar
  • 1,519
0 votes
0 answers
104 views

I'm building a Nuxt 3 application and need to ensure that the page title is announced by screen readers (e.g., NVDA) when navigating between routes for accessibility compliance. My app is a flight ...
user20042604's user avatar
0 votes
0 answers
83 views

I’m working with a scanned PDF that contains a table with two columns, where each column has two lines of text. When I convert the scanned PDF using OCRmyPDF, I'm encountering an issue with the ...
Bikram Kumar Nayak's user avatar
0 votes
0 answers
93 views

Focus management in Alpine.js modal doesn't properly redirect screen readers between steps The Problem In my TALL (+Fillament) stack app, I have a multi-step modal dialog using Alpine.js and Filament ...
Micah's user avatar
  • 767
0 votes
0 answers
119 views

The Jaws screenreader usually works intendet. Bot now it's the second time where after a pc restart the red box around the object that is read out by the virtual cursor just isn't shown. I don't know ...
Herr Torhausen's user avatar
0 votes
3 answers
66 views

I'm working on a login page that consists of a logo, a paragraph, and some fields. There's no clear content to put into an H1. How should this be handled for accessibility? Put an H1 around the logo?
kaylithin's user avatar
0 votes
1 answer
110 views

I have a role="grid" table with some cells sharing the same content (e.g. text, number or date). Clicking a cell means changing the selected state of the value in the cell, which is ...
Sebastian Barth's user avatar
0 votes
1 answer
219 views

we are trying to get the screen reader to announce the alert that appears on screen when a user makes a booking for a time that is not available Below is a screen shot of the alert and the code behind ...
Craig Walker's user avatar
1 vote
1 answer
234 views

In web pages we're developing, we have tables where the column headers (marked up as ths with scope="col") include a sort button, which, when browsing through the row of headers, is read out ...
Green Grasso Holm's user avatar
2 votes
0 answers
140 views

I have a form with multiple fieldsets, and each fieldset has a set of checkboxes. My customer wants to add a select all button to select all checkboxes within each fieldset. I don't think this is an ...
Ben Hackney's user avatar
0 votes
0 answers
99 views

When I activate the "+" button which adds a new row to the table, NVDA then no longer focuses on each cell individually and skips over them. If you let it read out one of the cells it does ...
S W's user avatar
  • 1
0 votes
1 answer
116 views

I am trying to add a text verbiage to my screen reader "The progress is at x%". However, NVDA screen reader only says the digits out loud. I am trying to show only the x% to the user, but ...
major's user avatar
  • 1
1 vote
0 answers
50 views

What are good ways to slow down the provision of new information in a sortable table, with up to two sorting criteria in two lists of a table column, on a website, so that e.g. the NVDA screen reader ...
NewFeatureBranchTester's user avatar
1 vote
0 answers
111 views

Try below code in a browser with NVDA. The plain HTML original select dropdown works as expected with NVDA screenreader reading out the individual menu items when you go up or down with cursor keys or ...
geogan's user avatar
  • 85
1 vote
1 answer
386 views

Screen readers always read the column headers as one of the row. Let's say a table has three rows and one column header, then the screen reader reads it as 4 rows; this includes the column header + ...
user2408987's user avatar
1 vote
1 answer
797 views

In this question, we'll consider 2 examples but please note that this question is about arbitrary loading placeholder (it means that the loading placeholder could consist from any shape, not ...
Takeshi Tokugawa YD's user avatar
0 votes
1 answer
111 views

I am trying to add text to my pdf that is only viewable to the screen reader. The pdf contains a table that converts negatives numbers, ie -4.565, to the (4.565) - red color. When I use a screen ...
Broderick Boucher's user avatar
1 vote
1 answer
138 views

I am modifying an existing WPF, MVVM application (using .NET 8) so that it can support screen readers. For ease, and quick testing, I'm using Windows 11 Narrator, but will also be testing with JAWS. ...
jqbd's user avatar
  • 91
0 votes
1 answer
50 views

Is there a JavaScript API to query the device's native screen reader to start? It would be OK if support was very limited but preferable, if it was at least a standard, so that in the future, more and ...
LukasKroess's user avatar
0 votes
0 answers
389 views

I have a carousel that scrolls horizontally. Each item in the carousel has an image from an instagram post and some details from the post such as caption, the user and date. The whole item is ...
Jadie's user avatar
  • 11
-1 votes
1 answer
92 views

The title explains it all. I am curious if this is considered a nested list and if so is it valid HTML. I am also curious about any accessibility implications. I tested with VoiceOver and it seems ...
Mark's user avatar
  • 1,698
0 votes
1 answer
523 views

I have <a> tag in my code that has tooltip attached to it and tooltips are supposed to be read by aria-describedby. Voiceover on mac is just ignoring it and only announcing the link. Associated ...
Rifa Fatima's user avatar
2 votes
0 answers
580 views

I need to create a scrollable container that's accessible by keyboard. The container is a div with overflow: scroll, and I've set tabindex="0" so that it's focusable. While scrolling works ...
baowizard's user avatar
0 votes
0 answers
34 views

I have a form like the one in the image below, that is divided into multiple sections (the white boxes). Each section has a context menu (marked in red). When you use the tab-key to navigate through ...
Claus Stadel's user avatar
0 votes
1 answer
560 views

I'm in the process of making reusable input components for a variety of input types, and I'm trying to figure out the recommended way to go about an accessible readonly input - that shouldn't be able ...
Norah's user avatar
  • 61
1 vote
2 answers
652 views

I am struggling to make the div with aria-label accessible. <main> <h1>Heading</h1> <input type="text" placeholder="text"> <p>Lorem ipsum ...
user avatar
0 votes
0 answers
235 views

I have quite a complicated bit autocomplete search developed using React. I don't want to redevelop full thing. I need to make it work with a screen reader, to achieve this I use a button to set focus ...
user254694's user avatar
  • 1,631
0 votes
1 answer
235 views

Most guides for providing css classes for screen reader only elements suggest something like the following (from https://medium.com/web-dev-survey-from-kyoto/the-visually-hidden-technique-303f8e2bd409)...
mapmax's user avatar
  • 1
1 vote
0 answers
140 views

I am creating an accessibility tool in which there is a toggle button, on hovering on it pull up more content menu. To make it accessible for accessible for motor disability, I created a hidden ...
Code Master's user avatar
0 votes
1 answer
84 views

In an existing web application, there are some accessibility concerns. Some views represent a collection of key-value pairs, for example, Name -> John Doe, Street -> Diagon Alley. At the moment ...
finder2's user avatar
  • 1,124
0 votes
0 answers
28 views

Apple's screen reader is supposed to extract the headings and content from a html and format it into a minimalistic document. However, it seems that Apple's screen reader will always ignore any ...
user23981346's user avatar
0 votes
1 answer
206 views

We are trying to reduce redundant links being read out by screen readers on our blog posts. Currently the title of the post is a clickable link, as well as the "read more" being a clickable ...
Crocslove's user avatar
0 votes
0 answers
280 views

In our Angular app, we have a button that is responsible for opening a menu. There is a directive residing on it that contains the logic for toggling the menu. Menu in our case is just a list of ...
Chaka15's user avatar
  • 1,431
0 votes
1 answer
597 views

I have the following datepicker. The problem is that when running screen reader (NVDA), when moving the selection on the datepicker grid to different cells using keyboard, the screen reader just says &...
havij's user avatar
  • 1,200
1 vote
1 answer
493 views

I'm converting an application to be compliant with the W3 accessibility guidelines. I need to have the screen reader to read the title and the value together, only using <p> tags. This website ...
dariamanskaia's user avatar
1 vote
0 answers
470 views

hey guys In my company Next.js 12.2 app there is one visually hidden component which takes child and all my other components inside it as children. now this visually hidden component is causing issue ...
nehat khan's user avatar
0 votes
1 answer
205 views

I have a HTML structure like this: <fieldset> <legend>Legend</legend> <span>Labeltext</span> <button aria-pressed="...
Vorname Nachname's user avatar
0 votes
0 answers
139 views

I am building keyboard app that will have screen reading button. when user clicks on it will read text from screen from any app and copy to clipboard. I want to know is that possible to get with ...
Vali Valiyev's user avatar
3 votes
1 answer
1k views

I have the following markup: <ul role="listbox"> <li role="option"> <span>Active</span> <button>Expand</button> </li&...
Andre Fox's user avatar
0 votes
0 answers
101 views

I am asking this question with screenreader/ keyboard-only users in mind. I have a main <nav> on my page. I also have a secondary <nav> nested inside my modal dialog. When a user selects ...
Sarah's user avatar
  • 88
0 votes
0 answers
335 views

I am using the bootstrap-select jquery plugin in forms on my site for multiple select dropdowns. Everything funtions as it should, however screen readers don't read the dropdown options. If I test ...
Paul L's user avatar
  • 213

1
2 3 4 5
20