Questions tagged [aria-role]
8 questions
1
vote
0 answers
Custom select not working while using talkback
I'm trying to create an accessible dropdown component using reactJS.
It works absolutely fine on desktop, and an mobile browsers.
It even works well with screen readers on desktop.
But, on my android phone, with talkback, I'm not able to select the…

Sunny
- 902
- 3
- 18
- 41
0
votes
0 answers
ANDI not recognizing ARIA role-based table rows
I'm working with a data table constructed from DIVs and styled as a CSS grid (not my idea! and I've been asked to leave it that way, so please just accept that as an immutable condition). My task is to make it accessible and, for now, I'm testing…

Green Grasso Holm
- 468
- 1
- 4
- 18
0
votes
1 answer
What is the ARIA role of a div?
What is the default ARIA role of a div or span in HTML? Or, in other words, what is the ARIA role of non-interactive elements and the elements that don't have a specific ARIA role assigned to them? Is it none/presentation? Or is it not defined? And…

Rafid Muhymin Wafi
- 328
- 3
- 12
0
votes
0 answers
Accessibility issue on Mat-chip-list- aria attributes does not match their roles
For mat-chip-list as per the document the aria-role for chiplist as listbox with each chip has option as role,even I gave those two role as mentioned in the below code,

Hestia
- 11
- 1
0
votes
1 answer
Are column headers essential in an accessible role="grid" setup?
goal: accessibility
target screen readers: JAWS and NVDA
I am adding role="grid" to a list of items. Each row in the grid contains some grid cells representing the item name, description, etc. I cannot change the markup to use a table so this is why…

mags
- 590
- 1
- 8
- 25
0
votes
1 answer
Why do some sites use role="grid" for things that look like a list?
I've specifically been looking into howw chat applications make their list of conversations accessible, and both WhatsApp and Facebook Messenger on the web use role="grid", where I'd expect that role="list" might be more appropriate because it's a…

bigblind
- 12,539
- 14
- 68
- 123
0
votes
0 answers
Opening ComboBox in Panel, Windows Narrator announces document title
I'm having an issue with Windows Narrator on Edge where if I have a combo box (dropdown) inside a panel (modal), opening combo box starts announcing title of the tab. This issue is specific to Edge and Narrator. NVDA on Edge or Narrator on Chrome…

Lalit Umbarkar
- 443
- 7
- 15
0
votes
1 answer
Is This Error Reported by Siteimprove on WAI-ARIA Criterion 1.3.1 A False Positive?
Using the Siteimprove extension v. 126 for Chrome the following HTML snippets are all reporting an issue "Input field has no description 1.3.1"
It seems like no description should be needed as the aria-hidden attribute should completely remove the…

Trevor Reid
- 3,310
- 4
- 27
- 46