Javascript based HTML/CSS Lint

css, html, javascript

Solution

Unless you have some very specific requirement preventing it, your best bet here is to go the non-javascript route: W3C Validator

If your interest is in running it elsewhere, it's source code is available.

Problem

Are there any html/css checkers that are javascript based like JSLINT?

Original source