Forum Moderators: open

Message Too Old, No Replies

New W3C validator just went gold...

And it's looking better than ever before!

         

Wertigon

11:00 am on May 7, 2004 (gmt 0)

10+ Year Member



[lists.w3.org...]

Check out for yourself at [validator.w3.org...] , and great work W3C! :)

[edited by: korkus2000 at 2:51 pm (utc) on May 7, 2004]
[edit reason] fixed URL [/edit]

philbish

3:32 am on May 8, 2004 (gmt 0)

10+ Year Member



What's the point of having all your pages "valid"? Does it help in SE rankings? Or is it just good coding practice?

Birdman

3:40 am on May 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Philbish, they don't really 'have' to be valid, but the validator should help locate unseen errors that you have made and maybe keep a search engine spider from choking on that error.

moltar

5:04 am on May 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



philbish, having valid code is a very good practice. One that might not be as important today, but in a few years, it will be valued a lot more!

If you write programs in Pascal, C, C++, etc..., then compiler warns you of the errors and makes you fix them, before it will compile the program. This is not true with browsers. Browsers just handle errors in whichever manner they think it's best (and all of the browsers have it their own way). Validator helps to find those little bugs (open tags, missed quotes, unencoded special characters, etc.).

Your code not necessarily has to validate 100%, just make sure there are no severe errors. But why not go an extra mile and make it fully valid ;)?

You can try and make a transitional doctype valid first. After, when you get a grip of that, try to validate it strict. Eventually, you will know what is incorrect in terms of coding practice and writing valid code will be a habit.

victor

8:58 am on May 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Browsers just handle errors in whichever manner they think it's best (and all of the browsers have it their own way).

That's a good point. Validated HTML doesn't guarantee the site will work in all browsers, but unvalidated HTML is taking a great risk that it won't.

Also worth remembering that spiders, eg Googlebot, have to read the HTML too. Unless you can guarantee the bugs you (or your coder) have inserted into the HTML cause no problems for (eg) Googlebot, you are taking quite a risk.

If your HTML is generate by software and it produces unvalidated HTML, get the package fixed or replaced. Why take the risk, small though it may be, otherwise? It could be your job on the line.

RammsteinNicCage

3:03 pm on May 8, 2004 (gmt 0)

10+ Year Member



When I put one of my sites in, I get back that it's valid xhtml 1.0 strict, but the outline isn't coming up. The outline section shows up with the explanation of how it should look, but no outline. :(

Jennifer

pageoneresults

4:23 pm on May 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Previous discussion here...

New W3C Validator [webmasterworld.com]