Access: [1.1.4.1]: <applet> missing alternate content (Priority 1)
Cause:
Applets must include alternate content to ensure the information is available to
those who cannot access graphics. The alternate content should contain essentially
the same information or serve a similar purpose as the applet itself. It may even be
useful to describe the visual content or the sound effects accompanying the applet.
You can either provide a link to a description or insert it directly into the document.
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/1.1.4</title>
</head>
<body>
<applet code="applet.class"></applet>
</body>
</html>
|
Solution:
References: