check form label for attribute
-
W3C validator returns this error:
The for attribute of the label element must refer to a form control.
This origins at
mage_rating_fields()
function at mage-reviews.php line 347, admittedly you’ll have to set an id for the input with the same name as for label for attribute.
- The topic ‘check form label for attribute’ is closed to new replies.