31e5573eab81ee95bc372dccb92f87d18fc33342
The mobile 'Seite X von Y' span had aria-current='page', which created two elements announcing the current page on wide screens: the hidden mobile label and the active desktop button. On sm:+ screens the mobile span is display:none (removed from AT tree), but on small screens both the span and the desktop button were redundant. Replace aria-current with aria-hidden='true' on the mobile label so AT always relies on the desktop button's aria-current. Updates spec test accordingly and adds a second assertion in a broader test context (Decision Queue #1). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.3%
TypeScript
11.4%
Java
10.8%
Svelte
4.2%
Shell
0.1%