SlideShare a Scribd company logo
ARIA Ready for This?
Testing for
Accessibility
Sara Tabor
Director of Quality Assurance, Code and Theory
Thriving is learning to adapt.
Is my company or
product at risk of
litigation?
Legality Innovation
Will adaptation
provide new
pathways 

of awareness?
Inclusion
Is it “ethically good”
to remove barriers
for end users 

with disabilities?
What Matters to My Company?
Primary
Accessibility
Requirement
Indicators
Prohibits discrimination to people
with disabilities for any program
receiving federal financial
monies
Section 504 The ADASection 508
Sections 504/508 and the ADA
Requires Federal Agencies (and
those receiving federal monies)
to have electronic and
information technology
accessible to people with
disabilities
The Americans with Disabilities
Act requires businesses, state
and local governments and
nonprofit services providers
make accommodations for the
disabled public
Effective January 18, 2018
Section 508
2018 Refresh
& WCAG 2.0
◦ As of January 18, 2017, the Section 508
regulations now reference the W3C (World
Wide Web Consortium)’s current standards
set, WCAG 2.0. 
◦ Government understands that a more
nimble regulatory commission should
provide the standards set, so long as overall
regulatory expectations are met. 
◦ Refresh allows for one year, or January
18, 2018, for compliance to have web and
app development aligned with WCAG 2.0 AA
level for all points going forward.
◦ Work prior to January 18 2018 is allowed
to be ‘grandfathered in’ - should any code
change, the alterations must align with the
Section 508 Refresh/WCAG 2.0 AA
standards. 
◦ Refresh also affects Section 255 of the
Telecommunications Act, actioning mobile/
smartphone technology to also apply with
accessibility compliance.
ITERATIVE GOVERNMENT
WCAG (sometimes
pronounced “Wik-Ag”)
stands for Web Content
Accessibility Guidelines. 
WCAG 2.0
Principles
Perceivable Operable
Understandable Robust
For each guideline, there are
testable success criteria, which
are at three levels: A, AA, and
AAA.

AA level standards includes A
level; AAA level standards
includes AA and A level.

WCAG 2.0
Standards Levels
A Level - Bare Minimum
AAA Level - Over The Top
AA Level - Just Right
a11y User
Personas
People With
Disabilities

(PWDs)
◦ Individuals who self-
identify as disabled that
are away from the typical
physical or digital
interaction ‘norm’

