By Jen Strickland
Only through keyboard for now :(
* Ctrl or Shift actually. Only Shift works in Opera.
(https://marcysutton.com/accessibility-and-performance/)TL;DR
Bonus: it’s more efficient and cost-effective to have accessibility figured out before development or launch, opposed to hacking add-ons or addressing a lawsuit.
A great experience is performant, usable, and ought to be so for all.
This talk outlines a design process prioritizing performance and accessibility from the beginning of your project, including:
“Design in the browser” methodology
<h1>First Level Heading</h1>
<h2>Second Level Heading</h2>
<p>Admittedly, a simplistic example.</p>
“Design in the browser” methodology
<form>
<label for="sample">Label</label>
<input type="text" id="sample" name="sample" />
</form>
QA for accessibility and performance throughout