Title: Accessibility &#8211; two issues
Last modified: October 15, 2025

---

# Accessibility – two issues

 *  Resolved [DigitalGdn](https://wordpress.org/support/users/bkno/)
 * (@bkno)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/accessibility-two-issues/)
 * Hi,
 * Accessibility plugin axe Devtools for Firefox reports two accessibility issues
   with the floating Pressidium cookie button when scanning the page:
    1. Buttons must have discernible text (Critical)
 *     ```wp-block-code
       <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)
 *     ```wp-block-code
       <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.
    -  This topic was modified 5 months, 3 weeks ago by [DigitalGdn](https://wordpress.org/support/users/bkno/).
    -  This topic was modified 5 months, 3 weeks ago by [DigitalGdn](https://wordpress.org/support/users/bkno/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [overengineer](https://wordpress.org/support/users/overengineer/)
 * (@overengineer)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/accessibility-two-issues/#post-18701036)
 * Hey, [@bkno](https://wordpress.org/support/users/bkno/)!
 * Thank you so much for taking the time to report this and for providing all the
   details. That’s very helpful!
 * I’ve opened a GitHub issue ([#163](https://github.com/pressidium/pressidium-cookie-consent/issues/163))
   to track the accessibility improvements you mentioned. They will be addressed
   in the next release.
 * Thanks for helping us make the plugin more accessible! 🙌
 *  Plugin Contributor [overengineer](https://wordpress.org/support/users/overengineer/)
 * (@overengineer)
 * [4 months, 2 weeks ago](https://wordpress.org/support/topic/accessibility-two-issues/#post-18722843)
 * Hey [@bkno](https://wordpress.org/support/users/bkno/),
 * This was addressed in `1.9.0` which was just released.
 * Thanks again for reporting this!
 * I’ll go ahead and mark this as resolved. If you run into anything else, let us
   know 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Faccessibility-two-issues%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/pressidium-cookie-consent/assets/icon-256x256.png?rev=2928033)
 * [Pressidium Cookie Consent](https://wordpress.org/plugins/pressidium-cookie-consent/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pressidium-cookie-consent/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pressidium-cookie-consent/)
 * [Active Topics](https://wordpress.org/support/plugin/pressidium-cookie-consent/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pressidium-cookie-consent/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pressidium-cookie-consent/reviews/)

## Tags

 * [a11y](https://wordpress.org/support/topic-tag/a11y/)

 * 2 replies
 * 2 participants
 * Last reply from: [overengineer](https://wordpress.org/support/users/overengineer/)
 * Last activity: [4 months, 2 weeks ago](https://wordpress.org/support/topic/accessibility-two-issues/#post-18722843)
 * Status: resolved