1.1 Understand and Interpret Accessibility Specifications and Techniques Flashcards

1
Q

Are WCAG Techniques Normative or Non-Normative?

A

Not Normative – they are merely suggestions on how to go about meeting the Success Criterion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What three pieces of accessibility information does ARIA provide for assistive technologies?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Perceivable entail?

A

the content is presented to the user’s unique perception abilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Understandable?

A

the information content is accessible and we know how to use the site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Operable?

A

Keyboard and other AT users have same access as others,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many guidelines are in WCAG 2.1? What is the new one?

A

13 guidelines, the new one is Input Modalities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the heirarchy of success criterion, principles, techniques, guidelines?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When do you use ARIA and when is HTML better?

A

Always use HTML elements first

ARIA should then be added to bring accessibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Sufficient Technique? Must they be followed?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What was added with WCAG 2.1 that was not addressed in 2.0? (4 things)

A

techniques for mobile phones and tablets, for low-vision and for cognitive/learning disabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does Accessibility Supported mean regarding new technologies?

A
  1. 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.
  2. The user agents and assistive technologies may need to be adapted/updated to work with the new technologies.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Content that has a FAILURE technique does not meet WGAG success criteria.
TRUE OR FALSE?

A

TRUE, unless an alternate version without the failure is also provided.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Can content meet WGAC Success Criterion without using any of the sufficient techniques?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Does content that passes the sufficient techniques always meet all WCAG success criteria?

A

No, some are non-technology specific and may need more work to be conform for all types of technologies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the difference between Normative and NON Normative?

A

Normative are rules that must be followed, non-normative are merely suggestions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the purpose of WAI-ARIA

A

To make dynamic web content accessible

17
Q

How does ARIA make web sites more accessible? (4 things)

A
Defines best practices for:
widget structure, 
keyboard behaviors, 
dynamic content,
promotes interoperability
18
Q

What is ATAG?

A

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

19
Q

What is the power of automated ATAG? (4)

What is its limitation? (1)

A
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

20
Q

How many success criteria are in WCAG 2.1?

A

63

21
Q

How many new success criterion are added with WCAG 2.2? Can you name them?

A
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
22
Q

Name some of the Techniques WCAG provides to help developers meet the criteria?

A
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