SlideShare uma empresa Scribd logo
1 de 50
Baixar para ler offline
coachesoftechnology.com
WEBSITE ACCESSIBILITY
5 WAYS TO IMPROVE ACCESSIBILITY
TREVOR JOHNSON-STEIGELMAN
Over 15 million U.S. Internet users have some form of impairment that affects their
ability to use the Internet.
In this talk, we will share some simple ways to improve your site’s accessibility.
These changes help everyone. As an extra bonus, accessibility improves your search
engine optimization (SEO).
By the end of this talk, you will be able…
1. To understand why accessibility is helpful for everyone.
2. To help make your website better for the visually impaired.
3. To help make your website better for the hearing impaired.
4. To help make your website better for the mobility impaired.
5. To improve your website SEO.
Coaches of
Technology
coachesoftech.com
Access
SizeFontsColors
Contrast
and
Color
TagsTags
LinksImages ImagesLinks
WEB CONTENT ACCESSIBILITY GUIDELINES
WCAG 2.0
• Perceivable
• Operable
• Understandable
• Robust
WHY WORRY ABOUT ACCESSIBILITY?
There are lots of us who have some
type of disability…
• 8.2% - hand mobility
• 3.3% - vision impairment
• 3.1% - hearing impairment
About 15.5 million users
This doesn’t count the temporarily
impaired.
Those who don’t have impairments
still use mobile devices.
WHY WORRY ABOUT ACCESSIBILITY?
Unselfish Reasons
Make things a bit easier
for everyone.
Be nice to people.
Selfish Reasons
Sell more Stuff
• More customers
Avoid Legal Issues (ADA)
Search Engine Optimization
CHECKING YOUR ACCESSIBILITY: http://wave.webaim.org
DETAILS
TAG: YOU’RE IT.
• Heading Tags aren’t just for formatting.
• THESE GIVE STRUCTURE TO THE PAGE.
Context and priority Semantic MEANING
• Tagging is useful for…
COGNITIVELY IMPAIRED
• Visually impaired
• Screen Readers
• Keyboard movement
<H1>TAG: YOU’RE IT.</H1>
<h2> Heading Tags aren’t just for formatting. </h2>
<h2>These give structure to the page. </h2>
<h3>Context and priority </h3>
<h2>Tagging is useful for… </h3>
<h3>Cognitively impaired </h3>
<h3>Visually impaired </h3>
<h3>Screen Readers </h3>
<h3>Keyboard movement </h3>
<H1>TAG: YOU’RE IT.</H1>
<h2> Heading Tags aren’t just for formatting. </h2>
<h2>These give structure to the page. </h2>
• <h3>Context and priority </h3>
• <h3>Semantic Meaning </h3>
<h2>Tagging is useful for… </h3>
• <h3>Cognitively impaired </h3>
• <h3>Visually impaired </h3>
• <h3>Screen Readers </h3>
• <h3>Keyboard movement </h3>
TAG: YOU’RE IT.
Heading Tags aren’t just for formatting.
These give structure to the page.
• Context and priority
• Semantic Meaning
Tagging is useful for…
• Cognitively impaired
• Visually impaired
• Screen Readers
• Keyboard movement
<h1>Accessibility</h1>
SEMANTIC MEANING – THINK ABOUT AN OUTLINE
I. Accessibility
<h2>Tags </h2>
<h3>Heading Tags </h3>
<h3>Styles</h3>
<h4><em></h4>
<h4><strong></h4>
<h2>Colors </h2>
<h3>Color Impairment </h3>
<h3>Contrast </h3>
<h3>Color and Meaning</h3>
A. Tags
1. Heading Tags
2. Styles
a) <em>
b) <strong>
B. Colors
1. Color Impairment
2. Contrast
3. Color and Meaning
USING TAGS APPROPRIATELY
Use CSS in your child theme
• This gives consistency across the site.
Use header tags <h1>, <h2>, etc. for structure.
• Don’t skip tags.
Use phrase tags for semantic meaning.
• <em> - emphasized text
• <strong> - important text
• <code> - computer code
• <samp> - computer output
• <kbd> - keyboard input
• <var> - variable
CHROMEVOX SCREEN READER EXAMPLE
GET ON THE GRID
Tracy Rotton
Session at 11:30 today
Taupecat.com
Allows contextual meaning while giving flexibility as to where it is on the page.
Color
can
enhance
your
Website.
COLOR IMPAIRMENT
Provide sufficient contrast.
Specify both foreground
and background.
Be careful of background
gradients and color
combinations.
Be careful of background
images.
Contrast
Contrast
Contrast
Contrast
HTTPS://WEBAIM.ORG/RESOURCES/CONTRASTCHECKER
Level AA
4.5 : 1 Normal
3.0 : 1 Large
Level AAA
7.0 : 1 Normal
4.5 : 1 Large
WCAG 2.0
TIPS:
• Make sure that color isn’t the only
way to give meaning.
• Errors, selections, etc.
-2.0
-1.0
0.0
1.0
2.0
0 1 2 3
Disp.(cm)
Time (s)
-2.0
-1.0
0.0
1.0
2.0
0 1 2 3
Disp.(cm)
Time (s)
https://www.webaccessibility.com/best_practices.php
Expressive Traffic Lights
by Pascal Terjan
LINKS
Avoid using Long URLS directly as links
• https://www.physicsthisweek.com/topic/magnitude-and-direction/
Use informative link structure in your pages.
Color and Underline
• Underline so that links are visible to all.
• Use blue for unfollowed links.
• Use purple for followed links.
Use Anchor Text.
<a href = “https://www.physicsthisweek.com/topic/magnitude”>Magnitude<a>
LINKS AND SCREEN READERS
Most browsers use Tab to move between links.
Screen readers say “Link” before each link.
Links out of context – use Anchor Text.
Here is an article about using links properly.
For more information about links, click here.
For more information about links, click here.
List Main point first, extra info later
• Products (opens in new window)
• Link opens in new window: Products
Be careful and concise in your wording
• “Contact Us” vs. “In order to Contact us”
• “About” vs. “To learn more about our company”
WHY USE ALTERNATIVE TEXT
Alternative Text is
• a description
• and/or context
http://www.wpbeginner.com/beginners-guide/image-alt-text-vs-image-title-in-wordpress-whats-the-difference/
<img
src=http://www.publicdomainpictures.net/pictures/230
000/velka/albert-einstein-oil-painting-
1505932842nN3.jpg
alt="Albert Einstein, Oil Painting" id="image"
itemprop="image">
Alternative text can be
• part of the alt= attribute
• or present elsewhere in the text.
Albert Einstein, Oil Painting
ALT TEXT
Sometimes referred to as “alt tag”
alt attribute in <img> tag
Read by screen readers
Appears on mouse-over.
Replaces missing image.
CAPTIONS
Displayed for Everyone
DESCRIPTION
Shows up on attachment page
SEO related, not accessibility
ALT TAG TIPS
Avoid redundancy
Don’t re-copy text that is already there.
Don’t include “Image of…”
Sometimes alt =“” is okay.
• All info is there.
Links
Image-only links must have an alt attribute.
VIDEOS AND SOUND
osdot.blog.hu
http://www.goegol.nl/images/ssite.jpg
VIDEOS AND SOUND
http://imgur.com/gallery/ohLQG
User: sehnaoui
YOUTUBE AUTOMATICALLY CAPTIONS VIDEOS WITHIN A FEW HOURS OF POSTING
CAPTION FAILS…
BENEFITS
Benefits for Everyone
• Confusing words are spelled out.
• Video can be watched while other noise is present.
• Video can be watched without bothering others.
Benefits for Your Website
• Posted transcript contains keywords for search.
• You can adapt transcript for blog posts.
PICKING GOOD FONTS: THE OLD SCHOOL METHOD
Screens
Sans Serif Fonts
Helvetica
Tahoma
Verdana
Print
Serif Fonts
Times New Roman
Georgia
Book Antiqua
THESE FONTS ARE ALL SIZED AT 36PT.
I will not use Curlz MT font on my webpages.
I will not use Forte font on my webpages.
I will not use Gigi font on my webpages.
I will not use Jokerman font on my webpages.
I willnot useNiagaraEngravedfont on mywebpages.
I will not use Palace Script font on my webpages.
I will not use Vivaldi font on my webpages. Blackboard Chalk
by raindart is licensed
under CC BY-SA
CHECKING ACCESSIBILITY
https://wave.webaim.org
https://fae.disability.illinois.edu
http://webaim.org/resources/contrastchecker/
http://www.color-hex.com/color/e68a00
Accessibility Checkers
Color / Contrast Checker Tool
Color Pickers
https://www.w3schools.com/colors/colors_picker.asp
https://achecker.ca/checker/index.php
ADVANCED TOPICS
Screen Readers
Skipping Navigation Links
• http://webaim.org/techniques/skipnav/
JAWS
NVDA –windows
ARIA – ACCESSIBLE RICH INTERNET APPLICATIONS
Tags common parts of a web page.
https://www.w3.org/TR/wai-aria-practices/examples/landmarks/banner.html
https://creativecommons.org/licenses/by-sa/2.0/
CHECKING YOUR ACCESSIBILITY
https://fae.disability.illinois.edu
C Complete 100
R Requires Manual Checks
AC Almost Complete 95 - 99
PI Partial Implementation 50 - 94
NI Not Implemented 0 - 50
na Not applicable
https://www.elegantthemes.com/blog/resources/bad-web-
design-a-look-at-the-most-hilariously-terrible-websites-from-
around-the-web
• https://www.lingscars.com/
• http://www.pennyjuice.com/htmlversion/home.htm
CONTRAST ON SCREENS
Contrast
Contrast
Contrast
Contrast
Displacement
Velocity
Acceleration
Coordinate System
Electric Field
Magnetic Field
Force
Standard Font - Cambria
Σ =
POSSIBLE CITATIONS (NOT ALL CITATIONS USED IN EVERY LECTURE)
H. E. White and D. H. White, Physics and Music: The Science of Musical Sound
(Dover Publications, Mineola, NY, 2014) (Original work published 1980) pp. XXX
OpenStax, College Physics. OpenStax CNX. Sep 27, 2017
http://cnx.org/contents/031da8d3-b525-429c-80cf-6c8ed997733a@9.95
OpenStax University Physics, University Physics Volume 1. OpenStax CNX. Sep 29, 2017
http://cnx.org/contents/d50f6e32-0fda-46ef-a362-9bd36ca7c97d@6.1
OpenStax University Physics, University Physics Volume 2. OpenStax CNX. Sep 29, 2017
http://cnx.org/contents/7a0f9770-1c44-4acd-9920-1cd9a99f2a1e@4.1
OpenStax University Physics, University Physics Volume 3. OpenStax CNX. Sep 29, 2017
http://cnx.org/contents/af275420-6050-4707-995c-57b9cc13c358@5.1

