From 814e7bc22062eeae4be9f189e89027e28d5dd290 Mon Sep 17 00:00:00 2001 From: Sarah Abderemane Date: Wed, 13 Sep 2023 21:25:02 +0200 Subject: Fixed #34832 -- Made admin's header content render in
tag. Header tag was changed to
get the landmark banner for accessibility. --- docs/releases/5.0.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 186768f070..1c17cbfcf5 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -629,8 +629,9 @@ Miscellaneous a page. Having two ``

`` elements was confusing and the site header wasn't helpful as it is repeated on all pages. -* In order to improve accessibility, the admin's main content area is now - rendered in a ``
`` tag instead of ``
``. +* In order to improve accessibility, the admin's main content area and header + content area are now rendered in a ``
`` and ``
`` tag instead of + ``
``. * On databases without native support for the SQL ``XOR`` operator, ``^`` as the exclusive or (``XOR``) operator now returns rows that are matched by an -- cgit v1.3