Do not use Dynamic Refresh

Accessibility Requirement #9
Last Updated: January 12, 2007
Author: Donald F. Evans

Table of Contents

  1. Priority
  2. Description
  3. More Info
  4. Coding/Best Practices
  5. Testing/QA
  6. Search Engine Optimization (SEO)
  7. W3C Guidelines

Priority:

Required


Short Discription:

A method MUST be provided to adjust speed of, pause or disable Dynamic displays (tickers, etc.) through an onscreen control or client preference (a cookie). Onscreen control is preferred.


More Info:

Dynamic Refresh will cause a screen reader to begin reading from the top of the page. To a person who uses a screen reader, having it refresh in mid-sentence is very annoying. If your page must use a dynamic refresh, you should provide a method for the user to turn it off. This can be accomplished without effecting sighted users by using a one pixel image and href.


Coding:

Best Practices:
None

Guidelines


Testing:

Guidelines:


SEO:

No known SEO issues.


W3C:

HTML Techniques for Web Content Accessibility Guidelines 1.0
Metadata (1.1.3 The META element)
Page updates and new windows

Back to top