Hi @ohamanda-1 plugin release 4.0.0-rc23 enhances the shortcode to support the accessibility attributes: role, title, aria-hidden, aria-label, aria-labelledby.
If you’re using a Font Awesome Kit with Webfont/CSS, and you’ve got Auto-Accessibility enabled, then all of that magic will work simply by adding the title
attribute and aria-hidden="true"
.
If you’re not using Webfont/CSS not in a Kit, you can achieve similar results as our documentation shows by using those various accessibility attributes manually.
If you’re using the SVG/JS technology–even without a kit–then simply adding the title
attribute will get you auto-accessibility, since that feature is enabled by default in the SVG/JS technology.