Changes between Initial Version and Version 2 of Ticket #36828
- Timestamp:
- Dec 26, 2025, 10:00:27 AM (32 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36828
- Property Keywords accessibility added
-
Ticket #36828 – Description
initial v2 7 7 Furthermore, the use of a fieldset/legend replaces the `label`-tag. However, input labels are required as of WCAG 2.1. 8 8 9 Since Django must be WCAG2.2 AAA compliant, we might even want to patch all supported versions. 9 Since Django must be WCAG2.2 AAA compliant, we might even want to patch all supported versions. However, this would mean shippping a rendering change in a bugfix. 10 10 11 This bug was introduced only in Django 6.0, which is wild, since the release notes don't even mention any rendering changes. After some research, the change was introduced in #35892. I will open a separate issue about the missing release documentation and breaking change. 11 My current impulse would be to drop the `for` attribute in all supported versions for valid HTML and to enforce labels for WCAG compliance in 6.1 12 12 13 13 Cheers!