wai-aria Questions
3
I am trying to toggle an aria tag between true and false when a button is clicked. I've tried several implementations which seems to do absolutely nothing. Below is what I am currently using which ...
Fouts asked 8/11, 2021 at 18:39
10
I am working on making an overlay modal more accessible. It works essentially like this JSFiddle. When you open the modal, the focus doesn't properly go into the modal, and it continues to focus on...
Radiomicrometer asked 10/7, 2017 at 17:15
4
Solved
I'm trying to make a form accessible. Should I make my inputs have both disabled and aria-disabled attributes, or just one?
<label for="textbox1">Input</label>
<input id="textbox1" ...
Confiscatory asked 27/6, 2016 at 16:43
3
I am implementing a search box. One of the scenarios is that the total count of results must be announced. To achieve this I put the <p> tag inside of an aria-live region, and it announces it...
Katakana asked 6/4, 2020 at 20:11
15
I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with WCAG 2.0.
To reach this purpose the modals should keep focus within the dial...
Override asked 9/6, 2017 at 7:42
3
Solved
A common use for a tooltip is adding it to a ⓘ icon in order to display "more info". I'm currently working on making my components more accesible, so I wanted to add the "tooltip&quo...
Githens asked 17/1, 2022 at 14:0
2
Solved
Is it possible to make a screen reader reread the select element if the contents of the aria-label changes?
I've made a simple snippet, I know I'm not following most aria conventions, to show what...
Weatherford asked 2/2, 2018 at 16:29
3
Solved
Problem: Grouping form elements
I have an HTML form, where in few places a single control is composed of several inputs. One example is a group of radio buttons.
I'd like to group those inputs an...
Color asked 15/1, 2018 at 15:14
2
Solved
I'm trying to add accessibility to my web page and I'm not sure how to deal with this badge element. It's something like the number circle you see on your online shopping cart icon. (See example im...
Metcalfe asked 28/6, 2021 at 22:19
4
Solved
I have a webpage and I have managed to keep few accordions in it as well. Since I have given "role"="button" on accordions, my accordions are read as 'button' during accessibility testing.
What s...
Inter asked 28/11, 2018 at 7:41
4
Solved
When I have a mandatory (required) radio group, which element(s) should have the aria-required="true" attribute? Basically, I have a bunch of <input type="radio"> elements that share the same...
Wasson asked 14/12, 2011 at 18:7
7
Solved
What WAI-ARIA roles should be used for carousels, like the one below?
Notes:
I'm familiar with the slider role, but this refers to a different type of widget.
The example is from USA.gov and t...
Polygamist asked 30/5, 2013 at 15:23
3
Solved
I'm building an interactive widget that consists in making a button list out of a list of HTML markups. To achieve that, the HTML markup is wrapped with a button-like component <div role="b...
Jankey asked 25/11, 2022 at 10:53
3
After browsing a number of Google and other SO articles, I've decided to ask my question plainly in hopes of a simple, direct answer.
To add one further step to the discussion on Does opacity:0 ha...
Surprise asked 29/1, 2012 at 21:12
3
What's the best practice regarding aria attribute translations? If a page is available in several languages, should aria attributes be too?
I am using react-i18next useTranslation hook to translate...
Legitimist asked 29/7, 2022 at 7:32
3
Will an empty string be ignored by screen readers or should i avoid adding them to the element if the string is empty?
For reference, this is a usecase in react where you want to default to an emp...
Pretension asked 23/9, 2019 at 8:13
4
Solved
I have a pop-up/overlay that appears on 'click' of an element. Because there is plenty of HTML content behind the pop-up the buttons/input elements on the pop don't naturally have focus/tabindex be...
Parthenia asked 26/4, 2022 at 0:2
3
Solved
I'm showing product ratings using Unicode star symbols. iOS VoiceOver doesn't read this aloud correctly, so I thought I'd use aria-label on my span to tell screen readers what it means.
<sp...
4
Solved
I have a simple text that gets updated on an action and I want that to be announced by the screen reader. But I don't want that text to be visible on the web page. I tried display: none and visibil...
Bellows asked 30/5, 2020 at 18:37
2
Solved
Is there any aria-something or a role to add in a language switch link ?
For exemple, I put two links in the footer to change the current language.
<a href="/language/switch/fr">Fr</a>...
2
Solved
I have a list of data in a visualisation and I want to make it as accessible as possible. There are two lists next to each other.
The list items has two states. Multiple rows can be active or inact...
Calciferous asked 13/1, 2022 at 18:2
2
Solved
Building a tree menu with jQuery, and I want it to be accessible, so I'm using aria attributes. What I want to do is toggle the "aria-expanded" attribute from true to false on click/enter. I've tri...
Cati asked 6/11, 2014 at 4:57
1
There's contradictory information in various tutorials across the web, as well as in this SO question, so I'm seeking some help to clarify. In contex to a step progress indicator like the one below...
Sumter asked 19/8, 2021 at 20:30
1
I am trying to implement accessibility for my dropdown list. I used antd's Select component. But my problem is that when I use keyboard up and down arrow keys to navigate in the listbox(dropdown li...
6
I'm working on a dynamic form builder, where the user can add different blocks of content to a page (buttons, text inputs, paragraphs of text, images etc), which they can later publish and it will ...
Wonderland asked 22/12, 2020 at 0:33
1 Next >
© 2022 - 2025 — McMap. All rights reserved.