From b65670af79711fa673f1ea86ddfa97152ae87bd2 Mon Sep 17 00:00:00 2001 From: PankajBhojwani Date: Wed, 16 Mar 2022 11:40:28 -0700 Subject: [PATCH] add alt text (#7131) Co-authored-by: Pankaj Bhojwani --- .../adaptivecards/layout/_partial/section-details-item.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nodejs/adaptivecards-site/themes/adaptivecards/layout/_partial/section-details-item.ejs b/source/nodejs/adaptivecards-site/themes/adaptivecards/layout/_partial/section-details-item.ejs index 5c9ffc7979..33844c5559 100644 --- a/source/nodejs/adaptivecards-site/themes/adaptivecards/layout/_partial/section-details-item.ejs +++ b/source/nodejs/adaptivecards-site/themes/adaptivecards/layout/_partial/section-details-item.ejs @@ -8,7 +8,7 @@ <% if (typeof smallImageAlt !== 'undefined') { %> alt="<%- smallImageAlt %>" <% } else { %> - aria-role="presentation" + role="none" <% } %> class="w3-image w3-margin-right" /> <% if(locals.learnMoreLink) { %>