Making Accessible Futures

Review of the Accessible Future Workshop at Emory University, April 10-11, 2015

Anne Donlon, Emory University

The Accessible Future workshop urged participants to make digital material accessible to audiences with visual, aural, and cognitive disabilities, and to advocate for accessibility at our universities. The two-day meeting at Emory was the fourth such workshop offered over the past year and a half, and was funded by the National Endowment of the Humanities Office of Digital Humanities. Jennifer Guiliano, George Williams, and Tina Herzberg organized the workshop, with Clay Jeffcoat, Jeremy Boggs, James Smith, and Cory Bohon also leading presentations. Attendees at Emory included faculty, graduate students, curators, librarians, instructional designers, and an Office of Disability Services staff person. Participants entered the workshop with diverse experiences in accessibility practices and knowledge of disability studies. But, judging from reactions during the workshop, they were united in learning many new things that ranged across topics of screen readers, cognitive disability, Deaf culture, HTML, CSS, WordPress, and Omeka.

Conceiving of disability as a continuum of states that people move through, rather than a straightforward, medically-defined binary of disabled or not, the presenters taught us methods to make digital content accessible. A wide range of potential audiences–not only people with diagnosed limitations of sight, hearing, attention, or mobility–can benefit from increased use of white space, transcripts, headings, and careful inclusion of images. If we pay attention to accessibility concerns, that effort can improve the overall design and composition of our online writing and projects. However, if we fail to make ourselves aware of the implications of our design decisions, audiences with certain disabilities will not be able to reach the material that we intend to circulate to a public.

Universal Design?

Throughout the workshop discussions, there was a return to the tension around the concept of “universal design.” It is a term taken from architectural design to describe how changes to improve accessibility can increase usability for users in general, while maintaining or enhancing the aesthetics of the design. George Williams, one of the workshop organizers and author of the chapter “Disability, Universal Design, and the Digital Humanities” in Debates in the Digital Humanities (2012), offered the example of the curb cut, which, as he says in his chapter, was designed to facilitate wheelchair users crossing the street, but “became recognized as useful also to other people such as someone making a delivery with a dolly, a traveler pulling luggage on wheels, a parent pushing a child in a stroller, or a person walking beside their bicycle.” Williams urged us to recognize the broad benefits of accessible design, while also raising questions about the “universal” in universal design.

The idea of “universal design” provoked questions for the group: who gets to define what is universally acceptable (and what are the colonial implications that attend such a decision)? And what happens when particular needs of populations are in conflict with one another?

Nonetheless, there were several moments when the point was made that attending to accessibility helps to focus the goals of a project. For instance, if one has a hard time coming up with alternative text for an image, perhaps that image doesn’t need to be included. Or, as Clay Jeffcoat said about Google’s “I’m Feeling Lucky Button”: “Does anyone use it? So why is it there?”

Another thread that emerged in discussions was that accessibility challenges can be thought of as generative constraints–i.e. what at first seems like a limitation can become something transformative. Similarly, an accessibility accommodation can be a space for creativity:

While the creative potential of disability was not an explicit focus of the workshop, these contributions to the discussion suggested a further line of exploration for writers, scholars, and artists putting things on the web.

Making Accessible

In our roles as designers (in the words of George Williams, “surprise! we’re all making design decisions all the time”), we have a responsibility–as educators, communicators, and digital humanists–to be aware of the accessibility implications of our design decisions.

Several of the presentations instructed us on how to make online material accessible for several key populations. I’ve outlined many of the recommendations below, in the Practices to Implement Appendix.

Clay Jeffcoat demonstrated how he uses a screen reader to navigate content online. He slowed down the screen reader so that the uninitiated among us could register the meaning of the words that he was able to understand at a much faster speed. The screen reader moves linearly across a page, starting at the top, so getting to the main idea of a webpage can be difficult (whereas a sighted person can usually find the main content quickly, not stopping to read all of the navigational links and menus in the order they appear). He outlined practices in structuring the page, links, and images that make it much easier for a user of a screen reader to browse and navigate a page.

Jennifer Guiliano’s presentation on information density and the challenges it poses for people with cognitive disabilities continued on this theme. Navigating the web requires feats of memory, problem solving, and attention (passwords, location of menus and navigational links, content flow). She offered guidelines to address such challenges in web design, many of which seemed (from Guiliano’s comments and affirmed by comments in the room) to be good design tips in general: eliminate extraneous content, use topic sentences and whitespace, and simplify use of colors and images. Guiliano also presented on accessibility for deaf (hearing impaired) / Deaf (the Deaf community) audiences, emphasizing the difference between providing a transcription and a translation into sign language.

The second day of the workshop focused on hands-on applications of these accessibility practices, with sessions on HTML, CSS, WordPress accessibility-ready themes and plugins, and Omeka plugins.

Testing for Accessibility

