WCAG Perceivable
This study session focused on the Perceivable goals outlined in the WCAG, and followed Day 2 & Day 3 of the 100 Days of A11y blog.
Summary
Being "perceivable" is defined as: information and user interface components must be presentable to users in ways they can perceive.
Applied to web content, that means any and all content should be "visible" regardless of assistive technologies, user preferences for text sizes, written vs audio vs video preferences, color settings, and screen size/zoom (also closely relates to the robust principle).
At first this seems fairly obvious, but it's easy to miss certain considerations if you don't run into them regularly. As an ideal, for example, with any embedded video, you should provide at the very least captioning on the video. To take it a step further, a downloadable transcript would allow someone who may read faster than can listen the ability to read at their own preferred pace, or get the same information from the video if they were without internet connection. Including an option or additional video resource for those who prefer to use sign language takes it even further.
No information should be removed from the user because of their prefered method of interaction, and to a greater extent the quality of experience when interacting with that information should not be degraded either.
I learned the difference between captioning and audio description, which really drove home for me what considerations need to be taken into account when trying to provide the same experience and accommodate to alternative methods. Captions are the text being spoken in a video, and include cues about other noises or inflections and emphases to help you understand context without hearing it. Audio descriptions include a narrator describing the actions that are happening that have no audio to translate into captions.
I found a video on Youtube that was a great example, and it reminded me of the soundification topic that I heard about during the AccessU conference earlier this summer. Using alternative means to increase the quality of information outside the original format.
Practice Site
Based on the perceivable principle, I focused on the 1.3 Adaptable guideline. I decided to skip adding any examples of text alternatives for time based media for now.
I added the following sufficient techniques to the practice site:
- created landmarks and regions and included the appropriate ARIA
- ARIA11, ARIA12, ARIA13, ARIA20
- Includes the following HTML-related techniques: G115, H48, H49
- Additionally I spent far more time than I'd like to admit tweaking and setting up my FTP and hosting for the practice site and completely pausing my progress through the Deque prep course modules
I'm anticipating that as I go through and complete the third module in the Deque prep course on Semantic Structure and Navigation, I'll update what I've added on the practice site with what I've learned and improve on it.