Contents

[edit]

Access: [7.1.1.1]: remove flicker (script) (Priority 1)

[edit]

Cause:

Ensure scripts do not cause on-screen flickering. It can trigger epileptic seizures in people with photosensitive epilepsy. At present, browsers do not allow screen flicker to be disabled by the user.

[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/7.1.1</title>
</head>
<body>

<script><!-- the script goes here --></script>

</body>
</html>
[edit]

Solution:

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_7.1.1.1"