diff options
| author | Sarah Abderemane <sarahabderemane@gmail.com> | 2023-09-13 21:25:02 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-15 05:36:43 +0200 |
| commit | 814e7bc22062eeae4be9f189e89027e28d5dd290 (patch) | |
| tree | 922f9b9888dc1ed35ade038686c541e0baaa8212 /docs | |
| parent | 68d769e691eb0d765228defddb3ba982eabdc761 (diff) | |
Fixed #34832 -- Made admin's header content render in <header> tag.
Header tag was changed to <header> get the landmark banner for
accessibility.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 ``<h1>`` 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 ``<main>`` tag instead of ``<div>``. +* In order to improve accessibility, the admin's main content area and header + content area are now rendered in a ``<main>`` and ``<header>`` tag instead of + ``<div>``. * On databases without native support for the SQL ``XOR`` operator, ``^`` as the exclusive or (``XOR``) operator now returns rows that are matched by an |
