280 likes | 409 Views
Web Accessibility. Umesh Gupta Consultant – (HRIS) umesh.gupta@deakin.edu.au. Web accessibility. What does it all mean?. https://www.youtube.com/watch?v=bEM9Fn9aOG8. What does it actually look like?. Experiences of Individuals with Disabilities.
E N D
Web Accessibility Umesh Gupta Consultant – (HRIS) umesh.gupta@deakin.edu.au
Web accessibility What does it all mean? https://www.youtube.com/watch?v=bEM9Fn9aOG8
What does it actually look like? Experiences of Individuals with Disabilities https://www.youtube.com/watch?v=kziXJX6a7E4
Diversity of Web users may not be able to see, hear, move, or may not be able to process some types of information easily or at all may have difficulty reading or comprehending text may not have or be able to use a keyboard or mouse may have a text-only screen, a small screen, or a slow Internet connection may not speak or understand fluently the language in which the document is written may have an early version of a browser, a different browser entirely, a voice browser, or a different operating system.
Our legal obligations Transitioning to WCAG 2.0
The case for web accessibility Four reasons why your website should support web accessibility • Social inclusion • Good for business • Employment and education • Legal and policy
What do u think about it now? ? ? ? ? ? ? ?
Five Stages of Accessibility • “This is a web ‘application‘ so those rules don’t apply to us” • “We’re not the government so we don’t have to make this accessible”
Five Stages of Accessibility • “I can’t believe they’re making us do this!” • “This is just going to cost us money that we’ll never make back!”
Five Stages of Accessibility • “What about making it just level A compliant instead of AA?” • “Can we just leave that part for later?”
Five Stages of Accessibility • “Sigh. We’ve done all this work, and its made no difference, and that consultant still told us we did it wrong…” • “This is really hard, and there’s so much to think about”
Five Stages of Accessibility “Lets make things as accessible as we can, in a way that doesn’t compromise our business goals, or the aesthetic quality of our site. And, if we need to make changes later to make it more accessible, then we’ll do that too.” “We can do this!”
What can a CMS user do? Ensure the content we create online is accessible.
Non-text Content Something that is represented visually, such as an image, it should have a brief text description embedded in the code. This description should reflect the purpose of the image and the context in which it is being used. Key Issues Identified
Key Issues Identified Info and Relationships If a style was applied to visually indicate that something is a page heading, table heading or a list, make sure that the appropriate markup is was used. So that when the presentation changes (e.g. the style sheets are turned off), that information and relationships are preserved.
Examples Tables <table summary “Contact details of the Directors office” > <thead> <tr> <thwidth="150">Name</th><th width="200">Position</th><th width="71">Phone</th><th width="59">Campus</th> </tr> </thead>
Key Issues Identified Using h1-h6 tags to identify headings A screen reader can recognize the code and announce the text as a heading with its level, beep or provide some other auditory indicator. Screen readers are also able to navigate heading mark-up which can be an effective way for screen reader users to more quickly find the content of interest
Examples Headings – Example <H1> <H2> <H3> <H2> <H3>
Key Issues Identified Audio-only and Video-only (Prerecorded)
Examples Using Amara Universal Subtitles Three step process:
Key Issues Identified PDF accessibility Its common use on websites and its inherent accessibility barriers make it a common topic for discussion in accessibility circles. PDF/UA (ISO 14289) the International standard for accessible PDF technologies. PDF/UA provide guidance on how to produce reliably accessible PDF files.
Web evaluation tools/guides Evaluation tools Validation tools WCAG Guidelines WebAnywhere, http://webanywhere.cs.washington.edu/wa.php Markup Validation Service, W3C.http://validator.w3.org/check. • Web Content Accessibility Guidelines (WCAG) 2.0, W3C. http://www.w3.org/TR/WCAG/ Authoring Tool Accessibility Guidelines (ATAG) 2.0, W3C http://www.w3.org/TR/ATAG20/