platform-ui-home/accessibility/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (view) (download) (as text)

1 : nick 1.1 <html>
2 :     <head>
3 :     <title>UI Component Development Resources for Accessibility</title>
4 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
6 :     </head>
7 :    
8 :     <body bgcolor="#FFFFFF" text="#000000">
9 :    
10 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
11 :     <tr>
12 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
13 :     UI Component Development Resources for Accessibility</font></b></td>
14 :     </tr>
15 :     <tr>
16 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
17 :     <td width="98%"> <b>Documents</b>
18 :     <ul>
19 :     <li><a href="keys.html">Keyboard Shortcuts in SDK</a></li>
20 : tod 1.2 <li><a href="tips.html">Accessibility Tips</a></li>
21 : nick 1.1 </ul>
22 :     </td>
23 :     </tr>
24 :     <tr>
25 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
26 :     <td width="98%"> <b>External Links</b><br>
27 :     <ul>
28 :     <li><a href="http://www-3.ibm.com/able/guidelines.html" target="_blank">IBM Accessibility Guidelines</a></li>
29 :     </ul>
30 :     </td>
31 :     </tr>
32 :     </table>
33 :     </body>
34 :     </html>