SlideShare a Scribd company logo
1 of 122
Selfish Accessibility 
Presented by Adrian Roselli for WordCamp Buffalo 2014 
#wcbuf
About Adrian Roselli 
• Co-written four books. 
• Technical editor 
for two books. 
• Written over fifty 
articles, most recently 
for .net Magazine and 
Web Standards Sherpa. 
Great bedtime reading!
About Adrian Roselli 
• Member of W3C HTML Working Group, W3C 
Accessibility Task Force, five W3C Community 
Groups. 
• Building for the web since 1994. 
• Founder, owner at Algonquin Studios 
(AlgonquinStudios.com). 
• Learn more at AdrianRoselli.com. 
• Avoid on Twitter @aardrian. 
I warned you.
What is a11y? 
• A numeronym for “accessibility”: 
• The first and last letter, 
• The number of characters omitted. 
• Prominent on Twitter (character restrictions): 
• #a11y 
• Examples: 
• l10n → localization 
• i18n → internationalization 
Ain’t language funsies?
Accessibility Gets No Respect 
“Cyberspace” (gray) 
“Lime Rickey” (green) 
“Online” (blue) 
In fairness, Sherman Williams needs to come up with a lot of color names...
Accessibility Gets No Respect 
…however I think the team could have done better than this.
What We’ll Cover 
• Boring Statistics 
• How to Be Selfish 
• Basic Tests 
• Some Techniques 
• Accessibility and WordPress 
• Questions (ongoing!) 
Work with me, people.
Boring Statistics 
1 of 4 sections.
Any Disability 
• In the United States: 
• 10.4% aged 21-64 years old, 
• 25% aged 65-74 years old, 
• 50% aged 75+. 
• Includes: 
• Visual 
• Hearing 
• Mobility 
• Cognitive 
http://www.who.int/mediacentre/factsheets/fs282/en/ 
http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012
Vision Impairments 
• 285 million worldwide: 
• 39 million are blind, 
• 246 million have low vision, 
• 82% of people living with blindness are aged 50 
and above. 
• 1.8% of Americans aged 21-64. 
• 4.0% of Americans aged 65-74. 
• 9.8% of Americans aged 75+. 
http://www.who.int/mediacentre/factsheets/fs282/en/ 
http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012
Hearing Impairments 
• 360 million people worldwide have disabling 
hearing loss. 
• 17% (36 million) of American adults report 
some degree of hearing loss: 
• 18% aged 45-64 years old, 
• 30% aged 65-74 years old, 
• 47% aged 75+ years old. 
http://www.who.int/mediacentre/factsheets/fs300/en/ 
https://www.nidcd.nih.gov/health/statistics/Pages/quick.aspx
Mobility Impairments 
• In the United States: 
• 5.5% aged 21-64 years old. 
• 15.6% aged 65-74 years old. 
• 32.9% aged 75+. 
http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012
Cognitive Impairments 
• Dyslexia, 
• Dyscalculia, 
• Memory issues, 
• Distractions (ADD, ADHD), 
• In the United States: 
• 4.3% aged 21-64 years old. 
• 5.4% aged 65-74 years old. 
• 14.4% aged 75+. 
http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012&subButton=Get+HTML
How to Be Selfish 
2 of 4 sections.
WebAIM’s Hierarchy for Motivating 
Accessibility Change 
http://webaim.org/blog/motivating-accessibility-change/
My Hierarchy for Motivating 
Accessibility Change 
Is better, no?
Getting Older 
• Affects (nearly) everyone, 
• Carries risks and side effects, 
• Is not for the young. 
I’m still experimenting with it.
Rising Damp on Flickr.
Darren Baldwin on Flickr.
Accidents 
• Broken limbs, 
• Eye injuries, 
• Hearing injuries, 
• Head trauma. 
All of these have happened to me, multiple times.
James Lee on Flickr.
Rev Stan on Flickr.
Let Ideas Compete on Flickr.
Fluffy Steve on Flickr.
Paul Townsend on Flickr.
But I’m Invincible! 
• Multi-tasking, 
• Sunlight, 
• Eating at your desk, 
• No headphones handy, 
• Strollers, 
• Content is not in your native language. 
The sun is trying to kill me.
https://twitter.com/aardrian/statuses/388733408576159744
Shawn Liu on Flickr.
Bitznbitez on Flickr.
Mariëlle on Flickr.
barockschloss on Flickr.
Seb on Flickr.
A.Davy on Flickr.
Raul Lieberwirth on Flickr.
Tim Norris on Flickr.
Lars Kristian Flem on Flickr.
Steve Rhodes on Flickr.
SuperFantastic on Flickr.
Jacob Enos on Flickr.
Joe Shlabotnik on Flickr.
Zenjazzygeek on Flickr.
Tech Support 
• Think of your family! 
• Think of your time spent helping them! 
• Think of the wasted holidays! 
This is why we hate the holidays.
Robert Simmons on Flickr.
The Message 
• Supporting accessibility now helps to serve 
future you. 
There is no try.
The Message 
• Supporting accessibility now helps to serve 
future you. 
• Supporting accessibility now helps injured 
you, encumbered you. 
There is no try.
The Message 
• Supporting accessibility now helps to serve 
future you. 
• Supporting accessibility now helps injured 
you, encumbered you. 
• Getting younger developers to buy in helps 
future you – if you teach them well. 
There is no try.
Basic Tests 
3 of 4 sections.
Click on Field Labels 
• When you click label text next to a text box, 
does the cursor appear in the field? 
• When you click label text next to a radio / 
checkbox, does it get toggled? 
• When you click label text next to a select 
menu, does it get focus? 
http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
Unplug Your Mouse 
• Turn off your trackpad, stick, trackball, etc. 
• Can you interact with all controls (links, 
menus, forms) with only the keyboard? 
• Can you tell which item has focus? 
• Does the tab order match your expectation? 
http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
Turn off Images 
• Can you still make sense of the page? 
• Is content missing? 
• Can you still use the site? 
• Is your alt text useful? 
http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
Turn on High Contrast Mode 
• Windows only. 
• Background images and colors are replaced. 
• Text colors are replaced. 
• Does this make your site unusable? 
http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/ 
http://blog.adrianroselli.com/2012/08/css-background-images-high-contrast-mode.html
Turn off CSS 
• Does important content or functionality 
disappear? 
• Do error messages or other items that rely on 
visual cues make sense? 
• Is content still in a reasonable order? 
• Do any styles (colors, text effects, etc.) 
remain? 
http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
Test for Colorblindness/Contrast 
• Is there enough contrast? 
• Are hyperlinks, menus, etc. still visible? 
• Tools: 
• Chrome Color Contrast Analyzer 
• Lea Verou’s Contrast Ratio 
• WebAIM Color Contrast Checker 
• CheckMyColours.com 
http://www.inpixelitrust.fr/blog/en/tips-create-accessible-color-palette/ 
http://alistapart.com/blog/post/easy-color-contrast-testing
Protanopia
Deuteranopia
Tritanopia
Look for Captions & Transcripts 
• Do video/audio clips have text alternatives? 
• Are links to closed-captions or transcripts built 
into the player or separate text links? 
• Is there an audio description available? 
• Tools: 
• Media Access Australia YouTube captioning 
tutorial, Vimeo captioning tutorial 
• Tiffany Brown’s WebVTT tutorial 
http://webaim.org/techniques/captions/
https://www.youtube.com/watch?v=zCqN_cCLnnk
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
• Do you warn before opening new windows? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
• Do you warn before opening new windows? 
• Do links to downloads provide helpful info? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
• Do you warn before opening new windows? 
• Do links to downloads provide helpful info? 
• Are you using pagination links? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
• Do you warn before opening new windows? 
• Do links to downloads provide helpful info? 
• Are you using pagination links? 
• Are your links underlined (or otherwise obvious)? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
• Do you warn before opening new windows? 
• Do links to downloads provide helpful info? 
• Are you using pagination links? 
• Are your links underlined (or otherwise obvious)? 
• Is there alt text for image links? 
http://www.sitepoint.com/15-rules-making-accessible-links/
Hyperlinks! 
• Is there any “click here,” “more,” “link to…”? 
• Are you using all-caps, URLs, emoticons? 
• Do you warn before opening new windows? 
• Do links to downloads provide helpful info? 
• Are you using pagination links? 
• Are your links underlined (or otherwise obvious)? 
• Is there alt text for image links? 
• Is the link text consistent? 
http://www.sitepoint.com/15-rules-making-accessible-links/
http://blog.adrianroselli.com/2014/03/i-dont-care-what-google-did-just-keep.html
Some Techniques 
4 of 4 sections.
Checklist 
• Accessibility is not a checklist. 
http://accessibility.net.nz/blog/the-problems-with-ramps-blended-into-stairs/
Checklist 
• Accessibility is not a checklist. 
• Accessibility is a continuum. 
http://accessibility.net.nz/blog/the-problems-with-ramps-blended-into-stairs/
Stairamp 
Dean Bouchard on Flickr
WAI-ARIA 
• Web Accessibility Initiative – Accessible Rich 
Internet Applications. 
• Adds accessibility information to HTML 
elements. 
• Can be used with prior versions of HTML. 
• WAI-ARIA 1.0 published March 20, 2014. 
http://www.w3.org/TR/wai-aria/
Four Five Rules of ARIA Use 
1. If you can use a native HTML5 element with 
semantics/behavior already built in, then do 
so, instead of repurposing another element. 
RT this! https://twitter.com/aardrian/status/454249142387081219
Four Five Rules of ARIA Use 
2. Do not change native semantics. Unless you 
really have to (no <h1> with a role="button", 
for example). 
RT this! https://twitter.com/aardrian/status/454249201564532737
Four Five Rules of ARIA Use 
3. All interactive ARIA controls must be usable 
with the keyboard — keyboard users must be 
able to perform equivalent actions. 
RT this! https://twitter.com/aardrian/status/454249253284483072
Four Five Rules of ARIA Use 
4. Do not use role="presentation" or aria-hidden=" 
true" on a focusable element. If you 
do so, some users will never be able to focus. 
RT this! https://twitter.com/aardrian/status/454249297408585729
Four Five Rules of ARIA Use 
5. All interactive elements must have 
an accessible name (in progress). This may 
come from a visible (text on a button) or 
invisible (alt text on an image) property. 
As of May 12: http://rawgit.com/w3c/aria-in-html/master/index.html#fifth-rule-of-aria-use 
Accessible name: http://www.w3.org/TR/wai-aria/terms#def_accessible_name
Role Playing 
Stolen from Heydon Pickering: https://twitter.com/heydonworks/status/420196676297424898/
HTML/ARIA Don’t 
• <div onclick="DoThing();">Do a thing.</div> 
I see this all the time.
HTML/ARIA Don’t 
• <div onclick="DoThing();" tabindex="0">Do a 
thing.</div> 
I see this a bunch, too.
HTML/ARIA Don’t 
• <div onclick="DoThing();" tabindex="0" 
onkeypress="DoThing();">Do a thing.</div> 
Excluded bits like if(event.keyCode==32||event.keyCode==13)DoThing();
HTML/ARIA Don’t 
• <div onclick="DoThing();" tabindex="0" 
onkeypress="DoThing();" role="button">Do a 
thing.</div> 
ARIA roles to the rescue! Er…
HTML/ARIA Do 
• <button onclick="DoThing();" 
onkeypress="DoThing();">Do a 
thing.</button> 
Or just start with the right element. http://www.karlgroves.com/2013/05/14/links-are-not-buttons-neither-are-divs-and-spans/
WAI-ARIA 
• Accessibility Lipstick on a Usability Pig 
• By Jared Smith: 
http://webaim.org/blog/accessibility-lipstick-on-a- 
usability-pig/ 
• What is WAI-ARIA, what does it do for me, and 
what not? 
• By Marco Zehe: 
http://www.marcozehe.de/2014/03/27/what-is-wai- 
aria-what-does-it-do-for-me-and-what-not/ 
ARIA ALL THE THINGS!
HTML5 Elements 
• Sectioning elements already have accessibility 
built in. Use them. 
• <header> 
• <nav> 
• <main> (one per page) 
• <aside> 
• <footer> 
• <form> (a search form) 
This stuff is baked in!
HTML5/ARIA Landmarks 
• They don’t always have support in assistive 
technologies (AT), so use roles as well. 
• <header role="banner"> (once per page) 
• <nav role="navigation"> 
• <main role="main"> (one per page) 
• <aside role="complementary"> 
• <footer role="contentinfo"> (once per page) 
• <form role="search"> 
http://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page
Generic Desktop Layout 
<header role="banner"> 
<nav role="navigation"> 
<aside role="complementary"> 
<form role="search"> 
<main role="main"> 
<footer role="contentinfo">
Generic 
“Mobile” 
Layout 
<header role="banner"> 
<nav role="navigation"> 
<form role="search"> 
<main role="main"> 
<aside role="complementary"> 
<footer role="contentinfo"> 
“Mobile” really means narrow screen 
in RWD, as well as this context.
HTML5 Headings 
• Use normal heading ranks to convey 
document structure. 
• Don’t skip; go in order. 
<h1> 
<h2> 
<h3> 
<h4> 
<h5> 
<h6> 
Fun fact: NCSA Mosaic 1.0 had provisions for an <h7>: http://blog.adrianroselli.com/2013/04/ncsa-moscaic-turns-20.html
HTML5 Headings 
• Document Outline Algorithm… 
• Is a myth, 
• Isn’t implemented in any browsers, 
• Should not be relied upon. 
• Don’t be fooled by articles claiming otherwise. 
• Spec being updated. 
• No SEO benefit for one over other. 
http://blog.adrianroselli.com/2013/12/the-truth-about-truth-about-multiple-h1.html
The New <div>itis 
• <section>orrhea, <article> abuse. 
• These map to regions in page navigation order 
(role="region"). 
• Can overwhelm users of AT. 
• If it doesn’t get an <h#>, don’t use it. 
• If it shouldn’t be in the document outline, 
don’t use it. 
http://www.w3.org/TR/html5/sections.html#the-section-element 
http://www.w3.org/TR/html5/sections.html#the-article-element
Focus Styles 
http://blog.adrianroselli.com/2014/06/keep-focus-outline.html
Focus Styles 
• Necessary for keyboard use, 
• Use in conjunction with :hover, 
• Check libraries for :focus styles. 
It’s built in, just don’t mess with it.
Focus Styles 
https://twitter.com/aardrian/statuses/489837817129099266
Alternative Text 
• Which is correct? 
• <img src="fox.png" alt="Photo of a fox reading 
aloud from a book."> 
http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
Alternative Text 
• Which is correct? 
• <img src="fox.png" alt="Photo of a fox reading 
aloud from a book."> 
• <img src="fox.png" title="Photo of a fox reading 
aloud from a book."> 
http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
Alternative Text 
• Which is correct? 
• <img src="fox.png" alt="Photo of a fox reading 
aloud from a book."> 
• <img src="fox.png" title="Photo of a fox reading 
aloud from a book."> 
• <img src="fox.png" aria-label="Photo of a fox 
reading aloud from a book."> 
http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
Alternative Text 
• Which is correct? 
• <img src="fox.png" alt="Photo of a fox reading 
aloud from a book."> 
• <img src="fox.png" title="Photo of a fox reading 
aloud from a book."> 
• <img src="fox.png" aria-label="Photo of a fox 
reading aloud from a book."> 
• <img src="fox.png" aria-labelledby="FoxPic"> <p 
id="FoxPic">Photo of a fox reading aloud from a 
book.</p> 
http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
Alternative Text 
• Use alt. 
• Longdesc links to more verbose alternative. 
http://www.w3.org/blog/2014/03/wcag-techniques-for-image-text-alternatives/
Alternative Text Decision Tree 
1. What role 
does image 
play? 
2. Does it 
present 
new info? 
http://www.4syllables.com.au/2010/12/text-alternatives-decision-tree/ 
http://dev.w3.org/html5/alt-techniques/#tree 
3. What 
type of 
info? 
Informative Yes 
alt="" 
or 
<a href="foo"><img alt="">Link</a> 
alt="" 
or 
Use CSS 
alt="descriptive identification" 
or 
alt="short label" + caption 
Purely Decorative 
Sensory 
No 
alt="label for link" 
alt=“short alternative" 
or 
alt="short label" + caption 
Long / Complex 
Short / Simple 
alt="short label + location of long alternative" 
or 
long text alternative on same or linked page
Accessibility and WordPress 
5 of 4 sections (Mostly Harmless, anyone?).
WP Accessibility Plug-in 
http://wordpress.org/plugins/wp-accessibility/
WP Accessibility Plug-in 
• Simplest, quickest first step, 
• Has many configuration options, 
• Compatible up to 3.9.2, 
• 1 person reports it works in 4.0, 
• Install/configuration tutorial: 
• Make Your WordPress Site More Accessible 
By the same guy who put together “Prioritization: Accessibility Tickets for WP 4.0”
WP Accessibility Plug-in 
• Enable skip links 
• Add skip links with user-defined targets 
• Add language and text direction attributes to HTML element 
• Add outline to keyboard focus state 
• Add toolbar toggling between high contrast, large print, desaturated views of your 
theme 
• Add long description to images 
• Remove target attribute from links 
• Force search page error when search is made with empty text string 
• Remove tabindex from elements that are focusable 
• Strip title attributes from images inserted into content 
• Remove redundant title attributes from page lists, category lists, archive menus 
• Add post titles to standard “read more” links 
• Address some accessibility issues in WordPress admin styles 
• Show color contrast between two provided hex values 
• Enable diagnostic CSS 
This is a copy-paste job, you can see the list for yourself at the plug-in page.
Accessible Themes 
• Look for “accessibility-ready,” 
• Use the tag filter to find them, not the theme 
search: 
• http://wordpress.org/themes/tag-filter/ 
• Themes must be verified, validated against 
WP accessibility guidelines: 
• https://make.wordpress.org/themes/guidelines/g 
uidelines-accessibility/ 
Themes claiming to be accessible may not be, so start here.
Accessible Themes 
Just toggle the “accessibility-ready” checkbox, making sure to select “Match ALL of the checkboxes.”
Accessible Themes 
13 options so far, including at least a couple that should be familiar.
Cities Project 
• Increase number of free, accessible themes, 
• Themes in development: 
• Los Angeles, Copenhagen, Sydney, Boston, 
Toronto, New York, Mumbai, D.C., Canberra, 
Montreal, São Paulo, Rio de Janeiro, Nashville, 
Ottawa, Twin Cities, Augusta Georgia 
• Is your city here? Buffalo? 
• http://accessiblejoe.com/cities/ 
Remember, they must pass validation by the WordPress Accessibility team.
Accessible Forms 
• Gravity Forms 
• http://cynng.wordpress.com/2014/02/26/tips-on-making- 
your-gravity-forms-as-accessible-as-possible/ 
• Add HTML5 inputs, 
• Avoid presets, 
• Add fieldset/label, 
• Disable tabindex, 
• Still needs ARIA. 
Remember to test the form.
Accessible Forms 
• Contact Form 7 
• http://blog.rrwd.nl/2014/03/01/how-to-set-up-an- 
accessible-form-using-contact-form-7-in-wordpress/ 
• Change the default form, 
• Add shortcode for error messages, 
• Add labels, 
• Edit wp_config.php to disable CSS, JS, <p> with 
each new line. 
Remember to test the form.
Questions 
This isn’t a section, you should have been asking all along.
Resources 
• Web Accessibility and Older People: 
Meeting the Needs of Ageing Web Users 
http://www.w3.org/WAI/older-users/Overview.php 
• Easy Checks - A First Review of Web Accessibility 
http://www.w3.org/WAI/eval/preliminary 
• How People with Disabilities Use the Web: 
Overview 
http://www.w3.org/WAI/intro/people-use-web/ 
Overview.html 
In addition to the gems I’ve sprinkled throughout.
Resources 
• 2.11 ARIA Role, State, and Property Quick 
Reference 
http://www.w3.org/TR/aria-in-html/#aria-role-state- 
and-property-quick-reference 
• 2.12 Definitions of States and Properties (all 
aria-* attributes) 
http://www.w3.org/TR/aria-in-html/#definitions-of-states- 
and-properties-all-aria--attributes 
In addition to the gems I’ve sprinkled throughout.
Resources 
• a11yTips 
http://dboudreau.tumblr.com/ 
• How to Write User Stories for Web 
Accessibility 
http://www.interactiveaccessibility.com/blog/how-write- 
user-stories-accessibility-requirements 
• Book Excerpt: A Web for Everyone 
http://uxmag.com/articles/book-excerpt-a-web-for-everyone 
In addition to the gems I’ve sprinkled throughout.
Selfish Accessibility 
Presented by Adrian Roselli for WordCamp Buffalo 2014 
Slides from this talk will be available at http://rosel.li/wcbuf 
My thanks and apologies.

