SlideShare una empresa de Scribd logo
1 de 106
How we became accidental
accessibility champions, and how you
could too!
1
Section title
Chris Gibbons
Senior UX Developer
@_gbbns
Anya Braun
UX Researcher
@ux_lady
What we’re going to do:
• Talk about how we accidently become the face of
accessibility
• Things that helped us along the way
• Establishing an inclusive design culture
• What we’ve still got to learn
2
Section title
You’ll get a chance to:
• Empathise with a range of impairments
• Carry out your own accessibility testing (ethically)
• Takeaway practical tips & advice to enable you to
do this
3
Section title
Auto Trader
4
Section title
5
12t
h
biggest UK
Page views, ComScore CY2017
website
55mmonthly
585,000
Vehicles listed per day
(average)
4xmore
Auto
searches
than
Google
Engagement compared
with all other portals
COMBINED
2.5x
95
Adviews
per second
140kvehicles
moved with MTD
cross-platform
visits
ComScore –Nov 17
2xmore
influential
for new car
buyers
than nearest
competitor
Annual Car Buying Report 2016
Diversity &
Inclusion
Culture
Section title
7
Globally, how many people
have some form of disability?
1 Billion!
(approx. 15%!)
9
http://www.who.int/disabilities/world_report/2011/en/
How many people in the UK
do you think have access
needs?
13.9 million people in the UK
Family resources survey - financial year 2016/17
https://www.scope.org.uk/media/disability-facts-figures
In 2011 what % of
websites failed to meet
WCAG guidelines?
12
98%!
13
http://www.accessiq.org/learn/content/web-accessibility-infographic
POUR
4 principles of accessibility
14
POUR
https://www.youtube.com/watch?v=hs8sykCaf3E
15
https://twitter.com/dugboticus
POUR
• Perceivable
• Operable
• Understandable
• Robust
What is inclusive design?
Over to you
“Digital inclusion, or rather, reducing
digital exclusion, is about making sure
that people have the capability to use
the internet to do things that benefit
them day to day”
https://www.gov.uk/government/publications/government-digital-inclusion-
strategy/government-digital-inclusion-strategy
'The design of mainstream products and/or
services that are accessible to, and usable
by, as many people as reasonably
possible...
Predictive text
22
Subtitles
24
OXO Good Grips
26
http://americanhistory.si.edu/collections/search/object/nmah_1417719
Types of impairment
Vision
Hearing
Motor
Cognitive
Web Accessibility
Perspectives: Keyboard
Compatibility
https://www.youtube.com/watch?v=93UgG72os8
M
Accessibility Research
How would you make users
feel comfortable?
33
Things to consider:
• Assistive tech/equipment
• Home visit
• Consider meet & greet?
• Ensure safety & comfort
Section title
34
Inclusive
Design
Personas
Steps we’ve taken
• Building awareness
• Audit & Integrate with product life cycle
• Building up a case study
• Creating a working group
• Getting stakeholder buying in
Building awareness
http://uxinthecity.net/2017/manchester/
39
Are we digitally
inclusive?
Section title
41
Chris Bush
@southern
Molly Watt
@mollywatttalks
“But blind people dont
drive cars?”
Section title
43
Workshops &
Awareness
44
Retinitis
Pigmentosa
45
Arthritis
simulation
gloves
46
www.inclusivedesigntoolkit.com
What next?
Section title
47
Product life cycle
49
Research
How can we prove that
these users exist?
51
Unique events per month
1k – 3k
52
<a href="#content"
class="tracking-standard-link at-
accessibility-link"
data-label="accessibility-skip-to-
content">
Skip to content
</a>
Lab Study
Goal: Observe how
users with different
impairments interact
with Auto Trader
53
5 participants
• Visually impaired
• Dyslexic
• ADHD
• Motor Impairment
• Colour Blind
54
What did
we learn?
55
Recruitment
is key
What did
we learn?
56
Choice
overload
What did
we learn?
57
Colour
Contrast
Design
Re-brand
The colour palette
60
#FFD5D1
255,213,209
pink
#5D7199
93,113,153
blue-light
#FFEBB6
255,235,182
yellow-light
#FF4436
255,68,54
at-red
#313C53
49,60,83
at-blue
#FFC400
255,196,0
yellow
#FE0600
254,6,0
red-dark
#242D3D
36,45,61
blue-dark
#FF9A00
255,154,0
orange
#F7F7F5
247,247,245
grey-light
#86EBE9
134,235,233
aqua-light
#B4EDA0
180,237,160
green-light
#E8E8E3
232,232,227
grey
#00D7D2
0,215,210
at-aqua
#7BD500
123,213,0
green
#D0D0CB
208,208,203
grey-dark
#06A09D
6,160,157
aqua-dark
#3F7600
63,118,0
green-dark
Pattern Library
61
Development
Section title
62
Recurring themes
Missing attributes
64
<img src="https://placekitten.com/g/200/300" />
Missing attributes
65
<img src="https://placekitten.com/g/200/300"
alt="" />
Missing attributes
66
<img src="https://placekitten.com/g/200/300"
alt="Kitten looking confused" />
Missing attributes
67
Missing attributes
68
Missing attributes
69
Anchor tags without href.
70
<li>
<a class="a-class">a link</a>
</li>
<li>
<a class="a-class">a link</a>
</li>
Anchor tags without href.
71
<li>
<a class="a-class"
href="/path-to-url/">a link</a>
</li>
<li>
<a class="a-class"
href="/path-to-url/">a link</a>
</li>
Demo
https://goo.gl/MsKfU4
Is it a button or a link?
73
“Something that comes up again and again in
front-end accessibility is the issue
of links versus buttons.
You know, the HTML elements that open links in
new windows or submit forms? ”
https://marcysutton.com/links-vs-buttons-in-modern-web-applications/
:focus
75
/* remember to define focus styles! */
:focus {
outline: 0;
}
http://www.outlinenone.com/
Marking up a things correctly
76
<label>Enter your name:</label>
<input type="text” />
Marking up a things correctly:
77
<label for="name">Enter your name:</label>
<input type="text" name="name" id="name”/>
Testing
Section title
79
Automate all the things
80
Turning CSS off
81
Turning CSS off
82
Take the no mouse challenge
https://webaim.org/articles/screenreader_testing/
Keyboard navigation possible?
84
Over to you
Experience it for yourself
Blind film critic
https://www.youtube.com/watch?v=P1e7ZCKQfMA
Discussion
Case Study
Careers
site
93
Core Pattern Library
“sparkplug”
94
Working group
Inclusive
Design Guild
Section title
96
0.24%!
(approx.)
Section title
97
How to do this?
• Spam communication channels
• Biscuits
• “Recruit” people after the awareness
workshops
Section title
98
Training
100
https://eu.udacity.com/course/web-accessibility--ud891
Assistive tech & screen readers
101
https://www.nvaccess.org/
Know your audience
Takeaways
• Build awareness
• Audit & Integrate with product life cycle
• Case study
• Working group
• Know your audience (stakeholders)
106
• It’s not easy
• It’s not quick
• But it’s rewarding!
Apple – Accessibility – Sady
https://www.youtube.com/watch?v=XB4cjbYywqg
Section title
108
“The power of the Web is in its
universality. Access by everyone
regardless of disability is an
essential aspect…”
https://www.w3.org/Press/IPO-announce
Section title
110
Thank you.
@_gbbns @ux_lady
Resources: https://goo.gl/f5KTgK
#autotraderlife
Q&A
Section title
112

