1.1 Understand and Interpret Accessibility Specifications and Techniques Flashcards
Are WCAG Techniques Normative or Non-Normative?
Not Normative – they are merely suggestions on how to go about meeting the Success Criterion
What three pieces of accessibility information does ARIA provide for assistive technologies?
Name - an accessible name is a label explaining what the control does, it should match the visible name
Role - an accessible role that conveys the component’s purpose
Value - an accessible value conveys the current state, such as a specific value or amount or whether expanded or not, may include min and max possible
What does Perceivable entail?
the content is presented to the user’s unique perception abilities
What is Understandable?
the information content is accessible and we know how to use the site
What is the Operable?
Keyboard and other AT users have same access as others,
How many guidelines are in WCAG 2.1? What is the new one?
13 guidelines, the new one is Input Modalities
What is the heirarchy of success criterion, principles, techniques, guidelines?
WCAG has four Principles made up of 13 Guidelines which each contain unique Success Criterion (63), and each of those have various types of Techniques suggesting how to achieve conformance.
When do you use ARIA and when is HTML better?
Always use HTML elements first
ARIA should then be added to bring accessibility
What is a Sufficient Technique? Must they be followed?
If the code meets the sufficient technique, it is satisfies the success criterion
All techniques are mere suggestions and do not have to be followed
There may be other ways to satisfy the criterion other than the suggested techniques
What was added with WCAG 2.1 that was not addressed in 2.0? (4 things)
techniques for mobile phones and tablets, for low-vision and for cognitive/learning disabilities
What does Accessibility Supported mean regarding new technologies?
- That the new technologies must be designed so that user agents (ATs) can access all the information needed to present the content to the users.
- The user agents and assistive technologies may need to be adapted/updated to work with the new technologies.
Content that has a FAILURE technique does not meet WGAG success criteria.
TRUE OR FALSE?
TRUE, unless an alternate version without the failure is also provided.
Can content meet WGAC Success Criterion without using any of the sufficient techniques?
Yes
Does content that passes the sufficient techniques always meet all WCAG success criteria?
No, some are non-technology specific and may need more work to be conform for all types of technologies.
What is the difference between Normative and NON Normative?
Normative are rules that must be followed, non-normative are merely suggestions.
What is the purpose of WAI-ARIA
To make dynamic web content accessible
How does ARIA make web sites more accessible? (4 things)
Defines best practices for: widget structure, keyboard behaviors, dynamic content, promotes interoperability
What is ATAG?
Authoring Tool Accessibility Guidelines
It’s a W3C Spec of recommendations on how third party tools like editors, CMS, social media, widgets should be made accessible
What is the power of automated ATAG? (4)
What is its limitation? (1)
Powers: Allows devs to use tool of their choosing Supports diverse workflows Supports result aggregation Supports accessible resource discovery
Limitation:
the current state of technology does not allow every web site content accessibliity problem to be identified automatically
How many success criteria are in WCAG 2.1?
63
How many new success criterion are added with WCAG 2.2? Can you name them?
NINE and eight of them are Level A or AA. Accessible Authentication Dragging Movements Consistent Help Page Break Navigation Focus Appearance (Min and Enhanced) Visible Controls Target Size Redundant Entry
Name some of the Techniques WCAG provides to help developers meet the criteria?
ARIA Techniques Client-Side Script Techniques CSS Techniques Common Failures General Techniques HTML Techniques PDF Techniques Server-Side Script Techniques Silverlight Techniques SMIL Techniques Plain Text Techniques