W3CWeb Accessibility Initiative Home

FRAME and FRAMESET

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 1.1 Full keyboard access (Priority 1 )
Provision 1 : Ensure that the user can operate, through keyboard input alone, any user agent functionality available through the user interface.

Test 1 :

Procedure

  1. Using the standard keyboard or an assistive technology that emulates the keyboard, move focus to the links in the different frames in this page.

Run test

(Test contained within the frameset document.) Link to the test frameset

Expected results

  1. The standard keyboard or an assistive technology that emulates the keyboard moves focus between the frames on this page.

Source code

<frameset rows="70%, 15%, 15%">
<frame name="head" src="0101-FRAME-SRC.html" title="Frame Test Suite Information" scrolling="yes"/>
<frame name="target1" src="../frames/frame-target1.html" title="Frame Test Suite Target 1" scrolling="yes"/>
<frame name="target2" src="../frames/frame-target2.html" title="Frame Test Suite Target 2" scrolling="yes"/>
<noframes>
This test suite requires frames to be supported and enabled by your browser. Please enable frames to use this suite.
</noframes>
</frameset>

References

  1. HTML 4.01 specification for FRAME
  2. HTML 4.01 specification for FRAMESET

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/07/29 21:25:14 $ by $Author: koteles $