Más contenido relacionado

Similar a How we became accessibility champions and how you could to!

User Research When You Can’t Reach Your Users NERD 20140913
User Research When You Can’t Reach Your Users NERD 20140913User Research When You Can’t Reach Your Users NERD 20140913
User Research When You Can’t Reach Your Users NERD 20140913Heather Staudt
 
Don't Panic! How to perform an accessibility evaluation with limited resources
Don't Panic! How to perform an accessibility evaluation with limited resourcesDon't Panic! How to perform an accessibility evaluation with limited resources
Don't Panic! How to perform an accessibility evaluation with limited resourcesMichael Ryan
 
UX, Agile and product management
UX, Agile and product managementUX, Agile and product management
UX, Agile and product managementPhil Barrett
 
Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...
Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...
Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...Nexer Digital
 
Approaching Design with Accessibility in Mind
Approaching Design with Accessibility in MindApproaching Design with Accessibility in Mind
Approaching Design with Accessibility in MindRegine Gilbert
 
Colorblindness and design
Colorblindness and design Colorblindness and design
Colorblindness and design kaikikazuki
 
Superheroes SXSW 2013
Superheroes SXSW 2013Superheroes SXSW 2013
Superheroes SXSW 2013Yvonne So
 
Design & Crowdsourcing - by Pascal Beucler
Design & Crowdsourcing - by Pascal BeuclerDesign & Crowdsourcing - by Pascal Beucler
Design & Crowdsourcing - by Pascal BeuclerMSL
 
