From d938b3b2577807ffd585f654caa0f37d9574e565 Mon Sep 17 00:00:00 2001 From: Moshe Nahmias Date: Mon, 26 Sep 2022 22:06:48 +0300 Subject: Fixed #34040 -- Removed autofocus from admin search box. --- docs/releases/4.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 … %}` 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 -- cgit v1.3