More Related Content

What's hot

Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceAdrian Roselli
 
Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Adrian Roselli
 
Selfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness DaySelfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness DayAdrian Roselli
 
Selfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo UnconferenceSelfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo UnconferenceAdrian Roselli
 
Abstractions: Fringe Accessibility
Abstractions: Fringe AccessibilityAbstractions: Fringe Accessibility
Abstractions: Fringe AccessibilityAdrian Roselli
 
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Adrian Roselli
 
Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeAdrian Roselli
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKAdrian Roselli
 
Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Adrian Roselli
 
Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015Adrian Roselli
 
Selfish Accessibility: Presented at Google
Selfish Accessibility: Presented at GoogleSelfish Accessibility: Presented at Google
Selfish Accessibility: Presented at GoogleAdrian Roselli
 
Accessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in BelgradAccessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in BelgradMaja Benke
 
Mind your lang (for role=drinks at CSUN 2017)
Mind your lang (for role=drinks at CSUN 2017)Mind your lang (for role=drinks at CSUN 2017)
Mind your lang (for role=drinks at CSUN 2017)Adrian Roselli
 
WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016Adrian Roselli
 
Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014Adrian Roselli
 
Tales from the Accessibility Trenches
Tales from the Accessibility TrenchesTales from the Accessibility Trenches
Tales from the Accessibility Trenchesgraemecoleman
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Centurydreamwidth
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Adrian Roselli
 
