18b88672ec4d15145c631cee52a096b3a8739e07
<a aria-disabled="true"> is the documented pattern but screen readers still announce "Previous, link, disabled" on pagination bounds — noise users don't need because the disabled state is purely visual. Switching to <span aria-hidden="true"> removes the bound control from the AT tree entirely (Leonie's recommendation). Visual parity preserved via a disabledBase Tailwind class (same layout + cursor-not-allowed + opacity-40). Tests updated: "disabled prev/next" assertions now check for aria-hidden and no href — the active-state href/aria-current assertions are unchanged. (#316) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.3%
TypeScript
11.4%
Java
10.8%
Svelte
4.2%
Shell
0.1%