Sachsentext

When objects are disabled, content should still be available

The content within objects should still be available, even if the object is disabled. To do this, place a link to the direct object source within the object tag.

Example

Wrong

<object src="something.html"></object>

Right

<object src="something.html"><a href="something.html">Read something</a></object>