Changes between Initial Version and Version 1 of Ticket #36509


Ignore:
Timestamp:
Jul 19, 2025, 5:26:51 AM (7 weeks ago)
Author:
Thibaud Colas
Comment:

Thank you, I believe this hasn’t been reported before. Not sure what the fix looks like with Django’s admin implementation but in HTML that’s most likely an extra aria-labelledby or aria-label for those elements.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36509

    • Property Cc Thibaud Colas added
    • Property Component Uncategorizedcontrib.admin
    • Property Keywords accessibility changelist ux wcag added
    • Property Triage Stage UnreviewedAccepted
  • Ticket #36509 – Description

    initial v1  
    66The columns have a title on top, but this is not associated with the individual field elements.
    77
    8 Axe has flagged this as an accessibility issue related to the `select-name` rule:
    9 https://dequeuniversity.com/rules/axe/4.10/select-name
     8Axe has flagged this as an accessibility issue related to the [https://dequeuniversity.com/rules/axe/4.10/select-name select-name rule].
    109
    11 This seems to be a failure of `WCAG SC 4.1.2 Name, Role, Value`:
    12 https://www.w3.org/WAI/WCAG22/quickref/#name-role-value
     10This seems to be a failure of [https://www.w3.org/WAI/WCAG22/quickref/#name-role-value WCAG SC 4.1.2 Name, Role, Value]
    1311
Back to Top