You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The donation banner is displayed only with a mouse click: <span id="hide-donate-banner" class="material-icons" onclick="DonationButton();">close</span>.
The donation banner is displayed only with a mouse click:
<span id="hide-donate-banner" class="material-icons" onclick="DonationButton();">close</span>
.The analyzer we use reports two main issues:
For the first one, it should be possible to open it thanks to keyboard. The solution seems to only add a keyboard event:
The second one is about giving a role to the span, or better replace it by a button tag.
The text was updated successfully, but these errors were encountered: