home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 May / Gamestar_73_2005-05_dvd.iso / Programy / amaya / amaya-WinXP-9.1.exe / doc / WX / Access.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-23  |  6.6 KB  |  159 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <title>Accessibility in Amaya</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <link href="style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <div>
  17. <img alt="Amaya" src="../../resources/icons/22x22/logo.png" class="logo" />
  18.  
  19. <p class="nav"><a href="ShortCuts.html" accesskey="p"><img alt="previous"
  20. src="../../resources/icons/misc/left.png" /></a> <a href="Manual.html"
  21. accesskey="t"><img alt="top" src="../../resources/icons/misc/up.png"
  22. /></a></p>
  23. </div>
  24.  
  25. <div id="page_body">
  26. <h2>Accessibility in Amaya</h2>
  27.  
  28. <p>The Amaya user population is extremely diverse. In addition to speaking a
  29. variety of languages and operating on several platforms, the population
  30. contains users with visual, aural, and motor disabilities.</p>
  31.  
  32. <p>Because Amaya is an Open Source project, it is important to produce
  33. documents that are accessible to all members of the user base. Amaya provides
  34. a number of accessibility features to assist you with achieving this goal.</p>
  35.  
  36. <h3>About Amaya’s Accessibility Features</h3>
  37.  
  38. <p>Accessibility for people with disabilities is being improved with each
  39. release. Currently, you can perform most Amaya functions without using a
  40. mouse, and carry out most editing functions (except entering text) without
  41. using the keyboard.</p>
  42.  
  43. <p>Accessibility features in the current version include the ability to:</p>
  44. <ul>
  45.   <li>Navigate and edit in Alternate, Link, Structure, and Table of Contents
  46.     views of a document, which are all synchronized with the default
  47.     Formatted view. See <span class="Link0"><a
  48.     href="../html/viewing/working_with_document_views.html">Working with
  49.     Document Views</a></span>.
  50.     <p></p>
  51.   </li>
  52.   <li>Edit in the Source view, and manually synchronize it with other views.
  53.     For more information, see <span class="Link0"><a
  54.     href="../html/viewing/working_with_document_views.html">Working with
  55.     Document Views</a></span>.
  56.     <p></p>
  57.   </li>
  58.   <li>Dynamically add, remove, and edit multiple style sheets, including a
  59.     user style sheet. See <span class="Link0"><a
  60.     href="../html/style_sheets/working_with_styles.html">Working with Style
  61.     Sheets</a></span>.
  62.     <p></p>
  63.   </li>
  64.   <li>Assign access keys for form fields, areas, or links. See <span
  65.     class="Link0"><a href="../html/browsing/about_access_keys.html">About
  66.     Access Keys</a></span>.
  67.     <p></p>
  68.   </li>
  69.   <li>Use keyboard shortcuts for menu options, links, and form controls. See
  70.     <a
  71.     href="../html/selecting/selecting_with_keyboard_and_mouse.html">Selecting
  72.     from the Keyboard</a> and <span class="Link0"><a
  73.     href="../html/configuring_amaya/configuring_amaya.html">About Keyboard
  74.     Shortcuts</a></span>.</li>
  75. </ul>
  76.  
  77. <h3>About Producing Accessible Content</h3>
  78.  
  79. <p>You can use Amaya to produce content that conforms to the W3C's Web
  80. Content Accessibility Guidelines. Some <span class="Link0"><a
  81. href="../html/accessibility_in_amaya/about_amayas_accessibility_features.html">accessibility
  82. features</a></span> are already built in. For example, you cannot add an
  83. image until you specify the alternative text because of the requirement for
  84. an <code>alt</code> attribute for images and imagemap areas.</p>
  85.  
  86. <p>Amaya also automatically produces valid W3C-compliant markup. However, you
  87. control other features, such as appropriate long descriptions and captioning,
  88. through the <strong>Attributes</strong> menu (Formatted view) or
  89. <strong>Structure</strong> menu (Structure view).</p>
  90.  
  91. <p>The Amaya Help currently describes how to use some HTML elements. As
  92. additional documentation is written, it will include information on ensuring
  93. accessibility for any pages that you produce.</p>
  94.  
  95. <p>The most thorough guidelines are the W3C's Web Content Accessibility
  96. Guidelines. The W3C's Web Accessibility Initiative also publishes the
  97. following quick tips for making accessible Web sites:</p>
  98. <ul>
  99.   <li><strong>Images & animations</strong>. Use the <code>alt</code>
  100.     attribute to describe the function of each visual. For more information,
  101.     see <span class="Link0">Working with Graphics</span>.
  102.     <p></p>
  103.   </li>
  104.   <li><strong>Image maps</strong>. Use client-side MAP and text for hotspots.
  105.     For more information, see <span class="Link0">Working with Image
  106.     Maps</span>.
  107.     <p></p>
  108.   </li>
  109.   <li><strong>Multimedia</strong>. Provide captioning and transcripts of
  110.     audio, and descriptions of video.
  111.     <p></p>
  112.   </li>
  113.   <li><strong>Hypertext links</strong>. Use text that makes sense when read
  114.     out of context. For example, avoid using "click here" as the link text.
  115.     <p></p>
  116.   </li>
  117.   <li><strong>Page organization</strong>. Use headings, lists, and a
  118.     consistent structure. Use CSS for layout and style where possible. For
  119.     more information, see <span class="Link0"><a
  120.     href="../html/style_sheets/working_with_styles.html">Working with Style
  121.     Sheets</a></span>.
  122.     <p></p>
  123.   </li>
  124.   <li><strong>Graphs and charts</strong>. Summarize the data or use the <span
  125.     class="Link0"><span style="font-family: courier">longdesc</span>
  126.     attribute</span>. For more information, see <span class="Link0"><a
  127.     href="../html/using_graphics/working_with_graphics.html">Working with
  128.     Graphics</a></span>.
  129.     <p></p>
  130.   </li>
  131.   <li><strong>Scripts, applets, and plug-ins</strong>. Provide alternative
  132.     content in case active features are inaccessible or unsupported.
  133.     <p></p>
  134.   </li>
  135.   <li><strong>Tables</strong>. Use tables to make line-by-line reading
  136.     sensible and to summarize data. For more information, see <span
  137.     class="Link0"><a
  138.     href="../html/editing_tables/working_with_tables.html">Working with
  139.     Tables</a></span>.
  140.     <p></p>
  141.   </li>
  142.   <li><strong>Frames</strong>. Display pages without frames, using
  143.     <code>NOFRAMES</code> and meaningful titles.
  144.     <p></p>
  145.   </li>
  146.   <li><strong>Check your work</strong>. Validate your documents prior to
  147.     <span class="Link0"><a
  148.     href="../html/saving_and_publishing_documents/saving_and_publishing_documents.html">publishing</a></span>.
  149.     You can use the W3C tools, checklist, and guidelines at:
  150.     <p><span class="Link0"><a
  151.     href="http://www.w3.org/TR/WAI-WEBCONTENT">http://www.w3.org/TR/WAI-WEBCONTENT.</a></span></p>
  152.   </li>
  153. </ul>
  154.  
  155. <p></p>
  156. </div>
  157. </body>
  158. </html>
  159.