Fringe Accessibility: A11y Camp Toronto 2015
Fringe Accessibility: A11y Camp Toronto 2015Fringe Accessibility: A11y Camp Toronto 2015
Fringe Accessibility: A11y Camp Toronto 2015Adrian Roselli
 
ACE! Conference: Selfish accessibility
ACE! Conference: Selfish accessibilityACE! Conference: Selfish accessibility
ACE! Conference: Selfish accessibilityAdrian Roselli
 

What's hot (20)

Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital Service
 
Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018
 
Selfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness DaySelfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness Day
 
Selfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo UnconferenceSelfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo Unconference
 
Abstractions: Fringe Accessibility
Abstractions: Fringe AccessibilityAbstractions: Fringe Accessibility
Abstractions: Fringe Accessibility
 
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
Guelph A11y Conf: Everything I Know About Accessibility I Learned from Stack ...
 
Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDaze
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HK
 
Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016
 
Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015
 
Selfish Accessibility: Presented at Google
Selfish Accessibility: Presented at GoogleSelfish Accessibility: Presented at Google
Selfish Accessibility: Presented at Google
 
Accessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in BelgradAccessible Design WordCamp Europe 2018 in Belgrad
Accessible Design WordCamp Europe 2018 in Belgrad
 
Mind your lang (for role=drinks at CSUN 2017)
Mind your lang (for role=drinks at CSUN 2017)Mind your lang (for role=drinks at CSUN 2017)
Mind your lang (for role=drinks at CSUN 2017)
 
WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016
 
Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014Selfish Accessibility: UXSG 2014
Selfish Accessibility: UXSG 2014
 
Tales from the Accessibility Trenches
Tales from the Accessibility TrenchesTales from the Accessibility Trenches
Tales from the Accessibility Trenches
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Century
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019
 
Fringe Accessibility: A11y Camp Toronto 2015
Fringe Accessibility: A11y Camp Toronto 2015Fringe Accessibility: A11y Camp Toronto 2015
Fringe Accessibility: A11y Camp Toronto 2015
 
ACE! Conference: Selfish accessibility
ACE! Conference: Selfish accessibilityACE! Conference: Selfish accessibility
ACE! Conference: Selfish accessibility
 

Viewers also liked

Типологія країн світу
Типологія країн світуТипологія країн світу
Типологія країн світуKovpak
 
Johnny english
Johnny englishJohnny english
Johnny englishbkxhunter
 
Tablas de diseño de acero en compresion
Tablas de diseño de acero en compresionTablas de diseño de acero en compresion
Tablas de diseño de acero en compresionCristian Melgar Tueros
 
Политическая карта мира русскMicrosoft power point
Политическая карта мира русскMicrosoft power pointПолитическая карта мира русскMicrosoft power point
Политическая карта мира русскMicrosoft power pointKovpak
 
"Wp piracy continuum" by Irdeto
"Wp piracy continuum" by Irdeto"Wp piracy continuum" by Irdeto
"Wp piracy continuum" by IrdetoGeorge Barzashvili
 
Is your social media ready to go?
Is your social media ready to go?Is your social media ready to go?
Is your social media ready to go?pcgak
 
Міжнародні організації укр
Міжнародні організації укрМіжнародні організації укр
Міжнародні організації укрKovpak
 
The purdygreenteam 10.19.12
The purdygreenteam 10.19.12The purdygreenteam 10.19.12
The purdygreenteam 10.19.12dalyc
 
Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...
Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...
Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...Olesja Lami
 
Turismo en cayambe
Turismo en cayambeTurismo en cayambe
Turismo en cayambeJoelrengel10
 
Держ лад країн світуформи правління укр
Держ лад країн світуформи правління укрДерж лад країн світуформи правління укр
Держ лад країн світуформи правління укрKovpak
 
Media Relations 101
Media Relations 101Media Relations 101
Media Relations 101pcgak
 
библиотека. взгляд из будущего
библиотека. взгляд из будущегобиблиотека. взгляд из будущего
библиотека. взгляд из будущегоNadezda Bezukladnikova
 

Viewers also liked (20)

Типологія країн світу
Типологія країн світуТипологія країн світу
Типологія країн світу
 
Johnny english
Johnny englishJohnny english
Johnny english
 
Tablas de diseño de acero en compresion
Tablas de diseño de acero en compresionTablas de diseño de acero en compresion
Tablas de diseño de acero en compresion
 
Политическая карта мира русскMicrosoft power point
Политическая карта мира русскMicrosoft power pointПолитическая карта мира русскMicrosoft power point
Политическая карта мира русскMicrosoft power point
 
"Wp piracy continuum" by Irdeto
"Wp piracy continuum" by Irdeto"Wp piracy continuum" by Irdeto
"Wp piracy continuum" by Irdeto
 
Is your social media ready to go?
Is your social media ready to go?Is your social media ready to go?
Is your social media ready to go?
 
последний вебинар
последний вебинарпоследний вебинар
последний вебинар
 
Po 6 tygodniach
Po 6 tygodniachPo 6 tygodniach
Po 6 tygodniach
 
Міжнародні організації укр
Міжнародні організації укрМіжнародні організації укр
Міжнародні організації укр
 
The purdygreenteam 10.19.12
The purdygreenteam 10.19.12The purdygreenteam 10.19.12
The purdygreenteam 10.19.12
 
Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...
Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...
Olesja Lami / Urban Healer: a dialog between permanent and temporary architec...
 
Elia (januari)
Elia (januari)Elia (januari)
Elia (januari)
 
Turismo en cayambe
Turismo en cayambeTurismo en cayambe
Turismo en cayambe
 
Держ лад країн світуформи правління укр
Держ лад країн світуформи правління укрДерж лад країн світуформи правління укр
Держ лад країн світуформи правління укр
 
Prezentacja ogólna2.0
Prezentacja ogólna2.0Prezentacja ogólna2.0
Prezentacja ogólna2.0
 
Concierge prezentacja
Concierge prezentacjaConcierge prezentacja
Concierge prezentacja
 
Media Relations 101
Media Relations 101Media Relations 101
Media Relations 101
 
Scenariusz
ScenariuszScenariusz
Scenariusz
 
Mpkbit
MpkbitMpkbit
Mpkbit
 
библиотека. взгляд из будущего
библиотека. взгляд из будущегобиблиотека. взгляд из будущего
библиотека. взгляд из будущего
 

Similar to Selfish Accessibility: WordCamp Buffalo 2014

Selfish Accessibility: WordCamp Toronto 2014
Selfish Accessibility: WordCamp Toronto 2014Selfish Accessibility: WordCamp Toronto 2014
Selfish Accessibility: WordCamp Toronto 2014Adrian Roselli
 
Selfish Accessibility: a11y Camp Toronto 2014
Selfish Accessibility: a11y Camp Toronto 2014Selfish Accessibility: a11y Camp Toronto 2014
Selfish Accessibility: a11y Camp Toronto 2014Adrian Roselli
 
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)ux singapore
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusAdrian Roselli
 
Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014Adrian Roselli
 
Selfish Accessibility - Girl Develop It Buffalo
Selfish Accessibility - Girl Develop It BuffaloSelfish Accessibility - Girl Develop It Buffalo
Selfish Accessibility - Girl Develop It BuffaloAdrian Roselli
 
Avega Group: Selfish Accessibility
Avega Group: Selfish AccessibilityAvega Group: Selfish Accessibility
Avega Group: Selfish AccessibilityAdrian Roselli
 
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...graemecoleman
 