◦ Disabled people are a
protected minority, and
one that anyone can join
(and most eventually will,
in some manner

◦ Disabled people may
find alternate methods or
have “super powers” that
are result of adaptation
PHYSICAL & DIGITAL ADAPTORS
Jonathan
College Student
I appreciate
real-time
captioning for
my college
lectures.
• Deaf people consider themselves part
of their own culture, with a distinctly
constructed language
• Cochlear implants may produce noise
feedback, but not always in a manner
that we would associate as being sound

https://youtu.be/1kQPZdQxDbo?t=27
• May feel as an outsider to others’
incidental conversations and
interactions
DEAF, ASL SPEAKER
Michelle
Graphic Designer
I love mystery
novels - I eat
them up on my
audiobook
application!
PERSON WITH DYSLEXIA
• Dyslexia is a written language
processing learning disability that may
display as incorrect letter order/
orientation
• Weighted letters for typography can
sometimes be helpful

https://www.doi.gov/
• Alternate methods for writing or
consuming written language provide
efficiencies, like VoiceUI
Matthew
Software Engineer
Artificial
Intelligence
advances are
helping me
navigate the
world.
LOW VISION, LIGHT SENSITIVE
• Blind/low vision people may navigate a
page through screenreader (demo)
• Zoom levels are helpful for low visual
acuity or narrow range of visual scope
• Braille readers are helpful for Deaf-blind
individuals, but are recently coming
back in vogue as tablet-style braille
readers
Caleb
Television Reporter
Home
automation is
making my life
much easier
and more
efficient.
QUADRIPLEGIA
• End user who has upper mobility
impairment may include grasp, lack of
sensitivity, spasticity, etc.
• Enhancements in technology allow for
less expensive technology integrations

https://youtu.be/K89sE2RXwuI?t=54
• Very high-level upper mobility
impairment may use single tap buttons
or mouth mice to navigate the internet
Thomas
Financial Analyst
Lorna
Retiree
Noelle
Stay at Home Parent
Camilla
Foreign Language Student
Captions on my favorite
English language shows
help me understand.
I’m overtired and
multitasking 

six things at once.
Siri doesn’t understand
my New Yorker accent!
I forgot my reading
glasses at home today.
Adaptive Tech
Accessible
Interactions
Increase Zoom Level to 200%
Accessible
Interactions
Video Closed Captioning
Adaptive
Toolsets
Screenreaders
Adaptive
Toolsets
Mouth Mouse
Adaptive
Toolsets
Eye Tracking Devices
Adaptive
Toolsets
Refreshable Braille Display
Unintentionally
Adaptive
Audiobooks & Podcasts
Increased access to technology
allows for greater personal autonomy
and efficiency for PWD/all end users
Tech Access Example
Interactive Fillable PDFs
Provide Efficiencies for 

All End Users
Tech Access Example
Interactive Fillable PDFs
Provide Efficiencies for 

All End Users
Test
Methodologies
Screaming Frog
Deadhead Toolsets
• Many SEO principles overlap with
a11y principles.
• Validation that page structure is
expected.
• Validate redirects are handled
appropriately, no blocked flows.
• Validate markup on pages (single h1
devices, meta images include
descriptions, etc.)
W3G Markup 

Validation Toolsets
Deadhead Toolsets
• Important for overall site validation.

• API integration can run on commit via
Jenkins. 

• Also helpful for XML or RSS Feeds,
popular with screenreader users.
Tenon.io
Deadhead Toolsets
•Markup validator with customized
ruleset for accessibility.

• Easy to correct errors are clearly
listed, failure rate defined per page.

• Developers are able to learn more
via ‘Recommended Fixes’ (still in
beta, behind login wall).
• Currently, using Webdriver.IO with aXe Core integrated
into framework
• Jenkins integration triggers deadhead toolset (similar
to Tenon.io output)
• Specific automation tests include inline a11y validation
(ex., error state trigger also calls out via aria-live:polite)
• Future: visual differentiation includes contrast and
color blindness validation
WebdriverIO & aXe Core
Automated Testing
• Still the crux of validation for accessibility (covers
about 60% of use cases)
• Validate “false positives” of automated and deadhead
toolset results
• Can be done inline with other manual validation tests
• Best if ‘Shift Left’ principles are integrated - confirm
a11y aligns with comps and functional requirements.
Manual Functionality Testing
Manual Testing
• Creation of ‘a11y’ Epic in JIRA
• Test lead creates a11y task tickets linking
functional user stories/etc., and provides readied
URL(s)
• Test execution occurs once task ticket is readied.
• Bug tickets are created and linked to epic/task for
traceability, triaged for severity by a11y specialist
• Bug tickets executed and remediated inline with
sprint, as an ‘a11y cleanup sprint’, or managed in
future sprint planning.
Managing a11y Epic in JIRA
Ticket Management
a11y

Shift Left
•	 Educated on how to identify clients’ needs for accessibility

	 •	 Capable of delivering ‘upbeat’ messaging, as well as ‘warning’
messaging
Business Development & Account Management
Client Stakeholders
	 •	 Educated on budget, timeline, scope, and deliverables impact

	 •	 Confirm validation stakeholders (ex., internal accessibility and legal
validation) and their lead times/timing

Strategy & Data Analytics
	 •	 Uncovers business needs/desires and their interplay with
accessibility concepts

	 •	 Provide test environment concentration, as well as click indicators
Content Management
	 •	 Simplified content for easy readability, and provides text alternatives
when appropriate

	 •	 “Person first” inclusive language and imagery
a11y Shift Left
in Agency /
Dev Shop
Model
identify clients’ needs for accessibility

g ‘upbeat’ messaging, as well as ‘warning’
ment & Account Management
s
, timeline, scope, and deliverables impact

akeholders (ex., internal accessibility and legal
ead times/timing

nalytics
needs/desires and their interplay with
ts

ment concentration, as well as click indicators
ent
r easy readability, and provides text alternatives
ve language and imagery
a11y Shift Left
in Agency /
Dev Shop
Model
Design
User Experience (UX)
	 •	 Interactions and flows are simplified for easy comprehension

	 •	 Functional requirements include line items on how to manage for
specific accessibility requirements

Front End Development
	 •	 HTML includes appropriate accessibility markup (ARIA notation, role
indication, etc.); Ajax usage is indicated as live regions

	 •	 Majority of defects are remediated by FE development

Back End Development
	 •	 CMS inputs include requirements/validation for content input

	 •	 Server validation and profile flows are retained and provide clear
remediation for end user

	 •	 Confirm color palette and color usage passes contrast/
colorblindness tests

	 •	 Design elements (ex. error states) that are accessible for all users
• clear and upfront to
all end users prior
to commencement
of work
• timing and
workload increase
accounted for prior
to sprint/work
planning
SOW/Scoping
• rework may require
new design or flow
expectation with
client
Design / 

Functional Specs
• rework can trigger
additional
unintentional bugs
• requires validation
of consistency in
codebase
FE/BE Dev
• heavier lift of
defect remediation
• may need to go
back to scoping or
design/UX, causing
delays
QA Remediation
• remediation requires
scaled maintenance
releases
• heaviest lift of defect
remediation
• potential variance of
staffing due to timing
of releases (different
staff for maint. than
product development)
Post Production
Release
• immediacy of
remediation 
• halt on future
feature creation in
lieu of remediation
• legal costs to
business (and
potentially their
vendors)
Legal Action
Cost vs. Timing of a11y Bug Discovery
• Review incoming clients and flag to
executive management or project lead
of potential need from client
• Include WCAG 2.0 default boilerplate
language in all SOWs
Creating Awareness 

at Your Company
Dev Shop/Agency Model
Be Part of the 

Scoping / SOW Processes
• Directors of each department
understand a11y’s impact specific to
their department
• Resourced staff is allocated at
appropriate times
Creating Awareness 

at Your Company
Dev Shop/Agency Model
Education / Awareness 

at Discipline Director Level
• Active internal Slack channel with
thought leaders in a11y answering
questions and fostering collaboration
• Internal a11y thought leaders
integrate with a11y community Slack/
blogs/Twitter/etc.
• Future: multi-disciplinary a11y
thought leaders being formally trained/
certified by IAAP
Creating Awareness 

at Your Company
Dev Shop/Agency Model
Boots on the Ground
Awareness
• Tech approach documentation
delineates what is to be accessible, as
well as calling out what is not to be
accessible (retro content, third party
integrations, etc.)
• Timing and preparedness for
development team
Creating Awareness 

at Your Company
Dev Shop/Agency Model
Tech Director Awareness
• Clear understanding of which
projects may need a11y 
• Resource management and timing
for any specialists (senior/junior
experience)
• Awareness of severity (and
assistance with priority) for bug triage
and sprint planning
Creating Awareness 

at Your Company
Dev Shop/Agency Model
QA Lead Awareness
Future of 

a11y
Future of a11y
Cutting Edge
Discussions in
Disability &
Accessibility
Communities
WCAG 2.1 Update
• Likely four new criteria to be added in 2018; 3.0 release slated
for 2020
• Improvements expected in resizing content, contrast for
interactive graphics, interruption postponement, and
accidental activation
Future of a11y
Cutting Edge
Discussions in
Disability &
Accessibility
Communities
HR 620 - ADA Education and Reform Act of 2017
• Reduces lawsuit liability for physical domains / allows physical
domains to discriminate until there’s an issue.
• May have implications from physical to digital spaces.
Future of a11y
Cutting Edge
Discussions in
Disability &
Accessibility
Communities
Personal Security & Data Privacy
• People with disabilities can be targeted due to incorrect data
management and security leaks
• Social engineering preys vs. awareness and empowerment
• Home automation provides affordable monitoring services
Future of a11y
Tech &
Adaptation:

Voice UI
Future of a11y
Tech &
Adaptation:

Wearables
Future of a11y
Tech &
Adaptation:

Inclusive
Content 

and Media
Future of a11y
Tech &
Adaptation:

Augmented
and Virtual
Reality
Future of a11y
Tech &
Adaptation:

Artificial
Intelligence
Future of a11y
Tech &
Adaptation:

Additional
Topics
Staying On Top of a11y Trends
#a11y
Sara Tabor
Thank You!
Twitter: @OneHotProcessor
LinkedIn: linkedin.com/in/saratabor/

More Related Content

What's hot

Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
Sivaprasad Paliyath (CUA - HFI)
 
VRA Assistive Technology @ work Resources
VRA  Assistive Technology @ work ResourcesVRA  Assistive Technology @ work Resources
VRA Assistive Technology @ work Resources
Carrie Anton
 
Eulexia A Wearable Aid For Spell-checking
Eulexia A Wearable Aid For Spell-checkingEulexia A Wearable Aid For Spell-checking
Eulexia A Wearable Aid For Spell-checkingSebastian W. Cheah
 
Web accessibility testing methodologies, tools and tips
Web accessibility testing methodologies, tools and tipsWeb accessibility testing methodologies, tools and tips
Web accessibility testing methodologies, tools and tips
Henny Swan
 
Accessibility Issues
Accessibility IssuesAccessibility Issues
Accessibility Issuesliddy
 
What Is Accessibility Testing?
What Is Accessibility Testing?What Is Accessibility Testing?
What Is Accessibility Testing?
QA InfoTech
 
Language Skills & Communication devices
Language Skills & Communication devicesLanguage Skills & Communication devices
Language Skills & Communication devicesldeese
 
Agile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring BudgetAgile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring Budget
Aaron Grant
 
Slides - Choosing Your e-Learning Development and Delivery Method
Slides - Choosing Your e-Learning Development and Delivery Method Slides - Choosing Your e-Learning Development and Delivery Method
Slides - Choosing Your e-Learning Development and Delivery Method
VIA, Inc.
 
Dearnley2012
Dearnley2012Dearnley2012

What's hot (10)

Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
 
VRA Assistive Technology @ work Resources
VRA  Assistive Technology @ work ResourcesVRA  Assistive Technology @ work Resources
VRA Assistive Technology @ work Resources
 
Eulexia A Wearable Aid For Spell-checking
Eulexia A Wearable Aid For Spell-checkingEulexia A Wearable Aid For Spell-checking
Eulexia A Wearable Aid For Spell-checking
 
Web accessibility testing methodologies, tools and tips
Web accessibility testing methodologies, tools and tipsWeb accessibility testing methodologies, tools and tips
Web accessibility testing methodologies, tools and tips
 
Accessibility Issues
Accessibility IssuesAccessibility Issues
Accessibility Issues
 
What Is Accessibility Testing?
What Is Accessibility Testing?What Is Accessibility Testing?
What Is Accessibility Testing?
 
Language Skills & Communication devices
Language Skills & Communication devicesLanguage Skills & Communication devices
Language Skills & Communication devices
 
Agile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring BudgetAgile Mobile Strategies on a Shoestring Budget
Agile Mobile Strategies on a Shoestring Budget
 
Slides - Choosing Your e-Learning Development and Delivery Method
Slides - Choosing Your e-Learning Development and Delivery Method Slides - Choosing Your e-Learning Development and Delivery Method
Slides - Choosing Your e-Learning Development and Delivery Method
 
Dearnley2012
Dearnley2012Dearnley2012
Dearnley2012
 

Similar to Sara Tabor: Testing For Accessibility - ARIA Ready For It?

Building products people actually can use – why all developers need to unders...
Building products people actually can use – why all developers need to unders...Building products people actually can use – why all developers need to unders...
Building products people actually can use – why all developers need to unders...
Cyber-Duck
 
The what, why, and how of accessibility
The what, why, and how of accessibilityThe what, why, and how of accessibility
The what, why, and how of accessibility
3Play Media
 
Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.
Kate Horowitz
 
Accessibility for Ontarians with Disabilities Act - What is it, how well Shar...
Accessibility for Ontarians with Disabilities Act- What is it, how well Shar...Accessibility for Ontarians with Disabilities Act- What is it, how well Shar...
Accessibility for Ontarians with Disabilities Act - What is it, how well Shar...
Haniel Croitoru
 
Forms for All: Building Accessibility into UiPath App Design
Forms for All: Building Accessibility into UiPath App DesignForms for All: Building Accessibility into UiPath App Design
Forms for All: Building Accessibility into UiPath App Design
DianaGray10
 
Accessibility and inclusive design
Accessibility and inclusive designAccessibility and inclusive design
Accessibility and inclusive design
LindaHurd
 
A11y user stories csun 2018
A11y user stories csun 2018A11y user stories csun 2018
A11y user stories csun 2018
Intopia
 
Accessibility Overview - 508 and WCAG Compliance
Accessibility Overview - 508 and WCAG ComplianceAccessibility Overview - 508 and WCAG Compliance
Accessibility Overview - 508 and WCAG Compliance
Frank Walsh
 
Week 3 Lecture: Accessibility
Week 3 Lecture: AccessibilityWeek 3 Lecture: Accessibility
Week 3 Lecture: Accessibility
Katherine McCurdy-Lapierre, R.G.D.
 
A11y user stories CSUN 2018
A11y user stories CSUN 2018A11y user stories CSUN 2018
A11y user stories CSUN 2018
Intopia
 
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
 
Skills needed-for-a-job-in-accessibility
Skills needed-for-a-job-in-accessibilitySkills needed-for-a-job-in-accessibility
Skills needed-for-a-job-in-accessibility
elianna james
 
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Upside Learning Solutions
 
Accessibility for Fun and Profit
Accessibility for Fun and ProfitAccessibility for Fun and Profit
Accessibility for Fun and Profit
Mike Wilcox
 
A11y presentation-2017
A11y presentation-2017A11y presentation-2017
A11y presentation-2017
Kevin Erickson, CSM
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
Rachel Cherry
 
Do you have a website? Do you want to get sued?
Do you have a website?  Do you want to get sued?Do you have a website?  Do you want to get sued?
Do you have a website? Do you want to get sued?
Devin Olson
 
Intro to Web Accessibility
Intro to Web Accessibility Intro to Web Accessibility
Intro to Web Accessibility
Ashley Dzick
 
How will artificial intelligence change accessibility testing.pptx
How will artificial intelligence change accessibility testing.pptxHow will artificial intelligence change accessibility testing.pptx
How will artificial intelligence change accessibility testing.pptx
AbilityNet
 
Web_Accessibility
Web_AccessibilityWeb_Accessibility
Web_Accessibility
Shivani Sachdeva
 

Similar to Sara Tabor: Testing For Accessibility - ARIA Ready For It? (20)

Building products people actually can use – why all developers need to unders...
Building products people actually can use – why all developers need to unders...Building products people actually can use – why all developers need to unders...
Building products people actually can use – why all developers need to unders...
 
The what, why, and how of accessibility
The what, why, and how of accessibilityThe what, why, and how of accessibility
The what, why, and how of accessibility
 
Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.
 
Accessibility for Ontarians with Disabilities Act - What is it, how well Shar...
Accessibility for Ontarians with Disabilities Act- What is it, how well Shar...Accessibility for Ontarians with Disabilities Act- What is it, how well Shar...
Accessibility for Ontarians with Disabilities Act - What is it, how well Shar...
 
Forms for All: Building Accessibility into UiPath App Design
Forms for All: Building Accessibility into UiPath App DesignForms for All: Building Accessibility into UiPath App Design
Forms for All: Building Accessibility into UiPath App Design
 
Accessibility and inclusive design
Accessibility and inclusive designAccessibility and inclusive design
Accessibility and inclusive design
 
A11y user stories csun 2018
A11y user stories csun 2018A11y user stories csun 2018
A11y user stories csun 2018
 
Accessibility Overview - 508 and WCAG Compliance
Accessibility Overview - 508 and WCAG ComplianceAccessibility Overview - 508 and WCAG Compliance
Accessibility Overview - 508 and WCAG Compliance
 
Week 3 Lecture: Accessibility
Week 3 Lecture: AccessibilityWeek 3 Lecture: Accessibility
Week 3 Lecture: Accessibility
 
A11y user stories CSUN 2018
A11y user stories CSUN 2018A11y user stories CSUN 2018
A11y user stories CSUN 2018
 
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 ...
 
Skills needed-for-a-job-in-accessibility
Skills needed-for-a-job-in-accessibilitySkills needed-for-a-job-in-accessibility
Skills needed-for-a-job-in-accessibility
 
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
Preparing for Next Generation eLearning - Part I - Responsive eLearning & Tin...
 
Accessibility for Fun and Profit
Accessibility for Fun and ProfitAccessibility for Fun and Profit
Accessibility for Fun and Profit
 
A11y presentation-2017
A11y presentation-2017A11y presentation-2017
A11y presentation-2017
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
 
Do you have a website? Do you want to get sued?
Do you have a website?  Do you want to get sued?Do you have a website?  Do you want to get sued?
Do you have a website? Do you want to get sued?
 
Intro to Web Accessibility
Intro to Web Accessibility Intro to Web Accessibility
Intro to Web Accessibility
 
How will artificial intelligence change accessibility testing.pptx
How will artificial intelligence change accessibility testing.pptxHow will artificial intelligence change accessibility testing.pptx
How will artificial intelligence change accessibility testing.pptx
 
Web_Accessibility
Web_AccessibilityWeb_Accessibility
Web_Accessibility
 

More from Anna Royzman

TLC2018 Bertold Kolics: Funnels of Hiring Test Engineers
TLC2018 Bertold Kolics: Funnels of Hiring Test EngineersTLC2018 Bertold Kolics: Funnels of Hiring Test Engineers
TLC2018 Bertold Kolics: Funnels of Hiring Test Engineers
Anna Royzman
 
TLC2018 Dwayne Green: Let's Get Deliberate - for Managers
TLC2018 Dwayne Green:  Let's Get Deliberate - for ManagersTLC2018 Dwayne Green:  Let's Get Deliberate - for Managers
TLC2018 Dwayne Green: Let's Get Deliberate - for Managers
Anna Royzman
 
TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)
TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)
TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)
Anna Royzman
 
