Sachsentext

Adjacent links to the same destination should be merged

Merge redundant links to the same location, even if the included link consists of both an image and text.

Example

Wrong

<a href="home.html"><img src="home.png" alt="Return Home"/></a><a href="home.html">Return home</a>

Right

<a href="home.html"><img src="home.png" alt="Return Home"/> Return home</a>