SlideShare a Scribd company logo
1 of 47
Download to read offline
Saturday, May 14, 2011
Accessibility is...



                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011
Saturday, May 14, 2011

Aaron "Wheelz" Fotheringham landed the world's first double backflip on a wheelchair on
August 26, 2010.
Filmed: Dave Metty Brandon Schmidt, Edited: Joshua Zucker
http://aaronfotheringham.com http://campwoodward.com
Leveling the playing
                                    field


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Our goal is to give everyone equal access to information, tools, jobs, and activities.
We acknowledge there may be different methods to achieve tasks, but they are possible.
Removing Barriers


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Don’t break the web by creating an application that is not accessible.
Avoid “shortcuts” that assume the user can see, hear, and/or has full mobility.
Universal Design


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

produce buildings, products and environments that are inherently accessible to both the able-
bodied and the physically disabled.
Apple products do a great job at this.
don’t think a,b,c, i.e. high contrast or low contrast.
Think about how you can provide a range of contrast.
Provide functionality for hover, active, focus.
Who makes it
                                        accessible?


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Lainey Feingold is an attorney that works with companies to improve their products accessibility.
for instance, braille credit card machines at Target and other stores.
She says advocates and champions are needed for accessibility changes
Advocates Refuse Barriers




                         Creative Commons: image by tigoe on Flickr
Saturday, May 14, 2011

Advocates, she explained, are people with disabilities that are not satisfied with having to work around barriers to entry.
They demand equal access, whether that is an accessible web form, ATMs with audio feedback, or tactile point of sale devices
that allow a visually impaired shopper to use a credit card at a store’s cash register.
Champions make it happen




                         Some rights reserved by woodleywonderworks on Flickr
Saturday, May 14, 2011

Champions are people within organizations that understand the problems and are devoted to implementing the changes.
Some people are both advocates and champions.
Some rights reserved by ocad123 on Flickr

Saturday, May 14, 2011

It’s our job to avoid upsetting advocates in the first place.
We are also the champions that listen to the advocates and fix the problems.
Make it Accessible


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

The following slides discuss basic accessible web development concepts.
Lady Gaga stuns the Grammys




Saturday, May 14, 2011

Image from Getty Images
Lady Gaga stuns the                             Lady Gaga performs “Born
                              Grammys                                    This Way” while emerging
                                                                          from a large egg-shaped
                                                                                    pod




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

This is appropriate alt text
Saturday, May 14, 2011

This video shows what it sounds like when the alt attribute is missing.
This bug has been fixed.
<bu$on>Sign	
  In</bu$on>	
  

                <a>Cancel</a>	
  


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Don’t use a link for a button.
at least add role=”button”
you can style a button to look like a link for UED
<th scope=”col”>
                          Name                                  Type                                Taste
                                       </th>

                         Vişinată                            Liqueur                         Sour Cherry


                    Turtă dulce                              Dessert                         Ginger Bread

           <th scope=”row”>
               mămăligă                                     Vegetable                               Corn
                       </th>

                           tobă                                 Meat                         Pork Sausage


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

add scope=”row | col” to your th cells
screen readers will announce the header before the appropriate cell.
th[scope=”row”] {color:pink} allows you to style row headers
Label Your Input

                <label for=”fname”>First Name</label>
                <input id=”fname” name=”fname” type=”text”>




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Use a label for each form input.
Explicit binding via for+id will work in all browsers.
Hidden label with aria-label=””, aria-labelledby=””, or possibly alt=”” on input.
ARIA
                         Accessible Rich Internet Applications




                         Some rights reserved by paul goyette on Flickr
Saturday, May 14, 2011

ARIA allows us to define the application like interactions for web pages.
Use ARIA Today

                    • Landmarks: role=”search”, role=”main”
                    • Function: role=”button”
                    • Labels: aria-label=”Search Term”
                    • State: aria-invalid=”true”

                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Visit the accessibility lab’s aria library for more information: http://yaccessibilityblog.com/
library/tag/aria
Search with ARIA




Saturday, May 14, 2011
Mobile




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

iphones and ipads have great accessibility features.
They are rapidly becoming the preferred technology for many disabilities, i.e. blind, autism,
cerebral palsy...
http://www.youtube.com/watch?v=StI0iIufJzk
This video shows how the Southwest Airlines app sounds. They use custom buttons without
labels.
Innovative Solutions


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011
Traumatic Brain Injury

                    • Soldiers
                    • Sports Injuries
                    • Crashes


                         Some rights reserved by CorCor Beware on Flickr