TLC2018 Gitte Klitgaard: Imposter Syndrome
TLC2018 Gitte Klitgaard: Imposter SyndromeTLC2018 Gitte Klitgaard: Imposter Syndrome
TLC2018 Gitte Klitgaard: Imposter Syndrome
Anna Royzman
 
TLC2018 Justin Ison: Delivering Flawless UI - Challenges and Solutions
TLC2018 Justin Ison: Delivering Flawless UI - Challenges and SolutionsTLC2018 Justin Ison: Delivering Flawless UI - Challenges and Solutions
TLC2018 Justin Ison: Delivering Flawless UI - Challenges and Solutions
Anna Royzman
 
TLC2018 Melissa Tondi: Finding Efficiencies in Software Testing
TLC2018 Melissa Tondi: Finding Efficiencies in Software TestingTLC2018 Melissa Tondi: Finding Efficiencies in Software Testing
TLC2018 Melissa Tondi: Finding Efficiencies in Software Testing
Anna Royzman
 
TLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing TestingTLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing Testing
Anna Royzman
 
TLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and Delivery
TLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and DeliveryTLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and Delivery
TLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and Delivery
Anna Royzman
 
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and TacticalTLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
Anna Royzman
 
TLC2018 Thomas Haver: The Science of Testing
TLC2018 Thomas Haver: The Science of TestingTLC2018 Thomas Haver: The Science of Testing
TLC2018 Thomas Haver: The Science of Testing
Anna Royzman
 
