Elemente ohne aussagekräftige Beschriftung sind für Screenreader und Formulare schwer nutzbar.
Technische Details anzeigen Technische Details schliessen
Originalmeldung: This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby .
Selector: html > body > div:nth-child(1) > main > button
Kontext: <button x-data="{ showButton: false }" x-init=" window.addEventListener('scroll', () => { window.requestAnimationFrame(function () { showButton = window.pageYOffset > 520 ...