SlideShare a Scribd company logo
1 of 23
Download to read offline
Designing for Accessibility 

Hands-on Workshop
Bill Corrigan, Accessible[ly]
April 25, 2014, Austin, TX
photo from: http://personaldemocracy.com/disability-community-involvement-initiative
2
Be usable and intelligible to as many people as possible,
including
People not able to use a mouse
People not navigating by touch
Be interpretable by assistive technologies
Structured
Semantic
Standard
The Goals of Accessible Web Design
Personal
Community
Added value to our (school, institution, company, etc.)
Legal guidelines and requirements
Public relations
The baby-boomers are coming (and they have money)
3
Motivations
4
Goals – Why are we doing this?
Principles – How are we going to reach the goals?
Patterns - What we are going to do to solve
specific problems that come up as we implement
the principles?
From Luke Wrobelski “Design Principles”, (http://www.lukew.com/ff/entry.asp), which he derived from
Service Oriented Architecture literature
Goals/Principles/Patterns
5
Inclusive
Effective
Efficient
Supportive
Accessibility Goals
6
We will design our Web services so they are:
Perceivable
Operable
Understandable
Robust
Accessibility Principles
7
Adhere to standards
Use semantic elements
WCAG 2.0
Accessible Rich Internet Applications (ARIA)
ECMA Standard Scripting
Progressive enhancement methods in scripting
Accessibility Patterns
8
Rapid change
Mobile devices – smartphones to tablets – do it
now, here, get immediate results
Web sites and apps need to work with wide range
of sizes – smartphone,tablet, laptop, desktop
Pressure for simplification – Keep It Seriously
Succinct
Trends Going Forward
9
Why does Accessibility matter?
“The U.S. Census Bureau says that over 47 million
Americans have a disability of some kind. The UN
and the World Bank say this adds up to 650 million
people worldwide. That’s around 10% of everyone in
the world.”
!
Excerpt From: Whitney Quesenbery. “A Web for
Everyone.”
Web accessibility means that people with disabilities
can perceive, understand, navigate, and interact with
the Web, and that they can contribute to the Web.
http://www.w3.org/WAI/intro/accessibility.php
also benefits people using a slow Internet connection,
people with "temporary disabilities" such as a broken
arm, and people with changing abilities due to aging.
http://www.w3.org/WAI/intro/accessibility.php
Flexibility
Accessibility doesn’t happen automatically
How to avoid Audits
Semantic page markup
Consistent navigation
Keyboard navigation
Skip Navigation
Color
Page titles
Heading tags
Tables
Forms labels
“Click here” text
14
Accessibility Tools and Techniques
Bill Corrigan, Accessible[ly]
15
photo credit: Dan Comden, University of Washington, 3/2012
16
• Are header elements being used semantically and
are they organized hierarchically?
• Pseudo headers created with bolding and sizing
will not be recognized as headers
• Check headers with the Web Developer toolbar
Information item; pull it down to "View Document
Outline".
Headers
17
Check for tables with the Web Developer toolbar
Outline item; pull down to "Outline Tables" and then
"Table Cells".
Check content without layout with the Web Developer
toolbar CSS item;
Pull down to "Disable Styles" and then "All Styles".
Scroll down through bare-bones content;
Layout
18
<img src="gw.jpg" alt="George Washington">
Alternative text should be...
Accurate and equivalent
Be succinct
Not be redundant
Not use phrases like "image of..."
Alternative Text
The label element associates a name (for="first"with the input element with an id of that name
(id="first")
<form action="form_action.asp" method="get">!
  <label for="first">First name:</label>!
    <input type="text" name="fname" id="first"/><br />!
  <label for="last">Last name:</label>!
    <input type="text" name="lname" id="last" /><br />!
  <input type="submit" value="Submit" />!
</form>!
Check labeling in a form with the Web Developer toolbar View Source
item; Search in the source for "<label"
19
Labeling
20
• Color choice and the contrast between adjacent
colors are important for determining readability.
• Evaluate colors and contrast with WCAG Contrast
Checker.
• In Photoshop, Choose View > Proof Setup > Color
Blindness, and then choose either Protanopia-type
or Deuteranopia-type
Colors
21
Semantic:
<h2 style="font: medium bold verdana, sans-serif"> New
Technology</h2>!
Non-Semantic:
<div style="font: medium bold verdana, sans-serif"> New
Technology</div>!
Use DIVs for structural elements such as navigation, content,
header, and footer.
Presentation (font size, font family, font size, etc.) of the types is
controlled by the CSS.
Semantic Markup
22
• Tables for layout
• Essential information in graphics without alt text
• Content buried in scripts
• Not using progressive enhancement methods
• Content added after page load (Ajax)
• ARIA roles needed to signal assistive technology
which areas might receive updates
Problem Areas
Presented by Bill Corrigan, Accessible[ly], April 25,
2014, Austin, TX
billc@accessible.ly, @accessiblel_ly
Sponsored by Progress UX
http://progress-ux.squarespace.com/, @ProgressUX
Some of the content here was derived from notes
from Rick Ells, University of Washington and the
Accessible Web User Group there.
23
Credits

More Related Content

What's hot (6)

10 UX Changes for Every Drupal Site
10 UX Changes for Every Drupal Site10 UX Changes for Every Drupal Site
10 UX Changes for Every Drupal Site
 
Accessibility Testing Using Screen Readers
Accessibility Testing Using Screen ReadersAccessibility Testing Using Screen Readers
Accessibility Testing Using Screen Readers
 
Web Accessibility: Understanding & Practice!
Web Accessibility: Understanding & Practice!Web Accessibility: Understanding & Practice!
Web Accessibility: Understanding & Practice!
 
Building a Single User Experience
Building a Single User ExperienceBuilding a Single User Experience
Building a Single User Experience
 
single ux il2011
single ux il2011single ux il2011
single ux il2011
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web Accessibility
 

Similar to Intro to accessibility workshop slides

Web Accessibility Demystified, by Penny Harding, Hannon Hill Corporation
Web Accessibility Demystified, by Penny Harding, Hannon Hill CorporationWeb Accessibility Demystified, by Penny Harding, Hannon Hill Corporation
Web Accessibility Demystified, by Penny Harding, Hannon Hill Corporation
hannonhill
 

Similar to Intro to accessibility workshop slides (20)

How to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonHow to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp Boston
 
Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009
 
Marketing Without Barriers: Considering Digital Accessibility for Customers a...
Marketing Without Barriers: Considering Digital Accessibility for Customers a...Marketing Without Barriers: Considering Digital Accessibility for Customers a...
Marketing Without Barriers: Considering Digital Accessibility for Customers a...
 
Web Live! Developing a Web Information Service
Web Live! Developing a Web Information ServiceWeb Live! Developing a Web Information Service
Web Live! Developing a Web Information Service
 
Tear Down This Wall! Removing Boundaries to Create an Accessible Website
Tear Down This Wall! Removing Boundaries to Create an Accessible WebsiteTear Down This Wall! Removing Boundaries to Create an Accessible Website
Tear Down This Wall! Removing Boundaries to Create an Accessible Website
 
Website Accessibility
Website AccessibilityWebsite Accessibility
Website Accessibility
 
Accessibility Workshop
Accessibility WorkshopAccessibility Workshop
Accessibility Workshop
 
Creating the Best Experience: Accessibility & Usability
Creating the Best Experience: Accessibility & UsabilityCreating the Best Experience: Accessibility & Usability
Creating the Best Experience: Accessibility & Usability
 
Basics of creating accessible code for websites
Basics of creating accessible code for websitesBasics of creating accessible code for websites
Basics of creating accessible code for websites
 
Information Architecture for Drupal
Information Architecture for DrupalInformation Architecture for Drupal
Information Architecture for Drupal
 
Web strategy
Web strategyWeb strategy
Web strategy
 
Tales from the Accessibility Trenches
Tales from the Accessibility TrenchesTales from the Accessibility Trenches
Tales from the Accessibility Trenches
 
Web accessibility is everyone's job
Web accessibility is everyone's jobWeb accessibility is everyone's job
Web accessibility is everyone's job
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
 
Oct 2014 Siteimprove Stockholm Accessibility Conference
Oct 2014 Siteimprove Stockholm Accessibility ConferenceOct 2014 Siteimprove Stockholm Accessibility Conference
Oct 2014 Siteimprove Stockholm Accessibility Conference
 
Digital accessibility intro-a11ycle_2020-01-15
Digital accessibility intro-a11ycle_2020-01-15Digital accessibility intro-a11ycle_2020-01-15
Digital accessibility intro-a11ycle_2020-01-15
 
Coping with Forms: Implementing a Web Form Management Application, Dan Jackso...
Coping with Forms: Implementing a Web Form Management Application, Dan Jackso...Coping with Forms: Implementing a Web Form Management Application, Dan Jackso...
Coping with Forms: Implementing a Web Form Management Application, Dan Jackso...
 
Making your job website easier to use
Making your job website easier to useMaking your job website easier to use
Making your job website easier to use
 
Incentive Architecture 1224362486736986 8
Incentive Architecture 1224362486736986 8Incentive Architecture 1224362486736986 8
Incentive Architecture 1224362486736986 8
 
Web Accessibility Demystified, by Penny Harding, Hannon Hill Corporation
Web Accessibility Demystified, by Penny Harding, Hannon Hill CorporationWeb Accessibility Demystified, by Penny Harding, Hannon Hill Corporation
Web Accessibility Demystified, by Penny Harding, Hannon Hill Corporation
 

Recently uploaded

Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Sheetaleventcompany
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
anilsa9823
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
SofiyaSharma5
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 

Recently uploaded (20)

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 

Intro to accessibility workshop slides

  • 1. Designing for Accessibility 
 Hands-on Workshop Bill Corrigan, Accessible[ly] April 25, 2014, Austin, TX photo from: http://personaldemocracy.com/disability-community-involvement-initiative
  • 2. 2 Be usable and intelligible to as many people as possible, including People not able to use a mouse People not navigating by touch Be interpretable by assistive technologies Structured Semantic Standard The Goals of Accessible Web Design
  • 3. Personal Community Added value to our (school, institution, company, etc.) Legal guidelines and requirements Public relations The baby-boomers are coming (and they have money) 3 Motivations
  • 4. 4 Goals – Why are we doing this? Principles – How are we going to reach the goals? Patterns - What we are going to do to solve specific problems that come up as we implement the principles? From Luke Wrobelski “Design Principles”, (http://www.lukew.com/ff/entry.asp), which he derived from Service Oriented Architecture literature Goals/Principles/Patterns
  • 6. 6 We will design our Web services so they are: Perceivable Operable Understandable Robust Accessibility Principles
  • 7. 7 Adhere to standards Use semantic elements WCAG 2.0 Accessible Rich Internet Applications (ARIA) ECMA Standard Scripting Progressive enhancement methods in scripting Accessibility Patterns
  • 8. 8 Rapid change Mobile devices – smartphones to tablets – do it now, here, get immediate results Web sites and apps need to work with wide range of sizes – smartphone,tablet, laptop, desktop Pressure for simplification – Keep It Seriously Succinct Trends Going Forward
  • 10. “The U.S. Census Bureau says that over 47 million Americans have a disability of some kind. The UN and the World Bank say this adds up to 650 million people worldwide. That’s around 10% of everyone in the world.” ! Excerpt From: Whitney Quesenbery. “A Web for Everyone.”
  • 11. Web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the Web, and that they can contribute to the Web. http://www.w3.org/WAI/intro/accessibility.php
  • 12. also benefits people using a slow Internet connection, people with "temporary disabilities" such as a broken arm, and people with changing abilities due to aging. http://www.w3.org/WAI/intro/accessibility.php Flexibility
  • 14. How to avoid Audits Semantic page markup Consistent navigation Keyboard navigation Skip Navigation Color Page titles Heading tags Tables Forms labels “Click here” text 14
  • 15. Accessibility Tools and Techniques Bill Corrigan, Accessible[ly] 15 photo credit: Dan Comden, University of Washington, 3/2012
  • 16. 16 • Are header elements being used semantically and are they organized hierarchically? • Pseudo headers created with bolding and sizing will not be recognized as headers • Check headers with the Web Developer toolbar Information item; pull it down to "View Document Outline". Headers
  • 17. 17 Check for tables with the Web Developer toolbar Outline item; pull down to "Outline Tables" and then "Table Cells". Check content without layout with the Web Developer toolbar CSS item; Pull down to "Disable Styles" and then "All Styles". Scroll down through bare-bones content; Layout
  • 18. 18 <img src="gw.jpg" alt="George Washington"> Alternative text should be... Accurate and equivalent Be succinct Not be redundant Not use phrases like "image of..." Alternative Text
  • 19. The label element associates a name (for="first"with the input element with an id of that name (id="first") <form action="form_action.asp" method="get">!   <label for="first">First name:</label>!     <input type="text" name="fname" id="first"/><br />!   <label for="last">Last name:</label>!     <input type="text" name="lname" id="last" /><br />!   <input type="submit" value="Submit" />! </form>! Check labeling in a form with the Web Developer toolbar View Source item; Search in the source for "<label" 19 Labeling
  • 20. 20 • Color choice and the contrast between adjacent colors are important for determining readability. • Evaluate colors and contrast with WCAG Contrast Checker. • In Photoshop, Choose View > Proof Setup > Color Blindness, and then choose either Protanopia-type or Deuteranopia-type Colors
  • 21. 21 Semantic: <h2 style="font: medium bold verdana, sans-serif"> New Technology</h2>! Non-Semantic: <div style="font: medium bold verdana, sans-serif"> New Technology</div>! Use DIVs for structural elements such as navigation, content, header, and footer. Presentation (font size, font family, font size, etc.) of the types is controlled by the CSS. Semantic Markup
  • 22. 22 • Tables for layout • Essential information in graphics without alt text • Content buried in scripts • Not using progressive enhancement methods • Content added after page load (Ajax) • ARIA roles needed to signal assistive technology which areas might receive updates Problem Areas
  • 23. Presented by Bill Corrigan, Accessible[ly], April 25, 2014, Austin, TX billc@accessible.ly, @accessiblel_ly Sponsored by Progress UX http://progress-ux.squarespace.com/, @ProgressUX Some of the content here was derived from notes from Rick Ells, University of Washington and the Accessible Web User Group there. 23 Credits