HTML Elements
Accessibility QA
Accessibility Tactics
NPM Packages
100

This element used to be commonly used for constructing layouts, prior to floats

What is a table?

100

The most basic tool that folks should use when doing accessibility QA

What is the axe plugin?

100

An anti-pattern that makes managing tab-order difficult and may introduce strange navigation into a page.

What is a tabindex set to a positive number?

100

A package closely related to its peer 'Underscore' 

What is Lodash?

200

This element is often preceded by an H1

What is an H2?

200

A simple test someone can use to verify that their feature or user story is accessible

What is using the keyboard only?

200

The only elements that, by default, are keyboard-navigable.

What are links, buttons, and form controls?

200

A package that folks use to download packages, a younger sibling of the original.

What is yarn?

300

These two elements inherently include keypress and onclick

What are the A and Button elements?

300

These keys should be able to modify selections on a radio button group.

What are the arrow keys?

300

Attributes that must be set when adding the role "button" to an element

What are onkeypress, onclick, and tabindex?

300

A package that we use to lint for css accessibility.

What is Stylelint A11y?

400

These three elements used together create an accessible image with a caption

What are Figure, Figcaption, and Img?

400

An application that can emulate a screen reader

What is Vox or Voice Over?

400

One of two possible techniques used on an image if there is no alt text available

What is alt="" or role="presentation"?

400

A now-defunct package used to polyfill touch interactions on mobile devices to improve the perceived speed of a 'click' event.

What is FastClick?

500

These elements are almost always ignored by screen readers (name 5)

What are Span, Div, Strong, I, Em...?

500
A method used to test accessibility for users with low vision.

What is varying the zoom level?

500

A role that can be used to identify multiple elements inside page content that should be considered as a single image.

What is 'img'?

500

The package used to power the navigation of the theme html/css/assets editor.

What is jquery.fancytree?