SlideShare a Scribd company logo
1 of 13
ACCESSIBILITY: QUICK WINS
Jeff Reynolds -TELUS Health
THE NEEDโ€ฆ.
Accessibility is a human rights issue. Functional parity is not an
afterthought, a bolt on feature, or an optional enhancement.
Accessibility is a basic human right, discriminate at your own peril.
SOME STANDARDS
โ€ข AODA - Accessibility for Ontarians with Disabilities Act
โ€ข Web Content Accessibility Guidelines (WCAG)- W3C
โ€ข US Govโ€™t Department of Health and Human Services- Section 508
WCAG 2.0
โ€ข Web Content Accessibility Guidelines (WCAG) 2.0 covers a wide
range of recommendations for making Web content more accessible.
โ€ข Following these guidelines will make content accessible to a wider
range of people with disabilities, including blindness and low vision,
deafness and hearing loss, learning disabilities, cognitive limitations,
limited movement, speech disabilities, photosensitivity and
combinations of these.
โ€ข Following these guidelines will also often make your Web content
more usable to users in general.
WCAG2.0 PRINCIPLES
โ€ข 1 Perceivable
โ€ข 1.1 Provide text alternatives for any non-text content so that it can be
changed into other forms people need, such as large print, braille, speech,
symbols or simpler language.
โ€ข 1.2 Provide alternatives for time-based media.
โ€ข 1.3 Create content that can be presented in different ways (for example
simpler layout) without losing information or structure.
โ€ข 1.4 Make it easier for users to see and hear content, including separating
foreground from background.
โ€ข 2 Operable
โ€ข 2.1 Make all functionality available from a keyboard.
โ€ข 2.2 Provide users enough time to read and use content.
โ€ข 2.3 Do not design content in a way that is known to cause seizures.
โ€ข 2.4 Provide ways to help users navigate, find content, and determine where
they are (structured content).
WCAG2.0 PRINCIPLES (CONT)
โ€ข 3 Understandable
โ€ข 3.1 Make text content readable and understandable.
โ€ข 3.2 Make Web pages appear and operate in predictable ways.
โ€ข 3.3 Help users avoid and correct mistakes.
โ€ข 4 Robust
โ€ข 4.1 Maximize compatibility with current and future user agents,
including assistive technologies.
WCAG 2.0 LEVELS
โ€ข WCAG 2.0 is divided into three conformance levels (A-AA-AAA) because the success criteria
are organized based on the impact they have on design or visual presentation of the pages.
The higher the level, the more restraining it becomes on design.
โ€ข For example, let's take Guideline 1.4 (Distinguishable), which is about making it easier for
users to see and hear content, including separating foreground from background.
โ€ข Success Criterion 1.4.1: Use of Color. Color is not used as the only visual means of conveying
information, indicating an action, prompting a response, or distinguishing a visual element
(Level A).
โ€ข Success Criterion 1.4.3: Contrast (Minimum). The visual presentation of text and images of
text has a contrast ratio of at least 4.5:1 (Level AA).
โ€ข Success Criterion 1.4.6: Contrast (Enhanced). The visual presentation of text and images of
text has a contrast ratio of at least 7:1 (Level AAA).
โ€ข WAI https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
508 COMPLIANCE
โ€ข Compliance standards are set by Section 508 of the American Rehabilitation Act of
1973 that requires federal agencies to provide software and website accessibility to
people with disabilities. When websites are 508 Compliant, they are accessible to all
users. This can mean that they are compatible with assistive technology, such as
screen readers.
โ€ข I have included 508 because there are many checklists and job aids to support
content development for Word, PDF and HTML. See
https://www.hhs.gov/web/section-508/making-files-accessible/index.html
ARIA- ACCESSIBLE RICH INTERNET
APPLICATIONS
โ€ข WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make
Web content and Web applications more accessible to people with disabilities.
โ€ข ARIA helps with dynamic content and advanced user interface controls developed
with Ajax, HTML, JavaScript, and related technologies. Currently certain functionality
used in Web sites is not available to some users with disabilities, especially people
who rely on screen readers and people who cannot use a mouse.
https://www.w3.org/WAI/standards-guidelines/aria/
QUICK WINS FOR STATIC CONTENT
โ€ข Ensure your content has a language declaration for screen readers.
โ€ข Ensure your content can be resized 200% without degradation.
โ€ข Semantically tag your content to enhance navigation through the document by readers.
โ€ข Make sure that titles for pages or screens are unique & representative of the content.
โ€ข Ensure that the reading and focus order is logical.
โ€ข Use semantic elements - headings, links, lists, roles, and tables appropriately.
โ€ข Donโ€™t rely on color alone to convey meaning.
โ€ข Distinguish links through means other than color.
โ€ข Ensure images have alt text.
โ€ข Ensure tables are reader friendly. Avoid empty cells, spans, and nested headings.
PLAIN ENGLISH RULES
1. Write positive statements
2. Write short sentences
3. Write simple sentences
4. List events in sequence
5. Use parallel structure
6. Use active voice
7. Avoid gerunds at the beginning of a sentence
8. Avoid could, would, should, might, may
9. Use present tense
10. Avoid noun strings more than 3 words
11. Use approved terms
12. Avoid jargon
13. Use a determiner with nouns and noun phrases
14. Use appropriate language
READERS
Try running your content through a screen reader.
โ€ข NonVisual Desktop Access (NVDA) https://www.nvaccess.org/download/
โ€ข JAWS https://www.freedomscientific.com/Products/Blindness/JAWS
TESTING ACCESSIBILITY TODAY
โ€ข You can test the accessibility of your content today using the native tools in many editors. The US
Govโ€™t has comprehensive resources including checklists and procedures for testing 508
compliance:
https://section508.gov/refresh-toolkit/accessibility-testing
โ€ข Word: File > Info > Check for Issues > Check for Accessibility
โ€ข Acrobat Pro: View > Tools > Accessibility > Full Check
โ€ข Flare (following stolen from the help):
โ€ข You can use MadCap Analyzer to scan your Flare project for areas where you can improve accessibility.
See About Analyzer and Reports and Enabling Analyzer Scans.
โ€ข If you are generating HTML5, WebHelp, WebHelp AIR, WebHelp Mobile, or WebHelp Plus, the runtime
and navigation are Section 508 compliant. This helps to ensure your output's adherence to item 1194.22
of the Section 508 specification. See About WebHelp Output, About HTML5 Output, About WebHelp
Plus Output, About WebHelp Mobile Output, and About WebHelp AIR Output.

More Related Content

What's hot

P16 sharing online resources
P16 sharing online resourcesP16 sharing online resources
P16 sharing online resources
Art Esposito
ย 

What's hot (11)

Usability โ‰  Accessibility. An intro to web accessibility for agencies.
Usability โ‰  Accessibility. An intro to web accessibility for agencies.Usability โ‰  Accessibility. An intro to web accessibility for agencies.
Usability โ‰  Accessibility. An intro to web accessibility for agencies.
ย 
Flash media technology
Flash media technologyFlash media technology
Flash media technology
ย 
Accessibility importance
Accessibility importanceAccessibility importance
Accessibility importance
ย 
What is-web-2.0
What is-web-2.0What is-web-2.0
What is-web-2.0
ย 
Web Accessibility Testing With Axe
Web Accessibility Testing With AxeWeb Accessibility Testing With Axe
Web Accessibility Testing With Axe
ย 
Rapid Introduction to Web Accessibility
Rapid Introduction to Web AccessibilityRapid Introduction to Web Accessibility
Rapid Introduction to Web Accessibility
ย 
P16 sharing online resources
P16 sharing online resourcesP16 sharing online resources
P16 sharing online resources
ย 
Empowerment Technology
Empowerment TechnologyEmpowerment Technology
Empowerment Technology
ย 
Accessibility Workshop
Accessibility WorkshopAccessibility Workshop
Accessibility Workshop
ย 
NewCAJE: Technology Development 101
NewCAJE: Technology Development 101NewCAJE: Technology Development 101
NewCAJE: Technology Development 101
ย 
Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Design
ย 

Similar to Accessibility Quick Wins

Web topic 23 web accessibility
Web topic 23  web accessibilityWeb topic 23  web accessibility
Web topic 23 web accessibility
CK Yang
ย 
Accessibility
AccessibilityAccessibility
Accessibility
Sandan71
ย 

Similar to Accessibility Quick Wins (20)

doumi94
doumi94doumi94
doumi94
ย 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility Guidelines
ย 
Web For All
Web For AllWeb For All
Web For All
ย 
WCAG
WCAGWCAG
WCAG
ย 
A Half Day Workshop on Building Accessible Websites For People With Disabilities
A Half Day Workshop on Building Accessible Websites For People With DisabilitiesA Half Day Workshop on Building Accessible Websites For People With Disabilities
A Half Day Workshop on Building Accessible Websites For People With Disabilities
ย 
#Wtf is web accessibility
#Wtf is web accessibility#Wtf is web accessibility
#Wtf is web accessibility
ย 
ATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ATAGTR2017 SPEAKING EYE for differently abled people to see the web contentATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ย 
Accessibility and why it matters
Accessibility and why it mattersAccessibility and why it matters
Accessibility and why it matters
ย 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
ย 
Accessibility Overview - 508 and WCAG Compliance
Accessibility Overview - 508 and WCAG ComplianceAccessibility Overview - 508 and WCAG Compliance
Accessibility Overview - 508 and WCAG Compliance
ย 
Marketing Without Barriers: Considering Digital Accessibility for Customers a...
Marketing Without Barriers: Considering Digital Accessibility for Customers a...Marketing Without Barriers: Considering Digital Accessibility for Customers a...
Marketing Without Barriers: Considering Digital Accessibility for Customers a...
ย 
Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0
ย 
Web topic 23 web accessibility
Web topic 23  web accessibilityWeb topic 23  web accessibility
Web topic 23 web accessibility
ย 
Ideas 5 - Roger Hudson - Understanding WCAG 2.0
Ideas 5 - Roger Hudson - Understanding WCAG 2.0Ideas 5 - Roger Hudson - Understanding WCAG 2.0
Ideas 5 - Roger Hudson - Understanding WCAG 2.0
ย 
Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
ย 
Web Accessibility Audit_ Ensuring Inclusivity Online.pptx
Web Accessibility Audit_ Ensuring Inclusivity Online.pptxWeb Accessibility Audit_ Ensuring Inclusivity Online.pptx
Web Accessibility Audit_ Ensuring Inclusivity Online.pptx
ย 
WCAG.pptx
WCAG.pptxWCAG.pptx
WCAG.pptx
ย 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
ย 
Accessibility
AccessibilityAccessibility
Accessibility
ย 
Designing and Testing for Digital Accessibility
Designing and Testing for Digital AccessibilityDesigning and Testing for Digital Accessibility
Designing and Testing for Digital Accessibility
ย 

Recently uploaded

Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
home
ย 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
mirandajeremy200221
ย 
infant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxinfant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptx
suhanimunjal27
ย 
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun serviceCALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
anilsa9823
ย 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
TusharBahuguna2
ย 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
University of Wisconsin-Milwaukee
ย 
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
kumaririma588
ย 
VVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts Service
aroranaina404
ย 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
tbatkhuu1
ย 
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Serviceyoung call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
jeswinjees
ย 

Recently uploaded (20)

Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
ย 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
ย 
infant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxinfant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptx
ย 
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun serviceCALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
ย 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
ย 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
ย 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
ย 
Pastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxPastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. Xxx
ย 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
ย 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
ย 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
ย 
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
ย 
VVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow ๐Ÿ’“ Lucknow < Renuka Sharma > 7877925207 Escorts Service
ย 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
ย 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
ย 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
ย 
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Serviceyoung call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
ย 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
ย 
Top Rated Pune Call Girls Saswad โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad โŸŸ 6297143586 โŸŸ Call Me For Genuine Sex Serv...
ย 
Call Girls Service Mukherjee Nagar @9999965857 Delhi ๐Ÿซฆ No Advance VVIP ๐ŸŽ SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi ๐Ÿซฆ No Advance  VVIP ๐ŸŽ SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi ๐Ÿซฆ No Advance  VVIP ๐ŸŽ SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi ๐Ÿซฆ No Advance VVIP ๐ŸŽ SER...
ย 