When creating digital content, accessibility should be part of the design process and workflow. Guiliano encouraged creators to go through several rounds of iterative review, making adjustments based on feedback from outside viewers. Guiliano also recommended including a way for a user to report accessibility difficulties on a website. Jeremy Boggs introduced us to several testing tools, including WebAIM’s Accessibility Evaluation Tool (WAVE), and the command line tool pa11y. Participants broke into groups to evaluate a few sites with the WebAIM tool, which flags accessibility issues on the page, such as an image that is missing alternative text, or a lack or misuse of heading tags. A couple of major issues arose when we compared notes. Visualizations (for example those on Visualizing Emancipation) tend not to offer alternative ways to access the data. Web-based DH tools that run a server window, like Voyant, also do not offer alternative access for users who cannot see. Guiliano noted that command line tools, which are text-based, tend to be much more accessible.

In addition to making digital environments accessible, the workshop aimed to empower participants to become advocates for accessibility practices institutionally. Some ideas for doing so included asking for a digital accessibility policy, hosting training opportunities, surveying “peer institutions” to apply pressure to administrators, advocating within professional organizations as well as funding and accrediting bodies to require accessibility standards, and convening a group of stakeholders to be informed and implement such digital standards.

Future Accessible Future Workshops

Accessible Future will be holding another workshop in Fall 2015; keep an eye on http://www.accessiblefuture.org/ for application details.

The workshop was extremely informative, bringing together a group of participants whose varied experience and perspectives made our discussions lively and diverse. Anyone who puts content online (which likely includes anyone reading this review) should be aware of digital accessibility principles–both the concrete and the conceptual. The details were too many to include in the body of this review, but in the appendices of practical takeaways and further reading and resources I have tried to represent many of the key ideas raised. Accessible Future is urging an important intervention in the digital humanities and academic digital culture more broadly.

Appendix A: Practices to Implement

For screen reading technology:

  • Link meaningful text.
    • A reader using a screen reader can jump among hyperlinks, but if the linked text is “click here,” instead of “information on the workshop schedule,” the text doesn’t help the reader to browse the content.
  • Use headers (<h1>, <h2>, <h3>), and use them semantically.
    • Headers change the appearance of the text, but they also structure the text semantically. A reader using screen reading technology will move between headers to get a quick overview of the page. Don’t do what I have been known to do and use <h3> because you like the way it looks. Use <h1> for your first heading, and then use subordinate headings in number order. Using headers semantically, rather than as simply a formatting mark, will make your work more accessible.
  • Use alternative text when you upload images. The screen reader will read the text added with the <alt> attribute, so make it informative. (If the image isn’t conveying information, you may want to question whether it needs to be included at all.)
  • Use descriptive file names for uploaded media, so that the screen reader doesn’t have to read off a random string of alpha-numeric characters when it reaches the file.
  • The abbreviation tag can provide the fully spelled out version of an abbreviation or acronym. For example: <abbr title=”Accessible Future”>AF</abbr>.
  • Include skip navigation links, to enable the screen reader to skip over the menus at the top of a page to reach the main content.
  • Label form fields within the html.
    • <p>Your Name (required)<br />[text* your-name] </p>
  • Label rows and columns in tables, using the scope attribute.
    • Tables can also include an html summary attribute.

For deaf/Deaf readers:

For readers with cognitive disabilities:

  • Use high-contrast colors, and only use up to three colors. (This is also important for colorblind readers.)
  • Limit dynamic content that blinks (like an animated gif), plays (like auto-launching video), or moves on its own (like an image carousel).
  • Be aware of how many links you include, because it can be confusing or distracting for a reader to be sent in multiple directions.
  • Use a standard, single font type.
  • Remove extraneous content, such as sidebars of menus and widgets.
  • Make ample use of white space.
  • Label navigation buttons and links (“previous page, view book, view page”).
  • Announce terminal actions, like delete, submit, save.
  • Caption images. Provide transcripts for video and audio.
  • Outline steps (“This is step 2 of 4”).
  • Provide a wrapper to customize pages for different users.
  • Offer density options. The IDRC also offers an option to “simplify,” which turns a paragraph into a bullet point of information.
  • Do not use photographs or images as a background.
  • Use topic sentences.

Tools for increasing accessibility:

  • Use an accessibility testing tool to check the accessibility of a webpage.
    • Webaim’s WAVE tool.
    • Pa11y, a command line tool.
  • Create a campus testing group.
  • Provide a way for users who encounter difficulties reading or navigating the site to give feedback.

When working with WordPress:

When working with Omeka:

  • Omeka plugins
  • When adding documents, don’t use proprietary formats, always choose open standards.
  • Add alternative text to images.
    • Go to settings, click on security, enable that “Enable HTML Filtering” is disabled.
    • In the HTML editor, add alternative text to images in exhibits, using <img src=“image url” alt=“alternative text here”>.
  • Access Keys
    • Provides keyboard shortcuts, like “c” for skip to content.
  • PDF text
    • Automatically indexes PDFs, so they are searchable.
  • Zoom It
    • Enables a viewer to enlarge and zoom in on images.

