Making sites and apps accessible by all.
tabindex
focusgroup
<search>
<aside>, <article>, <main>, <nav>, <section>, etc.
<aside>
<article>
<main>
<nav>
<section>
Make HTML elements focusable, allow or prevent them from being sequentially focusable.
<div role="button" tabindex="0">I’m Tabbable</div>
Facilitate keyboard focus navigation using the keyboard arrow keys among a set of focusable elements.
<div focusgroup="wrap horizontal"> <!-- child elements --> </div>
Semantic element for wrapping search UI.
<search> <form action="search.php"> <label>Find: <input name="q" type="search"></label> <button>Go!</button> </form> </search>
alt
<fieldset>
<legend>
<h1>
<h6>
<label>
aria-label
prefers-reduced-motion
prefers-contrast