Simplified Web Accessibility Guide


Question 7: Can users control scrolling or changing content?

What does this mean?

Web developers often use blinking or scrolling text or animation to draw attention to particular content. Also, content can be set to automatically change or redirect users to another page within a specified length of time. When using such features, ensure they can be paused or stopped by users.

Why does this present a problem?

Some individuals with visual impairments or cognitive disabilities cannot read moving text quickly enough and most screen readers are not able to read moving text at all. Individuals with mobility impairments may not be able to respond quickly or accurately enough to respond to moving objects. Movement can be annoying or distracting to any reader.

What are the solutions?

Priority 11. Eliminate flickering screens

  TIP     People with photosensitive epilepsy can have seizures triggered by flickering or flashing in the 4 to 59 flashes per second (Hertz) range with a peak sensitivity at 20 flashes per second. Quick changes from dark to light (like strobe lights) can also trigger seizures. [From WebAIM www.Webaim.org/tutorials/usercontrol]

American legislation, Section 508 of the Rehabilitation Act further specifies not using frequencies between 2 and 55 Hz. [From http://www.access-board.gov/508.htm]

Priority 22. Avoid blinking text

  TIP     Some screen readers are unable to read blinking text. They may stick on the text and read it repeatedly, or they may freeze the entire computer system.

Priority 23. Make moving content stoppable

Priority 24. Avoid auto-refresh

Priority 25. Avoid auto-redirect

What is the bottom line?

The bottom line, as stated in WCAG Guideline 7, is give the user control of time-sensitive content changes.