SlideShare a Scribd company logo
1 of 33
Download to read offline
ACCESSIBILITY
30t h April 2014
ME
3
WHAT DOES
ACCESSIBILITY MEAN?
ACCESS
Low bandwidth
Low resources
& limited time
Multiple devices
Fluid
Independent of users’
tools
Anytime - Anywhere
DISABILITY
Mental & physical
impairments
Screen-readers
Magnifiers
Specific functionality
Tailored usability
Readability
Independence
CULTURALLY
MEANINGS
Interfaces that fit the
language
Readability
Internationalisation
Validations
Different attitudes &
focuses
Understanding customs
FOR USERS
They can access all of your resources and information
Access at anytime and anywhere
They can use your system independently
Great usability for everyone
Reliable product = reliable brand/company
Independence and empowerment
FOR THE CLIENT
A bigger audience means more revenue
Stronger brand among customers
More brand exposure
More customers
Reputation of a reliable brand
FOR YOU
More people can access your information
Have a bigger impact on a wider audience
More exposure (locally and globally)
Greater understanding = better product
8
WHY DOES
ACCESSIBILITY MATTER?
WHAT THE STATISTICS SHOW
http://www.who.int/mediacentre/factsheets/fs352/en/
http://odi.dwp.gov.uk/disability-statistics-and-research/disability-facts-and-figures.php#gd
http://wfdeaf.org/faq
https://help.rnib.org.uk/help/newly-diagnosed-registration/registering-sight-loss/statistics
15% people suffer with a disability (~ 1 billion people)
285 million people are visually impaired
~70 million people audio impaired
GLOBALLY:
11 million+ have a long-term illness or a disability
~2 million people are visually impaired
~9 million people are audio impaired
UK:
BARRIERS SUCK
barriers defeat the point of technology!
LOW BANDWITDH : Our own offices can access content
DEAF : Everyone can see as much as they need to hear
BLIND : screen-readers allow digital navigation removing hindrances
ADHD : Don't get overwhelmed by auto-playing audio content
PHOTOSENSITIVE EPILEPSY : Content does not cause an epileptic fit
REMOVE BARRIERS IN TECHNOLOGY
HOW TO MAKE
PRODUCTS ACCESSIBLE
APPROACH
USE AN EARLIER APPROACH
TEST COLOURS:
> Meanings for target audience
> Contrast levels
> Use tools for different colour blindness
STORIES & FUNCTIONALITY
> Inverse functional requirements
OPINIONS
> Known for high cost – low benefit
> Demonstrate value earlier stage
IMPLEMENTATION
TECHNICAL PRACTICES
ALT TAGS
LABELS
General: requires adequate description of what someone is missing
Informational: describes image like a graph, measurements, factors
(SUMMARY ATTR for tables)
Decorative: requires an empty tag to show that it’s meant to be ignored
Informative: What it is? What is needed? End consequence?
IDs: Unique for a robust system
Structure: Keep headings structurally logical to define the page
CSS
Fake Uppercase: Prevents screen-reader errors of acronyms
Sensory characteristics: Add more than 1 styling to
interactive components
Links: Move lines denoting links to underneath g’s and y’s
WHAT ARE THESE?
ARIATAGS
LABELS
General: requires adequate description of what someone is missing
Informational: describes image like a graph, measurements, factors
(SUMMARY ATTR for tables)
Decorative: requires an empty tag to show that it’s meant to be ignored
Informative: What it is? What is needed? End consequence?
IDs: Unique for a robust system
Structure: Keep headings structurally logical to define the page
CSS
Fake Uppercase: Prevents screen-reader errors of acronyms
Sensory characteristics: Add more than 1 styling to
interactive components
Links: Move lines denoting links to underneath g’s and y’s
USERS
USERS
YOUR SERVICE - What does it mean to them?
INDEPENDENCE? - Are they able to use your service independently?
LOGICAL TASKS – Could something be simplified? Are they struggling?
PREDICTABLE – Is it clear what is expected?
CONSISTENCY - Does it work like they’re used to? E.g. JAWS shortcuts
FLEXIBLE? – Can default settings be overridden to suit their needs?
TESTING
USER TESTING
DRASTIC CHANGES - Is what you’re doing worth it?
LABEL ALTERNATIVES - Are they descriptive enough of what they do?
CONTENT (& HIDDEN) - Is it repeated? Can it be skipped over?
INPUT COMPONENTS? - Do users know what is required; action, input?
TOOLS - Does it work with JAWS shortcuts? VoiceOver? MAGic? Others?
How do they feel using your product?
MANUAL TESTING
HTML STRUCTURE – Does it read logically?
MEDIA CONTENT – Does it automatically play?
– When muted, can you still grasp information
from audio content?
SCREEN-READERS – Do components have a descriptive label?
– Are images adequately described in the right
context?
NAVIGATION – Can you use mouse only?
– Keyboard only?
LABEL CHANGES – Will labels fit components with language changes?
CONTRAST – Is everything visible, and shows what it does?
-High contrast?
RENDERING – Does it work on most popular platforms?
TESTING TOOLS
CODE SNIFFERS - Find bugs in HTML & CSS
1. http://squizlabs.github.io/HTML_CodeSniffer/
2. http://www.pa11y.org
COLOUR CONTRAST – High contrast & different colour blindness
1. http://www.color-blindness.com/coblis-color-blindness-simulator/
SOFTWARE –
1. Fangs, Firefox plugin for screen-reader scripts
2. VoiceOver, default screen reader Mac OS X
3. Lynx, visually impaired friendly browser
ACCESSIBLE THINGYS
1.  Accessible Rich Internet Applications
2.  Used by assistive technologies
3.  Provides useful descriptions
a.  Completion shown in progress bars
b.  Form input explanations
c.  State of components
i.  Hover
ii.  Expanded
iii.  Collapsed
4.  WAI-ARIA best practices
1.  Steps on the best way to be accessible
1.  Has three compliancy levels
a.  A, AA, AAA (AAA = most accessible),
2.  Set of web standards by w3c
3.  Most websites use these as
guidelines
a.  Good for keeping sites consistent with
accessibility
4.  Most laws use these as rules to
achieve accessibility
ARIA ATTRIBUTES WCAG 2.0 STANDARDS
MEANINGS
THANK YOU C:
@EChesters
RESOURCES
McDonald’s’ different cultural focuses –
http://blog.usabilla.com/designing-for-a-cross-cultural-user-experience-part1/
Different meanings in cultures –
http://importexport.about.com/od/MarketingAndSellingGlobally/a/Designing-For-Foreign-
Cultures.htm
Going blind for a week –
http://blog.silktide.com/2013/01/things-learned-pretending-to-be-blind-for-a-week/
24 Accessible CSS Practices –
http://24ways.org/2007/css-for-accessibility/

More Related Content

What's hot

What's hot (20)

Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
 
Understanding and Supporting Web Accessibility
Understanding and Supporting Web AccessibilityUnderstanding and Supporting Web Accessibility
Understanding and Supporting Web Accessibility
 
Website Accessibility
Website AccessibilityWebsite Accessibility
Website Accessibility
 
Web accessibility 101: The why, who, what, and how of "a11y"
Web accessibility 101: The why, who, what, and how of "a11y"Web accessibility 101: The why, who, what, and how of "a11y"
Web accessibility 101: The why, who, what, and how of "a11y"
 
WCAG 2.0, Simplified
WCAG 2.0, SimplifiedWCAG 2.0, Simplified
WCAG 2.0, Simplified
 
A Web for Everyone: Accessibility as a design challenge
A Web for Everyone: Accessibility as a design challengeA Web for Everyone: Accessibility as a design challenge
A Web for Everyone: Accessibility as a design challenge
 
WCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
WCAG 2.1: What You Need to Know About the Most Recent Accessibility StandardsWCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
WCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Design for accessibility
Design for accessibilityDesign for accessibility
Design for accessibility
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Accessibility Testing Approach
Accessibility Testing ApproachAccessibility Testing Approach
Accessibility Testing Approach
 
What Is Accessibility Testing?
What Is Accessibility Testing?What Is Accessibility Testing?
What Is Accessibility Testing?
 
