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.