diff options
| author | Marijke Luttekes <mail@marijkeluttekes.dev> | 2024-01-28 13:51:34 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-31 12:26:00 +0100 |
| commit | b9e2a3fc63e68d248d528c73736275ca2746872d (patch) | |
| tree | 4967724fd8bc1618358f7abfc4e72ddb81f9d791 /docs | |
| parent | c317e81378a15379cba4abc289d9519ee0335a80 (diff) | |
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>.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index 284c1f4f74..f166474607 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -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 ~~~~~~~~~~~~ |
