SlideShare une entreprise Scribd logo
ENABLING DISCOVERY | POWERING EDUCATION | SHAPING WORKFORCES
Tzviya Siegman | Wiley
NISO Virtual Conference| March 2023
Practicalities of Accessibility
Wiley Blue 2021-10.potx
2
What we’ll cover
• Accessibility and Inclusive Design
• Inclusive Design Principles
• Accessibility Basics
Wiley Blue 2021-10.potx
3
Accessibility and Inclusive Design
Accessibility is often thought of in terms of compliance with standards such as
WCAG.
Compliance is not sufficient to deliver a fully accessible and inclusive experience.
Inclusive design comes from talking to, learning from, and working with a wide
variety of people, including those with disabilities.
WCAG and Accessibility help remove barriers by focusing on specifics, like color
contrast, image descriptions, and focus. These are crucial for many people.
Achieving inclusive design means asking people, including people with
disabilities what features they want. Does this font size work for you? Can you
navigate this page with a keyboard efficiently? Do these image descriptions
convey meaning effectively?
Wiley Blue 2021-10.potx
4
Inclusive Design Principles
Provide a Comparable Experience
Consider the Situation
Be Consistent
Give Control
Offer Choice
Prioritize Content
Add value
Wiley Blue 2021-10.potx
5
Accessibility Basics
 Typography
 Color Contrast
 Structure
 Page Titles
 Images
 Links
 Focus
 Content Order
 Navigation
Wiley Blue 2021-10.potx
6
Typography
Text should be easy to perceive. Use a common font, consistently. Limit the
number of fonts you use in a product to avoid cognitive overload.
Base fonts should be at least 14 px.
Fonts should be defined with a relative value (on websites) to enable resizing.
Limit font styling (bold, ALL CAPS, etc) that might make content difficult to read
Avoid underlines for items that are not links.
Do not use images for text.
Wiley Blue 2021-10.potx
7
Contrast
Good contrast provides enough variation between content in the foreground and
content in the background.
Strong color contrast helps everyone easily perceive content, especially people
with low vision, those browsing on a sunny day, or on a small screen.
Contrast for text must be 5:1 for standard text or 3:1 for large text (18 pt or 14 pt +
bold).
Contrast for non-text content, such as icons must be 3:1.
There are many automated tools to analyze (and fix) color contrast.
Color alone should not be used to convey meaning. Provide an accessible
alternative. Example: Combine underscore and color to identify links.
Tip: contrast for pale colors, such as light gray or yellow against white can be
accomplished with a thin black outline
Wiley Blue 2021-10.potx
8
Structure
Well-structured content is important for everyone to be able to
scan material and understand quickly what it means. This is
important for people with cognitive disabilities as well as people
using screen readers.
Provide Headings and Sections. In HTML this is <h1> through
<h6>. The headings begin new subsections, and screen readers
will offer users the ability to navigate the headings or skip
sections.
Lists. Use proper list markup (ol, ul, dl). This is a good way of
breaking up large chunks of content visually as well as for those
navigating with assistive tech.
Wiley Blue 2021-10.potx
9
Page Titles
 <title> is what provides text for the browsers tab display.
The <title> of websites and EPUB components is spoken by
screen readers.
Choose a short and meaningful title because it is the first
thing that many users will perceive.
Website: Page name – Section name – Site name (as in
“Library Info – Wileyonline”)
EPUB: Chapter 1: Loomings, Index
 Also helps SEO
Wiley Blue 2021-10.potx
10
Images
Images that have meaning must have alternative text. Text should be at
least a short description conveying essential information presented by
an image.
Be careful not to duplicate the caption or provide your opinions in a
description (“a cute child”)
Stay tuned for the next talk.
Wiley Blue 2021-10.potx
11
Links
 Descriptive link text helps everyone, especially those using screen readers. The text should provide
the purpose of the link.
 People using screen readers often listen to a list of links. When doing this the screen reader reads
only the link, not the surrounding text in its original context.
 Keep link descriptions short. Whenever possible, provide link text that identifies the purpose of the
link without needing additional context.
 Avoid URLs if possible. They are hard to read and are often very long.
 Avoid uninformative phrases (“click here”, “read more”).
 Example:
