Focusable landmark

Recipe 2.4 Structure the main content

Code:

<div role="region" aria-label="Code Demo" tabindex="0">
 <article></article>
</div>

<style>
[role="region"][tabindex="0"] {
  overflow: auto;
}
</style>