ZVON > References > UAAG 1.0
   Previous | Next | Guidelines | Priorities

Guideline 3:
Allow configuration not to render some content that may reduce accessibility

Ensure that the user may turn off rendering of content (e.g., audio, video, scripts) that may reduce accessibility by obscuring other content or disorienting the user.

[checkpoints]

Some content or behavior specified by the author may make the user agent unusable or may obscure information. For instance, flashing content may trigger seizures in people with photosensitive epilepsy, or may make a Web page too distracting to be usable by someone with a cognitive disability. Blinking text can affect screen reader users, since screen readers (in conjunction with speech synthesizers or braille displays) may re-render the text every time it blinks. Distracting background images, colors, or sounds may make it impossible for users to see or hear other content. Dynamically changing Web content may cause problems for some assistive technologies. Scripts that cause unanticipated changes (e.g., viewports that open without notice or automatic content retrieval) may disorient some users with cognitive disabilities.

This guideline requires the user agent to allow configuration so that, when loading Web resources, the user agent does not render content in a manner that might pose accessibility problems. Requirements for interactive control of rendered content are part of guideline 4.

Checkpoints

3.1
[P1]
  • Allow configuration not to render background image content.
3.2
[P1]
  • Allow configuration not to render audio, video, or animated image content, except on explicit user request.
3.3
[P1]
  • Allow configuration to render animated or blinking text content as motionless, unblinking text. Blinking text is text whose visual rendering alternates between visible and invisible, at any rate of change.
3.4
[P1]
  • Allow configuration not to execute any executable content (e.g., scripts and applets).
3.5
[P1]
  • Allow configuration so that the user agent only retrieves content on explicit user request.
3.6
[P2]
  • Allow configuration not to render image content.
[ top ]