Mais conteúdo relacionado

Mais procurados

Where are (web) designers going with web fonts?
Where are (web) designers going with web fonts?Where are (web) designers going with web fonts?
Where are (web) designers going with web fonts?Scott Boms
 
Green Hectares Rural Tech Factsheet – Website Design
Green Hectares Rural Tech Factsheet – Website DesignGreen Hectares Rural Tech Factsheet – Website Design
Green Hectares Rural Tech Factsheet – Website DesignGreen Hectares
 
WordPress SEO in 2014 - WordCamp Baltimore 2014
WordPress SEO in 2014 - WordCamp Baltimore 2014WordPress SEO in 2014 - WordCamp Baltimore 2014
WordPress SEO in 2014 - WordCamp Baltimore 2014Arsham Mirshah
 
Semantic HTML5
Semantic HTML5Semantic HTML5
Semantic HTML5Terry Ryan
 
3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...
3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...
3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...Wahyu Putra
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Wahyu Putra
 
Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...
Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...
Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...Abhinav Gulyani
 
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry WhiteGTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry WhiteGerry White
 
It’s a blog. it’s a website.
It’s a blog. it’s a website.It’s a blog. it’s a website.
It’s a blog. it’s a website.Css Founder
 
Improving Responsive Web Design Process 2016
Improving Responsive Web Design Process 2016Improving Responsive Web Design Process 2016
Improving Responsive Web Design Process 2016Cristina Chumillas
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone WildJared Smith
 

