From 602281f118a8b8218bef24511d835f39aea3561a Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Tue, 29 Mar 2022 12:56:23 +0300 Subject: Remove redundant image title attributes From web accessiblity evaluation tool: The title attribute value is used to provide advisory information. It typically appears when the user hovers the mouse over an element. The advisory information presented should not be identical to or very similar to the element text or alternative text. Change-Id: Id95d6661d47d7c28ea8a3f6a43ecc1b12c579a95 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132265 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/online_transform.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'help3xsl/online_transform.xsl') diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 224aaed9e3..0751d7a862 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -821,7 +821,7 @@
-
{local-name()}
+
{local-name()}


@@ -835,7 +835,7 @@
-
{local-name()}
+
{local-name()}


@@ -1055,7 +1055,7 @@
-
{$alt}
+
{$alt}


@@ -1245,7 +1245,7 @@ - {$alt} + {$alt} -- cgit