SoloInter Posted June 5 Posted June 5 (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 June 5 by SoloInter
Recommended Posts