1# Buttons do not have an accessible name
body.home > button#boei_close_trigger_message
<button id="boei_close_trigger_message" class="boei-pre-opened" style="background-color: rgb(73, 73, 73); padding: 0px; border: 2px solid rgb(255…">
2# Image elements do not have [alt] attributes
body.home > button#boei_close_trigger_message > img
<img src="https://app.boei.help/close.svg" style="height: 12px; width: 12px; display: inline;">
2 years ago
Fixed minor accessibility issues.
0 2 years ago Reply
2 years ago
We just made a fix for the alt-tag of the close button image, that was indeed missing.
The close button itself already has an aria-label, so that should be ok. Weird that is picked this up.
0 2 years ago Reply