W3CWeb Accessibility Initiative Home

Current viewport focus on top

On this page: Test 1 | References | About these tests

Nearby: More HTML 4.01 Tests | UAAG 1.0 Test Suite

UAAG 1.0 Requirement

Checkpoint 5.2 Keep viewport on top (Priority 2 )
Provision 1 : For graphical user interfaces, allow configuration so that the viewport with the current focus remains "on top" of all other viewports with which it overlaps.

Test 1 :

Procedure

  1. Tab through the links on this page
  2. Generally, the user agent must have scripting enabled for this test to function correctly.

Run test

Test Link 1 | Test Link 2 | Test Link 3

Expected results

  1. When this page loads, two separate viewports are automatically opened.
  2. The current focus should remain with the viewport of the main test page and the user should be able to continue to tab through the links in this viewport.
  3. This viewport should also remain "on top" of the viewports that are automatically opened.

Source code

<map name="test-links" id="test-links" title="Test Links">
  <p>
    <a href="../action/return.html" shape="rect">Test Link 1</a>
    <a href="../action/return.html" shape="rect">Test Link 2</a>
    <a href="../action/return.html" shape="rect">Test Link 3</a>
  </p>
</map>

Test Script Code

window.open ('../action/new-window-1.html', 'new_window', config='left=200, top=200, height=350, width=400, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, directories=yes, status=yes') window.open ('../action/new-window-2.html', 'new_window2', config='left=400, top=300, height=350, width=400, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, directories=yes, status=yes')

References

  1. HTML 4.01 specification for SCRIPT

About this test suite

This test is part of a test suite for the User Agent Accessibility Guidelines (UAAG) 1.0 . This work is conducted by the User Agent Accessibility Guidelines Working Group , which is part of W3C's Web Accessibility Initiative (WAI) . Please send comments on this test to w3c-wai-ua@w3.org ( public archive ).


Test created by:

Last modified: $Date: 2003/04/02 23:46:44 $ by $Author: jongund $