Presentation is loading. Please wait.

Presentation is loading. Please wait.

Cross-platform accessibility fundamentals for testers 1 BCS SIGIST Winter 2014 conference 4 December 2014 Jon Gibbins © Jon Gibbins.

Similar presentations


Presentation on theme: "Cross-platform accessibility fundamentals for testers 1 BCS SIGIST Winter 2014 conference 4 December 2014 Jon Gibbins © Jon Gibbins."— Presentation transcript:

1 Cross-platform accessibility fundamentals for testers 1 BCS SIGIST Winter 2014 conference 4 December 2014 Jon Gibbins © Jon Gibbins

2 Introduction Jon Gibbins –Accessibility consultant at Dig Inclusion –Web developer since 1999 –Assistive technologist since 2002 –Training since 2012 © Jon Gibbins 2

3 How? Assistive technology –Speech output (screen readers) –Braille output –Voice input –Magnification 3

4 Demo: VoiceOver on iOS 4

5 Lots of accessibility testing tools across multiple platforms 5

6 There’s no replacement for testing with real users 6

7 Cross-platform accessibility testing? 7

8 Accessibility principles Name, role, state Text alternatives: images, audio, video Labeling: form controls, headings, buttons Structure: headings, lists, landmarks Keyboard access and focus Content / focus order Use of colour/colour contrast Multimedia Time Use native controls where possible Use web standards for web content © Jon Gibbins 8

9 Accessibility principles Name, role, state: the baseline information that a browser passes on from your website to assistive technologies. © Jon Gibbins 9

10 Accessibility theory Accessibility API fundamentals We know what assistive technology is, but how does it work? Accessibility APIs –Present user interfaces as information rather than a purely graphical medium, translating an application’s user interface into information that assistive technology can understand –Allow an application’s user interface to be changed by the assistive technology –Provide a common vocabulary we can use when talking about accessibility. 10

11 Accessibility theory Accessibility API fundamentals Accessible Object Properties –User interface is represented as a hierarchy of accessible objects –Each object has a variety of properties, such as: name: Defines a label. (“Hi, what’s your name?) role: Defines the behavior. (“So, what do you do?”) state: Defines the current condition. (“How are you?”) Accessible Events –Accessibility APIs notify assistive technologies of changes by broadcasting events. 11

12 Accessibility theory Accessibility API fundamentals A dialog takes place between an application and assistive technology. 12

13 Accessibility theory Accessible Object Properties Example: a checkbox in a desktop application –role: check box –name: Open new windows in a new tab instead –state: checked 13

14 Accessibility theory Accessible Object Properties Examples in HTML –role: Last name –name: Last name 14

15 Accessibility theory Accessible Object Properties Examples in HTML –state: Last name –value: Last name 15

16 Accessibility theory Accessible Object Properties An accessible name is required and identifies an object. It is short and does not necessarily describe the object. Event date An accessible description is optional text that provides additional information about an object. Event date <input type="text" id="date" name="date” aria-describedby="instructions"> Must be in mm/dd/yyyy format. 16

17 Inspection tools aVieweraViewer on Windows

18 Inspection tools Accessibility Inspector in OS X (part of Xcode)

19 Accessibility testing tools Web Accessibility Toolbar

20 Questions?

21 Thank you! I’m Jon Gibbins –@dotjay on Twitter@dotjay on Twitter –For more information contact: jon@diginclusion.com jon@diginclusion.com Slides available at: http://a11y.cc/sigist2014 Feedback gratefully received! © Jon Gibbins 21

22 Copyright Copyright 2014 Jon Gibbins/Dig Inclusion –This material may not be shared or distributed without express permission from Dig Inclusion –For more information contact hello@diginclusion.co.uk hello@diginclusion.co.uk © Jon Gibbins 22


Download ppt "Cross-platform accessibility fundamentals for testers 1 BCS SIGIST Winter 2014 conference 4 December 2014 Jon Gibbins © Jon Gibbins."

Similar presentations


Ads by Google