SlideShare una empresa de Scribd logo
1 de 55
Descargar para leer sin conexión
You Invested in
Making Your Website
Accessible
To: Site Admin
From: jdoe@url.com
Subject: Your Post Is Not Accessible
What Went Wrong?
Our Important Message
Our Important Message
Our Important Message
Our Important Message
Content Creators Are
Your Weakest Link
Let’s Help With That
Keeping Your Content
Accessible
Kelli Wise
Agenda
• Overview of Accessibility
• Benefits of an Accessible Website
• Keeping It Accessible
• Testing Tools
• Summary
Some Assumptions
• We are assuming that your website theme and
overall data structure is accessible
WCAG 2.1 Level A or Level AA
• This doesn’t cover Section 508 compliance
specifically
What You’ll Learn
• Keeping edited content compliant
• Creating new content that is compliant
• Not covered: designing a website that is
compliant
Overview of Accessibility
- Visual
- Auditory
- Physical
- Speech
• More accessible to people with disabilities
- Cognitive
- Language
- Learning
- Neurological
disabilities
“Although these guidelines cover a wide range of issues,
they are not able to address the needs of people with all
types, degrees, and combinations of disability.”
Accessibility Principles
• P - Perceivable
- Alt text, contrast, colors, etc
• O - Operable
- Keyboard navigation, timing, skip navigation
• U - Understandable
- Language, abbreviations, reading level
• R - Robust
- Compatible with browsers and assistive technology
Why Make Your Site
Accessible
• Legally required
- Check with your legal team
• Selfish
- Expand your user base
• Altruistic
- Help people with disabilities
“Some of us may not know what it means to live with a disability,
but we make sure they not only have a place at the table, but that
they can get into the room.” Reverend Marta I. Valentín
Added Benefits
• Increases usability for everyone
- Better usability by older individuals with
changing abilities due to aging
- Watching videos without disturbing others with
the sound
- Make your content easier to read
Creating & Editing
Content
Most Likely
• Content creators & editors will mostly add
- Web copy
- Images
- Links
- Graphics
- Videos & Podcasts
Writing Web Copy
• Readability
- Lower secondary reading level
- Provide definitions for any unusual words or
phrases
• Short paragraphs
• Use headings and use them correctly
Eschew Obfuscation!
(Keep content clear and concise)
Testing for Reading Level
• Many SEO plugins include readability checking
- Ex: Yoast includes the Flesch Reading Ease
score
• Microsoft Word includes reading level in the
Spelling & Grammar tool
• Grammarly browser extension will check reading
scores in online documents
Short Paragraphs
• People read differently online - scanning rather
than reading
• Keep your paragraphs less than 150 words
• Use bullet lists when appropriate.
Headings
• Use short headings to group related paragraphs
• Use headings to provide an outline of the content
• Nest headings by their rank (H1 = page/post title)
Correct
H2
H2
H3
H3
H2
H3
H4
Wrong
H3
H2
H4
H3
H2
H3
H4
Links
• Make the text of a link understandable
• Don’t
- “Click Here” or “More”
- “Link” in the link text
- URLs as the link text
• Do
- Identify and describe the target of the link
Link Text Examples
• Bad:
- Click here for more information
- Read More
- https://acme.org/policies
• Good:
- More information about our programs
- Directions to our main office
WAVE Browser Extension
WAVE
WAVE Outline Check
WAVE Contrast Check
Hashtags
• Capitalize the first letter of each word in your
hashtag
#squadgoals #SquadGoals
#makeitaccessible #MakeItAccessible
Tables
• Tables can be split into 2 types:
- Layout Tables
- Data Tables
Layout Tables
• CSS layouts recommended
• Using tables for layout cause confusing content
sequence
• Using column sizing can interfere with resizing
on screens
• Requires html markup knowledge
Layout Tables
• Screen readers will read content in the literal order it
appears in code
• Don’t use data table markup such as <th> and <caption>
• Test the layout table on multiple screen sizes
• Use role=“presentation" on the table element
<table role=“presentation”>
<tr> <td> content </td> </tr>
</table>
Data Tables
• Requires html markup knowledge
• Use <caption> to describe the content of the
table
• Use <th> to designate column and row headers
- Table headers should never be empty
• Use <scope> to identify if a header is for a row or
a column
Data Table Example
<table>
<caption>Prices</caption>
<tr>
<th scope=“col”>Item Name</th>
<th scope=“col”>Item Price</th>
</tr>
<tr>
<td>Blue t-shirt</td>
<td>$15.00</td>
</table>
Item Name Item Price
Blue t-shirt $15.00
Text Formatting
• Use your theme’s text formatting
- Reminder that headings are not for formatting
• Theme designer has selected formatting to provide
proper
- Color
- Contrast
- Size
- Fonts
Our Important Message
Our Important Message
Images
• Title - change to something descriptive
- Bonus = makes it easier to search for in your
media folder
• Alt Text !!!!!
Images - Alt Text
• Informative images would have descriptive alt
text
alt=“A boy playing with a puppy”
• Decorative images should have a null alt text
alt=“”
• Complex images (graphs/diagrams) should
have full text equivalent
Images
• Functional images used as a link or button
should describe the function of the link or button
and not the image
- Submit form, print page, etc
- Target of the link
• Images of Text should contain the same words
as the text in the image
- Avoid this when not a logo
Image Color & Contrast
• Contrast ratio minimum of at least 4.5:1
• Text size minimum of 18pt
Images - Color Contrast
Images - Safe Colors
• Check images to ensure that the meaning is not
lost when you remove color
• Colorblind filters
• Greyscale filter
Our Important Message
Images - Safe Colors
Toptal Color Filter
https://www.toptal.com/designers/colorfilter
Videos & Podcasts
• Make sure any text on screen is large, high
contrast, and visible using colorblind filters
• No Auto Play
- Audio interferes with screen readers
• No flashing content
• Provide captions
• Provide a transcript
• Use audio descriptions
Summary
• Readability
• Let the theme do the formatting
• Proper heading nesting
• Descriptive links
• Color & contrast
• Alt text all the things
• Closed captions & transcripts
Make it easy to see, hear, interact, and understand
Thank You
kattero.com
Twitter: @KelliAWise
Q&A
I encourage you to submit
your questions online
Feedback
https://2019.wpcampus.org/feedback/
keeping-your-content-accessible/
Slides are available:
https://kattero.com/keeping-your-
website-accessible/
Resources
Accessibility Guidelines
• Web Content Accessibility Guidelines
WCAG 2.1 Level A
WCAG 2.1 Level AA
https://www.w3.org/TR/WCAG21/
What’s New in WCAG2.1
https://www.w3.org/WAI/standards-guidelines/wcag/new-in-21/
• Orientation - Landscape and Portrait modes
• Distinguishable - horizontal and vertical scrolling limits
• Non text contrast - Input boxes must have contrast ratio of 3:1
• Text spacing including line height, paragraph spacing, letter spacing and
word spacing
• Content on hover/focus that interferes with page content
• No animations that might trigger seizures
• Target size
• And many more
Accessibility Tutorial
https://www.w3.org/WAI/tutorials/

