Frame src contains an image instead of HTML Accessibility Checkpoint

Description

Inserting images and non-text content directly into frames via the src attribute makes the image inaccessible.

Help

Create an HTML page containing the image, and set the src attribute of the frame to the new page.

Applicable standards

Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints.

Impact on users

  • NVDA 2024.4 / FF 128 Graphic has no accessible name.
  • NVDA 2024.4 / Edge 131 Unlabeled graphic has no accessible name.
  • JAWS 2024.2409.2 / FF 128 Graphic has no accessible name.
  • JAWS 2024.2409.2 / Edge 131 Unlabeled graphic has no accessible name.
  • VoiceOver macOS 14.6 / Safari 17.6
  • VoiceOver iOS 17.7 / Safari iOS 17.7 URL read instead of image description, along with OCR text from image.

Change history

  • 5.39 Nov 2020 Improved detection. Changed rule ID from AccWcag1-6.2.1 to AccHtmlFrameIsNonText.
  • 1.0 Feb 2007 Added.

This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.

Rule ID: AccHtmlFrameIsNonText