SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

Similar a 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 a 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
 

Más de National Information Standards Organization (NISO)

Más de 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"
 

Último

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Último (20)

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

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