SlideShare a Scribd company logo
1 of 16
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

More Related Content

Similar to Siegman "Practicalities of Accessibility"

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 documentsMoira Clunie
 
Section 508-checklist
Section 508-checklistSection 508-checklist
Section 508-checklistLarry 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 writers4 Syllables
 
Sayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed Minhal
 
Web Accessibility 101
Web Accessibility 101Web Accessibility 101
Web Accessibility 101Eric Malcolm
 
UI Design - Organizing the page
UI Design - Organizing the pageUI Design - Organizing the page
UI Design - Organizing the pageVinod Wilson
 
Website Accessibility Fission Team Training
Website Accessibility Fission Team TrainingWebsite Accessibility Fission Team Training
Website Accessibility Fission Team TrainingFission 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 designananda gunadharma
 
Design Considerations for Web Accessibility
Design Considerations for Web AccessibilityDesign Considerations for Web Accessibility
Design Considerations for Web AccessibilityNeha Gupta
 
Inclusive Design 101
Inclusive Design 101Inclusive Design 101
Inclusive Design 101Amanda Reagan
 
Summary Guidelines
Summary GuidelinesSummary Guidelines
Summary Guidelinestwoplayer
 
UX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data VisualizationsUX-Driven & Inclusive Data Visualizations
UX-Driven & Inclusive Data VisualizationsMichelle 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 ApplicationsJohn Mark Centeno
 
Typography and Colors for GUI Designers
Typography and Colors for GUI DesignersTypography and Colors for GUI Designers
Typography and Colors for GUI DesignersRavi Bhadauria
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design PrinciplesMukesh Tekwani
 

Similar to Siegman "Practicalities of Accessibility" (20)

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
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
 

More from National Information Standards Organization (NISO)

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

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"
 
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"
 

Recently uploaded

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 

Recently uploaded (20)

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

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