DQ WAS Course notes Flashcards
(378 cards)
What’s the keyboard shortcut to go to main content?
I do not know, look this up for the major SRs.
How do we help the blind use the web?
Supply alt text for non-text content
Don’t convey information only visually
Keyboard functionality
Logical structure w semantics from HTML (headings, landmark, etc)
Custom controls have ARIA name, role, value defined and updated
Give immediate feedback for all actions
Videos have audio description of the visuals as needed
Mobile: Swipe actions, controls and widgets require click
ZoomText opens with what default magnification?
What is the highest magnification it can do?
2X normal text
36X
Besides magnifying the text, what other features does ZoomText offer?
ZoomText has a built in screen reader!
Colors, pointer, cursor, focus
colors- can change to invert, different schemes (black and white, inverted
pointer- yellow with red cross, red circle, big yellow, circle only when moving, big green, can customize
cursor- for input- default is very hard to see, green circle
focus- tabbing through, hard to see for anyone-red rectangle,
What does the Low Vision user do to help themselves?
Use Screen readers
Color customization- low contrast or too bright- here, the OS or browser offers help, light green against black is popular
Design considerations for Low Vision
Don’t disable pinch-to-zoom with content=”user-scalable=no”
Follow color contrast rules for text
Use :focus and :hover states
provide a clear visual distinction between content (e.g., text) and controls (e.g., buttons, links, etc.).
place popups, alerts, error messages, and other similar messages near the visual focus, to make sure users don’t miss them.
What is the most common type of colorblindness?
What are two types of the that most common type?
Red-green
Deuteranopia and Protanopia
Tritanopia, or blue-yellow color-blindness.
Achromatopsia see colors in grayscale.
red/black is also bad
Design considerations for those with Color Blindness
Don’t use color alone to communicate information
Don’t make users distinguish between colors, especially red/green
Design considerations for the deaf
Audio is the issue for them. audio only or video with audio
For Audio only- Provide transcript that include: narration, dialog, and other important sounds, such as applause, crashes, music, etc.
For Video with Audio- provide captions (because a transcript can’t line up with the video) but also provide a transcript for the blind and braille users
Sign language interpretation on videos is also good but not required
Design considerations for Deaf Blind
They use braille through a screen reader, so all text must be screen reader accessible
Use all of the blind considerations and all of the deaf ones
Transcripts are essential for audio and video content
What do people with Motor Disabilities use?
Assistive software, like SRs, word prediction
Assistive hardware- pointers, switch (with a custom keyboard like Marie-France Bru), motion detection, vertical keyboard with mouth stick, one-handed keyboard, or other alternate input device
Speech recognition (Dragon)
Paul Smith types art!
Design considerations for Motor Disabilities
Keyboard accessible
Visible :focus and :hover states
Session time outs- give warning, allow extension, give at least 2 minutes for response
Provide large click target areas
Examples of speech disabilities
Stuttering
Cluttering-slurred rapid speech
Apraxia- motor disability of the speech muscles
Dysarthria- brain damage- slurred, slow, mumbling, hoarse, breathy
Speech sound disorders- difficulty with certain sounds, consonants
Articulation disorder- physically produce sound
Phonemic disorder- can’t tell some sounds apart, say Tall for Call
Non-vocal- unable to produce any speech
What do people with speech disorders use to communicate?
Augmentative and Alternative Communication, or AAC
Unaided ACC- body language, facial expressions, gestures, and sign language.
Aided ACC- communication books and boards, pen and paper to electronic devices that produce computer-generated voices
Low tech and high tech aided ACC- divided by use of electricity
Design considerations for Speech Disabilities
No voice input!
Cognitive Disabilities
Limited comprehension
Cognitive overload- complexity of the moment
Limited problem-solving skills
Short-term Memory Loss
Attention deficit
Difficulty reading
Difficulty with math
Design considerations for Cognitive Disabilities
Simplify the interface
Simplify the content
Videos/Audios short as possible
Limit the number of choices
Help feature
Ease of use
Test with users
Retain info across the path
Reduce/Eliminate distractions
Design considerations for Reading Disabilities
Supplement text- videos, audio, illustrations
Avoid highest level of constrast
Design considerations for Seizures
Photo-epilectic is the only kind of seizure we can code for.
Don’t include videos, animations, or transitions with flashing light sequences of 3 times or more per second.
WCAG 2.0 date?
AS ISO standard date?
WCAT 2.1 date?
2008
2012
2018
Why are there both WCAG guidelines and techniques
They separated the what from the how so that the guidelines (what) remain viable as technology(How) changes
Talk about Authoring Tool Accessibility Guidelines (ATAG)
If any part of a web application allows users to create web content, though, the ATAG principles apply. Think of web-based authoring tools like Google Drive, or any of the many WYSIWYG editors incorporated into content management systems like Drupal, Joomla, MODX, and so on. All of these user-input tools should conform with ATAG.
ATAG says web authoring tools must be accessible. How so?
A.1. Authoring tool user interfaces follow applicable accessibility guidelines
A.2. Editing-views are perceivable
A.3. Editing-views are operable
A.4. Editing-views are understandable
ATAG says the Authoring tools should make it easy to produce accessible content by default. The standard output of the tool should be accessible, and it should prompt the user to fix accessibility problems and provide guidance on how to do so. How so?
B.1. Fully automatic processes produce accessible content
B.2. Authors are supported in producing accessible content
B.3. Authors are supported in improving the accessibility of existing content
B.4. Authoring tools promote and integrate their accessibility features
heading, inside a landmark, among others), allowing screen reader users to navigate by headings and landmarks to the part of the page they're interested in. Fail- A sign-up process on a web site requires typing a large amount of information, which can lead to fatigue in people with motor disabilities. A web site is designed with many links in the header and navigation section, and no headings, landmarks, or "skip to main content" link to allow users to jump to the main content.
- ,
- , or
- whenever presenting a list
and ?
works with SRs and so should not be used only for styling. does not work so just use quote marks.
element
And the for preformatted text
or