All "frame" elements should have a "title" attribute
Description
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>
Quail Class Name
framesHaveATitle
Severity:
1
Section 508:
WCAG 1.0:
WCAG 2.0: