1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #35143 -- Improved accessibility of 404/500 debug pages.

This:
- changes the header, main, and footer content areas to be rendered
  in a <header>, <main>, and <footer> tags,
- adds scope attributes to <th>,
- uses <code> for a patterns list,
- uses <small> instead of <span>.
This commit is contained in:
Marijke Luttekes
2024-01-28 13:51:34 +01:00
committed by Mariusz Felisiak
parent c317e81378
commit b9e2a3fc63
5 changed files with 100 additions and 76 deletions

View File

@@ -156,7 +156,8 @@ Email
Error Reporting
~~~~~~~~~~~~~~~
* ...
* In order to improve accessibility, the technical 404 and 500 error pages now
use HTML landmark elements for the header, footer, and main content areas.
File Storage
~~~~~~~~~~~~