diff options
| author | Moshe Nahmias <moshegrey@gmail.com> | 2022-09-26 22:06:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 21:06:48 +0200 |
| commit | d938b3b2577807ffd585f654caa0f37d9574e565 (patch) | |
| tree | 362f5b73f5e246a969adf30182476eb88436113b /docs | |
| parent | 2cd7ab1ef6e309b4dd348248385f9753e757d7d0 (diff) | |
Fixed #34040 -- Removed autofocus from admin search box.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 80c0d97bfc..2520d14361 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -319,6 +319,9 @@ Miscellaneous * :ttag:`{% blocktranslate asvar … %}<blocktranslate>` result is now marked as safe for (HTML) output purposes. +* The ``autofocus`` HTML attribute in the admin search box is removed as it can + be confusing for screen readers. + .. _deprecated-features-4.2: Features deprecated in 4.2 |
