Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 61753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:22:07+00:00 2026-05-10T18:22:07+00:00

I’m running my site through the W3C’s validator trying to get it to validate

  • 0

I’m running my site through the W3C’s validator trying to get it to validate as XHTML 1.0 Strict and I’ve gotten down to a particularly sticky (at least in my experience) validation error. I’m including certain badges from various services in the site that provide their own API and code for inclusion on an external site. These badges use javascript (for the most part) to fill an element that you insert in the markup which requires a child. This means that in the end, perfectly valid markup is generated, but to the validator, all it sees is an incomplete parent-child tag which it then throws an error on.

As a caveat, I understand that I could complain to the services that their badges don’t validate. Sans this, I assume that someone has validated their code while including badges like this, and that’s what I’m interested in. Answers such as, ‘Complain to Flickr about their badge’ aren’t going to help me much.

An additional caveat: I would prefer that as much as possible the markup remains semantic. I.E. Adding an empty li tag or tr-td pair to make it validate would be an undesirable solution, even though it may be necessary. If that’s the only way it can be made to validate, oh well, but please lean answers towards semantic markup.

As an example:

<div id='twitter_div'> <h2><a href='http://twitter.com/stopsineman'>@Twitter</a></h2> <ul id='twitter_update_list'> <script type='text/javascript' src='http://twitter.com/javascripts/blogger.js'></script> <script type='text/javascript' src='http://twitter.com/statuses/user_timeline/stopsineman.json?callback=twitterCallback2&amp;count=1'></script> </ul> </div> 

Notice the ul tags wrapping the javascript. This eventually gets filled in with lis via the script, but to the validator it only sees the unpopulated ul.

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T18:22:07+00:00Added an answer on May 10, 2026 at 6:22 pm

    The following fragment is valid XHTML and does the job:

    <div id='twitter_div'>     <h2 class='twitter-title'><a href='http://twitter.com/stopsineman' title='Tim's Twitter Page.'>Twitter Updates</a></h2>     <div id='myDiv' /> </div>   <script type='text/javascript'>     var placeHolderNode = document.getElementById('myDiv');     var parentNode = placeHolderNode.parentNode;     var insertedNode = document.createElement('ul');     insertedNode .setAttribute('id', 'twitter_update_list');     parentNode.insertBefore( insertedNode, placeHolderNode);     parentNode.remove(placeHolderNode); </script> <script type='text/javascript' src='http://twitter.com/javascripts/blogger.js'></script> <script type='text/javascript' src='http://twitter.com/statuses/user_timeline/stopsineman.json?callback=twitterCallback2&amp;count=5'></script> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 52k
  • Answers 52k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer One way is to use ILMerge. This will merge multiple… May 11, 2026 at 6:38 am
  • added an answer I don't think it's possible to be notified before an… May 11, 2026 at 6:38 am
  • added an answer You can take a look at Kannel. It's so simple… May 11, 2026 at 6:38 am

Top Members

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.