this post was submitted on 20 Jan 2025
7 points (100.0% liked)

a11y (digital accessibility)

204 readers
4 users here now

#Introduction This community is dedicated to discussing topics around digital accessibility and disability rights. Please be respectful following the rules below.

#Guidelines No abusive, derogatory, or offensive posts or comments. No porn, gore, NSFW, or advertisements are allowed. Do not vendor spam accessibility products or events.

#Encourageent Please ask questions and share your experiences around digital accessibility and disability rights. Please be open to other views so we can engage in respectful dialogue.

#FYI I'm waiting to add an icon or badge until alt text can be added for them in Lemmy.

founded 2 years ago
MODERATORS
 

Karl Groves highlights why no ARIA is better than bad ARIA in this short YouTube Video. When using HTML elements like input type="radio" the behavior for the radio button is already defined. However, those behaviors are not conveyed when using span role "radio" This means you need to define the behavior of the element to ensure it is accessible. Adding in some ARIA to convey the role is not enough. This is why you should use HTML elements whenever possible. #accessibility

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here