From f8d957d5cc4f5f88a484dd672494d6046a2c5704 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Wed, 3 May 2023 17:18:59 +0000 Subject: [PATCH] LP2018208 Empty alt for result record images, icons Adds empty alt attributes for jacket images and format icons that are immediately followed by equivalent text representations, and are therefore redundant for screen reader users. Signed-off-by: Stephanie Leary Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index b100706d31..e7ed407519 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -17,13 +17,13 @@ - + - + @@ -68,7 +68,7 @@ + src="/images/format_icons/icon_format/{{icon}}.png" alt=""/> {{iconFormatLabel(icon)}} -- 2.11.0