SLIDE 1 ACCESSIBLE DATA VISUALIZATION FOR NON-PROGRAMMERS
MELISSA GREEN @mbfortson mfgreen1@ua.edu BIT.LY/MSUDATA16ALLY
SLIDE 2 “ ”
The power of the Web is in its
everyone regardless of disability is an essential aspect.
Tim Berners-Lee
“ ”
SLIDE 3 “ ”
To enable persons with disabilities to live independently and participate fully in all aspects of life, States Parties shall take appropriate measures to ensure to persons with disabilities access, on an equal basis with others… to information and communications, including information and communications technologies and systems.
UN Convention on the Rights of Persons with Disabilities
“ ”
SLIDE 4
Who are talking about?
SLIDE 5 Who are we leaving out?
- 15% - global
- 12.6% - United States
- 11% - U.S. undergraduates
SLIDE 6
Designing for accessibility benefits everyone
SLIDE 7 Applicable laws & requirements in the U.S.
- In the United States
- Americans with
Disabilities Act (ADA)
1973
SLIDE 8 Applicable laws & requirements in higher education
- In higher education
- Departments of Justice &
Education
- Dear Colleague (2010)
- Universities charged with planning
for accessible technology tools, services, and information
- “Accessible”
- W3C Web Content Accessibility
Guidelines (WCAG), 2.0 A/AA/AAA
SLIDE 9 Applicable laws & requirements around the world
SLIDE 10 Standards and guidelines
- Most commonly used:
- WCAG 2.0 A/AA/AAA
- Perceivable
- Operable
- Understandable
- Robust
- Section 508
SLIDE 11 More about POUR
- Perceivable
- Available through sight hearing or touch
- Operable
- Compatible with keyboard or mouse
- Understandable
- User-friendly, easy to comprehend
- Robust
- Works across browsers and devices, follows standards
SLIDE 12 Today’s focus
- Content and structure
- Text equivalents
- Color
- Data tables
- Hyperlinks
SLIDE 13 Content and structure
- Use simple language
- Use empty (white)
space to improve readability
SLIDE 14
SLIDE 15
sing the
SLIDE 16
SLIDE 17 Content and structure 2
lists correctly
SLIDE 18
Headings and lists: document example
SLIDE 19
Headings and lists: web example
SLIDE 20 Text equivalents: alternative text
- Alternative text
- Contextual
descriptions
SLIDE 21
Text equivalents: document example
SLIDE 22
Text equivalents: document example 2
SLIDE 23
Text equivalents: web example (visual editor)
SLIDE 24 Text equivalents: web example (text editor)
<img src="chrysanthemum.jpg" alt="close-up of orange chrysanthemum">
SLIDE 25
Text equivalents: chart/graph example
SLIDE 26
Text equivalents: table example
SLIDE 27
Text equivalents: meaningful alt text
SLIDE 28 Text equivalents: contextual descriptions
descriptions
SLIDE 29 Color: conveying meaning
to convey meaning
SLIDE 30 Designing for color-blindness
Images: WebAIM
SLIDE 31
Designing for color-blindness 2
SLIDE 32
Designing for color-blindness 3
SLIDE 33
Designing for color-blindness 4
SLIDE 34
Designing for color-blindness 5
SLIDE 35
SLIDE 36 Color: sufficient contrast
color contrast
SLIDE 37
SLIDE 38 Color contrast example
Foreground color
HEX 808185 RGB 128.129.133
Background color
HEX B0B0B0 RGB 176.176.176
SLIDE 39
WebAIM Color Contrast Checker
SLIDE 40
Greyscale
SLIDE 41 Data tables providing context
SLIDE 42
Data tables: simple vs. complex
SLIDE 43
Data tables: mark table headers
SLIDE 44 Data tables: on the web
- Identify all data table headers using the <th>
element.
- Provide an appropriate scope attribute: <th
scope="col"> for column headers or <th scope="row"> for row headers.
- If appropriate, add a table <caption> for the
data table.
SLIDE 45
SLIDE 46
SLIDE 47 Hyperlinks: providing context
provide context
SLIDE 48 Avoiding “click here”
Register here. To register, complete the online registration form. Data Management Plan Data Management Plan (PDF)
SLIDE 49 Hyperlinks: link behavior
- Don’t force links to
- pen in a new window
SLIDE 50 Don’t force links to open in a new window
<a href="http://www.thelibrary.com" target="_blank">Visit The Library</a> <a href="http://www.thelibrary.com">Visit The Library</a> Show online help (opens in new window) Fundraiser ordering (external site)
SLIDE 51
Microsoft Office Accessibility Checker
SLIDE 52
Adobe Acrobat accessibility tools
SLIDE 53
SLIDE 54 ACCESSIBLE DATA VISUALIZATION FOR NON-PROGRAMMERS 2
MELISSA GREEN @mbfortson mfgreen1@ua.edu BIT.LY/MSUDATA16ALLY