<p> Buy my book in:<p>
<ul>
<li><a href="www.wiley.com/samplePDF">PDF</a></li>
<li><a href="www.wiley.com/sampleEPUB">EPUB</a></li>
</ul>
Wiley Blue 2021-10.potx
12
Focus
 Focus is the term used for the active item on website. No matter what tools a person is
using – eyeglasses, keyboard, screen reader, zoom text – the object in focus is the part
being read, based on where the curser is.
 Focus indication is necessary for a sighted keyboard user to track where they are. Focus
must be visible, using an outline, a highlight, or similar. Browser default focus might not
have sufficient contrast.
 Focus order is the order in which focusable elements such as links, form inputs, buttons,
and controls are focused on a web page when navigating sequentially with a keyboard or
swipe gestures. Focus order should match the visual order of the page so that sighted
people using a keyboard can easily track focus.
Wiley Blue 2021-10.potx
13
Content Order
Content order or reading order is the sequential order of all
focusable content
Content order should be logical
Group logical content together. Example: Group all address
fields in a form together.
Wiley Blue 2021-10.potx
14
Navigation
 Make sure that the navigation you provide gives users a sense of where they are in the
content. This might be helping users perceive that structure of the content via an outline or
ToC on the side or using page numbers that can be perceived by AT.
 Provide consistent navigation – same set of links, in the same order on all similar pages.
 There must be more than one way to navigate to content (“multiple ways”). On web sites,
this is often accomplished with a breadcrumb as well as left navigation. In an EPUB, this is
accomplished by displaying the TOC in multiple ways (and often an index as well).
Wiley Blue 2021-10.potx
15
Forms
 Form labels should be clear and easy to associate with the input field and remain visible
after they are filled out. Placeholder text (such as “first name” that disappears after it is
filled in) cannot be used by people with low vision of cognitive disabilities.
 Instructions, such as date format, should be displayed near the field
 Required fields should be clearly indicated, and an explanation of what that indication
means (e.g. “an asterisk means the field is required”) should be provided
 Errors: Red is a good way to indicate errors, but it is not sufficient. Use a combination of
color, text, and icons to clearly indicate that there is an error and what it is.
 Make sure forms don’t get too crowded and the labels stay close to fields
Wiley Blue 2021-10.potx
16
Resources
 W3C Web Accessibility Initiative https://www.w3.org/WAI
 Inclusive Design Principles https://inclusivedesignprinciples.org/
 Aria Authoring Practices https://www.w3.org/WAI/ARIA/apg
 EPUB Accessibility 1.1 https://www.w3.org/TR/epub-a11y-11
 DAISY Accessible Publishing Knowledge Base http://kb.daisy.org/publishing/docs/
 Accessible Publishing Learning Network https://apln.ca/
 WebAim Color Contrast Checker https://webaim.org/resources/contrastchecker/
 Ace by DAISY https://daisy.org/activities/software/ace
 aXe Dev tools https://www.deque.com/axe/devtools
 Google Lighthouse https://developers.google.com/web/tools/lighthouse

Contenu connexe

Similaire à Siegman "Practicalities of Accessibility"

Design and User Interface
Design and User InterfaceDesign and User Interface
Design and User Interface
Beth Case
 
The weakest link: Creating accessible Word documents
The weakest link: Creating accessible Word documentsThe weakest link: Creating accessible Word documents
The weakest link: Creating accessible Word documents
Moira Clunie
 
Section 508-checklist
Section 508-checklistSection 508-checklist
Section 508-checklist
Larry Wilson
 
Putting the "C" in WCAG: accessibility for web writers
Putting the "C" in WCAG: accessibility for web writersPutting the "C" in WCAG: accessibility for web writers
Putting the "C" in WCAG: accessibility for web writers
4 Syllables
 
Sayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful Design
Sayed Minhal
 
Web Accessibility 101
Web Accessibility 101Web Accessibility 101
Web Accessibility 101
Eric Malcolm
 
Website design2
Website design2Website design2
Website design2
robclarkson
 
CH 9: Editorial Style Notes
CH 9: Editorial Style NotesCH 9: Editorial Style Notes
CH 9: Editorial Style Notes
Program in Interdisciplinary Computing
 
