The document discusses web accessibility. It provides an agenda that covers what disability is, the World Wide Web Consortium (W3C) and its Web Accessibility Initiative (WAI), the Web Content Accessibility Guidelines (WCAG) 2.0, assistive technologies, guidelines for building accessible websites, and accessibility testing. The guidelines address making web content perceivable, operable, understandable, and robust. Both automated and manual testing methods are recommended to evaluate accessibility.
3. What¡¯s DisabilitySituational DisabilityReaching late to venue¡ Traffic in cityOops! My mouse stopped working, what do I do?Text is too small on this webpage, how do I read this?Functional DisabilityVisually impairedMobility impairedHard of hearingLearning disabilityAutism, Cerebral Palsy
4. World Wide Web Consortium (W3C)Develops interoperable technologiesSpecificationsGuidelinesSoftwareToolsWhy would they do it?To lead web to its potential and for consistency on web¡
5. W3C¡¯s WAI (Web Accessibility Initiative)WAI develops...Guidelines widely considered as the international standard for Web accessibility Support materials to help understand and implement Web accessibility WAI welcomes...Participation from around the world Volunteers to review, implement, and promote guidelines Dedicated participants in working groups
6. Web Content Accessibility Guidelines (WCAG) 2.0WCAG 2.0 has evolved over years based on feedback and recommendation.It defines how to make web content more accessible.Currently WCAG 2.0 is official recommendation http://www.w3.org/tr/wcag20
7. Assistive TechnologiesScreen Magnifier Screen ReaderSpeech RecognitionRefreshable BrailleText BrowsersLarge keyboardMouse substitute such as a joystick, a trackball, on-screen keyboard.Scanning SoftwareSpeech SynthesisSome Pictures
8. Building Accessible WebsitesLaying Accessibility FoundationTable-less layouts ¨C easy to manage, avoid problems for screen readersStructured mark-up ¨C Need for Search Engines, better access to assistive technologiesValid code ¨C Assistive Technologies completely rely on your code, if you mess-up, those users will hate you?
9. Guideline 1: PerceptionNon-text contentImages ¨C provide alt / long desc attributeCAPTCHA ¨C provide alternate in audio CAPTCHA or use CAPTCHA based on logical questions
10. Guideline 1: Perceivable ¨C contd., Audio / Visual Content ¨C provide closed captionsAdaptability ¨C should be fleixible. User should be able to use their own style sheetsContrast ¨C ensure that foreground and background will have sufficient contrast
11. Guideline 2: OperableKeyboard access ¨C all information and functionality should be available to access via keyboard including:LinksHeadingsForm fieldsListsTables
12. Guideline 2: Operable ¨C contd.,Enough time ¨C User should have sufficient time to read and interact with content. If content is time-based, same should be notified prior to the session and user should be given an option to extend time limit unless time limit is mandatory.Seizures ¨C seizures should generally be avoided as far as possibleNavigable ¨C Web page should be easily navigable by any input device including assistive technologies
13. Accessible Rich Internet Applications (ARIA)ARIA is WAI Recommendation http://www.w3.org/WAI/intro/aria.phpWAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.
14. Guideline 3: UnderstandableUse of Natural Language ¨C unless a specific terminology is requiredPredictable ¨C User should be able to predict the result upon his actionInput assistance ¨C provide adequate help for user to interact with forms etc.
15. Guideline 4: RobustCompatibility with latest technologies and support for assistive technologiesAdd Accessible Rich Internet Applications (ARIA) support for RIA such as AJAX based applicationsAlertLandmark etc¡