Más contenido relacionado

La actualidad más candente

Castro Chapter 10
Castro Chapter 10Castro Chapter 10
Castro Chapter 10Jeff Byrnes
 
Online sub editing workshop
Online sub editing workshopOnline sub editing workshop
Online sub editing workshopFiona C
 
Resistance is futile: Start writing accessible websites now!
Resistance is futile: Start writing accessible websites now!Resistance is futile: Start writing accessible websites now!
Resistance is futile: Start writing accessible websites now!Vegard Haugstvedt
 
Deep Dive: Structured XML Authoring with George Bina, oXygen XML Editor
Deep Dive: Structured XML Authoring with George Bina, oXygen XML EditorDeep Dive: Structured XML Authoring with George Bina, oXygen XML Editor
Deep Dive: Structured XML Authoring with George Bina, oXygen XML EditorScott Abel
 
Creating Fixed-Layout EPUBs
Creating Fixed-Layout EPUBsCreating Fixed-Layout EPUBs
Creating Fixed-Layout EPUBsLaura Brady
 
Castro Chapter 3
Castro Chapter 3Castro Chapter 3
Castro Chapter 3Jeff Byrnes
 
215077679 introduction to HTML
215077679  introduction to HTML215077679  introduction to HTML
215077679 introduction to HTMLXolani Madlopha
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSSThinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSSTJ Stalcup
 
Web1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSWeb1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSNYCSS Meetup
 
Copywriting 101 - Delucchi Plus
Copywriting 101 - Delucchi PlusCopywriting 101 - Delucchi Plus
Copywriting 101 - Delucchi Plusdelucchiplus
 

La actualidad más candente (13)

Castro Chapter 10
Castro Chapter 10Castro Chapter 10
Castro Chapter 10
 
BASICS OF HTML
BASICS OF HTMLBASICS OF HTML
BASICS OF HTML
 
Don't forget the 'C' in WCAG
Don't forget the 'C' in WCAGDon't forget the 'C' in WCAG
Don't forget the 'C' in WCAG
 
Online sub editing workshop
Online sub editing workshopOnline sub editing workshop
Online sub editing workshop
 
Resistance is futile: Start writing accessible websites now!
Resistance is futile: Start writing accessible websites now!Resistance is futile: Start writing accessible websites now!
Resistance is futile: Start writing accessible websites now!
 
Web 101 intro to html
Web 101  intro to htmlWeb 101  intro to html
Web 101 intro to html
 
Deep Dive: Structured XML Authoring with George Bina, oXygen XML Editor
Deep Dive: Structured XML Authoring with George Bina, oXygen XML EditorDeep Dive: Structured XML Authoring with George Bina, oXygen XML Editor
Deep Dive: Structured XML Authoring with George Bina, oXygen XML Editor
 
Creating Fixed-Layout EPUBs
Creating Fixed-Layout EPUBsCreating Fixed-Layout EPUBs
Creating Fixed-Layout EPUBs
 
Castro Chapter 3
Castro Chapter 3Castro Chapter 3
Castro Chapter 3
 
215077679 introduction to HTML
215077679  introduction to HTML215077679  introduction to HTML
215077679 introduction to HTML
 
Thinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSSThinkful - Frontend Crash Course - Intro to HTML/CSS
Thinkful - Frontend Crash Course - Intro to HTML/CSS
 
Web1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSSWeb1O1 - Intro to HTML/CSS
Web1O1 - Intro to HTML/CSS
 
Copywriting 101 - Delucchi Plus
Copywriting 101 - Delucchi PlusCopywriting 101 - Delucchi Plus
Copywriting 101 - Delucchi Plus
 

Similar a Keeping Your Website Accessible

Owen accessibility-2015.pptx
Owen accessibility-2015.pptxOwen accessibility-2015.pptx
Owen accessibility-2015.pptxOwen Jones
 
Accessible content
Accessible contentAccessible content
Accessible contentMaja Benke
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101LindaHurd
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Carrie Anton
 
On Page Optimization
On Page Optimization On Page Optimization
On Page Optimization Bala Abirami
 
With Accessibility in Mind
With Accessibility in MindWith Accessibility in Mind
With Accessibility in MindAlly Kimmel
 
CSUN Creating Accessible Content in MS Office 2010
CSUN Creating Accessible Content in MS Office 2010CSUN Creating Accessible Content in MS Office 2010
CSUN Creating Accessible Content in MS Office 2010Eduardo Meza-Etienne
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar E-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar Sivakumar R D .
 
Online platform for ict content development
 Online platform for ict content development Online platform for ict content development
Online platform for ict content developmentImmaeviorge
 
IST 402 Presentation by Sonya
IST 402 Presentation by SonyaIST 402 Presentation by Sonya
IST 402 Presentation by Sonyabtopro
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptxMattMarino13
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptxMattMarino13
 
Impact of-accessibility-on-technical-writing
Impact of-accessibility-on-technical-writingImpact of-accessibility-on-technical-writing
Impact of-accessibility-on-technical-writingMohammad Qais Mujeeb, PMP
 
A beautiful design can also be accessible
A beautiful design can also be accessibleA beautiful design can also be accessible
A beautiful design can also be accessibleToufic Sbeiti
 
Xhtml and html5 basics
Xhtml and html5 basicsXhtml and html5 basics
Xhtml and html5 basicsmessinam
 

Similar a Keeping Your Website Accessible (20)

Owen accessibility-2015.pptx
Owen accessibility-2015.pptxOwen accessibility-2015.pptx
Owen accessibility-2015.pptx
 
Accessible content
Accessible contentAccessible content
Accessible content
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
 
On Page Optimization
On Page Optimization On Page Optimization
On Page Optimization
 
With Accessibility in Mind
With Accessibility in MindWith Accessibility in Mind
With Accessibility in Mind
 
CSUN Creating Accessible Content in MS Office 2010
CSUN Creating Accessible Content in MS Office 2010CSUN Creating Accessible Content in MS Office 2010
CSUN Creating Accessible Content in MS Office 2010
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar E-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar
 
Online platform for ict content development
 Online platform for ict content development Online platform for ict content development
Online platform for ict content development
 
Writing for the web
Writing for the webWriting for the web
Writing for the web
 
Khoa dang (kay)
Khoa dang (kay)Khoa dang (kay)
Khoa dang (kay)
 
IST 402 Presentation by Sonya
IST 402 Presentation by SonyaIST 402 Presentation by Sonya
IST 402 Presentation by Sonya
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptx
 
BITM3730 8-30.pptx
BITM3730 8-30.pptxBITM3730 8-30.pptx
BITM3730 8-30.pptx
 
Impact of-accessibility-on-technical-writing
Impact of-accessibility-on-technical-writingImpact of-accessibility-on-technical-writing
Impact of-accessibility-on-technical-writing
 
A beautiful design can also be accessible
A beautiful design can also be accessibleA beautiful design can also be accessible
A beautiful design can also be accessible
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
Xhtml and html5 basics
Xhtml and html5 basicsXhtml and html5 basics
Xhtml and html5 basics
 
HTML
HTMLHTML
HTML
 

Último

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxeditsforyah
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
NSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentationNSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentationMarko4394
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleanscorenetworkseo
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 

Último (20)

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptx
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
NSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentationNSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentation
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleans
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 