Saturday, May 14, 2011

short term memory loss
require repetitive instructions
avoid confusion
Short Term Memory
                              Loss Hacks
                    • Re-Education
                    • Workforce transition
                    • Resources aggregator


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

application that restores basic personal knowledge
applications that storyboard workspace tasks, such as replacing toner, creating spreadsheets
Readability.com
                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Readability is a browser plugin that simplifies a page
it removes images, navigation, etc
user can personalize font size, background color, and optional resource link list
Readability.com
                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Readability is a browser plugin that simplifies a page
it removes images, navigation, etc
user can personalize font size, background color, and optional resource link list
Readability.com
                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Readability is a browser plugin that simplifies a page
it removes images, navigation, etc
user can personalize font size, background color, and optional resource link list
Photo Dialer




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

this is a fairly easy application that lets user make phone calls via the images in their contacts
rather than names and phone numbers
This can integrate with phone’s contact list for very easy dialing.
Memory Loss



                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

slide shows to feature family and friends with names
mental games, Daily event journals
Growing population with dementia and Alzheimer's
Non-Visual Innovations




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011
In Plain Text?




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

translate significant value changes into a sentence. what did it start/end at?
Charts give instant recognition of history, how can this be in text?
Finance, science, math, politics, and any other data source
Audio Description Tool




Saturday, May 14, 2011
Text to Speech +
                            Flipboard


Saturday, May 14, 2011

build an app that expands the links from your friends twitter, facebook feeds, as well as your
favorite rss feed and then uses built in text to speech engines to provide audio for your car.
Directions


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

How can a blind user navigate the city when they cannot see the map/street names
Location saver - find way back to parking/bus spot
Deaf
                                                        Hacks



                         Some rights reserved by izahorsky on Flickr

Saturday, May 14, 2011
Sound Detector


                         Some rights reserved by Thomas Hawk on Flickr

Saturday, May 14, 2011

detect sirens, alarms, and other audio signals
closed captioning
sign language interpreting and video repository/translations
Twitter                 Deaf Twitter




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

user creates short video, uploads to flickr/post to twitter. Interface also tracks replies,
retweets, etc.
plays video inline on phone/computer
this could also work for blind users: audio instead of video
Physical Challenges




                         Some rights reserved by Christiana Care on Flickr

Saturday, May 14, 2011

paralysis, cerebral palsy, muscular dystrophy, stroke, age related, Parkinson's
Site Scanner




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Site scanner by the Yahoo! prototype team: fix the difficulties of using a scanning keyboard to
navigate a web page.
allows navigation with a single button press
use space bar to start and navigate a page. demo with: http://nexpace.com/sandbox/
scanner/bookmarklet/
Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011
Communication
                                               Communication Tools




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Pic to Speech is an assisted communication device for the android. It allows customization of
the icons and translations.
DDweb provides an online environment http://ddweb.developingmindssoftware.com/site/
Prologue2go is a popular ipad app
Support Social Network
                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

social networks for the individuals and their support network.
journal for daily activities, moods, health
communications amongst teachers, parents, doctors, etc
If it ain’t broke...
                                                        Fix it anyway!




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011

Not all accessibility applications were built to solve an accessibility problem
color detector used by blind for imagining colors of environment
real time video chat used for sign language chat rooms
google goggles for determining money values
Some rights reserved by Oha-Lau 2 on Flickr

Saturday, May 14, 2011

Ask yourself what if:
you couldn’t see the difference between red, green, yellow
there was no hover
you can’t remember the beginning of an article
you know what to say but can’t speak
You are the Champion!


                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011
Visit the Yahoo
                    Accessibility Lab’s Blog
                                               Accessibility.Yahoo.Com




                         Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility
Saturday, May 14, 2011
Accessibility Innovations
                             and Challenges
                                    Ted Drake
                                Bucharest, May 2011
Saturday, May 14, 2011

this presentation was created for the Yahoo! Open Hack EU

More Related Content

Similar to Accessibillity Challenges and Innovations for Open Hack EU 2011

