Elemente ohne aussagekräftige Beschriftung sind für Screenreader und Formulare schwer nutzbar.
Technische Details anzeigen Technische Details schliessen
Originalmeldung: This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby .
Selector: #contact > div > div:nth-child(1) > div > form > div > input:nth-child(1)
Kontext: <input value="" type="text" placeholder="Ihr Name" required="" class="w-full bg-gray-800 border border-gray-700 rounded-lg py-3 px-4 focus:outline-none focus:ring-2 ring-accent ...