Accessibility – two issues
-
Hi,
Accessibility plugin axe Devtools for Firefox reports two accessibility issues with the floating Pressidium cookie button when scanning the page:
- Buttons must have discernible text (Critical)
<button class="button sm fade-in-up visible">
<slot name="icon"></slot>
</button>A possible solution would be to add aria-label=”Cookie preferences” to the button.
2. Interactive controls must no be nested (Serious)
<pressidium-floating-button role="button">It then shows the same code from point 1, saying it is a focusable descendant. The issue is there is a focusable button within a focusable button (due to role=”button” on the outer element). Perhaps the internal element should not be a button, or the role could on the outer element could be widget or none.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.