Yahoo! Hack University: Accessibility Innovations and Challenges
Yahoo! Hack University: Accessibility Innovations and ChallengesYahoo! Hack University: Accessibility Innovations and Challenges
Yahoo! Hack University: Accessibility Innovations and ChallengesTed Drake
 
Wordpress accessibility enhancements
Wordpress accessibility enhancementsWordpress accessibility enhancements
Wordpress accessibility enhancementsTed Drake
 
Wordpress accessibility enhancements
Wordpress accessibility enhancementsWordpress accessibility enhancements
Wordpress accessibility enhancementsTed Drake
 
5 Conversion Lifting Neuro Insights
5 Conversion Lifting Neuro Insights5 Conversion Lifting Neuro Insights
5 Conversion Lifting Neuro InsightsGuy Redwood
 
Common Accessibility Mistakes
Common Accessibility MistakesCommon Accessibility Mistakes
Common Accessibility MistakesTed Drake
 
Hyper Island 'Going Online With Marketing' Presentation
Hyper Island 'Going Online With Marketing' PresentationHyper Island 'Going Online With Marketing' Presentation
Hyper Island 'Going Online With Marketing' PresentationMichelle M McCormack
 
Yahoo! Finance accessibility: CSUN 2011
Yahoo! Finance accessibility: CSUN 2011Yahoo! Finance accessibility: CSUN 2011
Yahoo! Finance accessibility: CSUN 2011Ted Drake
 
jsFoo - HTML5 and Social Games
jsFoo - HTML5 and Social GamesjsFoo - HTML5 and Social Games
jsFoo - HTML5 and Social GamesGaurav Vaish
 
Ipad presentation
Ipad presentationIpad presentation
Ipad presentationsmenser
 
Yahoo For You - Services and Libraries
Yahoo For You - Services and LibrariesYahoo For You - Services and Libraries
Yahoo For You - Services and LibrariesChristian Heilmann
 
Desenvolvimento Indolor com JQuery Mobile
Desenvolvimento Indolor com JQuery MobileDesenvolvimento Indolor com JQuery Mobile
Desenvolvimento Indolor com JQuery MobileBruno Oliveira
 
Social Media and Accessibility
Social Media and AccessibilitySocial Media and Accessibility
Social Media and AccessibilitySal Baldovinos
 
Coldwell Banker Chicora 50+ Tools
Coldwell Banker Chicora 50+ ToolsColdwell Banker Chicora 50+ Tools
Coldwell Banker Chicora 50+ ToolsJeremy Blanton
 

Similar to Accessibillity Challenges and Innovations for Open Hack EU 2011 (17)

Yahoo! Hack University: Accessibility Innovations and Challenges
Yahoo! Hack University: Accessibility Innovations and ChallengesYahoo! Hack University: Accessibility Innovations and Challenges
Yahoo! Hack University: Accessibility Innovations and Challenges
 
Wordpress accessibility enhancements
Wordpress accessibility enhancementsWordpress accessibility enhancements
Wordpress accessibility enhancements
 
Wordpress accessibility enhancements
Wordpress accessibility enhancementsWordpress accessibility enhancements
Wordpress accessibility enhancements
 
5 Conversion Lifting Neuro Insights
5 Conversion Lifting Neuro Insights5 Conversion Lifting Neuro Insights
5 Conversion Lifting Neuro Insights
 
Common Accessibility Mistakes
Common Accessibility MistakesCommon Accessibility Mistakes
Common Accessibility Mistakes
 
Hyper Island 'Going Online With Marketing' Presentation
Hyper Island 'Going Online With Marketing' PresentationHyper Island 'Going Online With Marketing' Presentation
Hyper Island 'Going Online With Marketing' Presentation
 
Yahoo! Finance accessibility: CSUN 2011
Yahoo! Finance accessibility: CSUN 2011Yahoo! Finance accessibility: CSUN 2011
Yahoo! Finance accessibility: CSUN 2011
 
jsFoo - HTML5 and Social Games
jsFoo - HTML5 and Social GamesjsFoo - HTML5 and Social Games
jsFoo - HTML5 and Social Games
 
Web design beginning
Web design   beginningWeb design   beginning
Web design beginning
 
Attract the Social and Mobile Consumers to Your Website by @fauziaburke
Attract the Social and Mobile Consumers to Your Website by @fauziaburkeAttract the Social and Mobile Consumers to Your Website by @fauziaburke
Attract the Social and Mobile Consumers to Your Website by @fauziaburke
 
