Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/nextjs-accessibility-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://nextjs.org/docs/architecture/accessibility