Home › Forums › WoodMart support forum › fix erors from validator.w3.org › Reply To: fix erors from validator.w3.org
October 22, 2021 at 10:29 am
#326955
bigdrop
Participant
Hi,
While checking this demo https://woodmart.xtemos.com/demo-alternative-energy/demo/alternative-energy/
on W3 validator I saw few more errors that has to do with how your theme handles staff.
You can see the results of the test here
Error: CSS: background-image: The first argument to the linear-gradient function should be to left, not left.
From line 1122, column 694; to line 1122, column 1210
t-enable"><div class="woodmart-row-gradient wd-fill" style="background-image:-webkit-linear-gradient(left , rg…80%);background-image:-ms-linear-gradient(left , rgb(142, 203, 222) 80% , rgb(255, 255, 255) 80%);"></div>
Also this errors
Error: Attribute ; not allowed on element div at this point.
From line 1207, column 72; to line 1207, column 205
-wrapper"><div class="wd-video-poster" style="background-image:url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2019/06/ae-video-img.jpg)";></div>
Attributes for element div:
Global attributes
Error: The frameborder attribute on the iframe element is obsolete. Use CSS instead.
From line 1207, column 249; to line 1207, column 450
div></div><iframe src="https://player.vimeo.com/video/51589652?dnt=1&app_id=122963" width="500" height="281" f…meborder="0" title="Timelapse - Lighthouse (Oct 2012)" allow="autoplay; fullscreen" allowfullscreen></ifra
Is there a quick fix for the above errors?