TLC2018 Thomas Haver: Transform with Enterprise Automation
TLC2018 Thomas Haver: Transform with Enterprise AutomationTLC2018 Thomas Haver: Transform with Enterprise Automation
TLC2018 Thomas Haver: Transform with Enterprise Automation
Anna Royzman
 
TLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 years
TLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 yearsTLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 years
TLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 years
Anna Royzman
 
The Three Pillars of Successful Test Leadership: Driving Projects, Process an...
The Three Pillars of Successful Test Leadership: Driving Projects, Process an...The Three Pillars of Successful Test Leadership: Driving Projects, Process an...
The Three Pillars of Successful Test Leadership: Driving Projects, Process an...
Anna Royzman
 
Alexandra Schieren: It's Just...
Alexandra Schieren: It's Just...Alexandra Schieren: It's Just...
Alexandra Schieren: It's Just...
Anna Royzman
 
Simon Peter Schrijver: Exploratory Testing Live
Simon Peter Schrijver: Exploratory Testing LiveSimon Peter Schrijver: Exploratory Testing Live
Simon Peter Schrijver: Exploratory Testing Live
Anna Royzman
 
Simon Peter Schrjver: Pair Testing
Simon Peter Schrjver: Pair TestingSimon Peter Schrjver: Pair Testing
Simon Peter Schrjver: Pair Testing
Anna Royzman
 
