Adding aria-label to an embedded widget
-
Hi,
I’m not sure if there is a solution to what I’m trying to do. I have a an embedded widget on the main page that shows the company’s Google Reviews. I’ve used trust.reviews for this.
However, I’m now running accessibility check and realizing that the links within the widget are not using aria-label. I’m wondering if there is any way to add those in manually, I couldn’t find an option within trust.reviews.Here is the error I get when running a scan:
Requirement:
Links that open in a new tab or a new window should either have an “aria-label” attribute or a screen-reader only element explaining to screen-readers that this opens in a new tab.
3 Failed Elements:
<a target="_blank" rel="noopener" >Expert Massage For Health</a>
<a target="_blank" rel="noopener" >See all reviews</a>
<a class="trcr" target="_blank" >Powered by <span>Trust.Reviews</span></a>
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Adding aria-label to an embedded widget’ is closed to new replies.