SkipLink + LiveRegion

Atom

SkipLink is visually hidden until focused, enabling keyboard users to bypass navigation. LiveRegion announces dynamic content to screen readers.

SkipLink (focus to reveal)

Preview

Tab into the area below to reveal the skip link:

Skip to main content

Main content area

Code
<%# Place at top of layout: %>
<%- include('modules/ui/SkipLink', { href: '#main-content' }) %>

<%# Linked target: %>
...

LiveRegion

Preview

(screen reader hears: "Announcement #1 sent")

Announcement #1 sent
Code
<%# Polite live region — announces `message` to screen readers %>
<%= message %>
Source modules/ui/SkipLink.ejs