Wing Wong: Quality Coaching
Wing Wong: Quality CoachingWing Wong: Quality Coaching
Wing Wong: Quality Coaching
Anna Royzman
 
Tuhin Mitra: How I Automate My Negative Tests
Tuhin Mitra: How I Automate My Negative TestsTuhin Mitra: How I Automate My Negative Tests
Tuhin Mitra: How I Automate My Negative Tests
Anna Royzman
 
Sumeet Mandloi: Robust Security Testing Framework
Sumeet Mandloi: Robust Security Testing FrameworkSumeet Mandloi: Robust Security Testing Framework
Sumeet Mandloi: Robust Security Testing Framework
Anna Royzman
 
Sumeet Mandloi: Artificial Intelligence Tools in QA Functions
Sumeet Mandloi: Artificial Intelligence Tools in QA FunctionsSumeet Mandloi: Artificial Intelligence Tools in QA Functions
Sumeet Mandloi: Artificial Intelligence Tools in QA Functions
Anna Royzman
 

More from Anna Royzman (20)

TLC2018 Bertold Kolics: Funnels of Hiring Test Engineers
TLC2018 Bertold Kolics: Funnels of Hiring Test EngineersTLC2018 Bertold Kolics: Funnels of Hiring Test Engineers
TLC2018 Bertold Kolics: Funnels of Hiring Test Engineers
 
TLC2018 Dwayne Green: Let's Get Deliberate - for Managers
TLC2018 Dwayne Green:  Let's Get Deliberate - for ManagersTLC2018 Dwayne Green:  Let's Get Deliberate - for Managers
TLC2018 Dwayne Green: Let's Get Deliberate - for Managers
 
TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)
TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)
TLC2018 Gitte Klitgaard: Experience Hierarchy (Workshop)
 
TLC2018 Gitte Klitgaard: Imposter Syndrome
TLC2018 Gitte Klitgaard: Imposter SyndromeTLC2018 Gitte Klitgaard: Imposter Syndrome
TLC2018 Gitte Klitgaard: Imposter Syndrome
 
TLC2018 Justin Ison: Delivering Flawless UI - Challenges and Solutions
TLC2018 Justin Ison: Delivering Flawless UI - Challenges and SolutionsTLC2018 Justin Ison: Delivering Flawless UI - Challenges and Solutions
TLC2018 Justin Ison: Delivering Flawless UI - Challenges and Solutions
 
TLC2018 Melissa Tondi: Finding Efficiencies in Software Testing
TLC2018 Melissa Tondi: Finding Efficiencies in Software TestingTLC2018 Melissa Tondi: Finding Efficiencies in Software Testing
TLC2018 Melissa Tondi: Finding Efficiencies in Software Testing
 
TLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing TestingTLC2018 Shyam Sunder: Legoizing Testing
TLC2018 Shyam Sunder: Legoizing Testing
 
TLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and Delivery
TLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and DeliveryTLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and Delivery
TLC2018 Tanya Kravtsov: 10 Steps to CI, Testing and Delivery
 
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and TacticalTLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
TLC2018 Thomas Haver: The Automation Firehose - Be Strategic and Tactical
 
TLC2018 Thomas Haver: The Science of Testing
TLC2018 Thomas Haver: The Science of TestingTLC2018 Thomas Haver: The Science of Testing
TLC2018 Thomas Haver: The Science of Testing
 
TLC2018 Thomas Haver: Transform with Enterprise Automation
TLC2018 Thomas Haver: Transform with Enterprise AutomationTLC2018 Thomas Haver: Transform with Enterprise Automation
TLC2018 Thomas Haver: Transform with Enterprise Automation
 
TLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 years
TLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 yearsTLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 years
TLC2018 Valeriy Burmistrov: Testing Leaders in 5-10 years
 
The Three Pillars of Successful Test Leadership: Driving Projects, Process an...
The Three Pillars of Successful Test Leadership: Driving Projects, Process an...The Three Pillars of Successful Test Leadership: Driving Projects, Process an...
The Three Pillars of Successful Test Leadership: Driving Projects, Process an...
 
Alexandra Schieren: It's Just...
Alexandra Schieren: It's Just...Alexandra Schieren: It's Just...
Alexandra Schieren: It's Just...
 
Simon Peter Schrijver: Exploratory Testing Live
Simon Peter Schrijver: Exploratory Testing LiveSimon Peter Schrijver: Exploratory Testing Live
Simon Peter Schrijver: Exploratory Testing Live
 
Simon Peter Schrjver: Pair Testing
Simon Peter Schrjver: Pair TestingSimon Peter Schrjver: Pair Testing
Simon Peter Schrjver: Pair Testing
 
Wing Wong: Quality Coaching
Wing Wong: Quality CoachingWing Wong: Quality Coaching
Wing Wong: Quality Coaching
 
Tuhin Mitra: How I Automate My Negative Tests
Tuhin Mitra: How I Automate My Negative TestsTuhin Mitra: How I Automate My Negative Tests
Tuhin Mitra: How I Automate My Negative Tests
 
Sumeet Mandloi: Robust Security Testing Framework
Sumeet Mandloi: Robust Security Testing FrameworkSumeet Mandloi: Robust Security Testing Framework
Sumeet Mandloi: Robust Security Testing Framework
 
Sumeet Mandloi: Artificial Intelligence Tools in QA Functions
Sumeet Mandloi: Artificial Intelligence Tools in QA FunctionsSumeet Mandloi: Artificial Intelligence Tools in QA Functions
Sumeet Mandloi: Artificial Intelligence Tools in QA Functions
 

Recently uploaded

Risk-Management-presentation for cooperatives
Risk-Management-presentation for cooperativesRisk-Management-presentation for cooperatives
Risk-Management-presentation for cooperatives
bernanbumatay1
 