Accessibility Quick Wins

  • 1. ACCESSIBILITY: QUICK WINS Jeff Reynolds -TELUS Health
  • 2. THE NEEDโ€ฆ. Accessibility is a human rights issue. Functional parity is not an afterthought, a bolt on feature, or an optional enhancement. Accessibility is a basic human right, discriminate at your own peril.
  • 3. SOME STANDARDS โ€ข AODA - Accessibility for Ontarians with Disabilities Act โ€ข Web Content Accessibility Guidelines (WCAG)- W3C โ€ข US Govโ€™t Department of Health and Human Services- Section 508
  • 4. WCAG 2.0 โ€ข Web Content Accessibility Guidelines (WCAG) 2.0 covers a wide range of recommendations for making Web content more accessible. โ€ข Following these guidelines will make content accessible to a wider range of people with disabilities, including blindness and low vision, deafness and hearing loss, learning disabilities, cognitive limitations, limited movement, speech disabilities, photosensitivity and combinations of these. โ€ข Following these guidelines will also often make your Web content more usable to users in general.
  • 5. WCAG2.0 PRINCIPLES โ€ข 1 Perceivable โ€ข 1.1 Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols or simpler language. โ€ข 1.2 Provide alternatives for time-based media. โ€ข 1.3 Create content that can be presented in different ways (for example simpler layout) without losing information or structure. โ€ข 1.4 Make it easier for users to see and hear content, including separating foreground from background. โ€ข 2 Operable โ€ข 2.1 Make all functionality available from a keyboard. โ€ข 2.2 Provide users enough time to read and use content. โ€ข 2.3 Do not design content in a way that is known to cause seizures. โ€ข 2.4 Provide ways to help users navigate, find content, and determine where they are (structured content).
  • 6. WCAG2.0 PRINCIPLES (CONT) โ€ข 3 Understandable โ€ข 3.1 Make text content readable and understandable. โ€ข 3.2 Make Web pages appear and operate in predictable ways. โ€ข 3.3 Help users avoid and correct mistakes. โ€ข 4 Robust โ€ข 4.1 Maximize compatibility with current and future user agents, including assistive technologies.
  • 7. WCAG 2.0 LEVELS โ€ข WCAG 2.0 is divided into three conformance levels (A-AA-AAA) because the success criteria are organized based on the impact they have on design or visual presentation of the pages. The higher the level, the more restraining it becomes on design. โ€ข For example, let's take Guideline 1.4 (Distinguishable), which is about making it easier for users to see and hear content, including separating foreground from background. โ€ข Success Criterion 1.4.1: Use of Color. Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element (Level A). โ€ข Success Criterion 1.4.3: Contrast (Minimum). The visual presentation of text and images of text has a contrast ratio of at least 4.5:1 (Level AA). โ€ข Success Criterion 1.4.6: Contrast (Enhanced). The visual presentation of text and images of text has a contrast ratio of at least 7:1 (Level AAA). โ€ข WAI https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
  • 8. 508 COMPLIANCE โ€ข Compliance standards are set by Section 508 of the American Rehabilitation Act of 1973 that requires federal agencies to provide software and website accessibility to people with disabilities. When websites are 508 Compliant, they are accessible to all users. This can mean that they are compatible with assistive technology, such as screen readers. โ€ข I have included 508 because there are many checklists and job aids to support content development for Word, PDF and HTML. See https://www.hhs.gov/web/section-508/making-files-accessible/index.html
  • 9. ARIA- ACCESSIBLE RICH INTERNET APPLICATIONS โ€ข WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make Web content and Web applications more accessible to people with disabilities. โ€ข ARIA helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies. Currently certain functionality used in Web sites is not available to some users with disabilities, especially people who rely on screen readers and people who cannot use a mouse. https://www.w3.org/WAI/standards-guidelines/aria/
  • 10. QUICK WINS FOR STATIC CONTENT โ€ข Ensure your content has a language declaration for screen readers. โ€ข Ensure your content can be resized 200% without degradation. โ€ข Semantically tag your content to enhance navigation through the document by readers. โ€ข Make sure that titles for pages or screens are unique & representative of the content. โ€ข Ensure that the reading and focus order is logical. โ€ข Use semantic elements - headings, links, lists, roles, and tables appropriately. โ€ข Donโ€™t rely on color alone to convey meaning. โ€ข Distinguish links through means other than color. โ€ข Ensure images have alt text. โ€ข Ensure tables are reader friendly. Avoid empty cells, spans, and nested headings.
  • 11. PLAIN ENGLISH RULES 1. Write positive statements 2. Write short sentences 3. Write simple sentences 4. List events in sequence 5. Use parallel structure 6. Use active voice 7. Avoid gerunds at the beginning of a sentence 8. Avoid could, would, should, might, may 9. Use present tense 10. Avoid noun strings more than 3 words 11. Use approved terms 12. Avoid jargon 13. Use a determiner with nouns and noun phrases 14. Use appropriate language
  • 12. READERS Try running your content through a screen reader. โ€ข NonVisual Desktop Access (NVDA) https://www.nvaccess.org/download/ โ€ข JAWS https://www.freedomscientific.com/Products/Blindness/JAWS
  • 13. TESTING ACCESSIBILITY TODAY โ€ข You can test the accessibility of your content today using the native tools in many editors. The US Govโ€™t has comprehensive resources including checklists and procedures for testing 508 compliance: https://section508.gov/refresh-toolkit/accessibility-testing โ€ข Word: File > Info > Check for Issues > Check for Accessibility โ€ข Acrobat Pro: View > Tools > Accessibility > Full Check โ€ข Flare (following stolen from the help): โ€ข You can use MadCap Analyzer to scan your Flare project for areas where you can improve accessibility. See About Analyzer and Reports and Enabling Analyzer Scans. โ€ข If you are generating HTML5, WebHelp, WebHelp AIR, WebHelp Mobile, or WebHelp Plus, the runtime and navigation are Section 508 compliant. This helps to ensure your output's adherence to item 1194.22 of the Section 508 specification. See About WebHelp Output, About HTML5 Output, About WebHelp Plus Output, About WebHelp Mobile Output, and About WebHelp AIR Output.