Access: [12.1.1.3]: <frame> title invalid (spaces) (Priority 1)
Cause:
Frame titles must be meaningful (i.e. identify content and/or navigational links).
Spaces in a title (i.e. title=" ") are not acceptable. In addition, do not use filenames
(e.g. title="frame1.html") or placeholder text (i.e. "insert frame title here") as a title.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/12.1.1</title>
</head>
<body>
<frame title=" "></frame>
</body>
</html>
|
Solution:
References: