Changes between Initial Version and Version 1 of Ticket #36509
- Timestamp:
- Jul 19, 2025, 5:26:51 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36509
- Property Cc added
- Property Component Uncategorized → contrib.admin
- Property Keywords accessibility changelist ux wcag added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #36509 – Description
initial v1 6 6 The columns have a title on top, but this is not associated with the individual field elements. 7 7 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 8 Axe has flagged this as an accessibility issue related to the [https://dequeuniversity.com/rules/axe/4.10/select-name select-name rule]. 10 9 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 10 This seems to be a failure of [https://www.w3.org/WAI/WCAG22/quickref/#name-role-value WCAG SC 4.1.2 Name, Role, Value] 13 11