Accessible thinking in your IA
Accessible thinking in your IAAccessible thinking in your IA
Accessible thinking in your IA
Anna Cook (she/her)
 
UI Design - Organizing the page
UI Design - Organizing the pageUI Design - Organizing the page
UI Design - Organizing the page
Vinod Wilson
 
Website Accessibility Fission Team Training
Website Accessibility Fission Team TrainingWebsite Accessibility Fission Team Training
Website Accessibility Fission Team Training
Fission Strategy
 
UX and Accessibility
UX and Accessibility UX and Accessibility
UX and Accessibility
Frank Cervone
 
10 principles of effective web design
10 principles of effective web design10 principles of effective web design
10 principles of effective web design
ananda gunadharma
 
Design Considerations for Web Accessibility
Design Considerations for Web AccessibilityDesign Considerations for Web Accessibility
Design Considerations for Web Accessibility
Neha Gupta
 
Mobile web design
Mobile web designMobile web design
Mobile web design
gvxwedimogene
 
Inclusive Design 101
Inclusive Design 101Inclusive Design 101
Inclusive Design 101
Amanda Reagan
 
Summary Guidelines
Summary GuidelinesSummary Guidelines
Summary Guidelines
twoplayer
 
UX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data VisualizationsUX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data Visualizations
Michelle Michael
 
Natures and Purpose of Online Platforms and Applications
Natures and Purpose of Online Platforms and ApplicationsNatures and Purpose of Online Platforms and Applications
Natures and Purpose of Online Platforms and Applications
John Mark Centeno
 
Typography and Colors for GUI Designers
Typography and Colors for GUI DesignersTypography and Colors for GUI Designers
Typography and Colors for GUI Designers
Ravi Bhadauria
 

Similaire à Siegman "Practicalities of Accessibility" (20)

Design and User Interface
Design and User InterfaceDesign and User Interface
Design and User Interface
 
The weakest link: Creating accessible Word documents
The weakest link: Creating accessible Word documentsThe weakest link: Creating accessible Word documents
The weakest link: Creating accessible Word documents
 
Section 508-checklist
Section 508-checklistSection 508-checklist
Section 508-checklist
 
Putting the "C" in WCAG: accessibility for web writers
Putting the "C" in WCAG: accessibility for web writersPutting the "C" in WCAG: accessibility for web writers
Putting the "C" in WCAG: accessibility for web writers
 
Sayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful Design
 
Web Accessibility 101
Web Accessibility 101Web Accessibility 101
Web Accessibility 101
 
Website design2
Website design2Website design2
Website design2
 
CH 9: Editorial Style Notes
CH 9: Editorial Style NotesCH 9: Editorial Style Notes
CH 9: Editorial Style Notes
 
Accessible thinking in your IA
Accessible thinking in your IAAccessible thinking in your IA
Accessible thinking in your IA
 
UI Design - Organizing the page
UI Design - Organizing the pageUI Design - Organizing the page
UI Design - Organizing the page
 
Website Accessibility Fission Team Training
Website Accessibility Fission Team TrainingWebsite Accessibility Fission Team Training
Website Accessibility Fission Team Training
 
UX and Accessibility
UX and Accessibility UX and Accessibility
UX and Accessibility
 
10 principles of effective web design
10 principles of effective web design10 principles of effective web design
10 principles of effective web design
 
Design Considerations for Web Accessibility
Design Considerations for Web AccessibilityDesign Considerations for Web Accessibility
Design Considerations for Web Accessibility
 
Mobile web design
Mobile web designMobile web design
Mobile web design
 
Inclusive Design 101
Inclusive Design 101Inclusive Design 101
Inclusive Design 101
 
Summary Guidelines
Summary GuidelinesSummary Guidelines
Summary Guidelines
 
UX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data VisualizationsUX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data Visualizations
 
Natures and Purpose of Online Platforms and Applications
Natures and Purpose of Online Platforms and ApplicationsNatures and Purpose of Online Platforms and Applications
Natures and Purpose of Online Platforms and Applications
 
Typography and Colors for GUI Designers
Typography and Colors for GUI DesignersTypography and Colors for GUI Designers
Typography and Colors for GUI Designers
 