Keeping Your Website Accessible

  • 1. You Invested in Making Your Website Accessible
  • 2. To: Site Admin From: jdoe@url.com Subject: Your Post Is Not Accessible
  • 11. Agenda • Overview of Accessibility • Benefits of an Accessible Website • Keeping It Accessible • Testing Tools • Summary
  • 12. Some Assumptions • We are assuming that your website theme and overall data structure is accessible WCAG 2.1 Level A or Level AA • This doesn’t cover Section 508 compliance specifically
  • 13. What You’ll Learn • Keeping edited content compliant • Creating new content that is compliant • Not covered: designing a website that is compliant
  • 14. Overview of Accessibility - Visual - Auditory - Physical - Speech • More accessible to people with disabilities - Cognitive - Language - Learning - Neurological disabilities “Although these guidelines cover a wide range of issues, they are not able to address the needs of people with all types, degrees, and combinations of disability.”
  • 15. Accessibility Principles • P - Perceivable - Alt text, contrast, colors, etc • O - Operable - Keyboard navigation, timing, skip navigation • U - Understandable - Language, abbreviations, reading level • R - Robust - Compatible with browsers and assistive technology
  • 16. Why Make Your Site Accessible • Legally required - Check with your legal team • Selfish - Expand your user base • Altruistic - Help people with disabilities “Some of us may not know what it means to live with a disability, but we make sure they not only have a place at the table, but that they can get into the room.” Reverend Marta I. Valentín
  • 17. Added Benefits • Increases usability for everyone - Better usability by older individuals with changing abilities due to aging - Watching videos without disturbing others with the sound - Make your content easier to read
  • 19. Most Likely • Content creators & editors will mostly add - Web copy - Images - Links - Graphics - Videos & Podcasts
  • 20. Writing Web Copy • Readability - Lower secondary reading level - Provide definitions for any unusual words or phrases • Short paragraphs • Use headings and use them correctly Eschew Obfuscation! (Keep content clear and concise)
  • 21. Testing for Reading Level • Many SEO plugins include readability checking - Ex: Yoast includes the Flesch Reading Ease score • Microsoft Word includes reading level in the Spelling & Grammar tool • Grammarly browser extension will check reading scores in online documents
  • 22.
  • 23. Short Paragraphs • People read differently online - scanning rather than reading • Keep your paragraphs less than 150 words • Use bullet lists when appropriate.
  • 24. Headings • Use short headings to group related paragraphs • Use headings to provide an outline of the content • Nest headings by their rank (H1 = page/post title) Correct H2 H2 H3 H3 H2 H3 H4 Wrong H3 H2 H4 H3 H2 H3 H4
  • 25. Links • Make the text of a link understandable • Don’t - “Click Here” or “More” - “Link” in the link text - URLs as the link text • Do - Identify and describe the target of the link
  • 26. Link Text Examples • Bad: - Click here for more information - Read More - https://acme.org/policies • Good: - More information about our programs - Directions to our main office
  • 28. WAVE
  • 31. Hashtags • Capitalize the first letter of each word in your hashtag #squadgoals #SquadGoals #makeitaccessible #MakeItAccessible
  • 32. Tables • Tables can be split into 2 types: - Layout Tables - Data Tables
  • 33. Layout Tables • CSS layouts recommended • Using tables for layout cause confusing content sequence • Using column sizing can interfere with resizing on screens • Requires html markup knowledge
  • 34. Layout Tables • Screen readers will read content in the literal order it appears in code • Don’t use data table markup such as <th> and <caption> • Test the layout table on multiple screen sizes • Use role=“presentation" on the table element <table role=“presentation”> <tr> <td> content </td> </tr> </table>
  • 35. Data Tables • Requires html markup knowledge • Use <caption> to describe the content of the table • Use <th> to designate column and row headers - Table headers should never be empty • Use <scope> to identify if a header is for a row or a column
  • 36. Data Table Example <table> <caption>Prices</caption> <tr> <th scope=“col”>Item Name</th> <th scope=“col”>Item Price</th> </tr> <tr> <td>Blue t-shirt</td> <td>$15.00</td> </table> Item Name Item Price Blue t-shirt $15.00
  • 37. Text Formatting • Use your theme’s text formatting - Reminder that headings are not for formatting • Theme designer has selected formatting to provide proper - Color - Contrast - Size - Fonts Our Important Message Our Important Message
  • 38. Images • Title - change to something descriptive - Bonus = makes it easier to search for in your media folder • Alt Text !!!!!
  • 39. Images - Alt Text • Informative images would have descriptive alt text alt=“A boy playing with a puppy” • Decorative images should have a null alt text alt=“” • Complex images (graphs/diagrams) should have full text equivalent
  • 40. Images • Functional images used as a link or button should describe the function of the link or button and not the image - Submit form, print page, etc - Target of the link • Images of Text should contain the same words as the text in the image - Avoid this when not a logo
  • 41. Image Color & Contrast • Contrast ratio minimum of at least 4.5:1 • Text size minimum of 18pt
  • 42. Images - Color Contrast
  • 43. Images - Safe Colors • Check images to ensure that the meaning is not lost when you remove color • Colorblind filters • Greyscale filter Our Important Message
  • 44. Images - Safe Colors
  • 46. Videos & Podcasts • Make sure any text on screen is large, high contrast, and visible using colorblind filters • No Auto Play - Audio interferes with screen readers • No flashing content • Provide captions • Provide a transcript • Use audio descriptions
  • 47. Summary • Readability • Let the theme do the formatting • Proper heading nesting • Descriptive links • Color & contrast • Alt text all the things • Closed captions & transcripts Make it easy to see, hear, interact, and understand
  • 49. Q&A I encourage you to submit your questions online
  • 53. Accessibility Guidelines • Web Content Accessibility Guidelines WCAG 2.1 Level A WCAG 2.1 Level AA https://www.w3.org/TR/WCAG21/
  • 54. What’s New in WCAG2.1 https://www.w3.org/WAI/standards-guidelines/wcag/new-in-21/ • Orientation - Landscape and Portrait modes • Distinguishable - horizontal and vertical scrolling limits • Non text contrast - Input boxes must have contrast ratio of 3:1 • Text spacing including line height, paragraph spacing, letter spacing and word spacing • Content on hover/focus that interferes with page content • No animations that might trigger seizures • Target size • And many more