Ipad presentation
Ipad presentationIpad presentation
Ipad presentation
 
Yahoo For You - Services and Libraries
Yahoo For You - Services and LibrariesYahoo For You - Services and Libraries
Yahoo For You - Services and Libraries
 
Desenvolvimento Indolor com JQuery Mobile
Desenvolvimento Indolor com JQuery MobileDesenvolvimento Indolor com JQuery Mobile
Desenvolvimento Indolor com JQuery Mobile
 
Social Media and Accessibility
Social Media and AccessibilitySocial Media and Accessibility
Social Media and Accessibility
 
Social Media For Business Part 1
Social Media For Business Part 1Social Media For Business Part 1
Social Media For Business Part 1
 
Ipad
IpadIpad
Ipad
 
Coldwell Banker Chicora 50+ Tools
Coldwell Banker Chicora 50+ ToolsColdwell Banker Chicora 50+ Tools
Coldwell Banker Chicora 50+ Tools
 

More from Ted Drake

Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024
Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024
Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024Ted Drake
 
Transforming Accessibility one lunch at a tiime - CSUN 2023
Transforming Accessibility one lunch at a tiime - CSUN 2023Transforming Accessibility one lunch at a tiime - CSUN 2023
Transforming Accessibility one lunch at a tiime - CSUN 2023Ted Drake
 
Inclusive Design for cognitive disabilities, neurodiversity, and chronic illness
Inclusive Design for cognitive disabilities, neurodiversity, and chronic illnessInclusive Design for cognitive disabilities, neurodiversity, and chronic illness
Inclusive Design for cognitive disabilities, neurodiversity, and chronic illnessTed Drake
 
Inclusive design for Long Covid
 Inclusive design for Long Covid  Inclusive design for Long Covid
Inclusive design for Long Covid Ted Drake
 
Covid 19, brain fog, and inclusive design
Covid 19, brain fog, and inclusive designCovid 19, brain fog, and inclusive design
Covid 19, brain fog, and inclusive designTed Drake
 
Customer obsession and accessibility
Customer obsession and accessibilityCustomer obsession and accessibility
Customer obsession and accessibilityTed Drake
 
The Saga of Accessible Colors
The Saga of Accessible ColorsThe Saga of Accessible Colors
The Saga of Accessible ColorsTed Drake
 
Artificial Intelligence and Accessibility - GAAD 2020 - Hello A11y
Artificial Intelligence and Accessibility - GAAD 2020 - Hello A11yArtificial Intelligence and Accessibility - GAAD 2020 - Hello A11y
Artificial Intelligence and Accessibility - GAAD 2020 - Hello A11yTed Drake
 
Expand your outreach with an accessibility champions program
Expand your outreach with an accessibility champions program Expand your outreach with an accessibility champions program
Expand your outreach with an accessibility champions program Ted Drake
 
Intuit's Accessibility Champion Program - Coaching and Celebrating
Intuit's Accessibility Champion Program - Coaching and Celebrating Intuit's Accessibility Champion Program - Coaching and Celebrating
Intuit's Accessibility Champion Program - Coaching and Celebrating Ted Drake
 
Accessibility First Innovation
Accessibility First InnovationAccessibility First Innovation
Accessibility First InnovationTed Drake
 
Inclusive customer interviews make it your friday task
Inclusive customer interviews  make it your friday taskInclusive customer interviews  make it your friday task
Inclusive customer interviews make it your friday taskTed Drake
 
Coaching and Celebrating Accessibility Champions
Coaching and Celebrating Accessibility ChampionsCoaching and Celebrating Accessibility Champions
Coaching and Celebrating Accessibility ChampionsTed Drake
 
Accessibility statements and resource publishing best practices csun 2019
Accessibility statements and resource publishing best practices   csun 2019Accessibility statements and resource publishing best practices   csun 2019
Accessibility statements and resource publishing best practices csun 2019Ted Drake
 
Raising Accessibility Awareness at Intuit
Raising Accessibility Awareness at IntuitRaising Accessibility Awareness at Intuit
Raising Accessibility Awareness at IntuitTed Drake
 
Trickle Down Accessibility
Trickle Down AccessibilityTrickle Down Accessibility
Trickle Down AccessibilityTed Drake
 
