Common Accessibility Errors

EMBED Element(s) are found in document and the NOEMBED element is not.

A <NOEMBED></NOEMBED> element should be used when an <EMBED></EMBED> element is used. This will display the text of the <NOEMBED> element if the <EMBED> object cannot play.

For example:

   <embed src="html.mov" width="50" height="100">
   <noembed>Web Movie. Requires Quicktime.</noembed>

Rationale

This is important for those users who do not have the appropiate plug-in neccessary to play the media. They should be informed of what they need to download or to upgrade their browser.