Design and Development Techniques for Accessibility: WordCamp Tampa 2015
Design and Development Techniques for Accessibility: WordCamp Tampa 2015Design and Development Techniques for Accessibility: WordCamp Tampa 2015
Design and Development Techniques for Accessibility: WordCamp Tampa 2015Robert Jolly
 
Information architecture 101
Information architecture 101Information architecture 101
Information architecture 101Francis Zablocki
 
Community its easier than you think
Community its easier than you thinkCommunity its easier than you think
Community its easier than you thinkMura CMS
 
Web Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxWeb Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxGurzu Inc
 
Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012Karen Mardahl
 
Jared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web AccessibilityJared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web AccessibilityPlain Talk 2015
 
Rock Star Design: How to create media for lessons that rock!
Rock Star Design: How to create media for lessons that rock!Rock Star Design: How to create media for lessons that rock!
Rock Star Design: How to create media for lessons that rock!Neela Bell
 
Teacher inservice
Teacher inserviceTeacher inservice
Teacher inservicebontekoa
 

Similar to Selfish Accessibility: WordCamp Buffalo 2014 (20)

Selfish Accessibility: WordCamp Toronto 2014
Selfish Accessibility: WordCamp Toronto 2014Selfish Accessibility: WordCamp Toronto 2014
Selfish Accessibility: WordCamp Toronto 2014
 
Selfish Accessibility: a11y Camp Toronto 2014
Selfish Accessibility: a11y Camp Toronto 2014Selfish Accessibility: a11y Camp Toronto 2014
Selfish Accessibility: a11y Camp Toronto 2014
 
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF Vilnius
 
Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014Selfish Accessibility: HTML5 Developer Conference 2014
Selfish Accessibility: HTML5 Developer Conference 2014
 
Selfish Accessibility - Girl Develop It Buffalo
Selfish Accessibility - Girl Develop It BuffaloSelfish Accessibility - Girl Develop It Buffalo
Selfish Accessibility - Girl Develop It Buffalo
 
Avega Group: Selfish Accessibility
Avega Group: Selfish AccessibilityAvega Group: Selfish Accessibility
Avega Group: Selfish Accessibility
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
 
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
 
Design and Development Techniques for Accessibility: WordCamp Tampa 2015
Design and Development Techniques for Accessibility: WordCamp Tampa 2015Design and Development Techniques for Accessibility: WordCamp Tampa 2015
Design and Development Techniques for Accessibility: WordCamp Tampa 2015
 
Accessibility
AccessibilityAccessibility
Accessibility
 
Information architecture 101
Information architecture 101Information architecture 101
Information architecture 101
 
Community its easier than you think
Community its easier than you thinkCommunity its easier than you think
Community its easier than you think
 
Web Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxWeb Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptx
 
Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012Build Accessibly - Community Day 2012
Build Accessibly - Community Day 2012
 
Jared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web AccessibilityJared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web Accessibility
 
Rfc.key
Rfc.keyRfc.key
Rfc.key
 
Referencing skills
Referencing skillsReferencing skills
Referencing skills
 
Rock Star Design: How to create media for lessons that rock!
Rock Star Design: How to create media for lessons that rock!Rock Star Design: How to create media for lessons that rock!
Rock Star Design: How to create media for lessons that rock!
 
Teacher inservice
Teacher inserviceTeacher inservice
Teacher inservice
 

More from Adrian Roselli

CSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML SemanticsCSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML SemanticsAdrian Roselli
 
Selfish Accessibility —DevOpsDays Buffalo
Selfish Accessibility —DevOpsDays BuffaloSelfish Accessibility —DevOpsDays Buffalo
Selfish Accessibility —DevOpsDays BuffaloAdrian Roselli
 
Role of Design in Accessibility — VilniusJS Meet-up
Role of Design in Accessibility — VilniusJS Meet-upRole of Design in Accessibility — VilniusJS Meet-up
Role of Design in Accessibility — VilniusJS Meet-upAdrian Roselli
 
The Role of Design in Accessibility — a11yTO Meet-up
The Role of Design in Accessibility — a11yTO Meet-upThe Role of Design in Accessibility — a11yTO Meet-up
The Role of Design in Accessibility — a11yTO Meet-upAdrian Roselli
 
Fringe Accessibility — Portland UX
Fringe Accessibility — Portland UXFringe Accessibility — Portland UX
Fringe Accessibility — Portland UXAdrian Roselli
 
WCBuf: CSS Display Properties versus HTML Semantics
WCBuf: CSS Display Properties versus HTML SemanticsWCBuf: CSS Display Properties versus HTML Semantics
WCBuf: CSS Display Properties versus HTML SemanticsAdrian Roselli
 
Mind Your Lang — London Web Standards
Mind Your Lang — London Web StandardsMind Your Lang — London Web Standards
Mind Your Lang — London Web StandardsAdrian Roselli
 
Inclusive Usability Testing - WordCamp London
Inclusive Usability Testing - WordCamp LondonInclusive Usability Testing - WordCamp London
Inclusive Usability Testing - WordCamp LondonAdrian Roselli
 
CSUN 2018: Everything I Know About Accessibility I Learned from Stack Overflow
CSUN 2018: Everything I Know About Accessibility I Learned from Stack OverflowCSUN 2018: Everything I Know About Accessibility I Learned from Stack Overflow
CSUN 2018: Everything I Know About Accessibility I Learned from Stack OverflowAdrian Roselli
 
Inclusive Usability Testing — a11yTOCamp
Inclusive Usability Testing — a11yTOCampInclusive Usability Testing — a11yTOCamp
Inclusive Usability Testing — a11yTOCampAdrian Roselli
 
Everything I Know About Accessibility I Learned from Stack Overflow
Everything I Know About Accessibility I Learned from Stack OverflowEverything I Know About Accessibility I Learned from Stack Overflow
Everything I Know About Accessibility I Learned from Stack OverflowAdrian Roselli
 
Inclusive User Testing — Guelph Accessibility Conference
Inclusive User Testing — Guelph Accessibility ConferenceInclusive User Testing — Guelph Accessibility Conference
Inclusive User Testing — Guelph Accessibility ConferenceAdrian Roselli
 
Implementing Accessibility: Accessibility Toronto
Implementing Accessibility: Accessibility TorontoImplementing Accessibility: Accessibility Toronto
Implementing Accessibility: Accessibility TorontoAdrian Roselli
 
Mind Your lang — Accessibility Camp Toronto 2016
Mind Your lang — Accessibility Camp Toronto 2016Mind Your lang — Accessibility Camp Toronto 2016
Mind Your lang — Accessibility Camp Toronto 2016Adrian Roselli
 
Role = Drinks 2016: Selfish Accessibility
Role = Drinks 2016: Selfish AccessibilityRole = Drinks 2016: Selfish Accessibility
Role = Drinks 2016: Selfish AccessibilityAdrian Roselli
 

More from Adrian Roselli (15)

CSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML SemanticsCSUN 2020: CSS Display Properties Versus HTML Semantics
CSUN 2020: CSS Display Properties Versus HTML Semantics
 
Selfish Accessibility —DevOpsDays Buffalo
Selfish Accessibility —DevOpsDays BuffaloSelfish Accessibility —DevOpsDays Buffalo
Selfish Accessibility —DevOpsDays Buffalo
 
Role of Design in Accessibility — VilniusJS Meet-up
Role of Design in Accessibility — VilniusJS Meet-upRole of Design in Accessibility — VilniusJS Meet-up
Role of Design in Accessibility — VilniusJS Meet-up
 
