Skip to content

Technique G142:Using a technology that has commonly-available user agents that support zoom

Applicability

All technologies with user agent provided zoom capability.

This technique relates to 1.4.4: Resize Text (Sufficient).

Description

The objective of this technique is to ensure content can be scaled uniformly by using a Web technology supported by user agents that change text size via a Zoom tool.

Content authored in technologies that are supported by user agents that can scale content uniformly (that is, zoom into content) satisfy this Success Criterion. Because this technique relies completely on user agent functionality, it is critical to test with a wide variety of user agents.

This technique requires that the zoom function preserve all spatial relationships on the page and that all functionality continues to be available.

Examples

  • Internet Explorer 7 and Opera 9 provide a zoom function that scales HTML/CSS page content uniformly.
  • To allow users to resize text, Adobe Reader provides a magnification tool that scales PDF pages uniformly.

Tests

Procedure

  1. Display content in a user agent
  2. Zoom content to 200%
  3. Check whether all content and functionality is available

Expected Results

  • Check #3 is true.
Back to Top