W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...
W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...
W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...
William (Bill) H. Bender, FCSI
 
Enriching engagement with ethical review processes
Enriching engagement with ethical review processesEnriching engagement with ethical review processes
Enriching engagement with ethical review processes
strikingabalance
 
CV Ensio Suopanki1.pdf ENGLISH Russian Finnish German
CV Ensio Suopanki1.pdf ENGLISH Russian Finnish GermanCV Ensio Suopanki1.pdf ENGLISH Russian Finnish German
CV Ensio Suopanki1.pdf ENGLISH Russian Finnish German
EUS+ Management & Consulting Excellence
 
Case Analysis - The Sky is the Limit | Principles of Management
Case Analysis - The Sky is the Limit | Principles of ManagementCase Analysis - The Sky is the Limit | Principles of Management
Case Analysis - The Sky is the Limit | Principles of Management
A. F. M. Rubayat-Ul Jannat
 
Employment Practices Regulation and Multinational Corporations
Employment PracticesRegulation and Multinational CorporationsEmployment PracticesRegulation and Multinational Corporations
Employment Practices Regulation and Multinational Corporations
RoopaTemkar
 
The Management Guide: From Projects to Portfolio
The Management Guide: From Projects to PortfolioThe Management Guide: From Projects to Portfolio
The Management Guide: From Projects to Portfolio
Ahmed AbdelMoneim
 
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
tdt5v4b
 
在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样
在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样
在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样
tdt5v4b
 
Leadership Ethics and Change, Purpose to Impact Plan
Leadership Ethics and Change, Purpose to Impact PlanLeadership Ethics and Change, Purpose to Impact Plan
Leadership Ethics and Change, Purpose to Impact Plan
Muhammad Adil Jamil
 
在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样
在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样
在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样
tdt5v4b
 
原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样
原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样
原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样
tdt5v4b
 
Strategic Org Design with Org Topologies™
Strategic Org Design with Org Topologies™Strategic Org Design with Org Topologies™
Strategic Org Design with Org Topologies™
Alexey Krivitsky
 
Integrity in leadership builds trust by ensuring consistency between words an...
Integrity in leadership builds trust by ensuring consistency between words an...Integrity in leadership builds trust by ensuring consistency between words an...
Integrity in leadership builds trust by ensuring consistency between words an...
Ram V Chary
 
20240608 QFM019 Engineering Leadership Reading List May 2024
20240608 QFM019 Engineering Leadership Reading List May 202420240608 QFM019 Engineering Leadership Reading List May 2024
20240608 QFM019 Engineering Leadership Reading List May 2024
Matthew Sinclair
 
Public Speaking Tips to Help You Be A Strong Leader.pdf
Public Speaking Tips to Help You Be A Strong Leader.pdfPublic Speaking Tips to Help You Be A Strong Leader.pdf
Public Speaking Tips to Help You Be A Strong Leader.pdf
Pinta Partners
 
一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证
一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证
一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证
gcljeuzdu
 
Comparing Stability and Sustainability in Agile Systems
Comparing Stability and Sustainability in Agile SystemsComparing Stability and Sustainability in Agile Systems
Comparing Stability and Sustainability in Agile Systems
Rob Healy
 
Senior Project and Engineering Leader Jim Smith.pdf
Senior Project and Engineering Leader Jim Smith.pdfSenior Project and Engineering Leader Jim Smith.pdf
Senior Project and Engineering Leader Jim Smith.pdf
Jim Smith
 

Recently uploaded (19)

Risk-Management-presentation for cooperatives
Risk-Management-presentation for cooperativesRisk-Management-presentation for cooperatives
Risk-Management-presentation for cooperatives
 
W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...
W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...
W.H.Bender Quote 66 - ServPoints Sequence of Service™ should be Identified fo...
 
Enriching engagement with ethical review processes
Enriching engagement with ethical review processesEnriching engagement with ethical review processes
Enriching engagement with ethical review processes
 
CV Ensio Suopanki1.pdf ENGLISH Russian Finnish German
CV Ensio Suopanki1.pdf ENGLISH Russian Finnish GermanCV Ensio Suopanki1.pdf ENGLISH Russian Finnish German
CV Ensio Suopanki1.pdf ENGLISH Russian Finnish German
 
Case Analysis - The Sky is the Limit | Principles of Management
Case Analysis - The Sky is the Limit | Principles of ManagementCase Analysis - The Sky is the Limit | Principles of Management
Case Analysis - The Sky is the Limit | Principles of Management
 
Employment Practices Regulation and Multinational Corporations
Employment PracticesRegulation and Multinational CorporationsEmployment PracticesRegulation and Multinational Corporations
Employment Practices Regulation and Multinational Corporations
 
The Management Guide: From Projects to Portfolio
The Management Guide: From Projects to PortfolioThe Management Guide: From Projects to Portfolio
The Management Guide: From Projects to Portfolio
 
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
 
在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样
在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样
在线办理(UVic毕业证书)维多利亚大学毕业证录取通知书一模一样
 
Leadership Ethics and Change, Purpose to Impact Plan
Leadership Ethics and Change, Purpose to Impact PlanLeadership Ethics and Change, Purpose to Impact Plan
Leadership Ethics and Change, Purpose to Impact Plan
 
在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样
在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样
在线办理(Murdoch毕业证书)莫道克大学毕业证电子版成绩单一模一样
 
原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样
原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样
原版制作(CDU毕业证书)查尔斯达尔文大学毕业证PDF成绩单一模一样
 
Strategic Org Design with Org Topologies™
Strategic Org Design with Org Topologies™Strategic Org Design with Org Topologies™
Strategic Org Design with Org Topologies™
 
Integrity in leadership builds trust by ensuring consistency between words an...
Integrity in leadership builds trust by ensuring consistency between words an...Integrity in leadership builds trust by ensuring consistency between words an...
Integrity in leadership builds trust by ensuring consistency between words an...
 
20240608 QFM019 Engineering Leadership Reading List May 2024
20240608 QFM019 Engineering Leadership Reading List May 202420240608 QFM019 Engineering Leadership Reading List May 2024
20240608 QFM019 Engineering Leadership Reading List May 2024
 
