Description
Maximize compatibility with current and future user agents, including assistive technologies.
Questions & Answers
What are parent/child elements, and how do they affect digital accessibility?
What are parent/child elements, and how do they affect digital accessibility?
- semantics
 
Should “Download” components be buttons or links?
My website has a component used for downloading files. Should I code it as a button or a link?
- aria roles
 - buttons
 - download
 - Link
 
How do I make my unique custom widget accessible?
I’ve built a unique custom widget that doesn’t match any of the existing ARIA design patterns. How should I code it to be accessible?
- aria
 - aria roles
 - custom widgets
 
When should I use the ARIA “application” role?
When should I use the ARIA "application" role? How does it affect web accessibility?
- aria
 - aria roles
 - custom widgets
 
When should I use the ARIA “section” role?
When should I use the ARIA "section" role?
- aria
 - aria roles
 
How do I make my podcast accessible?
How do I make my podcast accessible to people with disabilities?
- audio
 - audio controls
 
How are menu buttons and disclosure buttons different?
I have a button that shows and hides content, should it be coded as a menu button or a disclosure button?
- disclosure button
 - menu button
 
What is ARIA?
What is ARIA? I know it's related to web accessibility, but what does it do?
- aria
 - aria attributes