Sachsentext

Objects must not have an empty title attribute

All object elements should have a "title" attribute which is not empty.

Example

Wrong

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

Right

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