| 1 | | Here's "stage 1" that tries to improve accessibility on the current, CSS-only, hidden radio-button implementation: https://code.djangoproject.com/ticket/35874 |
| | 1 | Here's "stage 1" that tries to improve accessibility on the current, CSS-only, hidden radio-button implementation: https://github.com/django/django/pull/21614 [for review]. |
| | 2 | |
| | 3 | And a proof-of-concept "stage 2" that uses JS to replace the CSS-only tabs with an ARIA-compliant tab component: https://github.com/django/django/pull/21615 [AI-generated, ''not intended for merge'']. |