Mobilfunk Netzausbau (1 issues)

Entering non-existent address to address input results in error which is not correctly determinable

VIP Lieferung (1 issues)

Input errors not shown in text to user
Accompanying Files
Observation Details

Error message is displayed but

  • input field is not reflecting error state

  • error message is not programmatically connected to input

Remediation Notes
  • All input elements that can error must have a visually distinguishable error state. E.g. colored outline and added error icon

  • The input element must have a visible label (do not use placeholder as label) that stays visible while entering content

  • The input element must have a programmatic connection to the error message, e.g. by using aria-describedby on the input with the ID of the error message container

Observation Details

Input fields with no visible, in-text error message:

  • "Modell" → No error shown

  • "Farbe" → No error shown

  • "Speicher" → No error shown

  • "Datenschutzhinweise" → No text shown