All "frame" elemetns should have a "title" attribute that describes the purpose of the frame
Description
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>
Quail Class Name
frameTitlesDescribeFunction
Severity:
3
Section 508:
WCAG 1.0:
WCAG 2.0: