SlideShare a Scribd company logo
1 of 20
Creating Accessible Content
Tzviya Siegman
March 2019
2
Today we will discuss:
• What is accessibility?
• Business, social, and legal reasons for accessibility
• Getting started
• Resources and tooling
3
“Web accessibility means that people with disabilities
can use the Web. More specifically, Web accessibility
means that people with disabilities can perceive,
understand, navigate, and interact with the Web, and
that they can contribute to the Web. Web accessibility
also benefits others, including older people with
changing abilities due to aging.”
- The Web Accessibility Initiative Introduction to Web Accessibility
(https://www.w3.org/WAI/intro/accessibility.php)
What is Accessibility?
4
Social responsibility to provide equal opportunity for people with
disabilities. This significantly overlaps with digital divide issues
and benefits people without disabilities or people with situational
situational disabilities.
Legal requirements for accessible content and platforms are
increasing around the world. Some universities and libraries will
not purchase content that is not accessible. The Marrakesh Treaty
Why does a11y* matter?
*a11y is shorthand for accessibility – there
are 11 letters between “a” and “y”
5
• The Convention on the Rights of People with Disabilities
(CRPD) is a comprehensive human rights document that
includes a direct reference to the rights of all people to have
equal access to communications technology. Passed by the
General Assembly of the United Nations, more than 175
countries ratified it by 2018.
• The European Commission adopted the European Accessibility
Act, requiring ATMs and banking services, PCs, telephones and
TV equipment, telephony and audiovisual services, transport,
e-books, and e-commerce meet accessibility requirements.
• In the US, the number of legal actions continues to rise and
courts increasingly decide in favor of equal access, often citing
the Americans with Disabilities Act (ADA).
Minimizing the Legal Risk
6
Who Benefits from Accessibility?
• Blind, deaf, low-vision, dyslexic, learning-disabled users. Many of these users
require special tools, such as assistive technology, to read.
• People with cognitive disabilities, neurological issues…
• People with a slow internet connection, old technology, mobile devices.
• Users with temporary disabilities, such as a broken arm.
• Users with situational disabilities, such as a noisy or dark room
• The aging population.
• In other words…EVERYONE.
7
• Content that is partially accessible is more usable
than content that is not accessible at all.
• We should be doing what we can to make content as
accessible as possible, even if it’s not “fully
accessible”.
• Accessible means different things to different
people, especially with a diverse user base.
• Because there is not one definition, there is not one
checklist but families of tests and best practices.
Accessibility is a spectrum
8
Where to start?
• Tips for Getting Started in Accessibility
https://www.w3.org/WAI/tips/
• WAI Planning and Managing Web Accessibility
https://www.w3.org/WAI/planning-and-managing/
• ARIA: Accessible Rich Internet Applications
https://www.w3.org/TR/wai-aria-1.1/
• WCAG: Web Content Accessibility Guidelines
https://www.w3.org/TR/WCAG21/
• Using ARIA in HTML https://www.w3.org/TR/aria-in-html/
• EPUB Accessibility http://kb.daisy.org/publishing/docs/
9
Who Defines Accessibility?
• Web Accessibility is largely defined by a series of specifications produced by the
World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI)
• Web, ebooks, LMS, and all web-based content rely heavily on these guidelines
• https://www.w3.org/TR/WCAG21/ (WCAG): A set of guidelines identifying
criteria and techniques for making content accessible. Legislation from around the
world often cites WCAG AA Compliance as a requirement for accessibility. WCAG
specifies that all content should be:
• Perceivable
• Operable
• Understandable
• Robust
10
Perceivable
Guideline 1.3 Create content that can be presented in
different ways (for example simpler layout) without
losing information or structure.
https://www.w3.org/TR/WCAG21/#adaptable
Success Criteria 1.3.4 (new to 2.1)
Content does not restrict its view and operation to a
single display orientation, such as portrait or landscape,
unless a specific display orientation is essential.
WCAG Example
11
Example: Contrast and Size
Which of these is easier to read?
Can you read this text?
Can you read this text?
Can you read this text?
Can you read this text?
12
• Images are meaningless to someone who can’t
see
• More readers are choosing to listen to books
• Image descriptions provide detailed information
about images to users
• Can you understand the full meaning of the
content without the image?
• If the caption fully describes an image, it’s enough
• Other images require alt text and possibly an
extended description
Images
13
Tips for accessible interactives
• HTML 5 is NOT accessible unless you make it so.
• Ask vendors for templates, not one-offs (example: Q & A should be a
reusable script. The only change should be the text). This is also more
cost-effective.
• Ask vendors if they comply with WCAG AA and use ARIA. Ask vendors
how they perform accessibility testing. If they don’t know what these
words mean or how to answer the questions, they do not know enough
about accessibility to make your content accessible.
• Test the content yourself.
14
Resources and Tools
15
• WAI Easy checks – get in the habit of testing
using these guidelines.
• Consider formal evaluation tools, like aXe or
WAVE
• Testing with Assistive Tech is useful only if you
use the AT correctly.
• Testing with users with disabilities offers valuable
insight
• See Involving Users about users with different
(dis)abilities testing
• See How People with Disabilities Use the Web
Building up to testing
16
Numerous open tools automatically check WCAG compliance.
These tools have limitations, but are still useful:
• You will find out if you have built your links in an accessible
manner, if your tables are structured well, and if your
headings are navigable
• Some will even catch bad behavior, like alt=“image”
• There are checklists, but they are not simple. See
http://a11yproject.com/checklist.html for example.
Automated Testing
17
Tools
There are many tools that will write image descriptions. How good are they?
https://goberoi.com/comparing-the-top-five-computer-vision-apis-98e3e3d7c647
Start with WAI Easy Checks https://www.w3.org/WAI/test-evaluate/preliminary/
aXe Chrome/Firefox/Selenium tool or WAVE Extension for Chrome or Firefox
https://github.com/GoogleChrome/accessibility-developer-tools
https://access-works.com/
WAVE A11y page check tool
• There are dozens of tools out there. It is important to assess which ones work for
you and which ones provide good results.
• Are you looking to understand the accessibility tree? Looking to write good alt text
or looking for accessibility errors?
18
• Avoid this: https://webaim.org/projects/million/
- WebAIM surveyed the top million home pages
using automated tooling
• The automated tool can catch only about 25% of
errors, but it found 97.8% WCAG fail rates!
• Even adding these Meeting WCAG success
criteria even at a minimum rate will take you a
long way toward accessible content and help
your users
The limits of tooling
19
An Incomplete List of Helpful Resources
• W3C WAI https://www.w3.org/WAI/
• The Business Case
https://www.w3.org/WAI/business-case/
• Accessible Publishing Knowledge Base
http://kb.daisy.org/publishing/docs/
• Semantics to Screen Readers:
https://alistapart.com/article/semantics-to-
screen-readers
• WAI-ARIA Authoring Practices:
https://www.w3.org/TR/wai-aria-practices-
1.1/
• DIAGRAM Center Image Description
Guidelines: http://diagramcenter.org/table-
of-contents-2.html
• Web Accessibility Evaluation tools:
https://www.w3.org/WAI/ER/tools/
• Using ARIA in HTML:
https://www.w3.org/TR/aria-in-html/
• BISG Guide to Accessible Publishing
https://bisg.org/store/ViewProduct.aspx?id
=13534677
• 2018 Disability Statistics Compendium
Annual Report
https://disabilitycompendium.org/sites/def
ault/files/user-
uploads/Annual_Report_2018_Accessible_
AdobeReaderFriendly.pdf
• General Writing about Accessibility
http://alistapart.com/topic/accessibility
• http://accessibility.psu.edu/
• http://simplyaccessible.com/articles/
20
Thank you
Questions?
Tzviya Siegman
tsiegman@wiley.com
@TzviyaSiegman

