Sachsentext

All "frame" elements should have a "title" attribute

Each frame elements should have a "title" attribute.

Example

Wrong

<frame src="navigation.html"></frame>

Right

<frame src="navigation.html" title="The site navigation"></frame>