Appendix B: Readings and Further Resources

“10 Colour Contrast Checking Tools to Improve the Accessibility of Your Design | 456 Berea Street.” Accessed April 16, 2015. http://www.456bereastreet.com/archive/200709/10_colour_contrast_checking_tools_to_improve_the_accessibility_of_your_design/.
“Abbr · Html · WPD · WebPlatform.Org.” Accessed April 16, 2015. https://docs.webplatform.org/wiki/html/attributes/abbr.
“About SDS.” Accessed April 16, 2015. https://www.disstudies.org/about.
“Access Key.” In Wikipedia, the Free Encyclopedia, April 12, 2015. http://en.wikipedia.org/w/index.php?title=Access_key&oldid=656113255.
WordPress.org. “Access Monitor.” Accessed April 16, 2015. https://wordpress.org/plugins/access-monitor/.
Boggs, Jeremy. “Accessibility.” Scholars&#039; Lab, September 2, 2014. http://scholarslab.org/about/accessibility/.
“Accessibility | LEADR.” Accessed April 16, 2015. http://leadr.msu.edu/about/accessibility/.
“Accessibility and Web Development, Accessible Future Workshop.” Accessed April 16, 2015. http://clioweb.github.io/accessiblefuture/.
“Accessibility Plugin Request « WordPress.Com Forums.” Accessed April 16, 2015. https://en.forums.wordpress.com/topic/accessibility-plugin-request?replies=1.
“Accessibility Ready WordPress Themes at WordPress.Com.” Accessed April 16, 2015. https://theme.wordpress.com/themes/features/accessibility-ready/.
“Accessible Mega Menu.” Accessed April 16, 2015. http://adobe-accessibility.github.io/Accessible-Mega-Menu/.
GitHub. “AccessibleFuture/AccessKeys-Omeka.” Accessed April 16, 2015. https://github.com/AccessibleFuture/AccessKeys-Omeka.
“Add Subtitles and Closed Captions - YouTube Help.” Accessed April 16, 2015. https://support.google.com/youtube/answer/2734796?hl=en.
“Agenda | AccessibleFuture.” Accessed April 16, 2015. http://www.accessiblefuture.org/agenda/.
Medium. “All Technology Is Assistive — Backchannel.” Accessed April 16, 2015. https://medium.com/backchannel/all-technology-is-assistive-ac9f7183c8cd.
“Amara - Caption, Translate, Subtitle and Transcribe Video.” Accessed April 16, 2015. http://amara.org/en/.
“Art Beyond Sight: Handbook.” Accessed April 16, 2015. http://www.artbeyondsight.org/handbook/text-dat-fletcher.shtml.
Hutchinson, George. “Assistive Technology Slide Deck.” Accessed April 16, 2015. http://upstateenglish.github.io/slide-decks/20150410-emory-accessiblefuture-presentation.html#/1.
Palay, Seelan. “Best Practices for Online Subtitling — EngageMedia.” Accessed April 16, 2015. https://www.engagemedia.org/blog/best-practices-for-online-subtitling.
“Child Themes « WordPress Codex.” Accessed April 16, 2015. https://codex.wordpress.org/Child_Themes.
“Clerc Center.” Accessed April 16, 2015. http://www.gallaudet.edu/clerc_center.html.
clioweb. “Clioweb/Accessiblefuture.Html.” GitHub Gists. Accessed April 16, 2015. https://gist.github.com/clioweb/8c3ed7010ea2fb4df6ea.
“Color Wheel | Color Schemes - Adobe Color CC.” Accessed April 16, 2015. https://color.adobe.com/create/color-wheel/.
“Css · Css · WPD · WebPlatform.Org.” Accessed April 16, 2015. https://docs.webplatform.org/wiki/css.
“Deafness and the User Experience.” Accessed April 16, 2015. http://alistapart.com/article/deafnessandtheuserexperience.
Dolmage, Jay. Disability Rhetoric, 2014. http://alltitles.ebrary.com/Doc?id=10833448.
Hutchinson, George. “Disability, Universal Design, and the DIgital Humanities.” In Debates in the Digital Humanities. University of Minnesota Press, 2012. http://dhdebates.gc.cuny.edu/debates/text/44.
“Dyslexie Font: The Dyslexia Font Which Eases the Reading.” Accessed April 16, 2015. http://www.dyslexiefont.com/.
Evernote. “Evernote Clearly.” Accessed April 16, 2015. https://evernote.com/clearly/.
Serrell, Beverly. Exhibit Labels: An Interpretive Approach. AltaMira Press, 1996.
“Graceful Degradation versus Progressive Enhancement - W3C Wiki.” Accessed April 16, 2015. http://www.w3.org/wiki/Graceful_degradation_versus_progressive_enhancement.
“Home | National Center on Accessible Instructional Materials.” Accessed April 16, 2015. http://aim.cast.org/.
“How People with Disabilities Use the Web: Overview.” Accessed April 16, 2015. http://www.w3.org/WAI/intro/people-use-web/.
WPBeginner. “Image Meta Data 101 - Title, Caption, Alt Text, and Description.” Accessed April 16, 2015. http://www.wpbeginner.com/wp-tutorials/image-meta-data-101-title-caption-alt-text-and-description/.
“Inclusive Design Research Centre.” Accessed April 16, 2015. http://idrc.ocad.ca/.
“Inserting Images into Posts and Pages « WordPress Codex.” Accessed April 16, 2015. https://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages.
“Keep the Underline | Web Axe.” Accessed April 16, 2015. http://www.webaxe.org/keep-the-underline-text-links/.
“Make Your Content Accessible: WCAG2 Compliance with HTML_CodeSniffer! - Squiz Labs - Squiz Research and Development.” Accessed April 16, 2015. https://www.squizlabs.com/general/html-codesniffer.
Williams, George. “Make Your WordPress Site More Accessible.” The Chronicle of Higher Education Blogs: ProfHacker (blog), January 22, 2014. http://chronicle.com/blogs/profhacker/make-your-wordpress-site-more-accessible/54631.
Bohon, Cory. “Omeka #a11y Presentation Slides.” Dropbox. Accessed April 16, 2015. https://www.dropbox.com/s/gjgksvcdosbj4ws/AFAtlanta.pdf?dl=0.
“Pa11y - Your Automated Accessibility Testing Pal.” Accessed April 16, 2015. http://pa11y.org/.
“PDF Text – Plugins – Omeka.” Accessed April 16, 2015. http://omeka.org/add-ons/plugins/pdf-text/.
“Plugins/ZoomIt – Codex – Omeka.” Accessed April 16, 2015. https://omeka.org/codex/Plugins/ZoomIt.
Lazar, Jonathan, and Paul Jaeger. “Reducing Barriers to Online Access for People with Disabilities | Issues in Science and Technology.” Accessed April 16, 2015. http://issues.org/27-2/lazar/.
Accessibility at Penn State. “Skip Navigation.” Accessed April 16, 2015. http://accessibility.psu.edu/skipnav/.
Kleege, Georgina. “Some Touching Thoughts and Wishful Thinking.” Disability Studies Quarterly 33, no. 3 (December 5, 2013). http://dsq-sds.org/article/view/3741.
Maler, Anabel. “Songs for Hands: Analyzing Interactions of Sign Language and Music.” Music Theory Online 19, no. 1 (March 1, 2013). http://www.mtosmt.org/issues/mto.13.19.1/mto.13.19.1.maler.html.
Davis, Lennard J. The Disability Studies Reader. New York: Routledge, 2006.
“The OverDrive App Now Features a Dyslexic Font Option | OverDrive Blogs.” Accessed April 16, 2015. http://blogs.overdrive.com/front-page-library-news/2015/04/07/the-overdrive-app-now-features-a-dyslexic-font-option/.

 

 

