What you need to know as a Product Manager

Each person on your team has their own specific responsibility to deliver accessible esperiences. It’s your job to have the overview of what needs to be done, this guide should help you with that.

Planning and Understanding

  • Don't make accessibility an after-thought

    Accessibility should be part of your Definition of Done.

    If you want to do accessibility right, you need to bake it in to your process. Not as a backlog item or a fix afterwards, but in the Definition of Done.

    Make sure to put tests in place throughout the project, just as you would for performance testing or browser-compatibility.

    Automated tests are a good start, but they only cover about 30% of all the criteria. And you need to check the results for false positives and false negatives. You’ll also need to do manual testing and involve disabled people in your design process.

  • Learn what accessibility is

    Familiarize with the guidelines and best practices

    Make sure you know what accessibility is and where to find the guidelines.

    Most of accessibility is covered by the international WCAG (Web Content Accessibility Guidelines) standard. Get familiar with the guidelines and what it means to make your products “accessible”.

    Read the guidelines and one of the many articles and books that cover accessibility, or follow an online course.

  • Adding a widget doensn't make your website accessible.

    Full compliance cannot be achieved with an overlay.

    Overlay products can not help you become fully compliant with accessibility standard and they can not eliminate legal risk.

    Products marketed with such claims should be viewed with significant skepticism.

  • Accessibility takes time

    Make time to do accessibility right

    If you want to do accessibility right, you need to make sure your team has enough time to design and implement new features correctly.

    Make sure to reserve time in each sprint to test new features and to improve their accessibility. This includes sprint planning where you want to take possible accessibility requirements into account.