Objects must not have an empty title attribute

Severity code: Severe error

All <code>object elements should have a “title” attribute which is not empty.

Example

Wrong

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