Figure and caption (figure-figcaption)

Ensure captioned images and diagrams are marked up with a <figure> element containing a <figcaption>.


Caption inside alt

In this example there is caption placed inside of alt instead of <figcaption>.


The business plan includes marketing, strategy, finance...

<figure>
  <img src="../../../assets/images/diagram.png" width="500" alt="The business plan includes marketing, strategy, finance..." />
</figure>

Note: Impossible to automatically test/detect whether the alt attribute contains caption-like content instead of a proper image description. Requires a human tester or AI to evaluate whether the text belongs in a <figcaption> instead.

axe detected: none  |  QualWeb detected: none