• bluesky10

    (@jouielovesyou)


    When embedding Youtube videos before, what I was doing was I get the embed code from Youtube. However now I only copy paste the URL of the video. But this does not validate using W3C validation tool like:
    Line 183, Column 343: Attribute type not allowed on element iframe at this point.…;wmode=transparent’ frameborder=’0′ allowfullscreen=’true’></iframe></span></p>
    Line 183, Column 343: Bad value true for attribute allowfullscreen on element iframe.…;wmode=transparent’ frameborder=’0′ allowfullscreen=’true’></iframe></span></p>
    Line 183, Column 343: The frameborder attribute on the iframe element is obsolete. Use CSS instead.…;wmode=transparent’ frameborder=’0′ allowfullscreen=’true’></iframe></span></p>

    There’s no way for me to edit the <iframe> code as far as I know. So I don’t know how to fix this.

    Thanks in advance

  • The topic ‘Youtube Player Causes Validation Error in W3C’ is closed to new replies.