Rwe Posted July 10, 2019 Posted July 10, 2019 product_info.php with product options : label gives a validating error. (for="input1") <label for="input1" class="col-form-label col-sm-3 text-left text-sm-right"> (The value of the for attribute of the label element must be the ID of a non-hidden form control.)
burt Posted July 10, 2019 Posted July 10, 2019 11 minutes ago, Rwe said: product_info.php with product options : label gives a validating error. (for="input1") <label for="input1" class="col-form-label col-sm-3 text-left text-sm-right"> (The value of the for attribute of the label element must be the ID of a non-hidden form control.) Thank You! This fix will be in the 1.0.0.3 push.
Rwe Posted July 10, 2019 Author Posted July 10, 2019 product_reviews.php?products_id=4 validating errors: <img src="images/apple-1.jpg" alt="Apples" title="Apples" width="100" height="80" class="img-fluid" hspace="5" vspace="5" /> The hspace attribute on the img element is obsolete
burt Posted July 10, 2019 Posted July 10, 2019 2 minutes ago, Rwe said: product_reviews.php?products_id=4 validating errors: <img src="images/apple-1.jpg" alt="Apples" title="Apples" width="100" height="80" class="img-fluid" hspace="5" vspace="5" /> The hspace attribute on the img element is obsolete Same error found in products_review_write as well. Thank You. Will be pushed in 1.0.0.3
Rwe Posted July 10, 2019 Author Posted July 10, 2019 index.php?cPath=1 Duplicate attribute class. line 103 <select name="filter_id" onchange="this.form.submit()" class="form-control input-sm" class="form-control">
burt Posted July 10, 2019 Posted July 10, 2019 4 minutes ago, Rwe said: index.php?cPath=1 Duplicate attribute class. line 103 <select name="filter_id" onchange="this.form.submit()" class="form-control input-sm" class="form-control"> Thank You. Will be pushed in 1.0.0.3
Rwe Posted July 10, 2019 Author Posted July 10, 2019 On the checkout and 'my account' pages there are also a few validating errors.
Rwe Posted July 10, 2019 Author Posted July 10, 2019 https://validator.w3.org/ Validate the page by URL or the pages that the validator cannot access ( checkout and account) you can use validate by direct input: source to textfield
Recommended Posts
Archived
This topic is now archived and is closed to further replies.