Web Accessibility for Web Developers
Web Accessibility for Web DevelopersWeb Accessibility for Web Developers
Web Accessibility for Web Developers
 
Accessibility Testing 101
Accessibility Testing 101Accessibility Testing 101
Accessibility Testing 101
 
Web Accessibility Testing With Axe
Web Accessibility Testing With AxeWeb Accessibility Testing With Axe
Web Accessibility Testing With Axe
 
Implementing WCAG 2.2 into Your Digital Strategy
Implementing WCAG 2.2 into Your Digital StrategyImplementing WCAG 2.2 into Your Digital Strategy
Implementing WCAG 2.2 into Your Digital Strategy
 
WCAG
WCAGWCAG
WCAG
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility Guidelines
 
Practical tools for Web Accessibility testing
Practical tools for Web Accessibility testingPractical tools for Web Accessibility testing
Practical tools for Web Accessibility testing
 
WCAG 2.0 for Designers
WCAG 2.0 for DesignersWCAG 2.0 for Designers
WCAG 2.0 for Designers
 

Similar to Accessibility

Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
Howard Kramer
 
NYU Web Intensive - Week 3 Class 2
NYU Web Intensive - Week 3 Class 2NYU Web Intensive - Week 3 Class 2
NYU Web Intensive - Week 3 Class 2
studiokandm
 
Website Usability | Day 3
Website Usability | Day 3Website Usability | Day 3
Website Usability | Day 3
studiokandm
 

Similar to Accessibility (20)

Ni week 2018_ux_lab_viewcandothat
Ni week 2018_ux_lab_viewcandothatNi week 2018_ux_lab_viewcandothat
Ni week 2018_ux_lab_viewcandothat
 
UX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data VisualizationsUX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data Visualizations
 
Accessible Web Sites: What can you do?
Accessible Web Sites: What can you do?Accessible Web Sites: What can you do?
Accessible Web Sites: What can you do?
 
Testing flash and flex for accessibility indic threads-q11
Testing flash and flex for accessibility indic threads-q11Testing flash and flex for accessibility indic threads-q11
Testing flash and flex for accessibility indic threads-q11
 
Techniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceTechniques for Reviewing a User Interface
Techniques for Reviewing a User Interface
 
Accessibility and Web Technologies @HTML5_Toronto
Accessibility and Web Technologies @HTML5_TorontoAccessibility and Web Technologies @HTML5_Toronto
Accessibility and Web Technologies @HTML5_Toronto
 
corePHP Usability Accessibility by Steven Pignataro
corePHP Usability Accessibility by Steven PignatarocorePHP Usability Accessibility by Steven Pignataro
corePHP Usability Accessibility by Steven Pignataro
 
Aria interview questions
Aria interview questionsAria interview questions
Aria interview questions
 
Usability
UsabilityUsability
Usability
 
UX Prototyping and Personas 9-5-14
UX Prototyping and Personas 9-5-14UX Prototyping and Personas 9-5-14
UX Prototyping and Personas 9-5-14
 
Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)Designing and evaluating web sites using universal design principles (hands on)
Designing and evaluating web sites using universal design principles (hands on)
 
Design for Accessibility
Design for AccessibilityDesign for Accessibility
Design for Accessibility
 
Highcharts- The Next Chapter CSUN 2019
Highcharts- The Next Chapter CSUN 2019Highcharts- The Next Chapter CSUN 2019
Highcharts- The Next Chapter CSUN 2019
 
Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009
 
User Experience & User Interface Design - nov 2017
User Experience & User Interface Design - nov 2017User Experience & User Interface Design - nov 2017
User Experience & User Interface Design - nov 2017
 
Chap12
Chap12Chap12
Chap12
 
Visual discovery tools
Visual discovery toolsVisual discovery tools
Visual discovery tools
 
NYU Web Intensive - Week 3 Class 2
NYU Web Intensive - Week 3 Class 2NYU Web Intensive - Week 3 Class 2
NYU Web Intensive - Week 3 Class 2
 