Transforming Digital Government Services Workshop - Tuesday 21st October
Transforming Digital Government Services Workshop - Tuesday 21st OctoberTransforming Digital Government Services Workshop - Tuesday 21st October
Transforming Digital Government Services Workshop - Tuesday 21st OctoberPrecedent
 
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...UXPA International
 
Brainstorming session - Providing top-notch (online) research that clients ca...
Brainstorming session - Providing top-notch (online) research that clients ca...Brainstorming session - Providing top-notch (online) research that clients ca...
Brainstorming session - Providing top-notch (online) research that clients ca...Merlien Institute
 
Building a UX Brand
Building a UX BrandBuilding a UX Brand
Building a UX BrandBob Thomas
 
The Intersection of Usability, Accessibility, and SEO
The Intersection of Usability, Accessibility, and SEOThe Intersection of Usability, Accessibility, and SEO
The Intersection of Usability, Accessibility, and SEODesignHammer
 
An introduction to agile for marketing
An introduction to agile for marketingAn introduction to agile for marketing
An introduction to agile for marketingFrank Days
 
Developing internationally building stuff that works across the world - adobe
Developing internationally   building stuff that works across the world - adobeDeveloping internationally   building stuff that works across the world - adobe
Developing internationally building stuff that works across the world - adobeUgonna William Imoh
 
GAAD_EVENT_V3.pptx
GAAD_EVENT_V3.pptxGAAD_EVENT_V3.pptx
GAAD_EVENT_V3.pptxSumanDamera1
 
Resilient brands workshop - building brands in the digital age
Resilient brands workshop - building brands in the digital age Resilient brands workshop - building brands in the digital age
Resilient brands workshop - building brands in the digital age Brilliant Noise
 

Similar a How we became accessibility champions and how you could to! (20)

User Research When You Can’t Reach Your Users NERD 20140913
User Research When You Can’t Reach Your Users NERD 20140913User Research When You Can’t Reach Your Users NERD 20140913
User Research When You Can’t Reach Your Users NERD 20140913
 
Don't Panic! How to perform an accessibility evaluation with limited resources
Don't Panic! How to perform an accessibility evaluation with limited resourcesDon't Panic! How to perform an accessibility evaluation with limited resources
Don't Panic! How to perform an accessibility evaluation with limited resources
 
