From Google's web.dev: Buttons do not have an accessible name. How do I add that? For example, one of the failing elements is:
Button:
<button name="search"><i class="icon-search"></i>button
This is from the 3dcart template. To me, it seems that the button is named. Any insight is appreciated. Thanks.
Button:
<button name="search"><i class="icon-search"></i>button
This is from the 3dcart template. To me, it seems that the button is named. Any insight is appreciated. Thanks.
Comment