Public Speaking Tips to Help You Be A Strong Leader.pdf
Public Speaking Tips to Help You Be A Strong Leader.pdfPublic Speaking Tips to Help You Be A Strong Leader.pdf
Public Speaking Tips to Help You Be A Strong Leader.pdf
 
一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证
一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证
一比一原版杜克大学毕业证(Duke毕业证)成绩单留信认证
 
Comparing Stability and Sustainability in Agile Systems
Comparing Stability and Sustainability in Agile SystemsComparing Stability and Sustainability in Agile Systems
Comparing Stability and Sustainability in Agile Systems
 
Senior Project and Engineering Leader Jim Smith.pdf
Senior Project and Engineering Leader Jim Smith.pdfSenior Project and Engineering Leader Jim Smith.pdf
Senior Project and Engineering Leader Jim Smith.pdf
 

Sara Tabor: Testing For Accessibility - ARIA Ready For It?

  • 1. ARIA Ready for This? Testing for Accessibility
  • 2. Sara Tabor Director of Quality Assurance, Code and Theory Thriving is learning to adapt.
  • 3. Is my company or product at risk of litigation? Legality Innovation Will adaptation provide new pathways 
 of awareness? Inclusion Is it “ethically good” to remove barriers for end users 
 with disabilities? What Matters to My Company? Primary Accessibility Requirement Indicators
  • 4. Prohibits discrimination to people with disabilities for any program receiving federal financial monies Section 504 The ADASection 508 Sections 504/508 and the ADA Requires Federal Agencies (and those receiving federal monies) to have electronic and information technology accessible to people with disabilities The Americans with Disabilities Act requires businesses, state and local governments and nonprofit services providers make accommodations for the disabled public
  • 5. Effective January 18, 2018 Section 508 2018 Refresh & WCAG 2.0 ◦ As of January 18, 2017, the Section 508 regulations now reference the W3C (World Wide Web Consortium)’s current standards set, WCAG 2.0.  ◦ Government understands that a more nimble regulatory commission should provide the standards set, so long as overall regulatory expectations are met.  ◦ Refresh allows for one year, or January 18, 2018, for compliance to have web and app development aligned with WCAG 2.0 AA level for all points going forward. ◦ Work prior to January 18 2018 is allowed to be ‘grandfathered in’ - should any code change, the alterations must align with the Section 508 Refresh/WCAG 2.0 AA standards.  ◦ Refresh also affects Section 255 of the Telecommunications Act, actioning mobile/ smartphone technology to also apply with accessibility compliance. ITERATIVE GOVERNMENT
  • 6. WCAG (sometimes pronounced “Wik-Ag”) stands for Web Content Accessibility Guidelines.  WCAG 2.0 Principles Perceivable Operable Understandable Robust
  • 7. For each guideline, there are testable success criteria, which are at three levels: A, AA, and AAA. AA level standards includes A level; AAA level standards includes AA and A level. WCAG 2.0 Standards Levels A Level - Bare Minimum AAA Level - Over The Top AA Level - Just Right
  • 9. People With Disabilities
 (PWDs) ◦ Individuals who self- identify as disabled that are away from the typical physical or digital interaction ‘norm’ ◦ Disabled people are a protected minority, and one that anyone can join (and most eventually will, in some manner ◦ Disabled people may find alternate methods or have “super powers” that are result of adaptation PHYSICAL & DIGITAL ADAPTORS
  • 10. Jonathan College Student I appreciate real-time captioning for my college lectures. • Deaf people consider themselves part of their own culture, with a distinctly constructed language • Cochlear implants may produce noise feedback, but not always in a manner that we would associate as being sound
 https://youtu.be/1kQPZdQxDbo?t=27 • May feel as an outsider to others’ incidental conversations and interactions DEAF, ASL SPEAKER
  • 11. Michelle Graphic Designer I love mystery novels - I eat them up on my audiobook application! PERSON WITH DYSLEXIA • Dyslexia is a written language processing learning disability that may display as incorrect letter order/ orientation • Weighted letters for typography can sometimes be helpful
 https://www.doi.gov/ • Alternate methods for writing or consuming written language provide efficiencies, like VoiceUI
  • 12. Matthew Software Engineer Artificial Intelligence advances are helping me navigate the world. LOW VISION, LIGHT SENSITIVE • Blind/low vision people may navigate a page through screenreader (demo) • Zoom levels are helpful for low visual acuity or narrow range of visual scope • Braille readers are helpful for Deaf-blind individuals, but are recently coming back in vogue as tablet-style braille readers
  • 13. Caleb Television Reporter Home automation is making my life much easier and more efficient. QUADRIPLEGIA • End user who has upper mobility impairment may include grasp, lack of sensitivity, spasticity, etc. • Enhancements in technology allow for less expensive technology integrations
 https://youtu.be/K89sE2RXwuI?t=54 • Very high-level upper mobility impairment may use single tap buttons or mouth mice to navigate the internet
  • 14. Thomas Financial Analyst Lorna Retiree Noelle Stay at Home Parent Camilla Foreign Language Student Captions on my favorite English language shows help me understand. I’m overtired and multitasking 
 six things at once. Siri doesn’t understand my New Yorker accent! I forgot my reading glasses at home today.
  • 23. Increased access to technology allows for greater personal autonomy and efficiency for PWD/all end users Tech Access Example Interactive Fillable PDFs Provide Efficiencies for 
 All End Users
  • 24. Tech Access Example Interactive Fillable PDFs Provide Efficiencies for 
 All End Users
  • 26. Screaming Frog Deadhead Toolsets • Many SEO principles overlap with a11y principles. • Validation that page structure is expected. • Validate redirects are handled appropriately, no blocked flows. • Validate markup on pages (single h1 devices, meta images include descriptions, etc.)
  • 27. W3G Markup 
 Validation Toolsets Deadhead Toolsets • Important for overall site validation.
 • API integration can run on commit via Jenkins. 
 • Also helpful for XML or RSS Feeds, popular with screenreader users.
  • 28. Tenon.io Deadhead Toolsets •Markup validator with customized ruleset for accessibility.
 • Easy to correct errors are clearly listed, failure rate defined per page.
 • Developers are able to learn more via ‘Recommended Fixes’ (still in beta, behind login wall).
  • 29. • Currently, using Webdriver.IO with aXe Core integrated into framework • Jenkins integration triggers deadhead toolset (similar to Tenon.io output) • Specific automation tests include inline a11y validation (ex., error state trigger also calls out via aria-live:polite) • Future: visual differentiation includes contrast and color blindness validation WebdriverIO & aXe Core Automated Testing
  • 30. • Still the crux of validation for accessibility (covers about 60% of use cases) • Validate “false positives” of automated and deadhead toolset results • Can be done inline with other manual validation tests • Best if ‘Shift Left’ principles are integrated - confirm a11y aligns with comps and functional requirements. Manual Functionality Testing Manual Testing
  • 31. • Creation of ‘a11y’ Epic in JIRA • Test lead creates a11y task tickets linking functional user stories/etc., and provides readied URL(s) • Test execution occurs once task ticket is readied. • Bug tickets are created and linked to epic/task for traceability, triaged for severity by a11y specialist • Bug tickets executed and remediated inline with sprint, as an ‘a11y cleanup sprint’, or managed in future sprint planning. Managing a11y Epic in JIRA Ticket Management
  • 33. • Educated on how to identify clients’ needs for accessibility • Capable of delivering ‘upbeat’ messaging, as well as ‘warning’ messaging Business Development & Account Management Client Stakeholders • Educated on budget, timeline, scope, and deliverables impact • Confirm validation stakeholders (ex., internal accessibility and legal validation) and their lead times/timing Strategy & Data Analytics • Uncovers business needs/desires and their interplay with accessibility concepts • Provide test environment concentration, as well as click indicators Content Management • Simplified content for easy readability, and provides text alternatives when appropriate • “Person first” inclusive language and imagery a11y Shift Left in Agency / Dev Shop Model
  • 34. identify clients’ needs for accessibility g ‘upbeat’ messaging, as well as ‘warning’ ment & Account Management s , timeline, scope, and deliverables impact akeholders (ex., internal accessibility and legal ead times/timing nalytics needs/desires and their interplay with ts ment concentration, as well as click indicators ent r easy readability, and provides text alternatives ve language and imagery a11y Shift Left in Agency / Dev Shop Model Design User Experience (UX) • Interactions and flows are simplified for easy comprehension • Functional requirements include line items on how to manage for specific accessibility requirements Front End Development • HTML includes appropriate accessibility markup (ARIA notation, role indication, etc.); Ajax usage is indicated as live regions • Majority of defects are remediated by FE development Back End Development • CMS inputs include requirements/validation for content input • Server validation and profile flows are retained and provide clear remediation for end user • Confirm color palette and color usage passes contrast/ colorblindness tests • Design elements (ex. error states) that are accessible for all users
  • 35. • clear and upfront to all end users prior to commencement of work • timing and workload increase accounted for prior to sprint/work planning SOW/Scoping • rework may require new design or flow expectation with client Design / 
 Functional Specs • rework can trigger additional unintentional bugs • requires validation of consistency in codebase FE/BE Dev • heavier lift of defect remediation • may need to go back to scoping or design/UX, causing delays QA Remediation • remediation requires scaled maintenance releases • heaviest lift of defect remediation • potential variance of staffing due to timing of releases (different staff for maint. than product development) Post Production Release • immediacy of remediation  • halt on future feature creation in lieu of remediation • legal costs to business (and potentially their vendors) Legal Action Cost vs. Timing of a11y Bug Discovery
  • 36. • Review incoming clients and flag to executive management or project lead of potential need from client • Include WCAG 2.0 default boilerplate language in all SOWs Creating Awareness 
 at Your Company Dev Shop/Agency Model Be Part of the 
 Scoping / SOW Processes
  • 37. • Directors of each department understand a11y’s impact specific to their department • Resourced staff is allocated at appropriate times Creating Awareness 
 at Your Company Dev Shop/Agency Model Education / Awareness 
 at Discipline Director Level
  • 38. • Active internal Slack channel with thought leaders in a11y answering questions and fostering collaboration • Internal a11y thought leaders integrate with a11y community Slack/ blogs/Twitter/etc. • Future: multi-disciplinary a11y thought leaders being formally trained/ certified by IAAP Creating Awareness 
 at Your Company Dev Shop/Agency Model Boots on the Ground Awareness
  • 39. • Tech approach documentation delineates what is to be accessible, as well as calling out what is not to be accessible (retro content, third party integrations, etc.) • Timing and preparedness for development team Creating Awareness 
 at Your Company Dev Shop/Agency Model Tech Director Awareness
  • 40. • Clear understanding of which projects may need a11y  • Resource management and timing for any specialists (senior/junior experience) • Awareness of severity (and assistance with priority) for bug triage and sprint planning Creating Awareness 
 at Your Company Dev Shop/Agency Model QA Lead Awareness
  • 42. Future of a11y Cutting Edge Discussions in Disability & Accessibility Communities WCAG 2.1 Update • Likely four new criteria to be added in 2018; 3.0 release slated for 2020 • Improvements expected in resizing content, contrast for interactive graphics, interruption postponement, and accidental activation
  • 43. Future of a11y Cutting Edge Discussions in Disability & Accessibility Communities HR 620 - ADA Education and Reform Act of 2017 • Reduces lawsuit liability for physical domains / allows physical domains to discriminate until there’s an issue. • May have implications from physical to digital spaces.
  • 44. Future of a11y Cutting Edge Discussions in Disability & Accessibility Communities Personal Security & Data Privacy • People with disabilities can be targeted due to incorrect data management and security leaks • Social engineering preys vs. awareness and empowerment • Home automation provides affordable monitoring services
  • 45. Future of a11y Tech & Adaptation:
 Voice UI
  • 46. Future of a11y Tech & Adaptation:
 Wearables
  • 47. Future of a11y Tech & Adaptation:
 Inclusive Content 
 and Media
  • 48. Future of a11y Tech & Adaptation:
 Augmented and Virtual Reality
  • 49. Future of a11y Tech & Adaptation:
 Artificial Intelligence
  • 50. Future of a11y Tech & Adaptation:
 Additional Topics
  • 51. Staying On Top of a11y Trends #a11y
  • 52. Sara Tabor Thank You! Twitter: @OneHotProcessor LinkedIn: linkedin.com/in/saratabor/