Plus de National Information Standards Organization (NISO)

Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
National Information Standards Organization (NISO)
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
National Information Standards Organization (NISO)
 
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
National Information Standards Organization (NISO)
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
National Information Standards Organization (NISO)
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
National Information Standards Organization (NISO)
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
National Information Standards Organization (NISO)
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
National Information Standards Organization (NISO)
 
Bazargan "NISO Webinar, Sustainability in Publishing"
Bazargan "NISO Webinar, Sustainability in Publishing"Bazargan "NISO Webinar, Sustainability in Publishing"
Bazargan "NISO Webinar, Sustainability in Publishing"
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 
Compton "NISO Webinar, Sustainability in Publishing"
Compton "NISO Webinar, Sustainability in Publishing"Compton "NISO Webinar, Sustainability in Publishing"
Compton "NISO Webinar, Sustainability in Publishing"
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 
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 ...
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 
Mattingly "Text Mining Techniques"
Mattingly "Text Mining Techniques"Mattingly "Text Mining Techniques"
Mattingly "Text Mining Techniques"
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 
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"
National Information Standards Organization (NISO)
 

Plus de National Information Standards Organization (NISO) (20)

Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
 
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
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"
 

Dernier

The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Diana Rendina
 

Dernier (20)

The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
 

Siegman "Practicalities of Accessibility"

  • 1. ENABLING DISCOVERY | POWERING EDUCATION | SHAPING WORKFORCES Tzviya Siegman | Wiley NISO Virtual Conference| March 2023 Practicalities of Accessibility
  • 2. Wiley Blue 2021-10.potx 2 What we’ll cover • Accessibility and Inclusive Design • Inclusive Design Principles • Accessibility Basics
  • 3. Wiley Blue 2021-10.potx 3 Accessibility and Inclusive Design Accessibility is often thought of in terms of compliance with standards such as WCAG. Compliance is not sufficient to deliver a fully accessible and inclusive experience. Inclusive design comes from talking to, learning from, and working with a wide variety of people, including those with disabilities. WCAG and Accessibility help remove barriers by focusing on specifics, like color contrast, image descriptions, and focus. These are crucial for many people. Achieving inclusive design means asking people, including people with disabilities what features they want. Does this font size work for you? Can you navigate this page with a keyboard efficiently? Do these image descriptions convey meaning effectively?
  • 4. Wiley Blue 2021-10.potx 4 Inclusive Design Principles Provide a Comparable Experience Consider the Situation Be Consistent Give Control Offer Choice Prioritize Content Add value
  • 5. Wiley Blue 2021-10.potx 5 Accessibility Basics  Typography  Color Contrast  Structure  Page Titles  Images  Links  Focus  Content Order  Navigation
  • 6. Wiley Blue 2021-10.potx 6 Typography Text should be easy to perceive. Use a common font, consistently. Limit the number of fonts you use in a product to avoid cognitive overload. Base fonts should be at least 14 px. Fonts should be defined with a relative value (on websites) to enable resizing. Limit font styling (bold, ALL CAPS, etc) that might make content difficult to read Avoid underlines for items that are not links. Do not use images for text.
  • 7. Wiley Blue 2021-10.potx 7 Contrast Good contrast provides enough variation between content in the foreground and content in the background. Strong color contrast helps everyone easily perceive content, especially people with low vision, those browsing on a sunny day, or on a small screen. Contrast for text must be 5:1 for standard text or 3:1 for large text (18 pt or 14 pt + bold). Contrast for non-text content, such as icons must be 3:1. There are many automated tools to analyze (and fix) color contrast. Color alone should not be used to convey meaning. Provide an accessible alternative. Example: Combine underscore and color to identify links. Tip: contrast for pale colors, such as light gray or yellow against white can be accomplished with a thin black outline
  • 8. Wiley Blue 2021-10.potx 8 Structure Well-structured content is important for everyone to be able to scan material and understand quickly what it means. This is important for people with cognitive disabilities as well as people using screen readers. Provide Headings and Sections. In HTML this is <h1> through <h6>. The headings begin new subsections, and screen readers will offer users the ability to navigate the headings or skip sections. Lists. Use proper list markup (ol, ul, dl). This is a good way of breaking up large chunks of content visually as well as for those navigating with assistive tech.
  • 9. Wiley Blue 2021-10.potx 9 Page Titles  <title> is what provides text for the browsers tab display. The <title> of websites and EPUB components is spoken by screen readers. Choose a short and meaningful title because it is the first thing that many users will perceive. Website: Page name – Section name – Site name (as in “Library Info – Wileyonline”) EPUB: Chapter 1: Loomings, Index  Also helps SEO
  • 10. Wiley Blue 2021-10.potx 10 Images Images that have meaning must have alternative text. Text should be at least a short description conveying essential information presented by an image. Be careful not to duplicate the caption or provide your opinions in a description (“a cute child”) Stay tuned for the next talk.
  • 11. Wiley Blue 2021-10.potx 11 Links  Descriptive link text helps everyone, especially those using screen readers. The text should provide the purpose of the link.  People using screen readers often listen to a list of links. When doing this the screen reader reads only the link, not the surrounding text in its original context.  Keep link descriptions short. Whenever possible, provide link text that identifies the purpose of the link without needing additional context.  Avoid URLs if possible. They are hard to read and are often very long.  Avoid uninformative phrases (“click here”, “read more”).  Example: <p> Buy my book in:<p> <ul> <li><a href="www.wiley.com/samplePDF">PDF</a></li> <li><a href="www.wiley.com/sampleEPUB">EPUB</a></li> </ul>
  • 12. Wiley Blue 2021-10.potx 12 Focus  Focus is the term used for the active item on website. No matter what tools a person is using – eyeglasses, keyboard, screen reader, zoom text – the object in focus is the part being read, based on where the curser is.  Focus indication is necessary for a sighted keyboard user to track where they are. Focus must be visible, using an outline, a highlight, or similar. Browser default focus might not have sufficient contrast.  Focus order is the order in which focusable elements such as links, form inputs, buttons, and controls are focused on a web page when navigating sequentially with a keyboard or swipe gestures. Focus order should match the visual order of the page so that sighted people using a keyboard can easily track focus.
  • 13. Wiley Blue 2021-10.potx 13 Content Order Content order or reading order is the sequential order of all focusable content Content order should be logical Group logical content together. Example: Group all address fields in a form together.
  • 14. Wiley Blue 2021-10.potx 14 Navigation  Make sure that the navigation you provide gives users a sense of where they are in the content. This might be helping users perceive that structure of the content via an outline or ToC on the side or using page numbers that can be perceived by AT.  Provide consistent navigation – same set of links, in the same order on all similar pages.  There must be more than one way to navigate to content (“multiple ways”). On web sites, this is often accomplished with a breadcrumb as well as left navigation. In an EPUB, this is accomplished by displaying the TOC in multiple ways (and often an index as well).
  • 15. Wiley Blue 2021-10.potx 15 Forms  Form labels should be clear and easy to associate with the input field and remain visible after they are filled out. Placeholder text (such as “first name” that disappears after it is filled in) cannot be used by people with low vision of cognitive disabilities.  Instructions, such as date format, should be displayed near the field  Required fields should be clearly indicated, and an explanation of what that indication means (e.g. “an asterisk means the field is required”) should be provided  Errors: Red is a good way to indicate errors, but it is not sufficient. Use a combination of color, text, and icons to clearly indicate that there is an error and what it is.  Make sure forms don’t get too crowded and the labels stay close to fields
  • 16. Wiley Blue 2021-10.potx 16 Resources  W3C Web Accessibility Initiative https://www.w3.org/WAI  Inclusive Design Principles https://inclusivedesignprinciples.org/  Aria Authoring Practices https://www.w3.org/WAI/ARIA/apg  EPUB Accessibility 1.1 https://www.w3.org/TR/epub-a11y-11  DAISY Accessible Publishing Knowledge Base http://kb.daisy.org/publishing/docs/  Accessible Publishing Learning Network https://apln.ca/  WebAim Color Contrast Checker https://webaim.org/resources/contrastchecker/  Ace by DAISY https://daisy.org/activities/software/ace  aXe Dev tools https://www.deque.com/axe/devtools  Google Lighthouse https://developers.google.com/web/tools/lighthouse