Trickle-Down Accessibility - CSUN 2018
Trickle-Down Accessibility - CSUN 2018Trickle-Down Accessibility - CSUN 2018
Trickle-Down Accessibility - CSUN 2018Ted Drake
 
Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...
Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...
Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...Ted Drake
 
Mystery Meat 2.0 – Making hidden mobile interactions accessible
Mystery Meat 2.0 – Making hidden mobile interactions accessibleMystery Meat 2.0 – Making hidden mobile interactions accessible
Mystery Meat 2.0 – Making hidden mobile interactions accessibleTed Drake
 
React Native Accessibility - San Diego React and React Native Meetup
React Native Accessibility - San Diego React and React Native MeetupReact Native Accessibility - San Diego React and React Native Meetup
React Native Accessibility - San Diego React and React Native MeetupTed Drake
 

More from Ted Drake (20)

Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024
Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024
Introduce Trauma-Informed Design to Your Organization - CSUN ATC 2024
 
Transforming Accessibility one lunch at a tiime - CSUN 2023
Transforming Accessibility one lunch at a tiime - CSUN 2023Transforming Accessibility one lunch at a tiime - CSUN 2023
Transforming Accessibility one lunch at a tiime - CSUN 2023
 
Inclusive Design for cognitive disabilities, neurodiversity, and chronic illness
Inclusive Design for cognitive disabilities, neurodiversity, and chronic illnessInclusive Design for cognitive disabilities, neurodiversity, and chronic illness
Inclusive Design for cognitive disabilities, neurodiversity, and chronic illness
 
Inclusive design for Long Covid
 Inclusive design for Long Covid  Inclusive design for Long Covid
Inclusive design for Long Covid
 
Covid 19, brain fog, and inclusive design
Covid 19, brain fog, and inclusive designCovid 19, brain fog, and inclusive design
Covid 19, brain fog, and inclusive design
 
Customer obsession and accessibility
Customer obsession and accessibilityCustomer obsession and accessibility
Customer obsession and accessibility
 
The Saga of Accessible Colors
The Saga of Accessible ColorsThe Saga of Accessible Colors
The Saga of Accessible Colors
 
Artificial Intelligence and Accessibility - GAAD 2020 - Hello A11y
Artificial Intelligence and Accessibility - GAAD 2020 - Hello A11yArtificial Intelligence and Accessibility - GAAD 2020 - Hello A11y
Artificial Intelligence and Accessibility - GAAD 2020 - Hello A11y
 
Expand your outreach with an accessibility champions program
Expand your outreach with an accessibility champions program Expand your outreach with an accessibility champions program
Expand your outreach with an accessibility champions program
 
Intuit's Accessibility Champion Program - Coaching and Celebrating
Intuit's Accessibility Champion Program - Coaching and Celebrating Intuit's Accessibility Champion Program - Coaching and Celebrating
Intuit's Accessibility Champion Program - Coaching and Celebrating
 
Accessibility First Innovation
Accessibility First InnovationAccessibility First Innovation
Accessibility First Innovation
 
Inclusive customer interviews make it your friday task
Inclusive customer interviews  make it your friday taskInclusive customer interviews  make it your friday task
Inclusive customer interviews make it your friday task
 
Coaching and Celebrating Accessibility Champions
Coaching and Celebrating Accessibility ChampionsCoaching and Celebrating Accessibility Champions
Coaching and Celebrating Accessibility Champions
 
Accessibility statements and resource publishing best practices csun 2019
Accessibility statements and resource publishing best practices   csun 2019Accessibility statements and resource publishing best practices   csun 2019
Accessibility statements and resource publishing best practices csun 2019
 
Raising Accessibility Awareness at Intuit
Raising Accessibility Awareness at IntuitRaising Accessibility Awareness at Intuit
Raising Accessibility Awareness at Intuit
 
Trickle Down Accessibility
Trickle Down AccessibilityTrickle Down Accessibility
Trickle Down Accessibility
 
Trickle-Down Accessibility - CSUN 2018
Trickle-Down Accessibility - CSUN 2018Trickle-Down Accessibility - CSUN 2018
Trickle-Down Accessibility - CSUN 2018
 
Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...
Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...
Accessibility metrics Accessibility Data Metrics and Reporting – Industry Bes...
 
