Functional Images

Functional Images are images used in buttons, links, and other interactive elements. These images are used to initiate action rather than convey information. Hence, their text alternatives should convey the action that can be initiated (buttons) or the action’s destination (links) rather than the image itself.

How to Implement

This section lists the techniques that need to be implemented to ensure that textual descriptions are provided for Image links and buttons.

Designers Need to…

  • Supply a brief description of the action or destination the image is used for.

Content Writers Need to…

  • Supply unique and brief alternative text for images used within links and buttons.
  • Describe the function the image displays.
  • Avoid including actions, i.e. click, enter, Tap, etc. within the description.
  • Avoid including element role, i.e. link, button, etc. information within the description.

Practices to Apply & Avoid

  • Use accurate and descriptive text alternative for specifying the purpose of the image link/button.
    For example, on the Pearson website, the “Print” image link has a correct text alternative.
    Screen shot of the Print icon located at the top of Pearson page next to the help icon.
    Alt text = Print

    Screen shot of MyLab Counseling home page with announcement bell highlighted at the top of page.
    Alt text = Announcement

How to Test for Accessibility?

To test a web page for functional images, perform the following steps:

  1. Open the page in Google Chrome web browser.
  2. Open the console by pressing F12 in the elements pane, and left-click on the interactive element (button or link) containing the functional image.
  3. In the right pane of the console, click on the Accessibility pane.
  4. Check that the interactive element has a name in the accessibility pane and that it accurately describes the purpose of the element.
  5. If the condition in step 4 fails, then it is an accessibility violation as per WCAG 2.1 success criteria 1.1.1 at Level A.

Dated: 2023-12-01