AccessResources


Accessibility Resources for Open Source Projects

 

Principles of Accessibility within a Codeathon framework

 

Summary

With the limited time and resources we have in the volunteer weekends, we will focus on what we think are the three central issues for accessibility - access to graphic information; access to necessary functions, including effecient internal and external navigation;and access to interactivity including forms, page updates, media.

 

How to provide access

  1. Access to images. The img element allows the assignment of an alt attribute that describes the image to the assistive technology (AT). Image are of three types active, illustative, or (yes there are still occasions where you will find)spacers. Here are the proper use of the alt attribute for each case:
  2. Use structural tags such as list and header markup to ensure ease of navigation within the page. Make all content and function accessible to the keyboard.
  3. Use IA2 and ARIA principles to ensure accessibility of interactive elements.

 

 

Outside Resources

Knowbility Resource Page

Web Accessibility Initiative W3C