Design Systems: Parts, Products & People
Design Systems: Parts, Products & PeopleDesign Systems: Parts, Products & People
Design Systems: Parts, Products & People
 
Website Usability | Day 3
Website Usability | Day 3Website Usability | Day 3
Website Usability | Day 3
 

More from Elizabeth Chesters

More from Elizabeth Chesters (9)

[UX Oxford] accessibility
[UX Oxford] accessibility[UX Oxford] accessibility
[UX Oxford] accessibility
 
Actioning Accessibility [UXPA]
Actioning Accessibility [UXPA]Actioning Accessibility [UXPA]
Actioning Accessibility [UXPA]
 
Designing for those digging rocks, pirouetting and saving lives: Our design p...
Designing for those digging rocks, pirouetting and saving lives: Our design p...Designing for those digging rocks, pirouetting and saving lives: Our design p...
Designing for those digging rocks, pirouetting and saving lives: Our design p...
 
UX Masterclass Presentation
UX Masterclass PresentationUX Masterclass Presentation
UX Masterclass Presentation
 
UX Around the World in 300 Seconds
UX Around the World in 300 SecondsUX Around the World in 300 Seconds
UX Around the World in 300 Seconds
 
Inclusive Design
Inclusive DesignInclusive Design
Inclusive Design
 
Bringing UX to the Backend
Bringing UX to the BackendBringing UX to the Backend
Bringing UX to the Backend
 
AccessAbility talk ux
AccessAbility talk uxAccessAbility talk ux
AccessAbility talk ux
 
AccessAbility in Java
AccessAbility in JavaAccessAbility in Java
AccessAbility in Java
 

Recently uploaded

Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
Kayode Fayemi
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
Kayode Fayemi
 

Recently uploaded (20)

SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 

