Contents

[edit]

Access: [8.1.1.2]: ensure programmatic objects are accessible (object) (Priority 1)

[edit]

Cause:

Ensure pages are functional when programmatic objects are turned off or not supported. Use application-level triggers rather than user interaction-level event triggers. If device-dependent attributes must be used, provide redundant input mechanisms (i.e. specify two handlers for the same element). As a last resort, provide equivalent information on an alternative page.

[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/8.1.1</title>
</head>
<body>
<object></object>
</body>
</html>
[edit]

Solution:

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_8.1.1.2"