Sachsentext

All "embed" elements have an associated "noembed" element

Because some users cannot use the embed element, provide alternative content in a noembed element.

Example

Wrong

<embed src="html.mov"/>

Right

<embed src="html.mov"/><noembed>A move with <a href="transcript.html">an available transcript</a>.</embed>