Screen Reader Testing and Website Support for Beginners

Slides:



Advertisements
Similar presentations
WCAG 2 Compliance With PDF
Advertisements

IMPORTANT: Instructions
® Copyright 2008 Adobe Systems Incorporated. All rights reserved. ADOBE® ACCESSIBILITY AT Access to Flash and PDF Matt May 25 Mar 2010 Featuring.
Workshop 1 Basics of Web Accessibility Web Content Accessibility Project Funded by BCcampus Natasha Boskic, Kirsten Bole, Nathan Hapke University of British.
Web Accessibility Web Services Office of Communications.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
Allison Kidd, ATRC November 12, Allison Kidd Assistive Technology IT Coordinator UDL / Accessibility Specialist ATRC – Our Services Provide Assistive.
Web Accessibility 2.0 February 4, Introduction: Patrick Johnson Internet Coordinator and Webmaster Department of Rehabilitation Since 1996 Phone:
WCAG 2.0 California State University, Los Angeles.
Dhananjay Bhole, Coordinator, Accessibility Research Group, Department of Education and Extension, University of Pune.
Pat Burns VP for IT Nov. 11, 2013 MEETING WITH WEB DEVELOPERS: MAKING WEB PAGES ACCESSIBLE.
Web Accessibility John Rochford UMMS Shriver Center Director, INDEX Program Rich Caloggero WGBH National Center for Accessible Media MIT Adaptive Technology.
MEETING WITH WEB DEVELOPERS: MAKING WEB PAGES ACCESSIBLE Pat Burns VP for IT Nov. 11, 2013.
Pillar III transparency: Accessibility to visually impaired people with XBRL Javi Mora XBRL Spain Manager Ignacio Boixo XBRL Spain.
Accessibility IS 403: User Interface Design Shaun Kane 1.
Website Accessibility
Assistive Technology and Web Accessibility University of Hawaii Information Technology Services Jon Nakasone.
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.
Technology for Students with Special Needs E.Brown Forward.
Intro to the basics of © CanAdapt Solutions Inc. can-adapt.com
9 August 2012 Museum of Contemporary Art, Sydney Roger Hudson Web Usability Arts, Media and Technology at the MCA.
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.
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 Basics.
Section 508 Refresh WCAG 2.0 A and AA Information & Comparison CB Averitt – Deque Systems.
The Disability Resource Center Web Accessibility Assessment for Everyone.
Policy/ strategy Formal requirements.  Requirements / expectations from Eurostat to us as NSI’s  Code of Practise  Quality Assurance Framework  PSI.
Web Accessibility June 2, 2016 Evaluation and Workflow.
Web Accessibility John Rochford Rich Caloggero UMMS Shriver Center
Testing Native Mobile Apps
Making videos accessible – Mandatory guidelines
Making Your Website Accessible
Digital (Web) Accessibility Talk Session
Creating Accessible PDF’s for the Web
WashU Web Accessibility Users Group
Guidance for 3rd party content providers
Making your web site accessible a11yoz.com/maximise
Techniques, Tools and Resources for Making WordPress Website WCAG 2
Community Engagement Web Community Manger (WCM) - Schoolwires
Hot Topics: Online Education
How People with Disabilities Access the Web
Testing for Accessibility
iPad Accessibility Features (IOS operating System)
Information Architecture and Design I
Accessibility testing
Screen Reader Testing and Website Support for Beginners
Introduction to Web Accessibility
Curry School of Education
Universal Design: Making Websites More Usable for All Learners
Web Accessibility Allison Kidd, Accessibility Specialist
Data Entry Interface (DEI) Overview
Welcome to today’s AEM Center Webinar
Media Player Accessibility: Insights from Interviews and Focus Groups
HHCApp Auditors.
End User Guide.
Lakeshore Public Schools
Web Accessibility John Rochford Rich Caloggero
Resources on Presentations
Data Entry Interface (DEI) Overview
Information Architecture and Design I
Building your class website
DIGITAL ACCESSIBILITY OVERVIEW
Web Accessibility Creating Accessible Files and Documents
Demystifying Web Content Accessibility Guidelines
Data Entry Interface (DEI) Overview
Creating Your WebQuest on Zunal.com
Название доклада.
Assistive Technology Legal Requirements and Implications
Accessibility.
Presentation transcript:

Screen Reader Testing and Website Support for Beginners UMass Accessibility Retreat Monday, October 23, 2017 Screen Reader Testing and Website Support for Beginners

Today’s Presenters Kristina England, UMass President’s Office Matt McCubbin, UMass Boston Screen Reader Testing and Website Support for Beginners

What We’ll Cover Today The Basics of Website Support: WCAG is the Only Way to Go The Four Principles of Accessibility Why Semi-Automated Accessibility Checkers are called semi-automated Manual Testing Matters Hands-on Manual Testing: Live Testing of Your Site How did you do? Screen Reader Testing and Website Support for Beginners

The Basics of Website Support: WCAG is the Only Way to Go Think about it this way: Section 508 was last updated before the iPhone (though there is a planned release in 2018). HTML has changed a lot in the last 17 years. WCAG 2.0 rolled out in 2008. WCAG 2.1 is around the corner in mid-2018. WCAG 2.0 provides the success criterion and recommended fixes you and your developers need to remedy an issue. But, remember, don’t wait for testing… think coding best practices at the start of development. Screen Reader Testing and Website Support for Beginners

The Four Principles of Accessibility WCAG guidelines and associated success criteria are built on the following four principles: Perceivable - Information and user interface components must be presentable to users in ways they can perceive. Users must be able to perceive the information being presented (it can't be invisible to all of their senses) Operable - User interface components and navigation must be operable. Users must be able to operate the interface (the interface cannot require interaction that a user cannot perform) Understandable - Information and the operation of user interface must be understandable. Users must be able to understand the information as well as the operation of the user interface (the content or operation cannot be beyond their understanding) Robust - Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies. Users must be able to access the content as technologies advance (as technologies and user agents evolve, the content should remain accessible) Screen Reader Testing and Website Support for Beginners

Why Semi-Automated Accessibility Checkers are called semi-automated You may have an automated testing tool in house that checks for violations, but remember, these tools are only “semi” automated and cannot validate several of the criteria within the WCAG guidelines. You must manually check through keyboarding, color contrast testing, zoom testing, etc. Today, our main focus will be keyboarding using a screen reader. Screen Reader Testing and Website Support for Beginners

Manual Testing Matters Examples of violations that would not be detected through semi-automated testing: A non-sighted user navigates to the login page for an application. The non-sighted user accidentally mistypes their password. They attempt to login and do not realize they have failed as the “invalid password” error message is not picked up by the screen reader. A color-blind user navigates to a web page where it mentions projects with a red status bar have a status of at risk and projects with a green status bar have a status of on time. The person cannot see red or green and thus cannot tell the difference between the two status bars as there is no other distinguishing factor. A hearing-impaired user is asking to watch a video for class. When the user receives the link, the user can’t watch the video as it has no captions or transcript. A user with attention deficit disorder lands on a web page with a video playing in the background. The user can’t focus on the content on the page as the video keeps distracting the user. There is no pause button and the video can’t be paused by pressing a command on the keyboard. A user with low vision navigates to a website on a mobile device using a magnifier. The user cannot navigate left or right on the site using the magnifier and half the content is cut off. Screen Reader Testing and Website Support for Beginners

Screen Readers Open Source Options License required NVDA VoiceOver May require administrative installation depending on desktop policies Variety of voice and synthesizer options Provides speech viewer testing option VoiceOver Built in to all Mac devices (laptops and mobile) Easy to enable and configure settings Provides rotor testing option License required JAWS Check with your campus on license availability Screen Reader Testing and Website Support for Beginners

Demo of an inaccessible site University of Washington Demo of an Inaccessible Site What issues did we encounter on this site? What are some content editing choices we could make going forward to resolve some of these issues? Screen Reader Testing and Website Support for Beginners

Hands-on Manual Testing: Live Testing of Your Site It’s time to test your sample web page. Online participants please mute your Zoom meeting mic if you haven’t already. All in-person participants should wear their headphones at this time. Please cover the screen of your computer with a piece of paper and detach or hide your mouse. Have your screen reader keyboarding instructions ready. And go! Screen Reader Testing and Website Support for Beginners

How did you do? What errors did you encounter? How would these errors impact someone using assistive technology? What did you learn while encountering these errors? Screen Reader Testing and Website Support for Beginners