home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / accessibility.xhtml next >
Encoding:
Extensible Markup Language  |  2007-02-10  |  12.2 KB  |  278 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  4.   <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  5.   %brandDTD;
  6.   <!ENTITY % platformDTD SYSTEM
  7.     "chrome://browser/locale/help/platformStrings.dtd" >
  8.   %platformDTD;
  9. ]>
  10. <!--
  11. Contributors:
  12.   Mark Pilgrim <pilgrim@gmail.com> (original author)
  13. -->
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16. <title>Accessibility Features of &brandFullName;</title>
  17. <link rel="stylesheet" type="text/css"
  18.   href="chrome://help/skin/helpFileLayout.css"/>
  19. </head>
  20.  
  21. <body>
  22.  
  23.   <h1>Accessibility Features of &brandFullName;</h1>
  24.  
  25.   <p>&brandShortName; includes many features to make the browser and web
  26.     content accessible to all users, including those who have low vision, no
  27.     vision, or limited ability to use a keyboard or mouse.</p>
  28.  
  29.   <div class="contentsBox">In this section:
  30.     <ul>
  31.     <li><a href="#using_a_keyboard">Using a Keyboard</a></li>
  32.     <li><a href="#using_a_mouse">Using a Mouse</a></li>
  33.     <li><a href="#fonts_and_colors">Fonts and Colors</a></li>
  34.     <li><a href="#controlling_web_content">Controlling Web Content</a></li>
  35.     <li><a href="#compatibility_with_assistive_technologies">Compatibility
  36.       with Assistive Technologies</a></li>
  37.     <li><a href="#finding_help_online">Finding Help Online</a></li>
  38.     </ul>
  39.   </div>
  40.  
  41.   <h2 id="using_a_keyboard">Using a Keyboard</h2>
  42.  
  43.   <h3 id="keyboard_shortcuts">Keyboard Shortcuts</h3>
  44.  
  45.   <p>A list of common keyboard shortcuts is available in
  46.     <a href="shortcuts.xhtml">&brandShortName; Keyboard Shortcuts</a>.
  47.     Online, you can find <a target="_blank"
  48.     href="http://www.mozilla.org/support/firefox/keyboard">a comparison
  49.     chart of keyboard shortcuts</a> implemented in &brandShortName;,
  50.     Microsoft Internet Explorer, and Opera.</p>
  51.  
  52.   <h3 id="always_use_cursor_keys">Always use the cursor keys to navigate within
  53.     webpages</h3>
  54.  
  55.   <p><a href="prefs.xhtml#accessibility">Always use the cursor keys to navigate
  56.     within webpages</a> allows you to move through web content as if
  57.     you were inside a read-only editor.
  58.     You can use the keyboard to select web content and copy it to the
  59.     clipboard.  You can enable this feature by selecting &pref.menuPath;,
  60.     opening the <em>General</em> tab in the <em>Advanced</em> panel,
  61.     and checking the <em>Always use the cursor keys to navigate within webpages
  62.     </em> &pref.singular;.</p>
  63.  
  64.   <p>You can press <kbd>F7</kbd> at any time to turn this feature on or
  65.     off.  When you press <kbd>F7</kbd>, &brandShortName; will
  66.     ask if you really want to turn on this feature.  You can disable
  67.     this prompt by selecting <em>Don't show this dialog again.</em></p>
  68.  
  69.   <h3 id="find_as_you_type">Search for text when I start typing</h3>
  70.  
  71.   <p><a href="prefs.xhtml#accessibility">Search for text when I start typing</a>
  72.     allows you to quickly navigate to text or hyperlinks in a web page.  This
  73.     feature has two modes. Press <abbr title="forward slash"><kbd>/</kbd></abbr>
  74.     and start typing to search all text on the current page, or press
  75.     <abbr title="apostrophe"><kbd>'</kbd></abbr> before your string to search
  76.     hyperlinks only.  &brandShortName; will highlight matching text or hyperlinks
  77.     as you type.</p>
  78.  
  79.   <p>The following keyboard shortcuts control this feature:</p>
  80.  
  81.   <ul>
  82.     <li>Type more characters to narrow your search.  &brandShortName;
  83.       will highlight the next matching hyperlink or text or alert you
  84.       that nothing matched.</li>
  85.     <li>Press &accelKey;+<kbd>G</kbd> or <kbd>F3</kbd> to find the next
  86.       occurrence of your current search string.</li>
  87.     <li>Press &accelKey;+&shiftKey;+<kbd>G</kbd> or &shiftKey;+<kbd>F3</kbd>
  88.       to find the previous occurrence of your current search string.</li>
  89.     <li>Press <kbd>Backspace</kbd> to undo the last character you typed.
  90.       &brandShortName; will back up to the previously highlighted text.</li>
  91.     <li>Press <kbd>Esc</kbd> to cancel a search.  You can also cancel
  92.       a search by changing focus, scrolling the page with the mouse or
  93.       keyboard, or simply waiting for the timeout.</li>
  94.   </ul>
  95.  
  96.   <p>You can change the default behavior of this feature by selecting
  97.     &pref.menuPath;, opening the <em>General</em> tab of the <em>Advanced</em>
  98.     panel, and checking the <em>Search for text when I start typing</em>
  99.     &pref.singular;.  If this &pref.singular; is checked, you can start typing at any
  100.     time to auto-start an inline search. By default auto-started searches look
  101.     for all text on the page. You can still explicitly press
  102.     <abbr title="apostrophe"><kbd>'</kbd></abbr> or
  103.     <abbr title="forward slash"><kbd>/</kbd></abbr> to start finding
  104.     in one mode or the other.</p>
  105.  
  106.   <p>You can use this feature to get to buttons, text boxes and other
  107.     form controls.  Search for the text immediately before the form control
  108.     you want and press <kbd>Tab</kbd>. Pressing <kbd>Tab</kbd> automatically
  109.     exits the search and sets focus to the next form field or button
  110.     after the highlighted text.</p>
  111.  
  112.   <h2 id="using_a_mouse">Using a Mouse</h2>
  113.  
  114.   <h3 id="common_mouse_shortcuts">Common Mouse Shortcuts</h3>
  115.  
  116.   <p>A list of common mouse shortcuts is available in
  117.     <a href="mouse_shortcuts.xhtml">&brandShortName; Mouse
  118.     Shortcuts</a>.</p>
  119.  
  120.   <h2 id="fonts_and_colors">Fonts and Colors</h2>
  121.  
  122.   <h3 id="overriding_page_fonts">Overriding Page Fonts</h3>
  123.  
  124.   <p>Some web sites may display text in fonts that are difficult to read,
  125.     and other sites may rely on the browser's default fonts.  You can set
  126.     your default fonts by going to &pref.menuPath;, selecting the
  127.     <em>Content</em> panel, and selecting a default font and size in the
  128.     <em>Fonts & Colors</em> section.</p>
  129.  
  130.   <p>You can specify default fonts for different styles, including serif,
  131.     sans-serif, and monospace by clicking the <em>Advanced</em> button.
  132.     However, many web pages specify their own fonts, so your choices
  133.     will have no effect on such pages.  To override the fonts defined by
  134.     such pages, uncheck the <em>Allow pages to choose their own fonts, instead
  135.     of my selections above</em> &pref.singular;.</p>
  136.  
  137.   <p>Note that some web pages may display incorrectly depending on your
  138.     choice of a default font.</p>
  139.  
  140.   <h3 id="setting_a_minimum_font_size">Setting a Minimum Font Size</h3>
  141.  
  142.   <p>Some web sites may display text which is too small to read
  143.     comfortably.  To make such pages easier to read, you can set a minimum
  144.     font size. On web pages that try to display text smaller than this
  145.     size, &brandShortName; will enlarge the text to your chosen size.</p>
  146.  
  147.   <p>To set a minimum font size, go to &pref.menuPath;, select the
  148.     <em>Content</em> panel, and click the <em>Advanced</em> button in the
  149.     <em>Fonts & Colors</em> section.  You can specify a minimum font
  150.     size from the dropdown menu.</p>
  151.  
  152.   <p>Note that some web pages may display incorrectly depending on your
  153.     choice of a minimum font size.</p>
  154.  
  155.   <h3 id="resizing_page_text">Resizing Page Text</h3>
  156.  
  157.   <p>You can temporarily change the size of text on any web page in the
  158.     <span class="menuPath">View > Text Size</span> menu.  The new
  159.     size will remain in effect until you close your browser window or
  160.     tab, even if you navigate to a different web site.</p>
  161.  
  162.   <p>The following keyboard shortcuts control text size:</p>
  163.  
  164.   <ul>
  165.     <li>Press &accelKey;+<kbd><abbr title="plus">+</abbr></kbd> to
  166.       increase the text size.  This zooms the text to 120% of its original
  167.       size, then 150%, 200%, 300%, 450%, 675%, 1013%, and 1519%.</li>
  168.     <li>Press &accelKey;+<kbd><abbr title="minus">-</abbr></kbd> to
  169.       decrease the text size.  This zooms the text to 90% of its original
  170.       size, then 50%, 33%, 22%, 15%, 10%, 7%, 4%, 3%, 2%, and 1%.</li>
  171.     <li>Press &accelKey;+<kbd>0</kbd> to reset the text size to the web
  172.       page's default size.</li>
  173.   </ul>
  174.  
  175.   <p>Note that some web pages may display incorrectly if you increase or
  176.       decrease the text size.</p>
  177.  
  178.   <h3 id="overriding_page_colors">Overriding Page Colors</h3>
  179.  
  180.   <p>Some web sites may display text and background colors that are
  181.     difficult to read, and other sites may rely on the browser's default
  182.     colors.  You can set your default colors by going to &pref.menuPath;,
  183.     selecting the <em>Content</em> panel, and clicking the <em>Colors</em>
  184.     button in the <em>Fonts & Colors</em> section.  You can set
  185.     default text and background colors, as well as default colors for
  186.     visited and unvisited hyperlinks.  You can also specify whether
  187.     hyperlinks should be underlined.</p>
  188.  
  189.   <p>However, many web pages set their own colors, so your choices will
  190.     have no effect.  To override the colors defined by web pages, uncheck
  191.     the <em>Allow pages to choose their own colors, instead of my
  192.     selections above</em> &pref.singular;.</p>
  193.  
  194.   <div class="noMac">
  195.  
  196.     <h3 id="using_a_high_contrast_theme">Using a High Contrast Theme</h3>
  197.  
  198.     <p>&brandShortName; automatically detects if you are using a High
  199.       Contrast theme and displays everything in your high contrast color
  200.       scheme.  This overrides all other other browser or web page
  201.       settings, and it affects the &brandShortName; interface itself (all
  202.       menus, windows, and dialog boxes) and the content of any web page
  203.       you visit.</p>
  204.  
  205.     <p class="win">To use a High Contrast theme, go to
  206.       <span class="menuPath">Start Menu > Control Panel >
  207.       Accessibility Options > Display</span> and check the
  208.       <em>Use High Contrast</em> &pref.singular;.</p>
  209.  
  210.   </div>
  211.  
  212.   <h2 id="controlling_web_content">Controlling Web Content</h2>
  213.  
  214.   <h3 id="blocking_popup_windows">Blocking Popup Windows</h3>
  215.  
  216.   <p>See <a href="popup.xhtml">Controlling Popups</a> for information on
  217.     blocking popup windows.</p>
  218.  
  219.   <h3 id="turning_off_java_applets">Turning Off Java Applets</h3>
  220.  
  221.   <p>Some web pages provide a rich interactive experience with Java™
  222.     applets.  However, some users that rely on keyboard navigation may
  223.     experience problems with some Java applets that automatically set
  224.     focus and do not provide a way to <q>break out</q> of the applet and
  225.     navigate to the rest of the web page.  If this is a problem for you,
  226.     you can disable Java by going to &pref.menuPath;, selecting the
  227.     <em>Content</em> and unchecking the <em>Enable Java</em>
  228.     &pref.singular;.</p>
  229.  
  230.   <h3 id="restricting_javascript_behavior">Restricting JavaScript Behavior</h3>
  231.  
  232.   <p>You can turn off JavaScript entirely by going to &pref.menuPath;,
  233.     selecting the <em>Content</em> panel, and unchecking <em>Enable
  234.     JavaScript</em>.  Some web pages rely on JavaScript and may not work
  235.     properly if JavaScript is disabled.</p>
  236.  
  237.   <p>If you do not wish to disable JavaScript entirely, there are also a
  238.     number of advanced JavaScript settings to restrict the behavior of
  239.     scripts.  Immediately after the <em>Enable JavaScript</em> checkbox,
  240.     click the <em>Advanced</em> button to open the <em>Advanced JavaScript
  241.     Settings</em> window.  You can control whether scripts are allowed
  242.     to move or resize existing windows, raise or lower windows, disable or
  243.     replace context menus, hide the status bar, or change status bar
  244.     text.</p>
  245.  
  246.   <h2 id="compatibility_with_assistive_technologies">Compatibility With
  247.     Assistive Technologies</h2>
  248.  
  249.   <p>The latest information about compatibility with third-party assistive
  250.     technologies is online at
  251.     <a target="_blank" href="http://www.mozilla.org/access/compatibility">Access
  252.     Mozilla: Compatibility with assistive technologies</a>.</p>
  253.  
  254.   <h2 id="finding_help_online">Finding Help Online</h2>
  255.  
  256.   <div class="win">
  257.  
  258.     <p>Freedom Scientific maintains a number of
  259.       <a target="_blank" href="http://www.freedomscientific.com/fs_support/User_Groups.asp">mailing
  260.       lists for JAWS users</a>.</p>
  261.  
  262.     <p>GW Micro maintains a number of
  263.       <a target="_blank" href="http://www.gwmicro.com/Support/Email_Lists/">mailing
  264.       lists for Window Eyes users</a>.</p>
  265.   </div>
  266.  
  267.   <p>You may <span class="win">also</span> post accessibility questions to the
  268.     <a target="_blank" href="http://forums.mozillazine.org/viewforum.php?f=38">&brandShortName;
  269.     Support forum</a>.</p>
  270.  
  271.   <div class="contentsBox"><em>29 Aug 2006</em></div>
  272.  
  273.   <p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer
  274.     Project.</p>
  275.  
  276. </body>
  277. </html>
  278.