Jump to content

Recommended Posts

Posted (edited)

NAMES AND LABELS
Links do not have visible names
Write visible, unique text for links (and for image placeholder text, if you use it in links), so that screen reader users can easily hover over them and get better visibility. browsing experience. Learn how to make links accessible.

 

Arrow on Promoted block (prev & next) :

Core > Front > Widgets > Promoted

<a href="#" class="ipsCarousel_nav" data-action="prev" data-disabled="true" style="display: none;"><i class="fa fa-chevron-left"></i></a>
<a href="#" class="ipsCarousel_nav" data-action="next"><i class="fa fa-chevron-right"></i></a>

li.ipsWidget > div.ipsPad > div.ipsCarousel > a.ipsCarousel_nav
<a href="#" class="ipsCarousel_nav" data-action="next">

 

Need : aria-label="Previous" and aria-label="Next"

 

 

Edited by SoloInter
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...