Back to CanAdapt home

Wave Issues

Wave fails all these links.

<a class="news-item-link" href="http://wiki.com" style="display: none"></a>

<a class="news-item-link" href="http://wiki.com" tabindex="-1" aria-hidden="true"></a>

<span style="display: none"><a class="news-item-link" href="http://wiki.com" tabindex="-1" ></a></span>

But this passes

<a class="news-item-link" href="http://wiki.com" tabindex="-1" aria-hidden="true" aria-label="empty link"></a>

This fails

My Label

<span id="p1">My Label</span>

<a href="test.com"><div class="background-icon" aria-labelledby="p1"></div></a>

This passes

<a href="test.com" aria-labelledby="p1" ><div class="background-icon" ></div></a>