Skip navigation

Moving text and flashing screens

Access barriers
Guidelines for overcoming access barriers
Activity

Moving text or flashing screens are used to highlight information or attract attention.

Access barriers

Back to top

Guidelines for overcoming access barriers

Enable users to pause or stop text which is moving, blinking, scrolling or auto-updating. If this is not possible, avoid using such text. Also enable users to control flickering screens.

Here are some ways to enable users to pause or stop moving text or flickering screens:

  1. Use style sheets with scripting to create movement as this allows users to turn off or override the effect more easily. TEXT EXAMPLE 1
  2. In HTML, don't cause pages to auto-refresh with 'HTTP-EQUIV=refresh' until user agents allow users to turn off the feature. TEXT EXAMPLE 2
  3. Configure servers to perform auto-redirects instead of using mark-up to redirect pages automatically. TEXT EXAMPLE 3

Back to top

Activity

If moving text is part of your website, use the checklist to assess any accessibility barriers that may be present. If you have ticked 'no' for any item, go back to the Guidelines for how to overcome this barrier.

Using moving text


  1. Style sheets with scripting to create movement have been used to allow users to turn off or override the effect easily.


  2. Pages are not designed to auto-refresh with 'HTTP-EQUIV=refresh'.


  3. Servers are configured to perform auto-redirects. Mark-up is not used to redirect pages automatically.

Back to top