Adjacent links that point to the same location should be merged
Description
Because many users of screen-readers use links to navigate the page, providing two links right next to eachother that points to the same location can be confusing. Try combining the links.
Example
Wrong
You can also <a href="article.html">read more of</a> <a href="article.html">my great article</a>.
Right
You can also <a href="article.html">read more of my great article</a>.
Quail Class Name
aAdjacentWithSameResourceShouldBeCombined
Severity:
1