-
AuthorPosts
-
May 20, 2015 at 8:45 am #277777
Hello,
I am working on cleaning up some W3C validation errors & warnings for the site sunshineboyz.net. There are a few that I need help resolving. Here is the link to the validation report: http://validator.w3.org/check?uri=sunshineboyz.net
Please help.
Thank you,
Jeff
May 20, 2015 at 12:20 pm #277945Hello Jeff,
Thanks for writing in!
For the first two errors would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
HTML5 no longer allows the frameborder attribute on an <iframe> element. To solve the error kindly replace your iframe frameborder code:
<iframe frameborder="0" … />
with
<iframe style="border:0;" … />
Hope that helps.
Thanks.
May 21, 2015 at 7:04 am #278649This reply has been marked as private.May 21, 2015 at 4:22 pm #278942Hi Jeff,
Please follow these 🙂
Line 186, Column 10: No p element in scope but a p end tag seen. </div></p>
Please remove <div> elements at your top bar content. Top bar content is wrapped by
<p></p>
and you can put another block elements inside it.Line 276, Column 17: Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.) <style scoped></style>
It’s being generated by revolution slider, and there is no way for us to edit it. All we could do is forward this issue. Or you can contact them directly by purchasing their regular license. More information here http://html5doctor.com/the-scoped-attribute/
Line 475, Column 465: The frameborder attribute on the iframe element is obsolete. Use CSS instead. …dth="800" height="600" frameborder="0"></iframe></div></div></div></div></div>… Line 487, Column 465: The frameborder attribute on the iframe element is obsolete. Use CSS instead. …dth="800" height="600" frameborder="0"></iframe></div></div></div></div></div>…
It’s caused by your map embed, please from
frameborder="0"
from your embed codeLine 412, Column 156: Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools). …="padding-left:15%; padding-right:15%; padding-top:40px"><span>Welcome to<br /> Line 422, Column 95: Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools). …tyle="" ><h1 class="h-custom-headline center-text h1" ><span>Welcome to<br />
Please use h2 when adding heading on home page, there is already added h1 for home page (along with the logo).
Hope these helps.
May 21, 2015 at 9:45 pm #279134Awesome! Thanks so much!
May 22, 2015 at 1:32 am #279256You’re welcome, please feel free to get in touch with us regarding any further queries about the X theme.
Cheers!
-
AuthorPosts