The Role of Design in Accessibility — a11yTO Meet-up
The Role of Design in Accessibility — a11yTO Meet-upThe Role of Design in Accessibility — a11yTO Meet-up
The Role of Design in Accessibility — a11yTO Meet-up
 
Fringe Accessibility — Portland UX
Fringe Accessibility — Portland UXFringe Accessibility — Portland UX
Fringe Accessibility — Portland UX
 
WCBuf: CSS Display Properties versus HTML Semantics
WCBuf: CSS Display Properties versus HTML SemanticsWCBuf: CSS Display Properties versus HTML Semantics
WCBuf: CSS Display Properties versus HTML Semantics
 
Mind Your Lang — London Web Standards
Mind Your Lang — London Web StandardsMind Your Lang — London Web Standards
Mind Your Lang — London Web Standards
 
Inclusive Usability Testing - WordCamp London
Inclusive Usability Testing - WordCamp LondonInclusive Usability Testing - WordCamp London
Inclusive Usability Testing - WordCamp London
 
CSUN 2018: Everything I Know About Accessibility I Learned from Stack Overflow
CSUN 2018: Everything I Know About Accessibility I Learned from Stack OverflowCSUN 2018: Everything I Know About Accessibility I Learned from Stack Overflow
CSUN 2018: Everything I Know About Accessibility I Learned from Stack Overflow
 
Inclusive Usability Testing — a11yTOCamp
Inclusive Usability Testing — a11yTOCampInclusive Usability Testing — a11yTOCamp
Inclusive Usability Testing — a11yTOCamp
 
Everything I Know About Accessibility I Learned from Stack Overflow
Everything I Know About Accessibility I Learned from Stack OverflowEverything I Know About Accessibility I Learned from Stack Overflow
Everything I Know About Accessibility I Learned from Stack Overflow
 
Inclusive User Testing — Guelph Accessibility Conference
Inclusive User Testing — Guelph Accessibility ConferenceInclusive User Testing — Guelph Accessibility Conference
Inclusive User Testing — Guelph Accessibility Conference
 
Implementing Accessibility: Accessibility Toronto
Implementing Accessibility: Accessibility TorontoImplementing Accessibility: Accessibility Toronto
Implementing Accessibility: Accessibility Toronto
 
Mind Your lang — Accessibility Camp Toronto 2016
Mind Your lang — Accessibility Camp Toronto 2016Mind Your lang — Accessibility Camp Toronto 2016
Mind Your lang — Accessibility Camp Toronto 2016
 
Role = Drinks 2016: Selfish Accessibility
Role = Drinks 2016: Selfish AccessibilityRole = Drinks 2016: Selfish Accessibility
Role = Drinks 2016: Selfish Accessibility
 

Recently uploaded

Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfIdiosysTechnologies1
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfStefano Stabellini
 
How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfLivetecs LLC
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 

Recently uploaded (20)

Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdf
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdf
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdf
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 

