Accompanying Files
Observation Details
Selection inputs' ("Modell", "Farbe", "Speicher") accessible name is equal to the selected item. Selecting "Modell iPhone 16" gives the input element the accessible name "iPhone 16", as it uses aria-labelledby="label-dropdown-1". The accessible name of the selection input must be the visible label ("Modell").
Remediation Notes
Ensure the use of semantic HTML elements, correct input and label, a visible label that is used as the input's accessible name.