How does software accessibility work?

Similar documents
Designing accessible applications

Supporting accessibility in your distribution

Maintaining accessibility through testing?

Reading Introduction to Web Accessibility

HCI: ACCESSIBILITY. Dr Kami Vaniea

OpenOffice.org & ODF Accessibility

In this example on 20X200, the contrast ratio between the navigation text and its background is 1.57:1.

GNOME 3.0 Accessibility: State of the Union. Alejandro Piñeiro

Making Eclipse Accessible to People of all Abilities

GUI Programming with GTK+

Accessibility FAQ PRESENCE. West Corporation. 100 Enterprise Way, Suite A-300 Scotts Valley, CA

Flatpak and your distribution. Simon McVittie

Web-Friendly Sites. Planning & Design 1

,,NewsReader" - A Comfortable Digital Newspaper and Bookreading System

Creating accessible forms

The Grid 2 is accessible to everybody, accepting input from eye gaze, switches, headpointer, touchscreen, mouse, and other options too.

Introduction to Accessibility. Universal Usability and Internationalization of Interfaces

IS READSPEAKER COMPLIANT WITH

I. INTRODUCTION ABSTRACT

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

An introduction to screen readers

Why You Should Not Use Arch

Contents. What's New. Upcoming new version. Newsletter #43 (Aug 6, 2017) A couple quick reminders:

WebAIM's Screen Reader, Motor, Low Vision, and Web Accessibility Practitioner Surveys. Jared webaim.org

Adobe Flash Professional CS5.5 Voluntary Product Accessibility Template

Get Dynamic! How a Content Managment System (CMS) Improves Business Efficiencies. DMXReady + You = Powerful Web Solutions.

Topics in Usability Testing

The Perils of Using Assistive Technology for Testing

Adobe Sign Voluntary Product Accessibility Template

Class #7 Guidebook Page Expansion. By Ryan Stevenson

Speed Up Windows by Disabling Startup Programs

Accessible Documents & Presentations. By Amy Maes, DNOM

Vision Impairment and Computing

Adafruit WebIDE. Created by Tyler Cooper. Last updated on :29:47 PM UTC

How to Test a Web Site for Accessibility

4s Instead Of Voice Control

Catering for everyone

Teaching Accessibility

CISC 1600 Lecture 1.4 Design, part 2. Topics: Accessibility Responsive web design Example design review

SilverStripe - Website content editors.

Microsoft's latest OS is a lot better than its predecessor, but it still has some annoying quirks. We help you solve them.

A Guide to CMS Functions

The computer goes blank before the Word document was saved. The browser window freezes for no reason. You can't hear anything from your speakers.

User Interface Overview. What is Usability Engineering?

Version Developed & Programmed by Ryan Stevenson. Plugin Support:

Usability. CSE 331 Spring Slides originally from Robert Miller

Online Accessibility Guidelines

Creating Accessible, Section 508 Compliant PDFs with Adobe Acrobat Pro DC

CS260. UI Toolkits. Björn Hartmann University of California, Berkeley EECS, Computer Science Division Fall 2010

Adobe Flash Professional CC Voluntary Product Accessibility Template

Voluntary Product Accessibility Template PowerBroker Identity Services

and usability Release/www/releases/archives/facts_for_features_special_editions/ html

PlanetBids PB System Portal Accessibility Review Document August 2016

If you re on campus and logged in to the university network, then you ll be automatically logged in to MyUCLan too when you open Internet Explorer.

Top Tips for School Website Accessibility

From Electronical Questionnaires to Accessible Maths on Web

Programs for handicapped users (barrier free)

Kernel Korner What's New in the 2.6 Scheduler

ADOBE ACROBAT 9 USER GUIDE

Table of Contents. Configuration HOWTO. Configuration HOWTO...1 Gilbert O'Sullivan Introduction Configuration tools Others...

Creating Accessible Webpages

Voluntary Product Accessibility Template

User Interfaces for Web Sites and Mobile Devices. System and Networks

Road and Street Maintenance Supervisors Conference

