AI & Accessibility: Design Considerations

Accessibility Jillie
2 min readNov 22, 2023
Illustration of brain on a computer

When properly and thoughtfully implemented, generative AI can serve as an accessible mode of interaction. A key facet of accessibility is providing several ways for a user to perceive or gather information to accommodate for varying styles of behavior, so AI can accommodate those who prefer to enter or select from prompts. Here are some guidelines that will help ensure that generative AI can be used as a helpful mode of discovery, designed for all potential users:

  • Ensure that AI-generated imagery has relevant and descriptive alt text
  • Ensure that the AI interface is keyboard navigable
    Can a user who only uses a keyboard successfully submit or select a prompt/prompt suggestion, choose from generated options, etc.?
  • Ensure that a screen reader provides clear guidance to a user
    – Will a screen reader user know when generation is in progress? Will a screen reader user be aware of the generated options being presented, and how to select one if applicable?
  • Ensure proper labels on AI prompt inputs
    – A visual label clearly associated with an input (directly above, directly preceding, or within) is preferred. Otherwise, use aria-label or aria-labelledby when associated with a matching id.
  • Use clear language and provide headings to break up long chunks of text

--

--

Accessibility Jillie

CPACC. Documenting my learnings as a new Accessibility Analyst.