Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #277777

    Jeff B
    Participant

    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

    #277945

    Prasant Rai
    Moderator

    Hello 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 credentials

    Don’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.

    #278649

    Jeff B
    Participant
    This reply has been marked as private.
    #278942

    Rad
    Moderator

    Hi 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 code

    Line 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.

    #279134

    Jeff B
    Participant

    Awesome! Thanks so much!

    #279256

    Friech
    Moderator

    You’re welcome, please feel free to get in touch with us regarding any further queries about the X theme.

    Cheers!