UX, Agile and product management
UX, Agile and product managementUX, Agile and product management
UX, Agile and product management
 
Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...
Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...
Accidentally becoming accessibility champions - Chris Gibbons & Anya Braun [C...
 
Approaching Design with Accessibility in Mind
Approaching Design with Accessibility in MindApproaching Design with Accessibility in Mind
Approaching Design with Accessibility in Mind
 
Colorblindness and design
Colorblindness and design Colorblindness and design
Colorblindness and design
 
Superheroes SXSW 2013
Superheroes SXSW 2013Superheroes SXSW 2013
Superheroes SXSW 2013
 
Design & Crowdsourcing - by Pascal Beucler
Design & Crowdsourcing - by Pascal BeuclerDesign & Crowdsourcing - by Pascal Beucler
Design & Crowdsourcing - by Pascal Beucler
 
Transforming Digital Government Services Workshop - Tuesday 21st October
Transforming Digital Government Services Workshop - Tuesday 21st OctoberTransforming Digital Government Services Workshop - Tuesday 21st October
Transforming Digital Government Services Workshop - Tuesday 21st October
 
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...UXPA2019  Enhancing the User Experience for People with Disabilities: Top 10 ...
UXPA2019 Enhancing the User Experience for People with Disabilities: Top 10 ...
 
Brainstorming session - Providing top-notch (online) research that clients ca...
Brainstorming session - Providing top-notch (online) research that clients ca...Brainstorming session - Providing top-notch (online) research that clients ca...
Brainstorming session - Providing top-notch (online) research that clients ca...
 
Building a UX Brand
Building a UX BrandBuilding a UX Brand
Building a UX Brand
 
Building a UX Brand
 Building a UX Brand Building a UX Brand
Building a UX Brand
 
The Intersection of Usability, Accessibility, and SEO
The Intersection of Usability, Accessibility, and SEOThe Intersection of Usability, Accessibility, and SEO
The Intersection of Usability, Accessibility, and SEO
 
Design for all. Lecture 1
Design for all. Lecture 1Design for all. Lecture 1
Design for all. Lecture 1
 
An introduction to agile for marketing
An introduction to agile for marketingAn introduction to agile for marketing
An introduction to agile for marketing
 
Digital Experience Portfolio 2018
Digital Experience Portfolio 2018Digital Experience Portfolio 2018
Digital Experience Portfolio 2018
 
Developing internationally building stuff that works across the world - adobe
Developing internationally   building stuff that works across the world - adobeDeveloping internationally   building stuff that works across the world - adobe
Developing internationally building stuff that works across the world - adobe
 
GAAD_EVENT_V3.pptx
GAAD_EVENT_V3.pptxGAAD_EVENT_V3.pptx
GAAD_EVENT_V3.pptx
 
Resilient brands workshop - building brands in the digital age
Resilient brands workshop - building brands in the digital age Resilient brands workshop - building brands in the digital age
Resilient brands workshop - building brands in the digital age
 

Último

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 

Último (20)

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 

How we became accessibility champions and how you could to!

Notas del editor

  1. Anya Same intro style as Camp Digital Anya 1st then hand over to Chris
  2. Chris A story of how we implemented and the validity of accessibility That’s what we would like to share with you Our plan is to hopefully entertain and inform you
  3. Anya
  4. Chris Has anyone hear heard of auto trader? Who thinks we still produce a magazine? At it’s peak 450,000 magazine copies were sold every week - not anymore yet we still have people telling us that they bought it last week
  5. Chris Has anyone hear heard of auto trader? Who thinks we still produce a magazine? At it’s peak 450,000 magazine copies were sold every week - not anymore yet we still have people telling us that they bought it last week
  6. Anya Big digital player - here are some massive numbers from ComScore (independent) We're the 12th biggest after the likes of Google and Facebook Humble Not just used car Huge amount of traffic - over half a million! We have huge access to data and as a digital business it enables us to ask questions
  7. Anya Aside from being a big digital brand the company is also heavily invested into having a diverse and inclusive culture that is there to support everyone Pride/ATWN/BAME
  8. Chris
  9. Chris Explain what WCAG is - websites failed to meet the W3C's international Web Content Accessibility Guidelines
  10. Anya
  11. Anya As well as the public site we provide software and tools for dealers, who in turn have a whole raft of laws to comply with. If their employees can't use our software/tools then we're the ones who will get in trouble
  12. Chris Explain what WCAG is - websites failed to meet the W3C's international Web Content Accessibility Guidelines ** BREAKING NEWS ** 2.1 is now a recommendation!
  13. Gibbons
  14. Chris
  15. Alistair Duggin Head of Accessibility @gdsteam
  16. Chris Perceivable – All users have the same experience Operable – All elements/controls are usable Understandable – Content is clear and easy to understand Robust – Can access all content with a wide range of tech
  17. ANYA For this next section we’re going to be talking about What is accessibility Who it affects? How it affects them **Ask the audience ** Universal design refers to broad-spectrum ideas meant to produce buildings, products and environments that are inherently accessible to older people, people without disabilities, and people with disabilities.
  18. ANYA SPLIT INTO MINI GROUPS IN YOUR TABLES SPEND A COUPLE OF MINTUES WRITING WHAT YOU THING.. DISCUSS Then ask for people’s answers after a few minutes… go round the room/tables etc.
  19. CHRIS - Digital inclusion, or rather, reducing digital exclusion, is about making sure that people have the capability to use the internet to do things that benefit them day to day
  20. CHRIS Inclusive design does not suggest that it is always possible to design one product to address the needs of the entire population. Instead, inclusive design guides an appropriate design response to diversity in the population through: Thinking about that Lets think about things we take for granted
  21. Chris Can trace it’s origins back to the early 1970s. 1988 when the software for a text system for communicating with deaf people via phone was patented
  22. Keystrokes was designed for users with motor problems
  23. Anya first inivented for hard of hearing to watch film/video
  24. Anya sure we all use it commute to work forgotten headphone videos on the train/bus...
  25. Chris OXO products follow the Universal Design philosophy in which designers take into consideration the greatest variety of needs in order to create products that are usable by as many people as possible
  26. The idea behind OXO Good Grips kitchen tools came to Sam Farber while on holiday. He observed his wife Betsy, who suffered from arthritis, struggling with metal handled kitchen tools. He made a few models of new handle styles and, after returning home to New York, the Farbers worked with the design firm Smart Design to develop OXO Good Grips.
  27. Anya Look at different types Long term & temporary/situational Predefined by global standards body
  28. ANYA LONG Colour Blind, registered blind, visual impaired, Chris Temp/Situational Forgotten glasses, migraine, screen glare
  29. Anya: the next category of impairments hearing hard of hearing ? deaf? Chris: Phone in busy noisy environment or something as innocuous as an ear infections
  30. Anya: Motor skills Arthritis, Cerebral palsy, Chris: Broken wrist, holding a baby/
  31. Anya: Autism, Dyslexia, Dyscalculia Chris Medication, Headache, Tired, or Hangover
  32. Show a quick video to demonstrate what we’ve been talking about
  33. Anya with Chris supporting Over to the audience for discussion (Ethics) Making users feel comfortable with the session Make sure you have correct equipment for the test and for them in general Reasonable adjustments Persona screen
  34. Things to consider: Will you provide assistive tech or will participants bring their own equipment Is it easier for you to visit them instead? Do you to need to consider meet and greet aspects? How will you ensure the safety and comfort of your participants?
  35. Anya Barclays do accessibilty / inclusive design brilliantly They have created personas Google/GitHub https://www.barclayscorporate.com/content/dam/corppublic/corporate/Documents/Accessibility/Diverse-Personas-Issue-1.pdf
  36. Chris
  37. Chris
  38. Chris UX in the city Henry Charge
  39. Got back to the office and asked the question
  40. Chris
  41. Anya Company attitude wasn’t doing it’s duty Inclusive culture but not transferred into the digital aspect Out of sync We felt that the digital aspect of our site didn’t quite marry up with all the great things that were going on with the culture Ask the question from a product point of view
  42. Chris Inspired We needed take this on for Auto Trader Chris - Head of experience design - Sigma Molly – Has Usher syndrome and is a web accessibility and usability consultant
  43. Anya Facing questions And off the back of Chris and Mollys awesome workshop Dispell the myth It’s something that we’ve tried to overcome with the awareness piece, First we know that many visually impaired users still drive, purchase cars for other family members and it’s not just about the visual side it’s the cognitive and motor
  44. Anya As part of diversity and inclusion month at AT we ran three workshops (2 in Manchester office, one in London) There was an interest Cross section of job roles People wanted to learn We wanted to give people something to takeback to their squads That was their own light bulb moment
  45. Anya Can you imagine having to search for a car through a straw?
  46. Anya – engineering design center It wasn't until this point that people had their own light bulb moment
  47. Anya This was all well good to find out But we had to work out how we were going to actually action this and keep the momentum going
  48. Anya Nicely into the next section around integrating into product life cycle and auditing our products
  49. The start of our funnel was the research It didn’t take much to build up a case! NNgroup – 5 participants Agency
  50. If anyone is new the the accessibility world, many websites have ‘skip to content’ button where by a user that is using their keyboard to navigate a site rather than visually looking at it They can skip straight into the main site rather than having to have the navigation read out
  51. We started with the quant side of things https://analytics.google.com/analytics/web/#/report/content-event-events/a59686422w94748938p100822865/_u.date00=20180101&_u.date01=20180402&explorer-segmentExplorer.segmentId=analytics.eventLabel&explorer-table.plotKeys=%5B%5D&explorer-table.filter=accessibility-skip-to-content&explorer-table-tableMode.selected=data/
  52. https://analytics.google.com/analytics/web/#/report/content-event-events/a59686422w94748938p100822865/_u.date00=20180101&_u.date01=20180402&explorer-segmentExplorer.segmentId=analytics.eventLabel&explorer-table.plotKeys=%5B%5D&explorer-table.filter=accessibility-skip-to-content&explorer-table-tableMode.selected=data/
  53. We then wanted to build up a better picture and speak to some real users with different impairments Observe how they interact with the site and if there were any pain points This wasn’t a full usability study but rather some initial research
  54. a range of impairments
  55. We learnt a valuable lesson in that we should have used specialized recruitment rather than our usual recruiment agency
  56. We observed things like cognitive overload, some participants struggling with the mobile site,
  57. Lots of colour contrast ratio issues Where they were not strong enough
  58. We recently rebranded
  59. New set of colours We now know which colours work well together to form a high colour contrast Ratio of AA The WebAIM guidelines recommend an AA (minimum) contrast ratio of 4.5:1 for all text. An exception is made for very large text (120-150% larger than the default body text), for which the ratio can go down to 3:1. 
  60. All of these colours are housed in our pattern library along with other design elements such as illustrations and type Everything in there has been considered from an accesiiblity stand point It was important to get accessibility into design thinking as it's often the start of the journey
  61. ie: alt attribute on images [insert WAVE picture showing fuck tonne of errors]
  62. ie: alt attribute on images [insert WAVE picture showing fuck tonne of errors]
  63. ie: alt attribute on images [insert WAVE picture showing fuck tonne of errors]
  64. ie: alt attribute on images [insert WAVE picture showing fuck tonne of errors]
  65. ie: alt attribute on images [insert WAVE picture showing fuck tonne of errors]
  66. This is what we found when doing a quick audit for you a11y workshops… not going
  67. Chris – Explain demos etc.
  68. These cause the screen reader to interpret the content as a link, and the button functionality is lost. For these cases, replace the anchor tag with a real button and style it appropriately.
  69. These cause the screen reader to interpret the content as a link, and the button functionality is lost. For these cases, replace the anchor tag with a real button and style it appropriately.
  70. :focus states on links and buttons in CSS, it takes minutes to do. Usually a design steer, but incredibly important aspect to keep in.
  71. Does a form have a legend? Do inputs have a label? Are form elements group logically in fieldsets?
  72. Does a form have a legend? Do inputs have a label? Are form elements group logically in fieldsets? This is bread & butter work. You don't need permission to do it right.
  73. Just do it.
  74. Aim is to get it into all pipelines, currently my teams project has it in and we can get it showcased w/learnings One of the QA's has setup pa11y dashboard Slowly getting traction, ace. pa11y-ci pa11y-dashboard [What do our pa11y tests currently look like? Show example code of it logging into the app! Screenshots/outcomes] §
  75. Chris
  76. Apple a11y video
  77. 12:05 12:15 Anya Next section is going to be over to you
  78. Not strictly for a11y, but it'll help enforce better standards/consistency between devs
  79. Anya: Experience some impairments On the table - some simulation equipment Task to carry out, a couple of people Rotate around
  80. Anya Blind film critic video Instagram!
  81. Anya
  82. Anya: Next section Chat about building up a case study
  83. Anya Build traction and people were getting more involved HR build site that reflected inclusive nature We need a case study to prove that it could be carried out successfully Continue .... Site improve
  84. Chris Next step was to create a reuseable set of patterns and components which have all be tested for A11Y Production tested
  85. Chris learnt from the careers site Next step was to create a reuseable set of patterns and components which have all be tested for A11Y Production tested
  86. Anya We also got a working group together We have a cross section of people from all around the company
  87. Anya We've adopted the spotify model Tribes & squads / Chapters Guilds A guild is a community of members with shared interests. These are a group of people across the organization who want to share knowledge
  88. Anya 0.24%! Needed help Based on feedback from the workshops Find champions across the business
  89. Anya 0.24%! Needed help Based on feedback from the workshops Find champions across the business
  90. Chris TRAINING KNOWLEDGE SHARING TOOLS Chat New tools Distribute Knowledge Improve quality Consistency of experience
  91. Chris We want people to be building things right. We want to educate people, not just developers. Plans to run primer style courses on core web dev topic Brown bags Meet-ups Conferences
  92. Chris Currently none. However we are looking at screen readers such as NVDA (which is free + open source!) as well as using the tools baked into iOS and Android.
  93. Anya Final step we wanted to talk about was around Getting stakeholder buy in; But its about how you sell it senior management vs. product owner. You can tell the same story, but in different ways! KPI’s etc.
  94. Anya
  95. Chris Semantic - is it a button, or a link? Is it a paragraph? Correct heading level etc. Valid - We had a lot of errors, not an issue as such but could break assistive tech WAI-ARIA (Web Accessibility Initiative Accessible Rich Internet Applications) - Our apps in 'trade' are SPA's so are we using the correct attributes, or even actually using it? We have a lot of shared code, some components are global across our apps ie. Header/Footer. How can we build a consistent experience for users with & without assistive tech? add in more desc for non tec user & add examples
  96. Chris Why? Share knowledge Keeps everyone in the loop of what's been done and why
  97. Anya
  98. Anya A video of Sady Who has cerebal palsy
  99. CHRIS: Tim Berners Lee, pioneer of the internet as we know it. Accessibility should be baked in from the beginning and not an after thought, It shouldn't be hard or expensive but if you leave it until the end it will be.
  100. 12:20