Contents

[edit]

Access: [6.2.2.1]: text equivalents require updating (applet) (Priority 1)

[edit]

Cause:

Whenever dynamic content changes, text equivalents must also be updated. If an applet is used to generate dynamic content, provide a text equivalent between the opening and closing applet elements or via the "alt" attribute.

[edit]

Example:

Good
<!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/6.2.2</title>
</head>
<body>
<applet code="applet.class"></applet>
</body>
</html>
[edit]

Solution:

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_6.2.2.1"