Skip to Main Content

Live: Common Coding Mistakes

taught by: Becky Gibson


Session Summary

Programming for accessibility is more than just sprinkling in ARIA attributes and adding alt text. This session will highlight commonly seen coding errors and explain best practices. Learn how adding ARIA and other attributes can affect the screen reader navigation and announcement.


Description

Watch this presentation in the Knowbility Learning Center

Developers are often under pressure to meet deadlines and complete projects. Adding accessibility into the mix can seem daunting. If you rely on cut and paste from others you may be perpetuating some common accessibility mistakes. This session will review common errors that I see when performing audits and reviewing code with developers. We will dive deeper than just alt text and using semantic elements. Examples include incorrect labels, misuse of ARIA attributes, poor link structure, overuse of tabindex, and more. Come take a deeper dive into developing for accessibility.


Practical Skills

  • Review the various techniques for properly labeling controls
  • Learn how code structure affects screen reader navigation
  • Learn how and when to use various ARIA attributes