Jun 2
FIX Accessibility: Incorrect ARIA role for star rating input group
The star rating component in product reviews/comments has an accessibility issue. It uses role="group" for the star container, which accessibility tools flag as incorrect.
Problem: role="group" is used for the star rating <span>.
Suggested Fix: Please change this to role="radiogroup" for better accessibility.
Closed
The star rating you are referring to is a feature of the WooCommerce plugin, and our theme does not affect or control the structure of this functionality. This issue has already been acknowledged in the WooCommerce GitHub repository (https://github.com/woocommerce/woocommerce/pull/58733), and we hope it will be resolved in one of the upcoming plugin updates.