Skip to content

Commit

Permalink
add product pronunciation hint for screen readers (fix #15530)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 committed Jan 10, 2025
1 parent 9db97b8 commit 6c64392
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ <h2 class="m24-c-menu-item-title">{{ ftl('navigation-refresh-mdn-plus') }}</h2>
</li>
<li>
<section class="m24-c-menu-item mzp-has-icon">
<a class="m24-c-menu-item-link" href="https://fakespot.com/?{{ utm_params }}" data-link-text="Fakespot" data-link-position="topnav - products">
<a class="m24-c-menu-item-link" href="https://fakespot.com/?{{ utm_params }}" data-link-text="Fakespot" data-link-position="topnav - products" aria-labelledby="fakespot">
<img loading="lazy" src="{{ static('img/logos/fakespot/logo-blue.svg') }}" class="m24-c-menu-item-icon" width="32" height="32" alt="">
<h2 class="m24-c-menu-item-title">{{ ftl('navigation-refresh-fakespot') }}</h2>
<span id="fakespot" aria-label="fake spot"></span>
</a>
</section>
</li>
Expand Down

0 comments on commit 6c64392

Please sign in to comment.