summaryrefslogtreecommitdiffstats
path: root/htdocs/accesskeys.html
blob: 5361395b342555a128142425fe684b896e0b9a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!--#set var="revision" value="\$Id: accesskeys.html,v 1.5 2004-05-09 15:56:49 link Exp $"
--><!--#set var="date" value="\$Date: 2004-05-09 15:56:49 $"
--><!--#set var="title" value="Accesskeys Legend For The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<div class="doc">
    <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>
</div>
<!--#include virtual="footer.html" -->
  </body>
</html>