django/tests/admin_inlines
Marijke Luttekes 01ed59f753 Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby.
Before this change, HTML <fieldset> elements in the admin site did not
have an associated label to describe them. This commit defines a unique
HTML id for the heading labeling a fieldset, and sets its
aria-labelledby property to link the heading with the fieldset.
2024-05-22 00:13:55 -03:00
..
__init__.py
admin.py Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby. 2024-05-22 00:13:55 -03:00
models.py Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby. 2024-05-22 00:13:55 -03:00
test_templates.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby. 2024-05-22 00:13:55 -03:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00