Rating: 5 stars
It suggests that the button should have inner text content or an aria-label or aria-labelledBy.
<button class="toggle-search" data-target=".search-trap-focus">
<button onclick="alxMediaMenu.toggleItem(this)">
<button class=”toggle-search” data-target=”.search-trap-focus”></button>
I have shown a button with inner text and also a button with an aria-label.
can you help me ?