Changes between Initial Version and Version 1 of Ticket #35874, comment 13


Ignore:
Timestamp:
Jul 11, 2026, 6:28:31 PM (9 days ago)
Author:
Mike Edmunds

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35874, comment 13

    initial v1  
    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
     1Here'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
     3And 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''].
Back to Top