Questions & Answers
What are some special cases where custom markup is recommended over HTML? Also, how do I know the correct ARIA label if the element is unavailable in HTML?
Are there special cases where custom markup is recommended over HTML? Also, how do I know the correct ARIA label if the element is unavailable in HTML?
- aria
- custom widgets
What are some strategies for modifying or overriding inaccessible third-party components without breaking their functionality?
Can you share any strategies for modifying or overriding inaccessible third-party components without breaking functionality?
- aria
- third party
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
Can I hide content while maintaining web accessibility?
How can I hide content while still maintaining web accessibility?
- aria
- CSS
- hidden content
What is ARIA?
What is ARIA? I know it's related to web accessibility, but what does it do?
- aria
- aria attributes
How are accessible names calculated?
What happens when a web component has accessible names provided by multiple techniques?
- accessible name
- aria
Are there multiple ways to build an accessible widget?
I'm trying to build a widget that follows an example in the W3C ARIA Authoring Practices Guide, but I can't quite match it because of the way my site is built. Can my widget still be accessible?
- aria
- custom widgets