Capítulo 447 de 456
Next.js's built-in accessibility features: automatic route announcements for client-side transitions, and integrated ESLint accessibility linting via eslint-plugin-jsx-a11y.
next/link), Next.js announces the new page to screen readers by checking, in order: document.title, then the <h1> element, then the URL pathname.eslint-plugin-jsx-a11y: included by default, warns on aria-props, aria-proptypes, aria-unsupported-elements, role-has-required-aria-props, role-supports-aria-props (e.g. missing alt on img, wrong aria-*/role usage).eslint-config-next, sem setup extra.prefers-reduced-motion em animações.eslint-plugin-jsx-a11y faz parte do eslint-config-next recomendado.