Kilotest: Diagnoses of link not named violation by HTML element 306 on GiveDirectly page

Here is how tools diagnose the link not named issue for HTML element 306 of the GiveDirectly page.

Basics

Diagnoses

  1. <p>This link is either a typo (e.g., a linked space character), or wrapped around something with no text alternative (an image with no alt attribute).</p> <p>Screen readers will either pause with an uninformative silence when they reach this link: <br>"Link, [...awkward pause where the link title should be...],"<br>or spell out the URL, character by character: <br>"Link, H-T-T-P-S forward-slash forward-slash example dot com"</p> <p><strong>To fix:</strong> add text if this should be a link, or delete it if it is a typo.</p>

    Tool: Editoria11y (Princeton University)

    Rule: linkNoText

  2. Anchor element found with a valid href attribute, but no link content has been supplied.

    Tool: HTML CodeSniffer (Squiz Labs)

    Rule: E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent

  3. Empty link

    Tool: WAVE (Utah State University)

    Rule: link_empty

  4. Anchor element found with a valid href attribute, but no link content has been supplied.

    Tool: WallyAX (Wally)