Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like to find a command-line tool for Linux that will validate both XHTML and CSS. As silly as this may sound, I'd like it to be able to operate offline.

share|improve this question

3 Answers

up vote 13 down vote accepted

HTML tidy is a great tool for X/HTML validation

The W3C's CSS validator is also available for download

This tool claims to do offline CSS validation

share|improve this answer
Tidy is great, but I need a tool for CSS as well. – Michael Mior Jul 22 '09 at 18:53
Thanks, I had heard the W3C CSS validator could be run offline, but the link that I found previously was to a version that didn't work. – Michael Mior Jul 22 '09 at 19:33
What I have done in the past as a last-resort for CSS validation was to upload my CSS to the W3C site. I know that doesn't help when you have no internet - but it is a good enough solution when you are working with files that are on an intranet. – Elijah Jul 22 '09 at 20:26

HTML Tidy is the defacto tool for this.

share|improve this answer

I'm a big fan of Tidy: http://tidy.sourceforge.net/.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.