More Related Content

What's hot

UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...
UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...
UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...UKSG: connecting the knowledge community
 
UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...
UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...
UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...UKSG: connecting the knowledge community
 
Credo reference promoting resources workshop edina slides
Credo reference promoting resources workshop   edina slidesCredo reference promoting resources workshop   edina slides
Credo reference promoting resources workshop edina slidesAndrew Bevan
 
The Embedded Data Librarian
The Embedded Data LibrarianThe Embedded Data Librarian
The Embedded Data LibrarianLibrary_Connect
 
Moving Forward with Open Data Science - SWOT Analysis
Moving Forward with Open Data Science - SWOT AnalysisMoving Forward with Open Data Science - SWOT Analysis
Moving Forward with Open Data Science - SWOT AnalysisPhilip Bourne
 
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosConnecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosOCLC
 
Your digital humanities are in my library! No, your library is in my digital ...
Your digital humanities are in my library! No, your library is in my digital ...Your digital humanities are in my library! No, your library is in my digital ...
Your digital humanities are in my library! No, your library is in my digital ...Rebekah Cummings
 
Strategies for smart libraries: building user-centred library and information...
Strategies for smart libraries: building user-centred library and information...Strategies for smart libraries: building user-centred library and information...
Strategies for smart libraries: building user-centred library and information...Jo Webb
 
Research into Practice case study 2: Library linked data implementations an...
	Research into Practice case study 2:  Library linked data implementations an...	Research into Practice case study 2:  Library linked data implementations an...
Research into Practice case study 2: Library linked data implementations an...Hazel Hall
 
UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...
UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...
UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...UKSG: connecting the knowledge community
 

What's hot (20)

Jeroen Bosman & Bianca Kramer - Supporting open infrastructures? How to balan...
Jeroen Bosman & Bianca Kramer - Supporting open infrastructures? How to balan...Jeroen Bosman & Bianca Kramer - Supporting open infrastructures? How to balan...
Jeroen Bosman & Bianca Kramer - Supporting open infrastructures? How to balan...
 
UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...
UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...
UKSG 2018 Breakout - Fostering and protecting cultures of collaboration - Wil...
 
UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...
UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...
UKSG Conference 2017 Breakout - How publishers can thrive in an open access m...
 
Building a Trusted Framework - Kevin Hawkins, University North Texas
Building a Trusted Framework - Kevin Hawkins, University North TexasBuilding a Trusted Framework - Kevin Hawkins, University North Texas
Building a Trusted Framework - Kevin Hawkins, University North Texas
 
Next Generation Systems
Next Generation SystemsNext Generation Systems
Next Generation Systems
 
Credo reference promoting resources workshop edina slides
Credo reference promoting resources workshop   edina slidesCredo reference promoting resources workshop   edina slides
Credo reference promoting resources workshop edina slides
 
Evolution of e-Content Distribution: Ad Hoc to Standardization
Evolution of e-Content Distribution: Ad Hoc to StandardizationEvolution of e-Content Distribution: Ad Hoc to Standardization
Evolution of e-Content Distribution: Ad Hoc to Standardization
 
The Embedded Data Librarian
The Embedded Data LibrarianThe Embedded Data Librarian
The Embedded Data Librarian
 
What Libraries Still Need from Discovery Layers
What Libraries Still Need from Discovery LayersWhat Libraries Still Need from Discovery Layers
What Libraries Still Need from Discovery Layers
 
Levine Clark NISO-ICSTI Joint Webinar June 30
Levine Clark NISO-ICSTI Joint Webinar June 30Levine Clark NISO-ICSTI Joint Webinar June 30
Levine Clark NISO-ICSTI Joint Webinar June 30
 
UKSG 2018 Breakout - Setting your cites to open I4OC - Maccallum
UKSG 2018 Breakout - Setting your cites to open I4OC - MaccallumUKSG 2018 Breakout - Setting your cites to open I4OC - Maccallum
UKSG 2018 Breakout - Setting your cites to open I4OC - Maccallum
 
August 12 NISO Webinar: MOOCs and Libraries: A Brewing Collaboration.
August 12 NISO Webinar: MOOCs and Libraries: A Brewing Collaboration.August 12 NISO Webinar: MOOCs and Libraries: A Brewing Collaboration.
August 12 NISO Webinar: MOOCs and Libraries: A Brewing Collaboration.
 
Moving Forward with Open Data Science - SWOT Analysis
Moving Forward with Open Data Science - SWOT AnalysisMoving Forward with Open Data Science - SWOT Analysis
Moving Forward with Open Data Science - SWOT Analysis
 
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosConnecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
 
2015 NISO Forum: The Future of Library Resource Discovery
2015 NISO Forum: The Future of Library Resource Discovery2015 NISO Forum: The Future of Library Resource Discovery
2015 NISO Forum: The Future of Library Resource Discovery
 
Your digital humanities are in my library! No, your library is in my digital ...
Your digital humanities are in my library! No, your library is in my digital ...Your digital humanities are in my library! No, your library is in my digital ...
Your digital humanities are in my library! No, your library is in my digital ...
 
Strategies for smart libraries: building user-centred library and information...
Strategies for smart libraries: building user-centred library and information...Strategies for smart libraries: building user-centred library and information...
Strategies for smart libraries: building user-centred library and information...
 
Research into Practice case study 2: Library linked data implementations an...
	Research into Practice case study 2:  Library linked data implementations an...	Research into Practice case study 2:  Library linked data implementations an...
Research into Practice case study 2: Library linked data implementations an...
 
NISO Webinar: Taking Your Website Wherever You Go: Delivering Great User Expe...
NISO Webinar: Taking Your Website Wherever You Go: Delivering Great User Expe...NISO Webinar: Taking Your Website Wherever You Go: Delivering Great User Expe...
NISO Webinar: Taking Your Website Wherever You Go: Delivering Great User Expe...
 
UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...
UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...
UKSG 2018 Breakout - Trouble(shooting) with a capital T: how categorising and...
 

Similar to Siegman "Creating Accessible Content"

Accessibility and why it matters
Accessibility and why it mattersAccessibility and why it matters
Accessibility and why it mattersMargarida Sousa
 
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.Kate Horowitz
 
Web Accessibility: MISSION POSSIBLE!
Web Accessibility: MISSION POSSIBLE!Web Accessibility: MISSION POSSIBLE!
Web Accessibility: MISSION POSSIBLE!Charity Dynamics
 
The Accessible Web
The Accessible WebThe Accessible Web
The Accessible Weblisbk
 
How to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonHow to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonRachel Cherry
 
Organizational Access
Organizational AccessOrganizational Access
Organizational AccessMark Farmer
 
How to Make Learning Accessible and Inclusive
How to Make Learning Accessible and InclusiveHow to Make Learning Accessible and Inclusive
How to Make Learning Accessible and InclusiveLambda Solutions
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility GuidelinesPurnimaAgarwal6
 
Accessibility 2.0: Blended Learning For Blended Accessibility
Accessibility 2.0: Blended Learning For Blended AccessibilityAccessibility 2.0: Blended Learning For Blended Accessibility
Accessibility 2.0: Blended Learning For Blended Accessibilitylisbk
 
Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Designcolinbdclark
 
Designing, Developing & Testing for Accessibility
Designing, Developing & Testing for AccessibilityDesigning, Developing & Testing for Accessibility
Designing, Developing & Testing for AccessibilityEric Malcolm
 
Accessibility for Fun and Profit
Accessibility for Fun and ProfitAccessibility for Fun and Profit
Accessibility for Fun and ProfitMike Wilcox
 
Accessibility Quick Wins
Accessibility Quick WinsAccessibility Quick Wins
Accessibility Quick WinsJeff Reynolds
 
The Intersection of Accessibility and Inclusive Design
The Intersection of Accessibility and Inclusive DesignThe Intersection of Accessibility and Inclusive Design
The Intersection of Accessibility and Inclusive DesignMichael Larsen
 
People First Accessibility
People First AccessibilityPeople First Accessibility
People First AccessibilityTrisha Salas
 
Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013Graham Armfield
 
Web accessibility workshop 1
Web accessibility workshop 1Web accessibility workshop 1
Web accessibility workshop 1Vladimir Tomberg
 
Getting Started With Web Accessibility
Getting Started With Web AccessibilityGetting Started With Web Accessibility
Getting Started With Web AccessibilitySean Yo
 

Similar to Siegman "Creating Accessible Content" (20)

Accessibility and why it matters
Accessibility and why it mattersAccessibility and why it matters
Accessibility and why it matters
 
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.
 
Accessibility Part 1
Accessibility Part 1Accessibility Part 1
Accessibility Part 1
 
Web Accessibility: MISSION POSSIBLE!
Web Accessibility: MISSION POSSIBLE!Web Accessibility: MISSION POSSIBLE!
Web Accessibility: MISSION POSSIBLE!
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
The Accessible Web
The Accessible WebThe Accessible Web
The Accessible Web
 
How to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonHow to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp Boston
 
Organizational Access
Organizational AccessOrganizational Access
Organizational Access
 
How to Make Learning Accessible and Inclusive
How to Make Learning Accessible and InclusiveHow to Make Learning Accessible and Inclusive
How to Make Learning Accessible and Inclusive
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility Guidelines
 
Accessibility 2.0: Blended Learning For Blended Accessibility
Accessibility 2.0: Blended Learning For Blended AccessibilityAccessibility 2.0: Blended Learning For Blended Accessibility
Accessibility 2.0: Blended Learning For Blended Accessibility
 
Web Accessibility and Design
Web Accessibility and DesignWeb Accessibility and Design
Web Accessibility and Design
 
Designing, Developing & Testing for Accessibility
Designing, Developing & Testing for AccessibilityDesigning, Developing & Testing for Accessibility
Designing, Developing & Testing for Accessibility
 
Accessibility for Fun and Profit
Accessibility for Fun and ProfitAccessibility for Fun and Profit
Accessibility for Fun and Profit
 
Accessibility Quick Wins
Accessibility Quick WinsAccessibility Quick Wins
Accessibility Quick Wins
 
The Intersection of Accessibility and Inclusive Design
The Intersection of Accessibility and Inclusive DesignThe Intersection of Accessibility and Inclusive Design
The Intersection of Accessibility and Inclusive Design
 
People First Accessibility
People First AccessibilityPeople First Accessibility
People First Accessibility
 
Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013
 
Web accessibility workshop 1
Web accessibility workshop 1Web accessibility workshop 1
Web accessibility workshop 1
 
Getting Started With Web Accessibility
Getting Started With Web AccessibilityGetting Started With Web Accessibility
Getting Started With Web Accessibility
 

More from National Information Standards Organization (NISO)

More from National Information Standards Organization (NISO) (20)

Bazargan "NISO Webinar, Sustainability in Publishing"
Bazargan "NISO Webinar, Sustainability in Publishing"Bazargan "NISO Webinar, Sustainability in Publishing"
Bazargan "NISO Webinar, Sustainability in Publishing"
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Compton "NISO Webinar, Sustainability in Publishing"
Compton "NISO Webinar, Sustainability in Publishing"Compton "NISO Webinar, Sustainability in Publishing"
Compton "NISO Webinar, Sustainability in Publishing"
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...
Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...
Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
Mattingly "Text and Data Mining: Building Data Driven Applications"
Mattingly "Text and Data Mining: Building Data Driven Applications"Mattingly "Text and Data Mining: Building Data Driven Applications"
Mattingly "Text and Data Mining: Building Data Driven Applications"
 
Mattingly "Text and Data Mining: Searching Vectors"
Mattingly "Text and Data Mining: Searching Vectors"Mattingly "Text and Data Mining: Searching Vectors"
Mattingly "Text and Data Mining: Searching Vectors"
 
Mattingly "Text Mining Techniques"
Mattingly "Text Mining Techniques"Mattingly "Text Mining Techniques"
Mattingly "Text Mining Techniques"
 
Mattingly "Text Processing for Library Data: Representing Text as Data"
Mattingly "Text Processing for Library Data: Representing Text as Data"Mattingly "Text Processing for Library Data: Representing Text as Data"
Mattingly "Text Processing for Library Data: Representing Text as Data"
 
Carpenter "Designing NISO's New Strategic Plan: 2023-2026"
Carpenter "Designing NISO's New Strategic Plan: 2023-2026"Carpenter "Designing NISO's New Strategic Plan: 2023-2026"
Carpenter "Designing NISO's New Strategic Plan: 2023-2026"
 
Ross and Clark "Strategic Planning"
Ross and Clark "Strategic Planning"Ross and Clark "Strategic Planning"
Ross and Clark "Strategic Planning"
 
Mattingly "Data Mining Techniques: Classification and Clustering"
Mattingly "Data Mining Techniques: Classification and Clustering"Mattingly "Data Mining Techniques: Classification and Clustering"
Mattingly "Data Mining Techniques: Classification and Clustering"
 
Straza "Global collaboration towards equitable and open science: UNESCO Recom...
Straza "Global collaboration towards equitable and open science: UNESCO Recom...Straza "Global collaboration towards equitable and open science: UNESCO Recom...
Straza "Global collaboration towards equitable and open science: UNESCO Recom...
 