Mystery Meat 2.0 – Making hidden mobile interactions accessible
Mystery Meat 2.0 – Making hidden mobile interactions accessibleMystery Meat 2.0 – Making hidden mobile interactions accessible
Mystery Meat 2.0 – Making hidden mobile interactions accessible
 
React Native Accessibility - San Diego React and React Native Meetup
React Native Accessibility - San Diego React and React Native MeetupReact Native Accessibility - San Diego React and React Native Meetup
React Native Accessibility - San Diego React and React Native Meetup
 

Recently uploaded

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Accessibillity Challenges and Innovations for Open Hack EU 2011

  • 2. Accessibility is... Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011
  • 3. Saturday, May 14, 2011 Aaron "Wheelz" Fotheringham landed the world's first double backflip on a wheelchair on August 26, 2010. Filmed: Dave Metty Brandon Schmidt, Edited: Joshua Zucker http://aaronfotheringham.com http://campwoodward.com
  • 4. Leveling the playing field Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Our goal is to give everyone equal access to information, tools, jobs, and activities. We acknowledge there may be different methods to achieve tasks, but they are possible.
  • 5. Removing Barriers Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Don’t break the web by creating an application that is not accessible. Avoid “shortcuts” that assume the user can see, hear, and/or has full mobility.
  • 6. Universal Design Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 produce buildings, products and environments that are inherently accessible to both the able- bodied and the physically disabled. Apple products do a great job at this. don’t think a,b,c, i.e. high contrast or low contrast. Think about how you can provide a range of contrast. Provide functionality for hover, active, focus.
  • 7. Who makes it accessible? Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Lainey Feingold is an attorney that works with companies to improve their products accessibility. for instance, braille credit card machines at Target and other stores. She says advocates and champions are needed for accessibility changes
  • 8. Advocates Refuse Barriers Creative Commons: image by tigoe on Flickr Saturday, May 14, 2011 Advocates, she explained, are people with disabilities that are not satisfied with having to work around barriers to entry. They demand equal access, whether that is an accessible web form, ATMs with audio feedback, or tactile point of sale devices that allow a visually impaired shopper to use a credit card at a store’s cash register.
  • 9. Champions make it happen Some rights reserved by woodleywonderworks on Flickr Saturday, May 14, 2011 Champions are people within organizations that understand the problems and are devoted to implementing the changes. Some people are both advocates and champions.
  • 10. Some rights reserved by ocad123 on Flickr Saturday, May 14, 2011 It’s our job to avoid upsetting advocates in the first place. We are also the champions that listen to the advocates and fix the problems.
  • 11. Make it Accessible Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 The following slides discuss basic accessible web development concepts.
  • 12. Lady Gaga stuns the Grammys Saturday, May 14, 2011 Image from Getty Images
  • 13. Lady Gaga stuns the Lady Gaga performs “Born Grammys This Way” while emerging from a large egg-shaped pod Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 This is appropriate alt text
  • 14. Saturday, May 14, 2011 This video shows what it sounds like when the alt attribute is missing. This bug has been fixed.
  • 15. <bu$on>Sign  In</bu$on>   <a>Cancel</a>   Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Don’t use a link for a button. at least add role=”button” you can style a button to look like a link for UED
  • 16. <th scope=”col”> Name Type Taste </th> Vişinată Liqueur Sour Cherry Turtă dulce Dessert Ginger Bread <th scope=”row”> mămăligă Vegetable Corn </th> tobă Meat Pork Sausage Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 add scope=”row | col” to your th cells screen readers will announce the header before the appropriate cell. th[scope=”row”] {color:pink} allows you to style row headers
  • 17. Label Your Input <label for=”fname”>First Name</label> <input id=”fname” name=”fname” type=”text”> Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Use a label for each form input. Explicit binding via for+id will work in all browsers. Hidden label with aria-label=””, aria-labelledby=””, or possibly alt=”” on input.
  • 18. ARIA Accessible Rich Internet Applications Some rights reserved by paul goyette on Flickr Saturday, May 14, 2011 ARIA allows us to define the application like interactions for web pages.
  • 19. Use ARIA Today • Landmarks: role=”search”, role=”main” • Function: role=”button” • Labels: aria-label=”Search Term” • State: aria-invalid=”true” Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Visit the accessibility lab’s aria library for more information: http://yaccessibilityblog.com/ library/tag/aria
  • 21. Mobile Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 iphones and ipads have great accessibility features. They are rapidly becoming the preferred technology for many disabilities, i.e. blind, autism, cerebral palsy... http://www.youtube.com/watch?v=StI0iIufJzk This video shows how the Southwest Airlines app sounds. They use custom buttons without labels.
  • 22. Innovative Solutions Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011
  • 23. Traumatic Brain Injury • Soldiers • Sports Injuries • Crashes Some rights reserved by CorCor Beware on Flickr Saturday, May 14, 2011 short term memory loss require repetitive instructions avoid confusion
  • 24. Short Term Memory Loss Hacks • Re-Education • Workforce transition • Resources aggregator Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 application that restores basic personal knowledge applications that storyboard workspace tasks, such as replacing toner, creating spreadsheets
  • 25. Readability.com Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Readability is a browser plugin that simplifies a page it removes images, navigation, etc user can personalize font size, background color, and optional resource link list
  • 26. Readability.com Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Readability is a browser plugin that simplifies a page it removes images, navigation, etc user can personalize font size, background color, and optional resource link list
  • 27. Readability.com Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Readability is a browser plugin that simplifies a page it removes images, navigation, etc user can personalize font size, background color, and optional resource link list
  • 28. Photo Dialer Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 this is a fairly easy application that lets user make phone calls via the images in their contacts rather than names and phone numbers This can integrate with phone’s contact list for very easy dialing.
  • 29. Memory Loss Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 slide shows to feature family and friends with names mental games, Daily event journals Growing population with dementia and Alzheimer's
  • 30. Non-Visual Innovations Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011
  • 31. In Plain Text? Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 translate significant value changes into a sentence. what did it start/end at? Charts give instant recognition of history, how can this be in text? Finance, science, math, politics, and any other data source
  • 33. Text to Speech + Flipboard Saturday, May 14, 2011 build an app that expands the links from your friends twitter, facebook feeds, as well as your favorite rss feed and then uses built in text to speech engines to provide audio for your car.
  • 34. Directions Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 How can a blind user navigate the city when they cannot see the map/street names Location saver - find way back to parking/bus spot
  • 35. Deaf Hacks Some rights reserved by izahorsky on Flickr Saturday, May 14, 2011
  • 36. Sound Detector Some rights reserved by Thomas Hawk on Flickr Saturday, May 14, 2011 detect sirens, alarms, and other audio signals closed captioning sign language interpreting and video repository/translations
  • 37. Twitter Deaf Twitter Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 user creates short video, uploads to flickr/post to twitter. Interface also tracks replies, retweets, etc. plays video inline on phone/computer this could also work for blind users: audio instead of video
  • 38. Physical Challenges Some rights reserved by Christiana Care on Flickr Saturday, May 14, 2011 paralysis, cerebral palsy, muscular dystrophy, stroke, age related, Parkinson's
  • 39. Site Scanner Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Site scanner by the Yahoo! prototype team: fix the difficulties of using a scanning keyboard to navigate a web page. allows navigation with a single button press use space bar to start and navigate a page. demo with: http://nexpace.com/sandbox/ scanner/bookmarklet/
  • 40. Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011
  • 41. Communication Communication Tools Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Pic to Speech is an assisted communication device for the android. It allows customization of the icons and translations. DDweb provides an online environment http://ddweb.developingmindssoftware.com/site/ Prologue2go is a popular ipad app
  • 42. Support Social Network Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 social networks for the individuals and their support network. journal for daily activities, moods, health communications amongst teachers, parents, doctors, etc
  • 43. If it ain’t broke... Fix it anyway! Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011 Not all accessibility applications were built to solve an accessibility problem color detector used by blind for imagining colors of environment real time video chat used for sign language chat rooms google goggles for determining money values
  • 44. Some rights reserved by Oha-Lau 2 on Flickr Saturday, May 14, 2011 Ask yourself what if: you couldn’t see the difference between red, green, yellow there was no hover you can’t remember the beginning of an article you know what to say but can’t speak
  • 45. You are the Champion! Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011
  • 46. Visit the Yahoo Accessibility Lab’s Blog Accessibility.Yahoo.Com Yahoo! Accessibility Lab Accessibility.Yahoo.Com | @yahooaccess | Facebook.com/YahooAccessibility Saturday, May 14, 2011
  • 47. Accessibility Innovations and Challenges Ted Drake Bucharest, May 2011 Saturday, May 14, 2011 this presentation was created for the Yahoo! Open Hack EU