python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is an HTML list (ul or ol) allowed to be empty for Accessibility?
Is an HTML list allowed to have no child list items? Specifically, is this allowed:
<ul>
</ul>
The HTML validator on the W3C site does not complain when you test it with an empty list, e....
antun
Votes: 0
Answers: 1
How to properly use aria selectors for definition lists in puppeteer
I'm writing some UI functional tests using puppeteer. After discovering the "Puppetaria" article, I decided that whenever it's possible, I want to use aria selectors. This has been working O...
Jacob
Votes: 0
Answers: 1
Incorrect table row number announce on Talkback
I have created a simple table with multiple row, and also inside the table, I have defined tab panel inside which we have more rows.
<div role="table" aria-label="Semantic Elements" aria-de...
ArsalanK
Votes: 0
Answers: 1
Adding aria-label to label or paragraph
I am working on fixing a bug for a frontend built using Fluent UI. I have a ChoiceGroup in which I have rendered two div tags each having text. I want the screen reader to read both the texts when the...
RPDev
Votes: 0
Answers: 1