Accessibility test issue | Replace b (bold) elements with em or strong in rich text editor
Hi after doing Accessibility test on our AEM website, we found Some issues are occurring with rich text editor component
i.e
1.4.4 Resize text (AA)
Check 116: b (bold) element used.
Repair: Replace your b (bold) elements with em or strong.
Line 3850, Column 36:
<b><a href="any link">Subscribe</a></b>
Line 3850, Column 132:
<b><a href="any link">newsletter</a></b>
Can we convert that <b> tag to <em> or <strong>. Kindly provide a resolution to fix that issue.
Thanks