Fallback content is content
to be presented when multimedia objects cannot be
rendered.
Syntax
The syntax for representing this
component varies depending on the authoring format:
Authoring format
Syntax and example
XDITA
<fallback>
<audio autoplay="false" controls="true" loop="false"
muted="false">
<desc>Theme song for the LwDITA podcast</desc>
<fallback>
<p>The theme song is not available.</p>
</fallback>
<media-source href="theme-song.mp3"/>
<media-track srclang="en" href="theme-song.vtt"/>
</audio>
HDITA
<p data-class="fallback">
<audio title="Theme song for the LwDITA podcast" controls>
<source src="theme-song.mp3">
<track src="theme-song.vtt" kind="captions" srclang="en">
<p data-class="fallback">The theme song is not available.</p>
</audio>
MDITA
There is no specific support in the MDITA core
profile. If needed, use an HDITA snippet.
Processing expectations
The contents of this element are displayed
only when the media that is referenced by the containing element
cannot be displayed or viewed.
Attributes
The available attributes vary based on the
authoring format:
There is no attribute support for
the MDITA core profile. For the MDITA extended profile,
attributes can be specified by using the HDITA
representation.