How to solve the lighthouse test problem about ARIA IDs are not unique?
-
How to solve the lighthouse test problem about ARIA IDs are not unique?
Hello, see the result when I test my website:
ARIA IDs are not unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
Failing Elements
select#pa_sabor.wd-changes-variation-image
select#pa_sabor.wd-changes-variation-image
select#pa_sabor.wd-changes-variation-image
select#pa_sabor.wd-changes-variation-image
select#pa_cor.wd-changes-variation-image
select#pa_cor.wd-changes-variation-image
select#pa_cor.wd-changes-variation-image
These are adjustments to the theme itself, I can’t resolve it.
Can you help?
Hello,
It happens because of the quick shop function in our theme. It displays variations form from the Single product page which has IDs attributes for variations select. This ID attribute is added by the WooCommerce plugin because it is not supposed to be used multiple times. And since we can’t remove this attribute in our theme the only fix would be to disable this option in our theme. Otherwise, you can ignore these messages.
Kind Regards
The topic ‘How to solve the lighthouse test problem about ARIA IDs are not unique?’ is closed to new replies.