VPAT. Voluntary Product Accessibility Template. Version 1.3

The WordRead Toolbar lets you use WordRead's powerful features at any time without getting in your way.

Designing for Accessibility. Jason Withrow

Note: This document describes normal operational functionality. It does not include maintenance and troubleshooting procedures.

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Lab 3a Using the vi editor

Red Hat Cloud security: Frameworks & enforcement. Kurt Seifried Security Response team April 16, 2014 v1.0

Accessing Web Content

Accessibility in e-learning

Chapter 10 Working with Graphs and Charts

Use Manual For Windows Media Center With Xbox Controller Buttons

VPAT for Apple ibooks 2

Summary Table Voluntary Product Accessibility Template. Criteria Supporting Features Remarks and explanation

VPAT for ipad Pro (12.9-inch) (2nd generation)

Basic UNIX 4: More on the GUI

Good afternoon and thank you for being at the webinar on accessible PowerPoint presentations. This is Dr. Zayira Jordan web accessibility coordinator

Your First Windows Form

Why User Interface Design? What

CS211 Lecture: The User Interface

PDF and Accessibility

Introduction to the Learning Environment v8.3.0

An overview of mobile and embedded platforms

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

ACORN.COM CS 1110 SPRING 2012: ASSIGNMENT A1

VPAT for Apple ipad mini 3

DOWNLOAD OR READ : WORD 6 FOR WINDOWS ESSENTIALS PDF EBOOK EPUB MOBI

Quick Start Guide MAC Operating System Built-In Accessibility

Session 4b: Review of Program Quality

Chapter 5. Software Tools

GENERAL MATH FOR PASSING

Java Programming Constructs Java Programming 2 Lesson 1

Learn Classic Voluntary Product Accessibility Template September 2017

Accessibility. Dec. 12, 2017 Chris Dallager, Doug Bratland, & Matt Ryan

Guidelines for Website Design

David Kramer 11/20/13

WorkCentre Voluntary Product Accessibility Template (VPAT) Product Image. Compliant with Minor Exceptions

Transcription:

How does software accessibility work? How to make applications accessible? (or rather, how to make accessible applications) Samuel Thibault http://brl.thefreecat.org/ http://liberte0.org/ 1

Outline Introduction to accessibility Hardware Software interfaces Guidelines Tools Discussion 2

Gnuplot 1 0.8 0.6 0.4 0.2 0-0.2-0.4-0.6-0.8 sin(x) -1 cos(x) -10-5 0 5 10 Color blindness: 8% male, 0.5% female 3

What is accessibility? AKA a11y Usable by people with specific needs Blind Low vision Deaf Colorblind One-handed Cognition (dyslexia, attention disorder, memory,...) Motor disability (Parkinson,...) Elderly See Accessibility HOWTOs You Handicap depends on the situation and is not necessarily permanent 4

Hardware 5

Hardware Braille input/output Speech synthesis Joysticks Press button Eye-tracking... Basically replace mouse On-screen virtual keyboard 6

Don't focus on one technology Even for a given disability Braille is not perfect A lot of blind people can't read braille Braille devices are very expensive (several k ) Speech synthesis is not perfect Noisy environments Tedious for spelling issues 7

Piezo braille cell Usually 8 dots ~= one character Piezoelectric effect to move up/down 8

Braille devices Serial, USB, bluetooth connection 12 / 20 / 40 / 80 cells, price ~= 150*n 9

Software interfaces

Dedicated software? e.g. edbrowse, a blind-oriented editor/browser Generally a bad idea! Oriented to just one disability Lack of manpower e.g. Web browser javascript/flash/table/css support? e.g. An office suite MSOffice/OpenOffice compatibility? Disabled & non-disabled working together Better use the same software Better make existing applications accessible 13

Status in a few words Text mode is generally quite well accessible But not so well suited to beginners Gnome quite accessible Gnome 3 was however almost a restart-fromscratch We're late compared to the Windows world We started less than a dozen years ago They started a couple of decades ago We're Stone Age compared to the Apple world Really good and integrated support 14

