Sachsentext

Objects must contain their text equivalents

All object elements should contain a text equivalent if the object cannot be rendered.

Example

Wrong

<object src="widget.html" title=""></object>

Right

<object src="widget.html" title="A small web widget">A widget of stock prices. <a href="widget.html">Access this widget.</a></object>