nextjs · Next.js Docs
Next.js Accessibility
Explains how Next.js handles route announcements for screen readers during client-side transitions and how to use integrated ESLint rules to catch accessibility violations.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Next.js Accessibility
Explains how Next.js handles route announcements for screen readers during client-side transitions and how to use integrated ESLint rules to catch accessibility violations.
When To Use
Use when you need to ensure client-side page transitions are announced to assistive technologies or when configuring ESLint to catch accessibility errors like missing alt text or incorrect ARIA attributes.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/nextjs-accessibility-workflow-guide.md | A guide detailing Next.js accessibility commitments, including route announcements, linting, and available resources. | Questions about a guide detailing Next.js accessibility commitments, including route announcements, linting, and available resources. |
What This Skill Covers
- For an index of all Next.js documentation, see /docs/llms.txt. The Next.js team is committed to making Next.js accessible to all developers (and their end-us...
- Main sections:
Route Announcements,Linting,Accessibility Resources.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://nextjs.org/docs/architecture/accessibility