published by | Tom Carrick, Thibaud Colas, Sarah Abderemane |
---|---|
in blog | The Django weblog |
original entry | Django accessibility in 2023 and beyond |
Happy birthday, Django accessibility team! š
The team has been up and running for three years, and is now looking for new members. With a lot happening in this space, we thought we were overdue for an update on what weāre up to.
Weāre very happy with the work done to date. There have been a lot of efforts to improve the accessibility of core Django features such as forms, and of the administrative interface. Beyond Django core, there has also been progress on djangoproject.com, Django packages, and community awareness via talks and events.
We made a lot of improvements this year. Django forms saw big fixes, which shipped in Django 5.0:
With forms being such a core feature of Django, reused across countless websites, those changes will lead to accessibility improvements across big parts of the web.
The admin interface also saw a lot of fixes and improvements:
<meta name="viewport">
does not disable text scaling and zooming - #34617<header>
element for the admin header area - #34832Some of those improvements will reflect for everyone, and some will only be beneficial for users of specific assistive technologies, such as Contrast themes in Windows:
Can you spot the five issues in this screenshot? Though Contrast Themes isnāt well known, itās a built-in feature of Windows which is essential for people with low vision. There is a lot of room for improvement to better support it in Django.
Weāve also made a lot of progress on documenting accessibility considerations, though there is still work to be done there:
And finally tooling improvements such as running accessibility checks in the CI pipeline is still a big topic for us, with in-progress efforts to add checks in Selenium tests and standalone with Pa11y.
In 2023, the website saw its first ever accessibility audit with a focus on the homepage, as well as a good number of accessibility improvements. Those are all very welcome iterative steps in the context of user research on the usability of the website, led by 20tab.
Thank you to our website contributors Sarah Abderemane, Thibaud Colas, ontowhee, Sanyam Khurana, Hana Burtin, Paolo Melchiorre, and Tom Carrick ā¤ļø.
Weāre elated to see accessibility being such a prominent topic in our community. In 2023, there were a lot of accessibility talks at Django events. There were accessibility contributors at the sprints for DjangoCon Europe, and DjangoCon US. The #accessibility channel on the Django Discord was also very active, and we got a new Accessibility forum category.
There were a lot of accessibility-focused talks at Django events:
Our very own accessibility team member Sarah Abderemane was also featured on Django Chat: Accessibility - Sarah Abderemane š, while Tom and Thibaud signed up for Djangonaut Spaceās first session as navigators.
Behind the scenes, the accessibility team also started maintaining a backlog of django accessibility improvement, and also publish their accessibility team meeting notes on the forum.
This year, we were able to produce statistics on the accessibility of Django projects, thanks to reports from the HTTP Archive. There is clear room for improvement, with Django websites generally scoring lower than sites built with other technologies:
There is also clear data to establish exactly which accessibility issues are common on Django websites:
We see those numbers as a good challenge for the Django community to explore ways in which the framework could be improved. There is clear room for improvement, and we have a lot of ideas on how to go about it.
There are a lot of ways in which the accessibility of Django could be improved in 2024. Here are a few ideas that have been discussed so far, where our accessibility team is looking for help:
With this roadmap of improvements in mind, our accessibility team is looking for six new members in 2024. If this sounds like the type of valuable, high-purpose work you want to contribute to ā reach out on the Django Discord in #accessibility, or on the forum.
Thank you to everyone who took part in making Django more accessible in 2023 and early 2024. You rock!