Based on http://www.validome.org/lang/en/errors/ALL, which x/html validator should I use today?
| SitePoint Sponsor |
Based on http://www.validome.org/lang/en/errors/ALL, which x/html validator should I use today?


Thanks for the into to validome, that was interesting. I've been pretty happy with w3c, so I'll be curious to see what others have to say too.
"Three components make an entrepreneur:
the person, the idea, and the resources to make it happen."
Anita Roddick ~British entrepreneur
dbr founder of: ProximityCast.com


I'd stick with the W3C validator, but there's no harm in checking in others once in a while as long as they show the same results and are accurate.
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
Most, if not all, the 'errors' reported for the W3C validator are for functionality which is either archaic or serves no real purpose. Obviously, the page you link to is an advertisement, and not a realistic comparison. I'm sure it would be possible to find some errors in that validator you link to as well.
I'm fan of both validators
but for a while I'll stick with validome..
from their footers:
- w3c: v0.8.2
- validome: v2.6.9 - 24.4.2008
another sources: "validome" in w3c - public mail list
FWIW, I use http://validator.nu/
Simon Pieters


i don't like it
i validated my home page and it said:what's up with that???Info: HTML 4.01 Strict doctype seen. Using the schema for XHTML 1.0 Strict.
it gave me no errors (i run a tight ship) but if it were really using XHTML it shoulda flagged my IMG and BR tags for ~not~ using the closing slash
<img ... /> is valid xhtml, but i use <img ...>


XHTML 1.0 Strict is a reformulation of HTML 4.01 Strict in XML. Hence, a schema written for XHTML 1.0 Strict should work perfectly well for HTML 4.01 Strict if you put an HTML parser before the validation layer instead of an XML parser, which is what Validator.nu does.
(Unfortunately, XHTML 1.0 is not an exact reformulation -- there are some minor but subtle differences introduced in the form of new spec fixes (e.g. <html id>) and new spec bugs (e.g. <form name> not present in the XHTML 1.0 DTD).
Simon Pieters
I meant..it really 'too'
I add this line to my web developer - fx (firefox) extension:for the http://www.w3.org/ results (xhtml 1.0 strict):Code:http://validator.nu/?doc=
- w3c validator: passed
- validome: valid
- validator.nu: found some errors (automatically mode; no preset) ?? (http://validator.nu/?doc=http%3A%2F%2Fwww.w3.org%2F)
For XML, Validator.nu looks at the root namespace -- not the doctype -- to decide which schema to validate against. It defaults to XHTML5 instead of XHTML 1.0 Strict for the XHTML namespace. If you want to check against XHTML 1.0 Strict you have to choose it in the preset list yourself:Originally Posted by Validator.nu
http://validator.nu/?doc=http%3A%2F%...2Fall-html4%2F
Simon Pieters


I think daniiswara meant two, not too, Simon.
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns


I use W3C and it works pretty well.....





This is an extremely geeky discussionI'm just sticking with W3C though.
Winners Respond. Losers React.
Singapore Web Designer
jimbo dk,
I'm not a geek
just want to know which xhtml validator is better..





My personal favourite is totalvalidator.com - I love it. Does some automatic accessibility checks as well (of course you still need to check manually for a lot of points), spell checking, checks for dead links, and can take a screenshot in different browsers as well. I also have the firefox extension for it so I can validate a page with a single click.





I just checked out TotalValidator.com. Seems to be very nice. The report is laid out in quite a helpful way as well.
Winners Respond. Losers React.
Singapore Web Designer
Bookmarks