Skip to main content
RAWEBA

1.7 For each image conveying information with a detailed description, is this description relevant?

WCAG references
  • 1.1.1 Non-text Content (A)
Techniques
  • F67
  • G92

Official methodology to test criterion 1.7

Test 1 (1.7.1)

  1. Find in the document the images that are implemented using an <img> element and have a detailed description.
  2. For each image, check that the detailed description is relevant.
  3. If this is the case for each image, the test is validated.

Test 2 (1.7.2)

  1. Find in the document the <input> elements with the type="image" attribute which have a detailed description.
  2. For each <input> element with the type="image" attribute, check that the detailed description is relevant.
  3. If this is the case for each image, the test is validated.

Test 3 (1.7.3)

  1. Find in the document the <object> elements with the type="image/..." attribute which have a detailed description.
  2. For each <object> element with the type="image/..." attribute, check that the detailed description is relevant.
  3. If this is the case for each image, the test is validated.

Test 4 (1.7.4)

  1. Find in the document the <embed> elements with the type="image/..." attribute which have a detailed description.
  2. For each <embed> element with the type="image/..." attribute, check that the detailed description is relevant.
  3. If this is the case for each image, the test is validated.

Test 5 (1.7.5)

  1. Find in the document the <svg> elements that have a detailed description.
  2. For each <svg> element, check that the detailed description is relevant.
  3. If this is the case for each image, the test is validated.

Test 6 (1.7.6)

  1. Find in the document the <canvas> elements that have a detailed description.
  2. For each <canvas> element, check that the detailed description is relevant.
  3. If this is the case for each image, the test is validated.