1 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a href="" title="" class="js-toggle-nav"><span></span></a>
| html > body > div:nth-child(7) > div > a:nth-child(2)
|
2 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="http://www.furesoe.dk/">
...</a>
| html > body > div:nth-child(2) > div:nth-child(2) > div > div > div > nav > ul > li:nth-child(1) > a
|
3 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="http://www.furesoe.dk/om-kommunen/om-furesoe-dk/it-sikkerhed-paa-furesoe-dk/" title=""></a>
| #js-cookie-info > div > div > div:nth-child(1) > p > a
|