This element used to be commonly used for constructing layouts, prior to floats
What is a table?
The most basic tool that folks should use when doing accessibility QA
What is the axe plugin?
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?
A package closely related to its peer 'Underscore'
What is Lodash?
This element is often preceded by an H1
What is an H2?
A simple test someone can use to verify that their feature or user story is accessible
What is using the keyboard only?
The only elements that, by default, are keyboard-navigable.
What are links, buttons, and form controls?
A package that folks use to download packages, a younger sibling of the original.
What is yarn?
These two elements inherently include keypress and onclick
What are the A and Button elements?
These keys should be able to modify selections on a radio button group.
What are the arrow keys?
Attributes that must be set when adding the role "button" to an element
What are onkeypress, onclick, and tabindex?
A package that we use to lint for css accessibility.
What is Stylelint A11y?
These three elements used together create an accessible image with a caption
What are Figure, Figcaption, and Img?
An application that can emulate a screen reader
What is Vox or Voice Over?
One of two possible techniques used on an image if there is no alt text available
What is alt="" or role="presentation"?
A now-defunct package used to polyfill touch interactions on mobile devices to improve the perceived speed of a 'click' event.
What is FastClick?
These elements are almost always ignored by screen readers (name 5)
What are Span, Div, Strong, I, Em...?
What is varying the zoom level?
A role that can be used to identify multiple elements inside page content that should be considered as a single image.
What is 'img'?
The package used to power the navigation of the theme html/css/assets editor.
What is jquery.fancytree?