Changes between Initial Version and Version 2 of Ticket #36828


Ignore:
Timestamp:
Dec 26, 2025, 10:00:27 AM (32 hours ago)
Author:
Johannes Maron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36828

    • Property Keywords accessibility added
  • Ticket #36828 – Description

    initial v2  
    77Furthermore, the use of a fieldset/legend replaces the `label`-tag. However, input labels are required as of WCAG 2.1.
    88
    9 Since Django must be WCAG2.2 AAA compliant, we might even want to patch all supported versions.
     9Since 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.
    1010
    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.
     11My 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
    1212
    1313Cheers!
Back to Top