About the Author

Anne Donlon is a CLIR Postdoctoral Fellow at the Manuscript, Archives, and Rare Book Library, and the Center for Digital Scholarship, Emory University, and a member of JITP’s editorial collective.




'Making Accessible Futures' has 6 comments

  1. April 25, 2023 @ 10:49 am cirikhas

    Thank you for suggestions this link. Very usefull

    Reply

  2. November 4, 2021 @ 9:53 pm Patenpedia

    George Williams, “surprise! we’re all making design decisions all the time” Thanks for the info, you made it easy to understand.

    Reply

  3. June 24, 2021 @ 7:41 am elhost

    Thanks for the info, you made it easy to understand. Thanks for the info, you made it easy to understand.

    Reply

  4. July 31, 2017 @ 3:52 pm Reflection on Technology – Leila Walker

    […] a practical level, this means making sure that library tools are made with accessibility in mind. Can a site or tool be made legible to a screen-reader, for example, or does its function rely on […]

    Reply

  5. January 1, 2016 @ 8:51 pm Celine Abbas

    I totally agree with the all questions you raised. Thanks for the info, you made it easy to understand. I’ve found AltoMerge – online service for files merging. It’s pretty easy to use. You can find it here http://goo.gl/CFamcg

    Reply

  6. June 5, 2015 @ 8:20 am Anne Donlon (she/her)

    Please add other suggestions and resources in the comments!

    Reply


Would you like reply to Reflection on Technology – Leila Walker

Your email address will not be published.

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Anti-spam image

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Skip to toolbar