Accessibility

  • 2. ME
  • 4. ACCESS Low bandwidth Low resources & limited time Multiple devices Fluid Independent of users’ tools Anytime - Anywhere DISABILITY Mental & physical impairments Screen-readers Magnifiers Specific functionality Tailored usability Readability Independence CULTURALLY MEANINGS Interfaces that fit the language Readability Internationalisation Validations Different attitudes & focuses Understanding customs
  • 5. FOR USERS They can access all of your resources and information Access at anytime and anywhere They can use your system independently Great usability for everyone Reliable product = reliable brand/company Independence and empowerment
  • 6. FOR THE CLIENT A bigger audience means more revenue Stronger brand among customers More brand exposure More customers Reputation of a reliable brand
  • 7. FOR YOU More people can access your information Have a bigger impact on a wider audience More exposure (locally and globally) Greater understanding = better product
  • 9. WHAT THE STATISTICS SHOW http://www.who.int/mediacentre/factsheets/fs352/en/ http://odi.dwp.gov.uk/disability-statistics-and-research/disability-facts-and-figures.php#gd http://wfdeaf.org/faq https://help.rnib.org.uk/help/newly-diagnosed-registration/registering-sight-loss/statistics 15% people suffer with a disability (~ 1 billion people) 285 million people are visually impaired ~70 million people audio impaired GLOBALLY: 11 million+ have a long-term illness or a disability ~2 million people are visually impaired ~9 million people are audio impaired UK:
  • 10. BARRIERS SUCK barriers defeat the point of technology! LOW BANDWITDH : Our own offices can access content DEAF : Everyone can see as much as they need to hear BLIND : screen-readers allow digital navigation removing hindrances ADHD : Don't get overwhelmed by auto-playing audio content PHOTOSENSITIVE EPILEPSY : Content does not cause an epileptic fit
  • 11. REMOVE BARRIERS IN TECHNOLOGY
  • 12. HOW TO MAKE PRODUCTS ACCESSIBLE
  • 14. USE AN EARLIER APPROACH TEST COLOURS: > Meanings for target audience > Contrast levels > Use tools for different colour blindness STORIES & FUNCTIONALITY > Inverse functional requirements OPINIONS > Known for high cost – low benefit > Demonstrate value earlier stage
  • 16. TECHNICAL PRACTICES ALT TAGS LABELS General: requires adequate description of what someone is missing Informational: describes image like a graph, measurements, factors (SUMMARY ATTR for tables) Decorative: requires an empty tag to show that it’s meant to be ignored Informative: What it is? What is needed? End consequence? IDs: Unique for a robust system Structure: Keep headings structurally logical to define the page CSS Fake Uppercase: Prevents screen-reader errors of acronyms Sensory characteristics: Add more than 1 styling to interactive components Links: Move lines denoting links to underneath g’s and y’s
  • 17. WHAT ARE THESE? ARIATAGS LABELS General: requires adequate description of what someone is missing Informational: describes image like a graph, measurements, factors (SUMMARY ATTR for tables) Decorative: requires an empty tag to show that it’s meant to be ignored Informative: What it is? What is needed? End consequence? IDs: Unique for a robust system Structure: Keep headings structurally logical to define the page CSS Fake Uppercase: Prevents screen-reader errors of acronyms Sensory characteristics: Add more than 1 styling to interactive components Links: Move lines denoting links to underneath g’s and y’s
  • 18. USERS
  • 19. USERS YOUR SERVICE - What does it mean to them? INDEPENDENCE? - Are they able to use your service independently? LOGICAL TASKS – Could something be simplified? Are they struggling? PREDICTABLE – Is it clear what is expected? CONSISTENCY - Does it work like they’re used to? E.g. JAWS shortcuts FLEXIBLE? – Can default settings be overridden to suit their needs?
  • 21. USER TESTING DRASTIC CHANGES - Is what you’re doing worth it? LABEL ALTERNATIVES - Are they descriptive enough of what they do? CONTENT (& HIDDEN) - Is it repeated? Can it be skipped over? INPUT COMPONENTS? - Do users know what is required; action, input? TOOLS - Does it work with JAWS shortcuts? VoiceOver? MAGic? Others? How do they feel using your product?
  • 22. MANUAL TESTING HTML STRUCTURE – Does it read logically? MEDIA CONTENT – Does it automatically play? – When muted, can you still grasp information from audio content? SCREEN-READERS – Do components have a descriptive label? – Are images adequately described in the right context? NAVIGATION – Can you use mouse only? – Keyboard only? LABEL CHANGES – Will labels fit components with language changes? CONTRAST – Is everything visible, and shows what it does? -High contrast? RENDERING – Does it work on most popular platforms?
  • 23. TESTING TOOLS CODE SNIFFERS - Find bugs in HTML & CSS 1. http://squizlabs.github.io/HTML_CodeSniffer/ 2. http://www.pa11y.org COLOUR CONTRAST – High contrast & different colour blindness 1. http://www.color-blindness.com/coblis-color-blindness-simulator/ SOFTWARE – 1. Fangs, Firefox plugin for screen-reader scripts 2. VoiceOver, default screen reader Mac OS X 3. Lynx, visually impaired friendly browser
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 31. 1.  Accessible Rich Internet Applications 2.  Used by assistive technologies 3.  Provides useful descriptions a.  Completion shown in progress bars b.  Form input explanations c.  State of components i.  Hover ii.  Expanded iii.  Collapsed 4.  WAI-ARIA best practices 1.  Steps on the best way to be accessible 1.  Has three compliancy levels a.  A, AA, AAA (AAA = most accessible), 2.  Set of web standards by w3c 3.  Most websites use these as guidelines a.  Good for keeping sites consistent with accessibility 4.  Most laws use these as rules to achieve accessibility ARIA ATTRIBUTES WCAG 2.0 STANDARDS MEANINGS
  • 33. RESOURCES McDonald’s’ different cultural focuses – http://blog.usabilla.com/designing-for-a-cross-cultural-user-experience-part1/ Different meanings in cultures – http://importexport.about.com/od/MarketingAndSellingGlobally/a/Designing-For-Foreign- Cultures.htm Going blind for a week – http://blog.silktide.com/2013/01/things-learned-pretending-to-be-blind-for-a-week/ 24 Accessible CSS Practices – http://24ways.org/2007/css-for-accessibility/