Accessibility Evaluation

Slides:



Advertisements
Similar presentations
ADA Compliant Websites & Documents What the heck am I supposed to do?
Advertisements

Developed with material from W3C Web Accessibility Initiative (WAI) IMPORTANT: Instructions Please read carefully the Instructions for.
Adapting Technology Changing Lives Web accessibility Web accessibility and Disability A Practical introduction Robin Christopherson and Curt Holst AbilityNet.
Web Accessibility Web Services Office of Communications.
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
Online Access for all POSTGRADUATE DIPLOMA IN PUBLIC COMMUNICATION (New Media) Trinity & All Saints College April 2006 Bim Egan Web Accessibility Consultant.
Web Accessibility Issues. Why Consider Access Issues ? Discrimination Numbers of disabled students in HE likely to increase Sites designed for the disabled.
Accessible Word Document Training Microsoft Word 2010.
Designing for Disabled Users.  p?vid=35 p?vid=35.
 What is web accessibility? ture=relatedhttp://
Electronic Communication and Web Accessibility Workshop.
Debi Orton, Co-Chair NYS Forum IT Accessibility Committee.
Assistive Technology and Web Accessibility University of Hawaii Information Technology Services Jon Nakasone.
Accessible Web Design Carolyn Fiori Assistive Technology Specialist, College of San Mateo November 2011.
The Internet Writer’s Handbook 2/e Web Accessibility Writing for the Web.
Quality Matters Web Accessibility Standard Amy Kinsel, June 2, 2010.
Technology for Students with Special Needs E.Brown Forward.
Developed with material from W3C Web Accessibility Initiative (WAI) IMPORTANT: Instructions Please read carefully the Instructions for.
Website Accessibility Testing. Why consider accessibility People with disabilities – Visual, Hearing, Physical, Cognitive (learning, reading, attention.
Design and Construction of Accessible Web Sites Michael Burks Chairman Internet Society SIG For Internet Accessibility for People with Disabilities June.
How People with Disabilities Access the Web Web Design – Sec 2-5 Part or all of this lesson was adapted from the University of Washington’s “Web Design.
Software Usability Course notes for CSI University of Ottawa Section 7: Accessibility - Usability for the Disabled Timothy C. Lethbridge
WEB ACCESSIBILITY. WHAT IS IT? Web accessibility means that people with disabilities can use the Web. Web accessibility encompasses all disabilities that.
Copyright © 2012 W3C (MIT, ERCIM, Keio) BAD: Before and After Demo Shadi Abou-Zahra W3C Web Accessibility Initiative (WAI)
+ A11y assessment Lisa Liskovoi. + WCAG POUR some accessibility sugar on me Perceivable – Can I see it? Hear it? Feel it? Operable – Can I scroll it?
Fundamentals of Graphic Communication 3.5 Accessible Design.
Accessible Word Document Creation Using Microsoft Word 2010.
Writing Accessible Electronic Documents with Microsoft® PowerPoint
Developed with material from W3C Web Accessibility Initiative (WAI) IMPORTANT: Instructions Please read carefully the Instructions for.
Web Accessibility June 2, 2016 Evaluation and Workflow.
Accessibility is not boring or difficult. It’s the right thing to do. Benjy Stanton.
Web Accessibility. Why accessibility? "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
Creating Inclusive Classrooms in Online Courses using Universal Design for Learning (UDL) Principles Pamela T. Dunning, Ph.D. Troy University
Making videos accessible – Mandatory guidelines
Guide to Accessible PowerPoint
Accessible materials.
Awesome Docs: Creating Accessible Content Part 1
Accessibility in Digital Documentation
Guidance for 3rd party content providers
The Internet for All.
Making the Web Accessible to Impaired Users
How People with Disabilities Access the Web
Pamela T. Dunning, Ph.D. Troy University
Web-design.
Information Architecture and Design I
Web Accessibility Technology should be usable to everyone regardless of their individual characteristics.
Introduction to Web Accessibility
Creating ADA Compliant Resources
Curry School of Education
Creating Accessible Electronic Content
Creating ADA Compliant Resources
Section 508 CT310 Spring 2018.
Web Accessibility Allison Kidd, Accessibility Specialist
Principles of Accessible Web Design
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Website Design and Management Section 3 - Design
Information Architecture and Design I
ADA Compliant Website & Documents
Building your class website
Introduction to Web Accessibility
Change how your event is seen
30 Web Accessibility Tips: Creating Accessible Web-Based Resources
How To Make Accessible Word Documents
Web Standards and Accessible Design.
Software Usability Course notes for CSI University of Ottawa
Demystifying Web Content Accessibility Guidelines
Web content management
Accessible Design Top 10 List
Accessibility.
Powerpoint accessibility
Presentation transcript:

Accessibility Evaluation

Accessibility Evaluation Tools Complete List of Web Accessibility Evaluation Tools http://www.w3.org/WAI/RC/tools/complete Currently, the Web Accessibility Evaluation Tool (WAVE) provides a good free service at wave.webaim.org

Evaluating Accessibility We’re going to focus is on a few ‘first checks’. The following cover just a few accessibility issues . A web page could seem to pass these checks, yet still have accessibility barriers. More robust evaluation is needed to evaluate all issues comprehensively. http://www.w3.org/WAI/eval/preliminary.html

Check - Page Title Page titles are: shown in the window title bar in some browsers shown in browser’s tabs when there are multiple web pages open shown in search engine results used for browser bookmarks/favorites read by screen readers (In the web page markup they are the <title> within the <head>.) http://www.w3.org/WAI/eval/preliminary.html

Check - Page Title The first thing screen readers say when the user goes to a different web page is the page title. So good page titles are particularly important for orientation - to help people know where they are and move between pages open in their browser. http://www.w3.org/WAI/eval/preliminary.html

Check - Image text alternatives ("alt text") Text alternatives ("alt text") convey the purpose of an image, including pictures, illustrations, charts, etc. They are used by people who cannot see the image. (e.g, people who are blind and use screen readers can hear the alt text read out; people who have turned off images to speed download or save bandwidth can see the alt text.) http://www.w3.org/WAI/eval/preliminary.html

Check - Image text alternatives ("alt text") The text should be functional and provide an equivalent user experience, not necessarily describe the image. E.g, appropriate text alternative for a zoom button ( ) would be “zoom", not "magnifying glass".) http://www.w3.org/WAI/eval/preliminary.html

Check - Image text alternatives ("alt text") Every image should have alt defined. If an image conveys information useful for interacting with or understanding the web page content, then it needs alt text. If an image is just decorative and people don't need to know about the image, it should have null alt (which looks like this in the markup: alt="" with no space between the quotes). http://www.w3.org/WAI/eval/preliminary.html

Check - Headings Web pages often have sections of information separated by visual headings, for example, heading text is bigger and bold (like “Check - Headings" right above this sentence :-)). To make these work for everyone, the headings need to be marked up properly as Headings (<h1> to <h6>) in the web page code . That way people can navigate to the headings - including people who cannot use a mouse and use only the keyboard, and people who use a screen reader. http://www.w3.org/WAI/eval/preliminary.html

Check - Headings Heading levels should have a meaningful hierarchy, e.g.: Heading Level 1 <h1> Heading Level 2 <h2> Heading Level 3 <h3> Heading Level 4 <h4> http://www.w3.org/WAI/eval/preliminary.html

Check - Contrast Ratio ("colour contrast") Some people cannot read text if there is not sufficient contrast between the text and background, for example, grey text on a light background. http://www.w3.org/WAI/eval/preliminary.html

Check - Contrast Ratio ("colour contrast") High contrast (for example, dark text on light background or bright text on dark background) is required by some people with visual impairments, including many older people who lose contrast sensitivity from ageing. http://www.w3.org/WAI/eval/preliminary.html

Check - Contrast Ratio ("colour contrast") While some people need high contrast, for others — including people with some types of reading disabilities such as dyslexia - bright colours (high luminance) are not readable. They need low luminance. http://www.w3.org/WAI/eval/preliminary.html

Check - Contrast Ratio ("colour contrast") Web browsers should allow people to change the colour of text and background, and web pages need to work when people change colours. http://www.w3.org/WAI/eval/preliminary.html

Check - Zoom Some people need to enlarge web content in order to read it. Some need to change other aspects of text display: font, space between lines, and more. Enlargement is generally provided by browser zoom functionality, and the web page needs to be designed to work when zoomed. All major browsers provide zoom functionality that zooms all of the page, including text, images, and buttons. Some browsers provide functionality to zoom only the text. If possible, you should check zoom text only. http://www.w3.org/WAI/eval/preliminary.html

Check - Zoom When pages are not designed well, they can be unusable when zoomed - sometimes columns and sections overlap, the space between lines disappears, lines of text become too long, or text disappears. http://www.w3.org/WAI/eval/preliminary.html

Check - Keyboard access and visual focus Many people cannot use a mouse and rely on the keyboard to interact with the Web. People who are blind and some sighted people with mobility impairments rely on the keyboard or on assistive technologies and strategies that rely on keyboard commands, such as voice input. Websites need to enable people to access all content and functionality - links, forms, media controls, etc. - through a keyboard. Keyboard focus should be visible and logical through the page elements. http://www.w3.org/WAI/eval/preliminary.html

Check: Forms Labels, keyboard access, clear instructions, and effective error handling are important for forms accessibility. Form fields and other form controls usually have visible labels, such as "E-mail Address:" as the label for a text field. When these labels are marked up correctly, people can interact with them using only the keyboard, using voice input, and using screen readers. Also, the label itself becomes clickable, which enables a person who has difficulty clicking on small radio buttons or checkboxes to click anywhere on the label text. http://www.w3.org/WAI/eval/preliminary.html

Check: Multimedia (video, audio) alternatives Information in podcasts or other audio is not available to people who are deaf or some people who are hard of hearing, unless it is provided in an alternative format such as captions and text transcripts. Visual information in videos is not available to people who are blind or some people what have low vision, unless it is provided in an alternative format such as audio or text. (Text can be read by a screen reader or Braille display, or enlarged and reformatted for people with low vision.) http://www.w3.org/WAI/eval/preliminary.html

Check: Plain Content View This is designed to help you understand how some people "see" the web page differently. Web pages are often designed with multiple columns, sections, colours, and other visual aspects that help organize information for people who see the page in its default display. While it is useful to have an experienced screen reader user check web pages, anyone can get an initial idea of potential accessibility barriers for screen reader users and others who change the way the page is presented by removing images, removing styles for how the page is usually displayed, and linearising the page to get a plain content view. http://www.w3.org/WAI/eval/preliminary.html

More Checks… These checks are not definitive; a web page could seem to pass these checks, yet still have accessibility barriers. There are other accessibility issues not covered in these easy checks, for example: Links Data table markup Avoiding content that causes seizures Providing users enough time to read and use content … http://www.w3.org/WAI/eval/preliminary.html

Class Exercise: Accessibility Evaluation In groups of three/four, take the homepage of one of the following sites and evaluate its accessibility using the handout provided: Prepare a 5 minute presentation on your findings for tomorrow’s class. http://www.tcd.ie Mariana, Killian, Chia Ying, Christos http://www.irishtimes.com Elenia, Yung Ki Yoki, Eoin, Sirat http://www.education.ie Kirill, Shijian, Ashima, Oisin http://www.rte.ie Manisha, Claire, Payam, Haoran http://www.youtube.com Kaifeng, Claudia, Robert, Qi http://www.amazon.co.uk Nerina, Bebito, Yue, Himanshu http://www.ebay.com Alison, Wenwen, Kanika