Lippincott "Beyond access: Accelerating discovery and increasing trust throug...
Lippincott "Beyond access: Accelerating discovery and increasing trust throug...Lippincott "Beyond access: Accelerating discovery and increasing trust throug...
Lippincott "Beyond access: Accelerating discovery and increasing trust throug...
 
Kriegsman "Integrating Open and Equitable Research into Open Science"
Kriegsman "Integrating Open and Equitable Research into Open Science"Kriegsman "Integrating Open and Equitable Research into Open Science"
Kriegsman "Integrating Open and Equitable Research into Open Science"
 
Mattingly "Ethics and Cleaning Data"
Mattingly "Ethics and Cleaning Data"Mattingly "Ethics and Cleaning Data"
Mattingly "Ethics and Cleaning Data"
 
Mercado-Lara "Open & Equitable Program"
Mercado-Lara "Open & Equitable Program"Mercado-Lara "Open & Equitable Program"
Mercado-Lara "Open & Equitable Program"
 
Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"
Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"
Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"
 
Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"
Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"
Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"
 

Recently uploaded

4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 

Recently uploaded (20)

4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 

Siegman "Creating Accessible Content"

  • 2. 2 Today we will discuss: • What is accessibility? • Business, social, and legal reasons for accessibility • Getting started • Resources and tooling
  • 3. 3 “Web accessibility means that people with disabilities can use the Web. More specifically, Web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the Web, and that they can contribute to the Web. Web accessibility also benefits others, including older people with changing abilities due to aging.” - The Web Accessibility Initiative Introduction to Web Accessibility (https://www.w3.org/WAI/intro/accessibility.php) What is Accessibility?
  • 4. 4 Social responsibility to provide equal opportunity for people with disabilities. This significantly overlaps with digital divide issues and benefits people without disabilities or people with situational situational disabilities. Legal requirements for accessible content and platforms are increasing around the world. Some universities and libraries will not purchase content that is not accessible. The Marrakesh Treaty Why does a11y* matter? *a11y is shorthand for accessibility – there are 11 letters between “a” and “y”
  • 5. 5 • The Convention on the Rights of People with Disabilities (CRPD) is a comprehensive human rights document that includes a direct reference to the rights of all people to have equal access to communications technology. Passed by the General Assembly of the United Nations, more than 175 countries ratified it by 2018. • The European Commission adopted the European Accessibility Act, requiring ATMs and banking services, PCs, telephones and TV equipment, telephony and audiovisual services, transport, e-books, and e-commerce meet accessibility requirements. • In the US, the number of legal actions continues to rise and courts increasingly decide in favor of equal access, often citing the Americans with Disabilities Act (ADA). Minimizing the Legal Risk
  • 6. 6 Who Benefits from Accessibility? • Blind, deaf, low-vision, dyslexic, learning-disabled users. Many of these users require special tools, such as assistive technology, to read. • People with cognitive disabilities, neurological issues… • People with a slow internet connection, old technology, mobile devices. • Users with temporary disabilities, such as a broken arm. • Users with situational disabilities, such as a noisy or dark room • The aging population. • In other words…EVERYONE.
  • 7. 7 • Content that is partially accessible is more usable than content that is not accessible at all. • We should be doing what we can to make content as accessible as possible, even if it’s not “fully accessible”. • Accessible means different things to different people, especially with a diverse user base. • Because there is not one definition, there is not one checklist but families of tests and best practices. Accessibility is a spectrum
  • 8. 8 Where to start? • Tips for Getting Started in Accessibility https://www.w3.org/WAI/tips/ • WAI Planning and Managing Web Accessibility https://www.w3.org/WAI/planning-and-managing/ • ARIA: Accessible Rich Internet Applications https://www.w3.org/TR/wai-aria-1.1/ • WCAG: Web Content Accessibility Guidelines https://www.w3.org/TR/WCAG21/ • Using ARIA in HTML https://www.w3.org/TR/aria-in-html/ • EPUB Accessibility http://kb.daisy.org/publishing/docs/
  • 9. 9 Who Defines Accessibility? • Web Accessibility is largely defined by a series of specifications produced by the World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI) • Web, ebooks, LMS, and all web-based content rely heavily on these guidelines • https://www.w3.org/TR/WCAG21/ (WCAG): A set of guidelines identifying criteria and techniques for making content accessible. Legislation from around the world often cites WCAG AA Compliance as a requirement for accessibility. WCAG specifies that all content should be: • Perceivable • Operable • Understandable • Robust
  • 10. 10 Perceivable Guideline 1.3 Create content that can be presented in different ways (for example simpler layout) without losing information or structure. https://www.w3.org/TR/WCAG21/#adaptable Success Criteria 1.3.4 (new to 2.1) Content does not restrict its view and operation to a single display orientation, such as portrait or landscape, unless a specific display orientation is essential. WCAG Example
  • 11. 11 Example: Contrast and Size Which of these is easier to read? Can you read this text? Can you read this text? Can you read this text? Can you read this text?
  • 12. 12 • Images are meaningless to someone who can’t see • More readers are choosing to listen to books • Image descriptions provide detailed information about images to users • Can you understand the full meaning of the content without the image? • If the caption fully describes an image, it’s enough • Other images require alt text and possibly an extended description Images
  • 13. 13 Tips for accessible interactives • HTML 5 is NOT accessible unless you make it so. • Ask vendors for templates, not one-offs (example: Q & A should be a reusable script. The only change should be the text). This is also more cost-effective. • Ask vendors if they comply with WCAG AA and use ARIA. Ask vendors how they perform accessibility testing. If they don’t know what these words mean or how to answer the questions, they do not know enough about accessibility to make your content accessible. • Test the content yourself.
  • 15. 15 • WAI Easy checks – get in the habit of testing using these guidelines. • Consider formal evaluation tools, like aXe or WAVE • Testing with Assistive Tech is useful only if you use the AT correctly. • Testing with users with disabilities offers valuable insight • See Involving Users about users with different (dis)abilities testing • See How People with Disabilities Use the Web Building up to testing
  • 16. 16 Numerous open tools automatically check WCAG compliance. These tools have limitations, but are still useful: • You will find out if you have built your links in an accessible manner, if your tables are structured well, and if your headings are navigable • Some will even catch bad behavior, like alt=“image” • There are checklists, but they are not simple. See http://a11yproject.com/checklist.html for example. Automated Testing
  • 17. 17 Tools There are many tools that will write image descriptions. How good are they? https://goberoi.com/comparing-the-top-five-computer-vision-apis-98e3e3d7c647 Start with WAI Easy Checks https://www.w3.org/WAI/test-evaluate/preliminary/ aXe Chrome/Firefox/Selenium tool or WAVE Extension for Chrome or Firefox https://github.com/GoogleChrome/accessibility-developer-tools https://access-works.com/ WAVE A11y page check tool • There are dozens of tools out there. It is important to assess which ones work for you and which ones provide good results. • Are you looking to understand the accessibility tree? Looking to write good alt text or looking for accessibility errors?
  • 18. 18 • Avoid this: https://webaim.org/projects/million/ - WebAIM surveyed the top million home pages using automated tooling • The automated tool can catch only about 25% of errors, but it found 97.8% WCAG fail rates! • Even adding these Meeting WCAG success criteria even at a minimum rate will take you a long way toward accessible content and help your users The limits of tooling
  • 19. 19 An Incomplete List of Helpful Resources • W3C WAI https://www.w3.org/WAI/ • The Business Case https://www.w3.org/WAI/business-case/ • Accessible Publishing Knowledge Base http://kb.daisy.org/publishing/docs/ • Semantics to Screen Readers: https://alistapart.com/article/semantics-to- screen-readers • WAI-ARIA Authoring Practices: https://www.w3.org/TR/wai-aria-practices- 1.1/ • DIAGRAM Center Image Description Guidelines: http://diagramcenter.org/table- of-contents-2.html • Web Accessibility Evaluation tools: https://www.w3.org/WAI/ER/tools/ • Using ARIA in HTML: https://www.w3.org/TR/aria-in-html/ • BISG Guide to Accessible Publishing https://bisg.org/store/ViewProduct.aspx?id =13534677 • 2018 Disability Statistics Compendium Annual Report https://disabilitycompendium.org/sites/def ault/files/user- uploads/Annual_Report_2018_Accessible_ AdobeReaderFriendly.pdf • General Writing about Accessibility http://alistapart.com/topic/accessibility • http://accessibility.psu.edu/ • http://simplyaccessible.com/articles/

Editor's Notes

  1. Some people call Accessibility the ultimate expression of usability.