Sachsentext

All "frame" elemetns should have a "title" attribute that describes the purpose of the frame

Each frame elements should have a "title" attribute which describes the purpose or function of the frame.

Example

Wrong

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

Right

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