webURL

Node type: Attribute

Definition

A reference to an image that has been optimized for use on the internet or other media for which low-resolution optimization is appropriate. Images that have both a “thumbnail” and a full-size presentation on the web would utilize the webURL attribute to reference the thumbnail image, and the targetURL attribute to reference the full-size image.

Attribute Values

Allowed values must end with one of the following file extension strings, reflecting image file formats most commonly used on the internet:

  • .pdf
  • .jpg
  • .gif
  • .png

Code Sample

<figure figType="image">

<image altText="illustration of woman reading" webURL="en08apr40_tsai_tmb.jpg"/>

<credit>

<para paraID="1">Illustration by Rachel Tsai</para>

</credit>

<caption>

<para paraID="2">“Happiness in family life is most likely to be achieved when founded upon the teachings of the Lord Jesus Christ.”</para>

</caption>

</figure>