
General Musings with Kevin Powell Navigating the World of Web Accessibility with Sara Soueidan
5 snips
Sep 12, 2025 In this engaging discussion, Sara Soueidan, a front-end engineer and accessibility expert, dives into the essentials of web accessibility. She defines accessibility, distinguishes it from inclusive design, and shares her journey into the field. Sara emphasizes that WCAG is just a starting point for usability and offers practical tips for learning and implementing accessibility techniques, including the correct use of ARIA. She also discusses the impact of CSS on accessibility, shares insights on screen reader testing, and offers a peek into her food hobbies.
AI Snips
Chapters
Transcript
Episode notes
Accessibility Is Broad And Universal
- Accessibility covers many disabilities, temporary and situational cases, and many assistive technologies beyond screen readers.
- Designing accessibly benefits everyone now and in the future as abilities change over a lifetime.
Learn Accessibility With Structure
- Start with a structured curriculum to build foundational accessibility knowledge before diving into scattered articles.
- Use Understanding WCAG and Techniques documents to interpret criteria and find practical ways to meet them.
Use Native HTML Before ARIA
- Prefer native HTML semantics first and use ARIA only to polyfill missing semantics when necessary.
- Follow ARIA rules because misuse can override native semantics and break accessibility.

