old-www/HOWTO/Accessibility-Dev-HOWTO/x36.html

190 lines
3.5 KiB
HTML

<HTML
><HEAD
><TITLE
>Developing Accessible Applications</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="How to Develop Accessible Linux Applications"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Introduction"
HREF="introduction.html"><LINK
REL="NEXT"
TITLE="Guidelines for Developing Accessible Applications"
HREF="x59.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>How to Develop Accessible Linux Applications</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="introduction.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x59.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN36">2. Developing Accessible Applications</H1
><P
>Some of the most important reasons for developing accessible software are:</P
><P
></P
><UL
><LI
><P
>Software should be accessible to as many users as possible.</P
></LI
><LI
><P
>Accessibility to new products benefits everyone. Information technology has provided many benefits to society. However, individuals with disabilities can not participate fully when the technology does not meet the needs of users with disabilities.</P
></LI
><LI
><P
>Compliance with worldwide regulations and standards such as <A
HREF="http://www.section508.gov/"
TARGET="_top"
>Section 508 of the Rehabilitation Act</A
>, <A
HREF="http://www.usdoj.gov/crt/ada/adahom1.htm"
TARGET="_top"
>Americans with Disabilities Act</A
> and <A
HREF="http://www.w3.org/WAI/Policy"
TARGET="_top"
>the World Wide Web Consortium's Web Accessibility Initiative</A
>.</P
></LI
></UL
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN49">2.1. Principles for Developing Accessible Applications</H2
><P
>Developers need to consider the following needs of disabled users when developing an accessible application: </P
><P
></P
><UL
><LI
><P
>Choice of input methods. Support should be available for various types of input, such as, keyboard, mouse and adaptive technologies. Pay close attention to keyboard navigation.</P
></LI
><LI
><P
>Choice of output methods. Support should be available for various types of output, such as, visual display, audio, and print. The main focus is that text labels are provided for all user interface elements and objects, graphics, and icons.</P
></LI
><LI
><P
>Consistency and flexibility with the user's system configuration. In addition, include customization options so the user can select color, font, and layout of the work area.</P
></LI
></UL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="introduction.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x59.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Guidelines for Developing Accessible Applications</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>