Sachsentext

Objects should have a title attribute

All object elements should contain a "title" attribute.

Example

Wrong

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

Right

<object src="widget.html" title="A small web widget"></object>