Mais procurados (11)

Where are (web) designers going with web fonts?
Where are (web) designers going with web fonts?Where are (web) designers going with web fonts?
Where are (web) designers going with web fonts?
 
Green Hectares Rural Tech Factsheet – Website Design
Green Hectares Rural Tech Factsheet – Website DesignGreen Hectares Rural Tech Factsheet – Website Design
Green Hectares Rural Tech Factsheet – Website Design
 
WordPress SEO in 2014 - WordCamp Baltimore 2014
WordPress SEO in 2014 - WordCamp Baltimore 2014WordPress SEO in 2014 - WordCamp Baltimore 2014
WordPress SEO in 2014 - WordCamp Baltimore 2014
 
Semantic HTML5
Semantic HTML5Semantic HTML5
Semantic HTML5
 
3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...
3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...
3 Langkah Mudah Membuat Website Dakwah (User Friendly - SEO Friendly - Mobile...
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3
 
Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...
Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...
Wordcamp, India 2009 - How to Implement SEO on a Wordpress Blog - Wordpress S...
 
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry WhiteGTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
 
It’s a blog. it’s a website.
It’s a blog. it’s a website.It’s a blog. it’s a website.
It’s a blog. it’s a website.
 
Improving Responsive Web Design Process 2016
Improving Responsive Web Design Process 2016Improving Responsive Web Design Process 2016
Improving Responsive Web Design Process 2016
 
Web Accessibility Gone Wild
Web Accessibility Gone WildWeb Accessibility Gone Wild
Web Accessibility Gone Wild
 

Semelhante a Wordcamp rochester-2017-accessibility-johnson-steigelman

5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman
5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman
5 Ways to Improve your Website's Accessibility by Trevor Johnson-SteigelmanH. Trevor Johnson-Steigelman
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusAdrian Roselli
 
The good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePointThe good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePointD'arce Hess
 
FITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFrédéric Harper
 
Basic webpage layout and design
Basic webpage layout and designBasic webpage layout and design
Basic webpage layout and designAndz Bass
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websitesRachel Cherry
 
Web Service Creation in HTML5
Web Service Creation in HTML5Web Service Creation in HTML5
Web Service Creation in HTML5Tero A. Laiho
 
November 2016 - ECN - You're Speaking Drupalese to Me
November 2016 - ECN - You're Speaking Drupalese to MeNovember 2016 - ECN - You're Speaking Drupalese to Me
November 2016 - ECN - You're Speaking Drupalese to MeEric Sembrat
 
Good bad ugly_presentation
Good bad ugly_presentationGood bad ugly_presentation
Good bad ugly_presentationD'arce Hess
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Adrian Roselli
 
Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Adrian Roselli
 
Web Concepts_Introduction to Website Planning
Web Concepts_Introduction to Website PlanningWeb Concepts_Introduction to Website Planning
Web Concepts_Introduction to Website Planningclement swarnappa
 
Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Adrian Roselli
 
Get real results from your website
Get real results from your websiteGet real results from your website
Get real results from your websiteFlorizel Media
 
Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeAdrian Roselli
 
Tips and tricks for the best user-friendly website
Tips and tricks for the best user-friendly website Tips and tricks for the best user-friendly website
Tips and tricks for the best user-friendly website ESRI Bulgaria
 
Marketing in the disability services sector
Marketing in the disability services sectorMarketing in the disability services sector
Marketing in the disability services sectorsamantha singer
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialDeep Mehta
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKAdrian Roselli
 

Semelhante a Wordcamp rochester-2017-accessibility-johnson-steigelman (20)

5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman
5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman
5 Ways to Improve your Website's Accessibility by Trevor Johnson-Steigelman
 
Making social media work, building on line community
Making social media work, building on line communityMaking social media work, building on line community
Making social media work, building on line community
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF Vilnius
 
The good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePointThe good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePoint
 
FITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web Design
 
Basic webpage layout and design
Basic webpage layout and designBasic webpage layout and design
Basic webpage layout and design
 
How to engineer accessible websites
How to engineer accessible websitesHow to engineer accessible websites
How to engineer accessible websites
 
Web Service Creation in HTML5
Web Service Creation in HTML5Web Service Creation in HTML5
Web Service Creation in HTML5
 
November 2016 - ECN - You're Speaking Drupalese to Me
November 2016 - ECN - You're Speaking Drupalese to MeNovember 2016 - ECN - You're Speaking Drupalese to Me
November 2016 - ECN - You're Speaking Drupalese to Me
 
Good bad ugly_presentation
Good bad ugly_presentationGood bad ugly_presentation
Good bad ugly_presentation
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017
 
Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016
 
Web Concepts_Introduction to Website Planning
Web Concepts_Introduction to Website PlanningWeb Concepts_Introduction to Website Planning
Web Concepts_Introduction to Website Planning
 
Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014
 
Get real results from your website
Get real results from your websiteGet real results from your website
Get real results from your website
 
Selfish Accessibility — CodeDaze
Selfish Accessibility — CodeDazeSelfish Accessibility — CodeDaze
Selfish Accessibility — CodeDaze
 
Tips and tricks for the best user-friendly website
Tips and tricks for the best user-friendly website Tips and tricks for the best user-friendly website
Tips and tricks for the best user-friendly website
 
Marketing in the disability services sector
Marketing in the disability services sectorMarketing in the disability services sector
Marketing in the disability services sector
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HK
 

Último

Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 

Último (20)

Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 

Wordcamp rochester-2017-accessibility-johnson-steigelman

  • 1. coachesoftechnology.com WEBSITE ACCESSIBILITY 5 WAYS TO IMPROVE ACCESSIBILITY TREVOR JOHNSON-STEIGELMAN Over 15 million U.S. Internet users have some form of impairment that affects their ability to use the Internet. In this talk, we will share some simple ways to improve your site’s accessibility. These changes help everyone. As an extra bonus, accessibility improves your search engine optimization (SEO). By the end of this talk, you will be able… 1. To understand why accessibility is helpful for everyone. 2. To help make your website better for the visually impaired. 3. To help make your website better for the hearing impaired. 4. To help make your website better for the mobility impaired. 5. To improve your website SEO. Coaches of Technology coachesoftech.com
  • 2. Access SizeFontsColors Contrast and Color TagsTags LinksImages ImagesLinks WEB CONTENT ACCESSIBILITY GUIDELINES WCAG 2.0 • Perceivable • Operable • Understandable • Robust
  • 3.
  • 4. WHY WORRY ABOUT ACCESSIBILITY? There are lots of us who have some type of disability… • 8.2% - hand mobility • 3.3% - vision impairment • 3.1% - hearing impairment About 15.5 million users This doesn’t count the temporarily impaired. Those who don’t have impairments still use mobile devices.
  • 5. WHY WORRY ABOUT ACCESSIBILITY? Unselfish Reasons Make things a bit easier for everyone. Be nice to people. Selfish Reasons Sell more Stuff • More customers Avoid Legal Issues (ADA) Search Engine Optimization
  • 6. CHECKING YOUR ACCESSIBILITY: http://wave.webaim.org
  • 8. TAG: YOU’RE IT. • Heading Tags aren’t just for formatting. • THESE GIVE STRUCTURE TO THE PAGE. Context and priority Semantic MEANING • Tagging is useful for… COGNITIVELY IMPAIRED • Visually impaired • Screen Readers • Keyboard movement
  • 9. <H1>TAG: YOU’RE IT.</H1> <h2> Heading Tags aren’t just for formatting. </h2> <h2>These give structure to the page. </h2> <h3>Context and priority </h3> <h2>Tagging is useful for… </h3> <h3>Cognitively impaired </h3> <h3>Visually impaired </h3> <h3>Screen Readers </h3> <h3>Keyboard movement </h3>
  • 10. <H1>TAG: YOU’RE IT.</H1> <h2> Heading Tags aren’t just for formatting. </h2> <h2>These give structure to the page. </h2> • <h3>Context and priority </h3> • <h3>Semantic Meaning </h3> <h2>Tagging is useful for… </h3> • <h3>Cognitively impaired </h3> • <h3>Visually impaired </h3> • <h3>Screen Readers </h3> • <h3>Keyboard movement </h3>
  • 11. TAG: YOU’RE IT. Heading Tags aren’t just for formatting. These give structure to the page. • Context and priority • Semantic Meaning Tagging is useful for… • Cognitively impaired • Visually impaired • Screen Readers • Keyboard movement
  • 12. <h1>Accessibility</h1> SEMANTIC MEANING – THINK ABOUT AN OUTLINE I. Accessibility <h2>Tags </h2> <h3>Heading Tags </h3> <h3>Styles</h3> <h4><em></h4> <h4><strong></h4> <h2>Colors </h2> <h3>Color Impairment </h3> <h3>Contrast </h3> <h3>Color and Meaning</h3> A. Tags 1. Heading Tags 2. Styles a) <em> b) <strong> B. Colors 1. Color Impairment 2. Contrast 3. Color and Meaning
  • 13. USING TAGS APPROPRIATELY Use CSS in your child theme • This gives consistency across the site. Use header tags <h1>, <h2>, etc. for structure. • Don’t skip tags. Use phrase tags for semantic meaning. • <em> - emphasized text • <strong> - important text • <code> - computer code • <samp> - computer output • <kbd> - keyboard input • <var> - variable
  • 14.
  • 16. GET ON THE GRID Tracy Rotton Session at 11:30 today Taupecat.com Allows contextual meaning while giving flexibility as to where it is on the page.
  • 19. Provide sufficient contrast. Specify both foreground and background. Be careful of background gradients and color combinations. Be careful of background images. Contrast Contrast Contrast Contrast
  • 20.
  • 21. HTTPS://WEBAIM.ORG/RESOURCES/CONTRASTCHECKER Level AA 4.5 : 1 Normal 3.0 : 1 Large Level AAA 7.0 : 1 Normal 4.5 : 1 Large WCAG 2.0
  • 22. TIPS: • Make sure that color isn’t the only way to give meaning. • Errors, selections, etc. -2.0 -1.0 0.0 1.0 2.0 0 1 2 3 Disp.(cm) Time (s) -2.0 -1.0 0.0 1.0 2.0 0 1 2 3 Disp.(cm) Time (s) https://www.webaccessibility.com/best_practices.php Expressive Traffic Lights by Pascal Terjan
  • 23. LINKS Avoid using Long URLS directly as links • https://www.physicsthisweek.com/topic/magnitude-and-direction/ Use informative link structure in your pages. Color and Underline • Underline so that links are visible to all. • Use blue for unfollowed links. • Use purple for followed links. Use Anchor Text. <a href = “https://www.physicsthisweek.com/topic/magnitude”>Magnitude<a>
  • 24. LINKS AND SCREEN READERS Most browsers use Tab to move between links. Screen readers say “Link” before each link. Links out of context – use Anchor Text. Here is an article about using links properly. For more information about links, click here. For more information about links, click here. List Main point first, extra info later • Products (opens in new window) • Link opens in new window: Products Be careful and concise in your wording • “Contact Us” vs. “In order to Contact us” • “About” vs. “To learn more about our company”
  • 25. WHY USE ALTERNATIVE TEXT Alternative Text is • a description • and/or context http://www.wpbeginner.com/beginners-guide/image-alt-text-vs-image-title-in-wordpress-whats-the-difference/ <img src=http://www.publicdomainpictures.net/pictures/230 000/velka/albert-einstein-oil-painting- 1505932842nN3.jpg alt="Albert Einstein, Oil Painting" id="image" itemprop="image"> Alternative text can be • part of the alt= attribute • or present elsewhere in the text. Albert Einstein, Oil Painting
  • 26.
  • 27. ALT TEXT Sometimes referred to as “alt tag” alt attribute in <img> tag Read by screen readers Appears on mouse-over. Replaces missing image. CAPTIONS Displayed for Everyone DESCRIPTION Shows up on attachment page SEO related, not accessibility
  • 28. ALT TAG TIPS Avoid redundancy Don’t re-copy text that is already there. Don’t include “Image of…” Sometimes alt =“” is okay. • All info is there. Links Image-only links must have an alt attribute.
  • 31. YOUTUBE AUTOMATICALLY CAPTIONS VIDEOS WITHIN A FEW HOURS OF POSTING
  • 33. BENEFITS Benefits for Everyone • Confusing words are spelled out. • Video can be watched while other noise is present. • Video can be watched without bothering others. Benefits for Your Website • Posted transcript contains keywords for search. • You can adapt transcript for blog posts.
  • 34. PICKING GOOD FONTS: THE OLD SCHOOL METHOD Screens Sans Serif Fonts Helvetica Tahoma Verdana Print Serif Fonts Times New Roman Georgia Book Antiqua
  • 35. THESE FONTS ARE ALL SIZED AT 36PT. I will not use Curlz MT font on my webpages. I will not use Forte font on my webpages. I will not use Gigi font on my webpages. I will not use Jokerman font on my webpages. I willnot useNiagaraEngravedfont on mywebpages. I will not use Palace Script font on my webpages. I will not use Vivaldi font on my webpages. Blackboard Chalk by raindart is licensed under CC BY-SA
  • 36. CHECKING ACCESSIBILITY https://wave.webaim.org https://fae.disability.illinois.edu http://webaim.org/resources/contrastchecker/ http://www.color-hex.com/color/e68a00 Accessibility Checkers Color / Contrast Checker Tool Color Pickers https://www.w3schools.com/colors/colors_picker.asp https://achecker.ca/checker/index.php
  • 37. ADVANCED TOPICS Screen Readers Skipping Navigation Links • http://webaim.org/techniques/skipnav/ JAWS NVDA –windows
  • 38. ARIA – ACCESSIBLE RICH INTERNET APPLICATIONS Tags common parts of a web page. https://www.w3.org/TR/wai-aria-practices/examples/landmarks/banner.html
  • 41.
  • 42. C Complete 100 R Requires Manual Checks AC Almost Complete 95 - 99 PI Partial Implementation 50 - 94 NI Not Implemented 0 - 50 na Not applicable
  • 43.
  • 44.
  • 48.
  • 50. POSSIBLE CITATIONS (NOT ALL CITATIONS USED IN EVERY LECTURE) H. E. White and D. H. White, Physics and Music: The Science of Musical Sound (Dover Publications, Mineola, NY, 2014) (Original work published 1980) pp. XXX OpenStax, College Physics. OpenStax CNX. Sep 27, 2017 http://cnx.org/contents/031da8d3-b525-429c-80cf-6c8ed997733a@9.95 OpenStax University Physics, University Physics Volume 1. OpenStax CNX. Sep 29, 2017 http://cnx.org/contents/d50f6e32-0fda-46ef-a362-9bd36ca7c97d@6.1 OpenStax University Physics, University Physics Volume 2. OpenStax CNX. Sep 29, 2017 http://cnx.org/contents/7a0f9770-1c44-4acd-9920-1cd9a99f2a1e@4.1 OpenStax University Physics, University Physics Volume 3. OpenStax CNX. Sep 29, 2017 http://cnx.org/contents/af275420-6050-4707-995c-57b9cc13c358@5.1