Generic methodology Accessibility device Application Screen reader Abstract representation Accessibility bus Registry Visual Rendering 15

Abstract representation Window Vertical container Menu bar File Menu... Open Menu Item Horizontal container Text area Ok button 22

X accessibility, AT-SPI pixmap X server braille, speech,... Orca pango gtk atk text AT-SPI (bonobo/dbus) gedit 23

Technically speaking A lot of applications are already technically accessible Console GTK KDE-Qt4/5 ( Real Soon Now ) Acrobat Reader A lot are not KDE-Qt3 Xt Self-drawn (e.g. xpdf) 24

In practice A lot of technically-accessible applications actually aren't really usable A visually-organized mess of widgets... First name: Last name: Password: Foo Bar baz 25

In practice A lot of technically-accessible applications actually aren't really usable A visually-organized mess of widgets... First column - Label First Name - Label Last Name - Label Password Second column - Text Foo - Text Bar - Text Baz 26

In practice A lot of technically-accessible applications actually aren't really usable A visually-organized mess of widgets... - Label First Name for Text Foo - Label Last Name for Text Bar - Label Password for Text Baz 27

In practice A lot of technically-accessible applications actually aren't really usable A visually-organized mess of widgets... First column - Label First Name - Label Last Name - Label Password Second column - Text Foo - Text Bar - Text Baz 28

In practice A lot of technically-accessible applications actually aren't really usable A visually-organized mess of widgets... First column - Label First Name - Label Last Name - Label Password Second column - Text Foo - Text Bar - Text Baz Screen reader Script for each application 29

Don't try to make applications accessible, just make accessible applications Quite often just a matter of common sense from the start Not a reason for not fixing your existing apps of course, it will just be a bit harder :) 30

Text applications Usually work really great for braille output Always provide such equivalent of graphical applications, e.g. based on same shared lib Useful for servers via ssh too! The default output of screen readers is what the cursor is on Works great with shell, editor, etc. Doesn't work so great with semigraphical apps Put the cursor appropriately! Even when invisible, e.g. mutt, aumix 31

Graphical applications Design your application without gui in mind first Logical order, just like CSS Use standard widgets e.g. labeled text fields Avoid homemade widgets, or else implement atk yourself for them Always provide alternative textual content for visual content Keep it simple! Not only to make screen reading easier, but to make life easier for all users too! 32

Some pitfalls and advices (from the accessibility howtos) Shouldn't have to use the mouse for anything Care of contrasts, configurable colors Avoid timing-based actions, or make them configurable No 2D organization, logical organization Keep it simple and obvious... 33

Tools

Test it yourself! (textmode) Brltty + gnome-terminal see doc on http://brl.thefreecat.org

Test it yourself! (GUIs) Accerciser Check that the tree of widgets looks sane and is complete Text, notably

Documentations Accessibility HOWTOs Quite old, but still very useful advices Gnome Accessibility devel guide For GTK applications

Discussion

This is all about freedom #0 The freedom to run the program, for any purpose What about being able to use the program? RMS said a11y was just a desirable feature. Desirable only, really? RMS said this is free software, you can modify it (freedom #1) Can. Not. Happen. 39

Why is accessibility so hard? Vint Cerf asked in Communications of the ACM November 2012: Why is accessibility so hard? Issues are mostly not technical, actually 41

A question of priority Should be prioritized Just like internationalization 43

A question of who doing it Concerns only a small fraction of population Already a hard time using computers... Almost nobody with both disabilities and programming skills Almost nobody with awareness and programming skills either This is free software, you can modify it can not work. Support has to be integrated Distributed among maintainers themselves Not borne by the tiny a11y community 44

About bugs Take users suggestions into consideration E.g. bracketed links in text web browsers Be patient with disabled people It's not easy for them to use your software It's even more difficult for them to explain their problems in an understandable way e.g. braille doesn't follow Discuss! 56

Conclusion Accessibility is a concern for a lot of people 10% have major concerns 20% have minor concerns Dealing with it usually boils down to common sense It very often actually also helps other users But we need to raise awareness of this 65