What, why and how.

Slides:



Advertisements
Similar presentations
Accessibility and WHO's web site Images courtesy of Flickr.
Advertisements

Adapting Technology Changing Lives Web accessibility Web accessibility and Disability A Practical introduction Robin Christopherson and Curt Holst AbilityNet.
Plain Language Plain Language Keep it Simple Keep it Simple Multi- Sensory Multi- Sensory Speak Visually Speak Visually Set Standards Set Standards Accessibility.
Web Accessibility Web Services Office of Communications.
Web accessibility A practical introduction. Presentation title and date1 Web accessibility is about designing sites so as many people as possible can.
1 Accessibility CSSE 376, Software Quality Assurance Rose-Hulman Institute of Technology April 16, 2007.
Web Content Accessibility Guidelines (WCAG) Overview Copyright © World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de.
Visual Basic Prototyping Visual Basic uses both a Visual Editor and is Code Based. With several simple lines of code, Visual Basic will navigate between.
The W3C Web Accessibility Initiative (WAI) Inclusive learning through technology Damien French.
Designing a User Interface for People with Disabilities u u
Web Interface for the Visually Challenged by: Group Nine.
Electronic Communication and Web Accessibility Workshop.
Accessibility and the Map/Data Library Leanne Trimble Bartek Kawula Ontario Council of University Libraries / Scholars Portal.
Debi Orton, Co-Chair NYS Forum IT Accessibility Committee.
Accessibility IS 403: User Interface Design Shaun Kane 1.
Assistive Technology and Web Accessibility University of Hawaii Information Technology Services Jon Nakasone.
Redefining Disability Mobile Accessibility Testing By Priti Rohra Head Accessibility Testing BarrierBreak Technologies.
Week 2 Web Site Design Principles. 2 Design for the Computer Medium Craft the look and feel Make your design portable Design for low bandwidth Plan for.
Web Accessibility It’s Happening Here Camp Delphi.
Week 7.  Definition, policies, standards  Continuum of abilities.
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.
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.
Date or reference Web Accessibility - an introduction Patrick H. Lauke ISI presentation - 22/11/2004.
University of Applied Sciences Nordhausen. 3 Location of the university  Located in the free state of Thuringia  inhabitants  Situated on the.
Microsoft Assistive Technology Products Brought to you by... Jill Hartman.
Making eLearning Accessible for Everyone. Will the be accessible to everyone? MOOC online space scenario mobile course eLearning.
Fundamentals of Graphic Communication 3.5 Accessible Design.
Dive into Mobile Guidelines for Testing Native, Hybrid, and Web Apps Susan Hewitt, Accessibility Consultant, Deque Systems Jeanine Lineback, Accessibility.
Accessibility : Designing the Interface and Navigation The Non-Designer’s Web Book Chapter 7 Robin Williams and John Tollett Presented by Sherie Loika.
WEB ACCESSABILITY Web Accessibility in Reality. List of Content Background –What is the issue? Moving on –How can me learn more? Some QuickTips –What.
Developed with material from W3C Web Accessibility Initiative (WAI) IMPORTANT: Instructions Please read carefully the Instructions for.
Accessibility of services on the web. Table of contents Statistics Definitions Different kinds of disabilities Solutions for accessibility.
Accessibility First! David Kelleher
Making Online Courses Accessible Tips for creating an accessible course.
Web Accessibility. Why accessibility? "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
WashU Web Accessibility Users Group
Web Accessibility John Rochford Rich Caloggero UMMS Shriver Center
SIE 515 Universal Design Lecture 9.
Web and presentation software
Making videos accessible – Mandatory guidelines
How People with Disabilities Access the Web
Accessibility on Windows 10
MUG Tuesday, May 31, 2016.
Introduction to Web Accessibility
Reaching more customers with accessible Metro style apps using HTML5
Usability and user Interfaces
Implementing Digital Accessibility
Colorado State University Web Accessibility
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Web Programming– UFCFB Lecture 3
Lakeshore Public Schools
Web and presentation software
Web Accessibility John Rochford Rich Caloggero
International University of Japan
Compliance is a work in progress
From compliance to usability
Building your class website
DIGITAL ACCESSIBILITY OVERVIEW
Web and presentation software
Video Accessibility Part 1
Web Standards and Accessible Design.
Software Usability Course notes for CSI University of Ottawa
What is Web Accessibility?
Demystifying Web Content Accessibility Guidelines
Accessible Design Top 10 List
What is Web Accessibility?
Accessibility.
Presentation transcript:

What, why and how

Who am I Since 2003 developing technologies for persons with disabilities

Who benefits from accessible technologies? 3 categories benefit Persons with disabilities 1.2 billion: Estimated number of people with disabilities in the world Persons who face difficulties including persons with disabilities 27% - visual 26% - dexterity 21% - hearing 20% - cognitive 4% - speech In total 60% working age people could benefit. Out of which 22% are persons with disabilities. So, 38% persons without disabilities benefit from accessible technologies. Persons without disabilities As insurance Forrester (2003) Can we reduce the text?

What should be done? Design software with accessibility in mind: Multisensory Programmatically Access Device Independent Input Enough contrast Consistent Navigation Simple interface

Multisensory Text Alternative for images Caption / Subtitles / Transcript Audio alternatives for video Resizeability Contrast

Programmatic Access For web: using HTML structures as intended For desktop” using standard controls For Mobile: standard controls For custom controls: using accessibility API Test Automation

Device Independent Input Keyboard usage Touch screen Complex input such as Calendar

Consistent and Simple For web: all the pages have consistent menu options For Mobile apps: consistent placement of tabs Well-spaced UI controls Simple language

What could go wrong Jumping to conclusions Need to be hero

Design Thinking Empathise Define Ideate Prototype Test

What resources are available? Ensure standards are followed WCAG 2.0 EN-301 459 Mobile Accessibility Practices Support projects that build accessible infrastructure Engage with persons with disabilities for testing and user feedback

Accessibility as insurance

Key Take Away Intention matters Leverage available Resources