Access: [8.1.1.3]: ensure programmatic objects are accessible (applet) (Priority 1)
Cause:
Ensure pages are functional when programmatic objects such as applets are disabled or not supported.
Make applets directly accessible or compatible with assistive technologies when functionality is
important. Provide either a link to a description or insert a text equivalent directly into the
document and use event handlers that are input device-independent. As a last resort, provide
equivalent information on an alternative page.
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/8.1.1</title>
</head>
<body>
<applet></applet>
</body>
</html>
|
Solution:
References: