Kilotest: Diagnoses of control not named violation by HTML element 297 on Run! page

Here is how tools diagnose the control not named issue for HTML element 297 of the Run! page.

Basics

Diagnoses

  1. Form elements must have labels; Element does not have an implicit (wrapped) <label>; Element does not have an explicit <label>; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element has no placeholder attribute; Element's default semantics were not overridden with role="none" or role="presentation"

    Tool: Axe (Deque)

    Rule: label

  2. This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.

    Tool: HTML CodeSniffer (Squiz Labs)

    Rule: E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F68

  3. Form control element <input> has no associated label

    Tool: Accessibility Checker (IBM)

    Rule: input_label_exists

  4. [failed] The test target accessible name doesn't exist or it's empty ('').

    Tool: QualWeb (University of Lisbon)

    Rule: QW-ACT-R16