diff options
Diffstat (limited to 'htdocs/accesskeys.html')
-rwxr-xr-x | htdocs/accesskeys.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/htdocs/accesskeys.html b/htdocs/accesskeys.html new file mode 100755 index 0000000..bce39c3 --- /dev/null +++ b/htdocs/accesskeys.html @@ -0,0 +1,59 @@ +<!--#set var="revision" value="\$Id: accesskeys.html,v 1.2 2002-08-20 01:51:22 link Exp $" +--><!--#set var="date" value="\$Date: 2002-08-20 01:51:22 $" +--><!--#set var="title" value="Accesskeys Legend For The W3C HTML Validation Service" +--><!--#set var="relroot" value="./" +--><!--#include virtual="header.html" --> + + <div id="skip" class="intro"> + <p> + The following accesskeys are implemented throughout the + site in an attempt to help users using screen-readers. + If you find a page that does not conform to this, + please let us know using the instructions on the + <a href="feedback.html">Feedback</a> page. + </p> + </div> + <div> + <h2>Accesskey Legend</h2> + <div id="navkeys"> + <h3>Navigation Menu Accesskeys</h3> + <dl> + <dt>s</dt> + <dd>Skip past the navigation links to what is considered the main content of the page.</dd> + <dt>k</dt> + <dd>Attached to the "Accesskey Legend" link in the navigation menu (points to this page).</dd> + <dt>h</dt> + <dd>Attached to the "Home Page" link in the navigation menu..</dd> + </dl> + </div> + <div id="formkeys"> + <h3>Validation Form Accesskeys</h3> + <dl> + <dt>r</dt> + <dd>Attached to the "Results" link in the "Jump To" menu.</dd> + <dt>1</dt> + <dd>Attached to the "Address" field in the form.</dd> + <dt>2</dt> + <dd>Attached to the "Character Encoding" menu in the form.</dd> + <dt>3</dt> + <dd>Attached to the "Doctype" menu in the form.</dd> + <dt>4</dt> + <dd>Attached to the fieldset containing all the option checkboxes in the form.</dd> + <dt>5</dt> + <dd>Attached to the "Show Page Source" option in the form.</dd> + <dt>6</dt> + <dd>Attached to the "Show Outline" option in the form.</dd> + <dt>7</dt> + <dd>Attached to the "Show Parse Tree" option in the form.</dd> + <dt>8</dt> + <dd>Attached to the "Exclude Attributes from Parse Tree" option in the form.</dd> + <dt>9</dt> + <dd>Attached to the "Revalidate" (submit) button in the form.</dd> + </dl> + </div> + </div> + +<!--#include virtual="footer.html" --> + </body> +</html> + |