Title: Accessibility issue
Last modified: August 29, 2021

---

# Accessibility issue

 *  Resolved [cuniq](https://wordpress.org/support/users/cuniq/)
 * (@cuniq)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/accessibility-issue-20/)
 * Hello WooBeWoo team,
 * we are trying to make a woocommerce shop as accessible as possible, but the inputs
   that are being generated by your filter-widget have some accessibility issues.
   (
   Note: I’m using only price and checkbox-list (multiple select) inputs, I don’t
   know if the rest of the inputs have the same problem)
 * The problems with the input fields that are being generated are:
 * 1) All inputs have an EMPTY label, which is wrong in terms of accessibility. 
   Instead you could probably use an aria-label tag in order to give more info for
   users with disabilities ( [see here for more](https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html))
 * 2) All inputs are wrapped by a <label> tag, which can confuse screen reader because
   it appears like these inputs have 2 labels ( both empty ). It would be better
   if you could wrap your input fields with div or something.
 * Sample of the code generated by the plugin:
 *     ```
       <label>
         <span class="wpfCheckbox">
           <input type="checkbox" id="wpfTaxonomyInputCheckbox30145962">
           <label for="wpfTaxonomyInputCheckbox30145962"></label>
         </span>
         <span class="wpfDisplay">
           <span class="wpfValue">
             <div class="wpfFilterTaxNameWrapper">One Size</div>
           </span>
         </span>
       </label>
       ```
   
    1. Do you have any plans changing this behavior soon?
    2. Also, is there any easy way to change this behavior without changing the source
       code?
 * Thank you in advanced!
    -  This topic was modified 4 years, 9 months ago by [cuniq](https://wordpress.org/support/users/cuniq/).
    -  This topic was modified 4 years, 9 months ago by [cuniq](https://wordpress.org/support/users/cuniq/).

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

 *  Plugin Author [WBW Plugins](https://wordpress.org/support/users/woobewoo/)
 * (@woobewoo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/accessibility-issue-20/#post-14820766)
 * Hello [@cuniq](https://wordpress.org/support/users/cuniq/),
 * We added this to our development plan.
    We need to make sure the proposed changes
   do not harm existing users. I think it will take about 3 weeks.
 *  Thread Starter [cuniq](https://wordpress.org/support/users/cuniq/)
 * (@cuniq)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/accessibility-issue-20/#post-14870145)
 * Hi Nick,
 * Do we have any update regarding this issue?
 *  Plugin Author [WBW Plugins](https://wordpress.org/support/users/woobewoo/)
 * (@woobewoo)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/accessibility-issue-20/#post-14883197)
 * Hi,
 * We decided to introduce this improvement into a new, optimized version of the
   filter, which is currently at the testing stage. Its release is planned within
   a month.
 *  Thread Starter [cuniq](https://wordpress.org/support/users/cuniq/)
 * (@cuniq)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/accessibility-issue-20/#post-14955748)
 * Hey Nick,
 * Really sorry for spamming you reading this issue, but we are planning to release
   our site at the end of the month and the only accessibility issue that left is
   caused by this plugin. I need to know if we can continue our release with this
   plugin or we need to look for something else.
 * Is your release plan still holds or something changed?

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

The topic ‘Accessibility issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-product-filter_a0a6df.svg)
 * [Product Filter for WooCommerce by WBW](https://wordpress.org/plugins/woo-product-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-filter/reviews/)

## Tags

 * [product filter](https://wordpress.org/support/topic-tag/product-filter/)
 * [shop filter](https://wordpress.org/support/topic-tag/shop-filter/)
 * [WooCommerce Filter](https://wordpress.org/support/topic-tag/woocommerce-filter/)

 * 4 replies
 * 2 participants
 * Last reply from: [cuniq](https://wordpress.org/support/users/cuniq/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/accessibility-issue-20/#post-14955748)
 * Status: resolved