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:
committed by
Mariusz Felisiak
parent
c317e81378
commit
b9e2a3fc63
@@ -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
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user