Selfish Accessibility: WordCamp Buffalo 2014

  • 1. Selfish Accessibility Presented by Adrian Roselli for WordCamp Buffalo 2014 #wcbuf
  • 2. About Adrian Roselli • Co-written four books. • Technical editor for two books. • Written over fifty articles, most recently for .net Magazine and Web Standards Sherpa. Great bedtime reading!
  • 3. About Adrian Roselli • Member of W3C HTML Working Group, W3C Accessibility Task Force, five W3C Community Groups. • Building for the web since 1994. • Founder, owner at Algonquin Studios (AlgonquinStudios.com). • Learn more at AdrianRoselli.com. • Avoid on Twitter @aardrian. I warned you.
  • 4. What is a11y? • A numeronym for “accessibility”: • The first and last letter, • The number of characters omitted. • Prominent on Twitter (character restrictions): • #a11y • Examples: • l10n → localization • i18n → internationalization Ain’t language funsies?
  • 5. Accessibility Gets No Respect “Cyberspace” (gray) “Lime Rickey” (green) “Online” (blue) In fairness, Sherman Williams needs to come up with a lot of color names...
  • 6. Accessibility Gets No Respect …however I think the team could have done better than this.
  • 7. What We’ll Cover • Boring Statistics • How to Be Selfish • Basic Tests • Some Techniques • Accessibility and WordPress • Questions (ongoing!) Work with me, people.
  • 8. Boring Statistics 1 of 4 sections.
  • 9. Any Disability • In the United States: • 10.4% aged 21-64 years old, • 25% aged 65-74 years old, • 50% aged 75+. • Includes: • Visual • Hearing • Mobility • Cognitive http://www.who.int/mediacentre/factsheets/fs282/en/ http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012
  • 10. Vision Impairments • 285 million worldwide: • 39 million are blind, • 246 million have low vision, • 82% of people living with blindness are aged 50 and above. • 1.8% of Americans aged 21-64. • 4.0% of Americans aged 65-74. • 9.8% of Americans aged 75+. http://www.who.int/mediacentre/factsheets/fs282/en/ http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012
  • 11. Hearing Impairments • 360 million people worldwide have disabling hearing loss. • 17% (36 million) of American adults report some degree of hearing loss: • 18% aged 45-64 years old, • 30% aged 65-74 years old, • 47% aged 75+ years old. http://www.who.int/mediacentre/factsheets/fs300/en/ https://www.nidcd.nih.gov/health/statistics/Pages/quick.aspx
  • 12. Mobility Impairments • In the United States: • 5.5% aged 21-64 years old. • 15.6% aged 65-74 years old. • 32.9% aged 75+. http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012
  • 13. Cognitive Impairments • Dyslexia, • Dyscalculia, • Memory issues, • Distractions (ADD, ADHD), • In the United States: • 4.3% aged 21-64 years old. • 5.4% aged 65-74 years old. • 14.4% aged 75+. http://www.disabilitystatistics.org/reports/2012/English/HTML/report2012.cfm?fips=2000000&html_year=2012&subButton=Get+HTML
  • 14. How to Be Selfish 2 of 4 sections.
  • 15. WebAIM’s Hierarchy for Motivating Accessibility Change http://webaim.org/blog/motivating-accessibility-change/
  • 16. My Hierarchy for Motivating Accessibility Change Is better, no?
  • 17. Getting Older • Affects (nearly) everyone, • Carries risks and side effects, • Is not for the young. I’m still experimenting with it.
  • 18. Rising Damp on Flickr.
  • 19. Darren Baldwin on Flickr.
  • 20. Accidents • Broken limbs, • Eye injuries, • Hearing injuries, • Head trauma. All of these have happened to me, multiple times.
  • 21. James Lee on Flickr.
  • 22. Rev Stan on Flickr.
  • 23. Let Ideas Compete on Flickr.
  • 24. Fluffy Steve on Flickr.
  • 25. Paul Townsend on Flickr.
  • 26. But I’m Invincible! • Multi-tasking, • Sunlight, • Eating at your desk, • No headphones handy, • Strollers, • Content is not in your native language. The sun is trying to kill me.
  • 28. Shawn Liu on Flickr.
  • 35. Tim Norris on Flickr.
  • 36. Lars Kristian Flem on Flickr.
  • 37. Steve Rhodes on Flickr.
  • 39. Jacob Enos on Flickr.
  • 40. Joe Shlabotnik on Flickr.
  • 42. Tech Support • Think of your family! • Think of your time spent helping them! • Think of the wasted holidays! This is why we hate the holidays.
  • 43. Robert Simmons on Flickr.
  • 44. The Message • Supporting accessibility now helps to serve future you. There is no try.
  • 45. The Message • Supporting accessibility now helps to serve future you. • Supporting accessibility now helps injured you, encumbered you. There is no try.
  • 46. The Message • Supporting accessibility now helps to serve future you. • Supporting accessibility now helps injured you, encumbered you. • Getting younger developers to buy in helps future you – if you teach them well. There is no try.
  • 47. Basic Tests 3 of 4 sections.
  • 48. Click on Field Labels • When you click label text next to a text box, does the cursor appear in the field? • When you click label text next to a radio / checkbox, does it get toggled? • When you click label text next to a select menu, does it get focus? http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
  • 49.
  • 50. Unplug Your Mouse • Turn off your trackpad, stick, trackball, etc. • Can you interact with all controls (links, menus, forms) with only the keyboard? • Can you tell which item has focus? • Does the tab order match your expectation? http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
  • 51.
  • 52. Turn off Images • Can you still make sense of the page? • Is content missing? • Can you still use the site? • Is your alt text useful? http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
  • 53.
  • 54.
  • 55. Turn on High Contrast Mode • Windows only. • Background images and colors are replaced. • Text colors are replaced. • Does this make your site unusable? http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/ http://blog.adrianroselli.com/2012/08/css-background-images-high-contrast-mode.html
  • 56.
  • 57.
  • 58. Turn off CSS • Does important content or functionality disappear? • Do error messages or other items that rely on visual cues make sense? • Is content still in a reasonable order? • Do any styles (colors, text effects, etc.) remain? http://www.karlgroves.com/2013/09/05/the-6-simplest-web-accessibility-tests-anyone-can-do/
  • 59.
  • 60. Test for Colorblindness/Contrast • Is there enough contrast? • Are hyperlinks, menus, etc. still visible? • Tools: • Chrome Color Contrast Analyzer • Lea Verou’s Contrast Ratio • WebAIM Color Contrast Checker • CheckMyColours.com http://www.inpixelitrust.fr/blog/en/tips-create-accessible-color-palette/ http://alistapart.com/blog/post/easy-color-contrast-testing
  • 64. Look for Captions & Transcripts • Do video/audio clips have text alternatives? • Are links to closed-captions or transcripts built into the player or separate text links? • Is there an audio description available? • Tools: • Media Access Australia YouTube captioning tutorial, Vimeo captioning tutorial • Tiffany Brown’s WebVTT tutorial http://webaim.org/techniques/captions/
  • 66. Hyperlinks! • Is there any “click here,” “more,” “link to…”? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 67. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 68. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? • Do you warn before opening new windows? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 69. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? • Do you warn before opening new windows? • Do links to downloads provide helpful info? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 70. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? • Do you warn before opening new windows? • Do links to downloads provide helpful info? • Are you using pagination links? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 71. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? • Do you warn before opening new windows? • Do links to downloads provide helpful info? • Are you using pagination links? • Are your links underlined (or otherwise obvious)? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 72. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? • Do you warn before opening new windows? • Do links to downloads provide helpful info? • Are you using pagination links? • Are your links underlined (or otherwise obvious)? • Is there alt text for image links? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 73. Hyperlinks! • Is there any “click here,” “more,” “link to…”? • Are you using all-caps, URLs, emoticons? • Do you warn before opening new windows? • Do links to downloads provide helpful info? • Are you using pagination links? • Are your links underlined (or otherwise obvious)? • Is there alt text for image links? • Is the link text consistent? http://www.sitepoint.com/15-rules-making-accessible-links/
  • 75. Some Techniques 4 of 4 sections.
  • 76. Checklist • Accessibility is not a checklist. http://accessibility.net.nz/blog/the-problems-with-ramps-blended-into-stairs/
  • 77. Checklist • Accessibility is not a checklist. • Accessibility is a continuum. http://accessibility.net.nz/blog/the-problems-with-ramps-blended-into-stairs/
  • 79. WAI-ARIA • Web Accessibility Initiative – Accessible Rich Internet Applications. • Adds accessibility information to HTML elements. • Can be used with prior versions of HTML. • WAI-ARIA 1.0 published March 20, 2014. http://www.w3.org/TR/wai-aria/
  • 80. Four Five Rules of ARIA Use 1. If you can use a native HTML5 element with semantics/behavior already built in, then do so, instead of repurposing another element. RT this! https://twitter.com/aardrian/status/454249142387081219
  • 81. Four Five Rules of ARIA Use 2. Do not change native semantics. Unless you really have to (no <h1> with a role="button", for example). RT this! https://twitter.com/aardrian/status/454249201564532737
  • 82. Four Five Rules of ARIA Use 3. All interactive ARIA controls must be usable with the keyboard — keyboard users must be able to perform equivalent actions. RT this! https://twitter.com/aardrian/status/454249253284483072
  • 83. Four Five Rules of ARIA Use 4. Do not use role="presentation" or aria-hidden=" true" on a focusable element. If you do so, some users will never be able to focus. RT this! https://twitter.com/aardrian/status/454249297408585729
  • 84. Four Five Rules of ARIA Use 5. All interactive elements must have an accessible name (in progress). This may come from a visible (text on a button) or invisible (alt text on an image) property. As of May 12: http://rawgit.com/w3c/aria-in-html/master/index.html#fifth-rule-of-aria-use Accessible name: http://www.w3.org/TR/wai-aria/terms#def_accessible_name
  • 85. Role Playing Stolen from Heydon Pickering: https://twitter.com/heydonworks/status/420196676297424898/
  • 86. HTML/ARIA Don’t • <div onclick="DoThing();">Do a thing.</div> I see this all the time.
  • 87. HTML/ARIA Don’t • <div onclick="DoThing();" tabindex="0">Do a thing.</div> I see this a bunch, too.
  • 88. HTML/ARIA Don’t • <div onclick="DoThing();" tabindex="0" onkeypress="DoThing();">Do a thing.</div> Excluded bits like if(event.keyCode==32||event.keyCode==13)DoThing();
  • 89. HTML/ARIA Don’t • <div onclick="DoThing();" tabindex="0" onkeypress="DoThing();" role="button">Do a thing.</div> ARIA roles to the rescue! Er…
  • 90. HTML/ARIA Do • <button onclick="DoThing();" onkeypress="DoThing();">Do a thing.</button> Or just start with the right element. http://www.karlgroves.com/2013/05/14/links-are-not-buttons-neither-are-divs-and-spans/
  • 91. WAI-ARIA • Accessibility Lipstick on a Usability Pig • By Jared Smith: http://webaim.org/blog/accessibility-lipstick-on-a- usability-pig/ • What is WAI-ARIA, what does it do for me, and what not? • By Marco Zehe: http://www.marcozehe.de/2014/03/27/what-is-wai- aria-what-does-it-do-for-me-and-what-not/ ARIA ALL THE THINGS!
  • 92. HTML5 Elements • Sectioning elements already have accessibility built in. Use them. • <header> • <nav> • <main> (one per page) • <aside> • <footer> • <form> (a search form) This stuff is baked in!
  • 93. HTML5/ARIA Landmarks • They don’t always have support in assistive technologies (AT), so use roles as well. • <header role="banner"> (once per page) • <nav role="navigation"> • <main role="main"> (one per page) • <aside role="complementary"> • <footer role="contentinfo"> (once per page) • <form role="search"> http://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page
  • 94. Generic Desktop Layout <header role="banner"> <nav role="navigation"> <aside role="complementary"> <form role="search"> <main role="main"> <footer role="contentinfo">
  • 95. Generic “Mobile” Layout <header role="banner"> <nav role="navigation"> <form role="search"> <main role="main"> <aside role="complementary"> <footer role="contentinfo"> “Mobile” really means narrow screen in RWD, as well as this context.
  • 96. HTML5 Headings • Use normal heading ranks to convey document structure. • Don’t skip; go in order. <h1> <h2> <h3> <h4> <h5> <h6> Fun fact: NCSA Mosaic 1.0 had provisions for an <h7>: http://blog.adrianroselli.com/2013/04/ncsa-moscaic-turns-20.html
  • 97. HTML5 Headings • Document Outline Algorithm… • Is a myth, • Isn’t implemented in any browsers, • Should not be relied upon. • Don’t be fooled by articles claiming otherwise. • Spec being updated. • No SEO benefit for one over other. http://blog.adrianroselli.com/2013/12/the-truth-about-truth-about-multiple-h1.html
  • 98. The New <div>itis • <section>orrhea, <article> abuse. • These map to regions in page navigation order (role="region"). • Can overwhelm users of AT. • If it doesn’t get an <h#>, don’t use it. • If it shouldn’t be in the document outline, don’t use it. http://www.w3.org/TR/html5/sections.html#the-section-element http://www.w3.org/TR/html5/sections.html#the-article-element
  • 100. Focus Styles • Necessary for keyboard use, • Use in conjunction with :hover, • Check libraries for :focus styles. It’s built in, just don’t mess with it.
  • 102. Alternative Text • Which is correct? • <img src="fox.png" alt="Photo of a fox reading aloud from a book."> http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
  • 103. Alternative Text • Which is correct? • <img src="fox.png" alt="Photo of a fox reading aloud from a book."> • <img src="fox.png" title="Photo of a fox reading aloud from a book."> http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
  • 104. Alternative Text • Which is correct? • <img src="fox.png" alt="Photo of a fox reading aloud from a book."> • <img src="fox.png" title="Photo of a fox reading aloud from a book."> • <img src="fox.png" aria-label="Photo of a fox reading aloud from a book."> http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
  • 105. Alternative Text • Which is correct? • <img src="fox.png" alt="Photo of a fox reading aloud from a book."> • <img src="fox.png" title="Photo of a fox reading aloud from a book."> • <img src="fox.png" aria-label="Photo of a fox reading aloud from a book."> • <img src="fox.png" aria-labelledby="FoxPic"> <p id="FoxPic">Photo of a fox reading aloud from a book.</p> http://blog.adrianroselli.com/2013/11/image-alt-exception-change-re-re-re.html
  • 106. Alternative Text • Use alt. • Longdesc links to more verbose alternative. http://www.w3.org/blog/2014/03/wcag-techniques-for-image-text-alternatives/
  • 107. Alternative Text Decision Tree 1. What role does image play? 2. Does it present new info? http://www.4syllables.com.au/2010/12/text-alternatives-decision-tree/ http://dev.w3.org/html5/alt-techniques/#tree 3. What type of info? Informative Yes alt="" or <a href="foo"><img alt="">Link</a> alt="" or Use CSS alt="descriptive identification" or alt="short label" + caption Purely Decorative Sensory No alt="label for link" alt=“short alternative" or alt="short label" + caption Long / Complex Short / Simple alt="short label + location of long alternative" or long text alternative on same or linked page
  • 108. Accessibility and WordPress 5 of 4 sections (Mostly Harmless, anyone?).
  • 109. WP Accessibility Plug-in http://wordpress.org/plugins/wp-accessibility/
  • 110. WP Accessibility Plug-in • Simplest, quickest first step, • Has many configuration options, • Compatible up to 3.9.2, • 1 person reports it works in 4.0, • Install/configuration tutorial: • Make Your WordPress Site More Accessible By the same guy who put together “Prioritization: Accessibility Tickets for WP 4.0”
  • 111. WP Accessibility Plug-in • Enable skip links • Add skip links with user-defined targets • Add language and text direction attributes to HTML element • Add outline to keyboard focus state • Add toolbar toggling between high contrast, large print, desaturated views of your theme • Add long description to images • Remove target attribute from links • Force search page error when search is made with empty text string • Remove tabindex from elements that are focusable • Strip title attributes from images inserted into content • Remove redundant title attributes from page lists, category lists, archive menus • Add post titles to standard “read more” links • Address some accessibility issues in WordPress admin styles • Show color contrast between two provided hex values • Enable diagnostic CSS This is a copy-paste job, you can see the list for yourself at the plug-in page.
  • 112. Accessible Themes • Look for “accessibility-ready,” • Use the tag filter to find them, not the theme search: • http://wordpress.org/themes/tag-filter/ • Themes must be verified, validated against WP accessibility guidelines: • https://make.wordpress.org/themes/guidelines/g uidelines-accessibility/ Themes claiming to be accessible may not be, so start here.
  • 113. Accessible Themes Just toggle the “accessibility-ready” checkbox, making sure to select “Match ALL of the checkboxes.”
  • 114. Accessible Themes 13 options so far, including at least a couple that should be familiar.
  • 115. Cities Project • Increase number of free, accessible themes, • Themes in development: • Los Angeles, Copenhagen, Sydney, Boston, Toronto, New York, Mumbai, D.C., Canberra, Montreal, São Paulo, Rio de Janeiro, Nashville, Ottawa, Twin Cities, Augusta Georgia • Is your city here? Buffalo? • http://accessiblejoe.com/cities/ Remember, they must pass validation by the WordPress Accessibility team.
  • 116. Accessible Forms • Gravity Forms • http://cynng.wordpress.com/2014/02/26/tips-on-making- your-gravity-forms-as-accessible-as-possible/ • Add HTML5 inputs, • Avoid presets, • Add fieldset/label, • Disable tabindex, • Still needs ARIA. Remember to test the form.
  • 117. Accessible Forms • Contact Form 7 • http://blog.rrwd.nl/2014/03/01/how-to-set-up-an- accessible-form-using-contact-form-7-in-wordpress/ • Change the default form, • Add shortcode for error messages, • Add labels, • Edit wp_config.php to disable CSS, JS, <p> with each new line. Remember to test the form.
  • 118. Questions This isn’t a section, you should have been asking all along.
  • 119. Resources • Web Accessibility and Older People: Meeting the Needs of Ageing Web Users http://www.w3.org/WAI/older-users/Overview.php • Easy Checks - A First Review of Web Accessibility http://www.w3.org/WAI/eval/preliminary • How People with Disabilities Use the Web: Overview http://www.w3.org/WAI/intro/people-use-web/ Overview.html In addition to the gems I’ve sprinkled throughout.
  • 120. Resources • 2.11 ARIA Role, State, and Property Quick Reference http://www.w3.org/TR/aria-in-html/#aria-role-state- and-property-quick-reference • 2.12 Definitions of States and Properties (all aria-* attributes) http://www.w3.org/TR/aria-in-html/#definitions-of-states- and-properties-all-aria--attributes In addition to the gems I’ve sprinkled throughout.
  • 121. Resources • a11yTips http://dboudreau.tumblr.com/ • How to Write User Stories for Web Accessibility http://www.interactiveaccessibility.com/blog/how-write- user-stories-accessibility-requirements • Book Excerpt: A Web for Everyone http://uxmag.com/articles/book-excerpt-a-web-for-everyone In addition to the gems I’ve sprinkled throughout.
  • 122. Selfish Accessibility Presented by Adrian Roselli for WordCamp Buffalo 2014 Slides from this talk will be available at http://rosel.li/wcbuf My thanks and apologies.