Title: Guideline 7
1Guideline 7
- Ensure user control of time-sensitive content
changes.
2Control what?
- Time-sensitive content is any moving, blinking,
scrolling or auto-updating objects or pages.
A developers responsibility is to ensure that
such content can be either paused or stopped
until user agents provide control mechanisms.
3Checkpoint 1
- Until user agents allow users to control
flickering, avoid causing the screen to flicker.
Your website is not Club Strata
4Checkpoint 2
- Until user agents allow users to control
blinking, avoid causing content to blink.
The BLINK element is not defined in any W3C
HTML specification.
5Checkpoint 3
- Until user agents allow users to freeze moving
content, avoid movement in pages.
The MARQUEE element is not defined in any W3C
HTML specification.
6Checkpoint 4 - 5
- Until user agents provide the ability to stop the
refresh, do not create periodically
auto-refreshing pages.
Until user agents provide the ability to stop
auto-redirect, do not use markup to redirect
pages automatically. Instead, configure the
server to perform redirects.
7Content developers sometimes create pages that
refresh or change without the user requesting the
refresh. This automatic refresh can be very
disorienting to some users.