Skip to content

Commit 54a76ba

Browse files
committed
span + aria hidden remove
1 parent ab0f02b commit 54a76ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frameworks/non-keyed/openui5/webapp/element/MyLinkRenderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@ sap.ui.define(
161161
// opening <a> tag
162162
oRm.openEnd();
163163
oRm.openStart("span");
164+
oRm.class("remove");
164165
oRm.class("glyphicon");
165166
oRm.class("glyphicon-remove");
167+
oRm.attr("aria-hidden", "true");
166168
oRm.openEnd();
167169
oRm.close("span");
168170

0 commit comments

Comments
 (0)