Example: Alternate text for an image

This section is non-normative.

In this scenario, an image of a ticketing workflow also provides alternate text that describes the image.

The following code sample references an image and provides alternate text:

<image href="workflow.png">
  <alt>A workflow diagram that shows a ticketing workflow.
       The workflow states are described in the text.</alt>
</image>